@charset "EUC-JP";

/*--------------------*/
html{
overflow:scroll;
}
body{
	color: #333333;
	font: 12px/150% "ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
	background: #FFCCFF url(../img/back.jpg) repeat-x;
	text-align: center;
	letter-spacing: 0.1em;
}
a,a:link,a:visited{
	color:#0000CC;
	text-decoration: underline;
	font-weight: bold;
	border:0;		
}
a:hover,a:active{
color:#CC0000;
text-decoration: underline;
}

br{
    letter-spacing: 0;
}
#wrapper{
	width: 780px;
	margin:0 auto;
	background: url(../img/back_main.gif) repeat-y;
}
#wrapper:after{
content:"";
display:block;
height:0;
clear:both;

}
#contents{
	margin:0px 10px;
}
#contents:after{
content:"";
display:block;
height:0;
clear:both;

}
.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clear{
display:inline-block;
}
/*Hides from IE-mac \*/
*html .clearfix{
height:1%;}
.clearfix{
display:block;}
/*End hide from IE-mac \*/


/*--------------------ヘッダ--------------------*/
#header{
	width: 760px;
	height: 110px;
	background: url(../img/img_header.jpg) no-repeat;
	text-align:left;
}

#header h1{
	padding-right:10px;
	font-size:12px;
	font-weight: normal;
	width:750px;
	text-align:right;
}
#header #logo{
padding-left:10px;
}
/*--------------------/ヘッダ--------------------*/



/*--------------------レフトサイド--------------------*/
#left{
	float: left;
	width: 150px;
	text-align: left;
	background: #DFFBFF;
	color: #333333;
}
#menu{
	padding-left:9px;
	padding-top:9px;
	padding-bottom: 19px;
}

#l_contents{
	text-align:left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

/*--------------------/レフトサイド--------------------*/

/*--------------------メイン--------------------*/
#main{
	float: right;
	width: 610px;
	text-align:left;
}
#main #ptitle{
padding-bottom:10px;
}
#main_contents{
	text-align: left;
	padding:0px 10px 30px;
}
#main_contents #main_catch{
	background: url(../img/img_top_u.jpg) no-repeat;
	height: 200px;
	width: 590px;	
}
#main_contents #b_p{
	padding-top: 70px;
	padding-left: 390px;
}

#main_contents .lh2em{
line-height:2em;
}


/*--------------------/メイン--------------------*/


/*--------------------フッター--------------------*/
#footer{
	width: 760px;
	height:25px;
	text-align:center;
	clear: both;
	background: url(../img/back_footer.gif) no-repeat;
	padding-top: 5px;
}

/*--------------------/フッター--------------------*/


/*--------------------ほか--------------------*/

.gotop{
	font-size: 10px;
	text-align: right;
	margin-top:5px;
	margin-bottom:20px;
}
.gotop a, .gotop a:link, .gotop a:visited{
	text-decoration:none;
	border-bottom:1px #0000CC dotted;
	padding-bottom: 1px;		
}
.gotop a:hover, .gotop a:active{
	text-decoration:none;
	border-bottom:1px solid #CC0000;
	padding-bottom: 1px;
}

/*--------------------/ほか--------------------*/
