@charset "UTF-8";

/*----------------------------- GENERAL -----------------------------*/
*{
padding:0;
margin:0;
outline:none;
}
/*c8c8c8*/
html {
	background-color: #dedede;
	background-image: url(../images/common/bg_html.png);
	background-repeat: repeat-y;
	background-position: center top;
}
body {
	color:#000;
	display:block;
	float:left;
	width:100%;
	background-color: transparent;
	background-image: url(../images/common/bg_body.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.3em;
	font-size: 100%;
}

img{
	/*vertical-align:bottom;*/
	border:none;
	padding:0;
	margin:0;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
color:#000;
text-decoration:underline;
}

a img {
border:none;
}



hr {
display:none;
}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:1em;}



/*----------------------------- CONTAINER -----------------------------*/
#container {
	width:994px;
	display:block;
	position:relative;
	z-index:10;
	overflow:hidden;
	text-align: left;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container span.hr {
display:block;
clear:both;
width:100%;
height:0;
font-size:1px;

}

#container_content
{
position:relative;
float:left;
display:block;
width:979px;
padding:0 7px;
background:#FFFFFF;
}



#sidebar2{
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 150px;
}
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 675px;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
} 

 #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
#mainContent h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 6px;
}


#container #mainContent2 .div_w824 {
	width: 804px;
	text-align: left;
	float: right;
	margin-bottom: 20px;
	padding: 10px;
}
/*----------------------------- トップタイトル＆バナー画像　-----------------------------*/
#container #div_top_title {
	width: 994px;
	text-align: left;
	margin-bottom: 15px;
	background-image: url(../images/common/bar.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 200px;
	display: block;
	margin-top: 120px;
}
/*----------------------------- コンテンツページ 左　-----------------------------*/
#sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 150px;
}

#sidebar1 .link_content {
	float:left;
	font-size-adjust:none;
	font-stretch:normal;
	left:0;
	position:relative;
	width:120px;
	padding-left: 15px;
	margin-bottom: 20px;
	height: 120px;
}


#container #mainContent2 .pajeup {
	width: 810px;
	text-align: right;
	float: right;
	background-image: url(../images/common/up.gif);
	background-repeat: no-repeat;
	background-position: 93% center;
	height: 18px;
	padding-right: 10px;
}


/* この div エレメントの左マージンにより、ページの左側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
/* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */


.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.clearfloat_margin { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin-bottom: 120px;
}

/******************************HEADER*************************/
/*IEレイアウト崩れの為に未使用*/
#header_mutualise
{
	width:994px;
	height:140px;
	top: 0px;
	margin: 0px;
}

#header_mutualise .logo {
	position:absolute;
	bottom:69px;
	left:15px;
	width:323px;
	height:89px;
}






/*----------------------------- FOOTER -----------------------------*/

.footer_back {
	text-align: right;
	width: 968px;
	background-image: url(../images/common/back.gif);
	background-repeat: no-repeat;
	background-position: 860px center;
}
/*---------------------テキスト文字カラーサイズ------------------*/
.font_pink {
	color: #FF5CB0;
}
.font_01 {
color: #e50083;
}
.font_02 {
color: #93c301;
}
.font_03 {
color: #cf001b;
}
.font_04 {
color: #39b54a;
}
.font_05 {
color: #F29400;
}
.font_06 {
	color: #9e0190;
	list-style-type: none;
}
.font_07 {
	color: #713d63;
}
.font_08 {
	color: #713d63;
}
.font_09 {
	color: #009FA8;
}
.font_10 {
	font-size: 10px;
}
.font_17b {
	font-size: 16px;
	font-weight: bold;
}
.font_b {
	font-weight: bold;
}
.redtext {
	color: #9e0190;
}
/*-------------------------KONOHAより追加------------------------------*/

#sidebar2 {
  float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
  width: 180px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  text-align: right;
}

/*ここから下は真ん中*/
/* ------- ■左メニューカラム部分 ------- */
#sideleft {
  float: left;
  OVERFLOW: hidden;
  width: 180px;
}

/* ------- ■右メニューカラム部分 ------- */
#sideright {
  float: left;
  OVERFLOW: hidden;
  width: 180px;
}

/* ------- ■中央カラム部分 ------- */
#main {
  float: left;
  OVERFLOW: hidden;
  width: 610px;
}

/* ------- ■本文の枠部分 ------- */
.entryBodyset {
  width: 600px;
  margin: 0px 5px 10px 5px;
  text-align: left;
}

/*-------■本文タイトル部分-------*/
.entry_title {
	margin: 5px 0px 0px 0px;
	color: #03328d;
	font-size: 13px;
	font-weight: bold;
	letter-spacing : 1px;
	padding: 3px 5px 3px 10px;
	border: 1px dotted #d3d3d3;
}
.entry_title a, .entry_title a:link, .entry_title a:visited, .entry_title a:active {
	color:#03328d;
	text-decoration:none;
}
.entry_title a:hover {
	color: #ef99bf;
	text-decoration: inherit;
}

.entry_date {
	color: #a3a3a3;
	font-size: 10px;
	letter-spacing : 1px;
	text-align: right;
}

.entry_body   {
  font-size: 12px;
  line-height: 150%;
  margin: 5px 5px 5px 5px;
}

.entry_body ul{
  background-image: url(../skin/images/hetareic1.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

.entry_state {
	font-size: 11px;
	margin: 20px 0px 30px 0px;
	text-align: center;
	clear: both;
}

/*----------------タイトル-------------*/

.site_title {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 230px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.site_title a,
.site_title a:link,
.site_title a:visited,
.site_title a:active {
	font-weight: normal;
	color: #03328d;
	text-decoration: none;
}
.site_title a:hover {
	font-weight: normal;
	color: #ef99bf;
	text-decoration: inherit;
}
.description {
	font-weight: normal;
	color: #ef99bf;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	font-size: 14px;
	letter-spacing: 0.2em;
}

/* ------- ■メニューの小分け部分 ------- */
.sideSet {
  width: 170px;
  margin: 0px 5px 20px 5px;
  text-align: left;
}

.linktitle   {
  padding: 2px 0px 1px 5px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background-color: #c8c8c8;
}

.linktext {
  padding: 7px 2px 8px 2px;
  font-size: 12px;
  color: #000000;
  line-height: 120%;
}

.linktext ul{
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}

.linktext li {
  padding: 0px 0px 0px 10px;
  margin: 0px 1px 0px 0px;
  list-style-type: none;
}

/* ------- ■ページ移動リンク ------- */
.pagemove {
  font-size: 12px;
  margin:0px 0px 0px 0px;
}

/* ------- ■検索ボックス ------- */
#searcharea  {
  font-size: 12px;
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
}

.search {
  color: #000000;
  background-color: #ffffff;
  font-size: 10px;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

/* ------- ■ページトップ ------- */
.pagetop {
  font-size: 11px;
  text-align: right;
  margin: 0px 0px 20px 0px;
}

/* ------- ■カレンダー部分 ------- */
/* --- 月～日の部分 --- */
.calendar_top {
  width: 100%;
  font-size: 10px;
  font-family: Verdana;
  color: #000000;
  margin: 6px 0px 0px 0px;
}

.cell_top {
  color: #000000;
  font-size: 10px;
  font-family: Verdana;
  width: 20px;
  height: 15px;
}

.cell_suntop {
	color: #03328d;
	font-size: 10px;
	font-family: Verdana;
	width: 20px;
	height: 15px;
}

.cell_sattop {
	color: #ea68ad;
	font-size: 10px;
	font-family: Verdana;
	width: 20px;
	height: 15px;
}

/* --- 数字の部分 --- */
.calendar {
  width: 100%;
  font-size: 10px;
  font-family: Verdana;
  color: #000000;
  letter-spacing : 1px;
  padding: 0px 0px 6px 0px;
}

.cell {
  color: #000000;
  font-size: 10px;
   font-family: Verdana;
  width: 20px;
  height: 15px;
}

.cell_today {
  background-color: #ef99bf;
  color: #ffffff;
  font-size: 10px;
  font-weight: bold;
   font-family: Verdana;
  width: 20px;
  height: 15px;
}

.cell_sunday {
  color: #03328d;
  font-size: 10px;
  width: 20px;
  height: 15px;
}

.cell_saturday {
  color: #ef99bf;
  font-size: 10px;
  font-family: Verdana;
  width: 20px;
  height: 15px;
}

/* ------- ■フッダー部分 ------- */

.copyright  {
	line-height: 130%;
	font-size: 10px;
		color: #a2a2a2;
	text-align:center;
	letter-spacing: 0.3ex;
	vertical-align: middle;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

