@charset "utf-8";
/*___________ 基本設定 ___________ */
body {
	margin:0;
	padding:0;
	text-align:center;
	color:  #333333;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ ゴシック', sans-serif;
	background-image: url(images/top_header_01.jpg);
	background-repeat: repeat-x;
}
#WRAP {
	width:870px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div,td,th {
	text-align:left;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 100%;
}
p,pre {
	margin:0;
	font-size: 100%;
}
a,
a:active, 		/* for IE (Keyboard) */
a:visited
 {
	color: #0000FF;
	text-decoration: none;
}

a:hover,
a:focus
 {		/* for Netscape (Keyboard) */
	color: #0000FF;
	text-decoration: underline;
}
img {
	border: none;
}

ul,ol {
	margin: 0px;
	padding: 0px;
	font-size: 100%;

}

ul ul,ol ol {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
li {
	padding: 0px;
	margin: 0px;
}
ol li { list-style-type: decimal; margin: 0 0 0 2em; padding: 0; }
address {
	font-style: normal;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}


/*************** clearfix ***************/

/*clearfix*/
.clearfix { zoom: 1;/*for IE 5.5-7*/ }
.clearfix:after{/*for modern browser*/ content:"."; display: block; height:0; clear: both; visibility: hidden; }




/*************** ヘッダーメニュー ***************/

div#header_menu{
	margin: 0px;
	padding: 0px;
}

div#header_menu ul{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

div#header_menu li{
	display:inline;
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

div#header_menu li a{
	display: block;
	text-decoration: none;
	margin: 0px;
	width: 146px;
	color: #0000FF;
	font-size: 16px;
	text-align:center;
	background-image: url(images/top_header_sub_menu_bg_01.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#header_menu li a:hover{
	color: #0000FF;
	text-decoration: underline;
}





/*___________ レイアウト設計【HEADER】 ___________ */
h1 {
	font-size:12px;
	line-height:20px;
	margin:0;
}
#MAINIMG {
	width: 870px;
	height: 105px;
	margin: 0px;
	padding: 0px;
}
#TITLE {
	margin: 0px;
	padding: 0px;
	height: 65px;
}
#TITLE p {
	font-size: 16px;
	color: #FFFFFF;
}
/*___________ レイアウト設計【MAIN】 ___________ */
#MAINWRAP {
	width:870px;
	float:left;
	color:  #333333;
}
/*___________ レイアウト設計【CONTENTS】 ___________ */
#CONTENTS {
	width:600px;
	float:right;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#CONTENTS h3 {
	font-size:120%;
	color:  #333333;
	background-image: url(images/contents_title_bg_01.jpg);
	background-repeat: no-repeat;
	height: 58px;
	line-height: 32px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
#CONTENTS p {
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
	line-height: 1.6;
}



/* ____ フロートボックス ____ */
#CONTENTS .float_imgleft   { clear:both; padding:0 0 20px 0;}
#CONTENTS .float_imgleft_l { width:250px; float:left;}
#CONTENTS .float_imgleft_r { width:330px; float:right;}
#CONTENTS .float_imgright   { clear:both; padding:0 0 20px 0;}
#CONTENTS .float_imgright_l { width:330px; float:left;}
#CONTENTS .float_imgright_r { width:250px; float:right;}



/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}




/* ____ リンク集ページ ____ */
#LINK ul,ol {
	padding: 0px;
	font-size: 100%;
	line-height: 1.6;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}


/* ____ お問い合わせページ ____ */
#CONTACT_TABLE {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#CONTACT_TABLE table td {
	line-height: 180%;
}








/*___________ レイアウト設計【LEFT】 ___________ */
#LEFT {
	width:250px;
	float:left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/*** 左メニュー ***/

#LEFT_MENU{
	padding: 0px;
	margin: 0px;
	background-image: url(images/menu_bg_01.jpg);
	background-repeat: repeat-y;
}
#LEFT_MENU ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#LEFT_MENU li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F79B98;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#LEFT_MENU li a{
	display: block;
	width: 215px;
	color:#0000FF;
	text-decoration:none;
	background-image: url(images/menu_list_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.5px;
	font-size: 100%;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#LEFT_MENU li a:hover{
    color:#0000FF;
    text-decoration:underline;
}
#FOOTER1 {
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#FOOTER1 .title {
	margin: 0px;
	background-color: #eee;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#FOOTER1 .title p {
	font-size: 120%;
	line-height: 200%;
}
#FOOTER1 .wrap {
	margin: 0px;
	padding: 10px;
}
#FOOTER1 .wrap p {
	font-size: 120%;
	line-height: 140%;
}


#FOOTER_container{
	background: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}



#FOOTER2 {
	text-align: center;
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#FOOTER2 p {
	font-size:14px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 1.6;
}
#FOOTER2 p .arial {
	font-family: Arial, Helvetica, sans-serif;
}
#FOOTER2 a {
	color: #FFFFFF;
}

#PAGE_TOP {
	text-align: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


/* 記事 */
#INDEX h3{
	background-image: none;
	margin: 0px;
	font-size: 120%;
	line-height: 1.6;
	height: 25px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#INDEX .post {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#INDEX li {
	list-style-type: none;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 15px;
	background: url(images/sc_dir.gif) no-repeat left 0.5em;
}
div.post	{
	padding: 0px;
	margin: 0px;
}
div.post p	{font-size: 100%;
	line-height: 1.6;
	margin-top: 10px}

div.post_wrap	{
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
div.post_wrap h4	{
	font-size: 100%;
	padding-left: 10px;
	padding-bottom: 5px;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F79B98;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F79B98;
	padding-top: 5px;
	padding-right: 5px;
}
div.post_wrap_p	{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
div.post ul,ol {
	padding: 0px;
	font-size: 100%;
	line-height: 1.6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
div.post ul ul,ol ol {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 1.6;
}



p.postinfo	{
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
}

p.postinfo a	{color: #2b76cc}


/* 記事内の画像 */
div.post img	{border: none}

.aligncenter	{display: block;
		margin-left: auto;
		margin-right: auto}
.alignleft	{float: left;
		margin-right: 10px;
		margin-bottom: 2px}
.alignright {float: right;
	margin-left: 10px;
	margin-bottom: 2px}
.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px}





/* ____ テキスト用 ____ */
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
.large {
	font-size: x-large;
}
.small {
	font-size: x-small;
}
.bg_yell {
	background-color: #FFFFE6;
}
.text_right {
	text-align: right;
}
.center {
	text-align: center;
}

/* ____ パーツ ____ */
.mar20 {
	margin-bottom: 20px;
}
.line_dotted {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F79B98;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.kuzu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#PH_WAKU { margin:0 auto; padding:10px 0;}
#PH_WAKU img { border:1px solid #ccc; padding:2px; background:#fff;}


.width120 {	width: 120px;}
.width140 {	width: 140px;}
.width160 {	width: 160px;}
.width170 {	width: 170px;}
.width180 {	width: 180px;}
.width200 {	width: 200px;}
.width220 {	width: 220px;}
.width290 {	width: 290px;}
.width400 {	width: 400px;}

.left_margin10 {	padding-left: 10px;}
.left_red_line {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CC3C48;
}

