

*{
	margin:0;
	padding:0;
	list-style:none;}


body{
	color:#333;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.6;
	background:url(../img/body_bg.gif) center repeat-y;}

@media screen and (max-width: 720px) {
body{background:none; background-color:#FFF}
}

img{
	border:none;
	vertical-align:bottom;
	max-width:670px;
}


a{
	color:#2e7be4 ;
	text-decoration	: underline ;
	}

a:visited{
	color:#2e7be4 ;
	text-decoration	: underline ;
	}

a:hover{
	color:#2e7be4 ;
	text-decoration	: none ;
	}

a:active{
	color:#2e7be4 ;
	text-decoration	: none ;
	}

form label {
	cursor: pointer;
}


.border_none{
	border:none !important;}
	
p{
	margin-bottom:25px;}






.center_btn{
	text-align:center;}
	



	

	
	
.font10{
    font-size:10px;}	
	
.font12{
    font-size:12px;}
	
.font18{
	font-size:18px;}


.red{
	color:#e91221;}	

	
.fbg_y{
	background-color:#fff5a5;}	
	
.font_b{
	font-weight:bold;}	
	
	
	
	
	
	



/*---- container ----*/

#container{}
	

	
	
/*---- header ----*/

#header{
	width:700px;
	margin:0 auto;
}


#header h1{
	color:#FFF;	
	font-weight:normal;
	font-size:10px;
	padding-left:10px;
	height:19px;
	line-height:18px;
	background:#06F;
	background:url(../img/headtext_bg.png) no-repeat center top;}	
	

#header p{
	display:inline;}	






/*---- title_gazou ----*/	


#title_gazou{
	width:700px;
	min-height:150px;
	margin-bottom:15px;
	border-top:1px solid #9E070C;
	border-bottom:2px solid #9E070C;
	background:url(../img/beauty.jpg) #FCF4F4 no-repeat;}		
	
	
#title_gazou p{
	color:#003;
	font-weight:bolder;
	font-size:32px;
	line-height:36px;	
	margin:35px 20px 35px;
	display:block;
}


#title_gazou p a{
	text-decoration:none !important;
	display:block;
	color: #9E070C;
}	

#title_gazou p a:hover{	
	color: #C6090D;
}
	
/*---- content ----*/	

#content{
	width:670px;
	margin:0 auto;
	padding:0 15px 20px;
}


/*---- コンテンツ内のタイトル ----*/	

h2{
	color: #9E070C;
	font-size:18px;
	min-height:24px;
	width:655px;
	line-height: 1.4em;
	margin-bottom:20px;
	background:url(../img/page_ttl_bg_h2.png) no-repeat left top;
	padding-left:15px;
	border-bottom: 1px dotted #9E070C;
}
	
h3{
	color: #9E070C;
	font-size:16px;
	min-height:20px;
	width:655px;
	line-height: 1.4em;
	margin-bottom:15px;
	background:url(../img/page_ttl_bg_h3.png) no-repeat left top;
	padding-left:15px;
	border-bottom: 1px dotted #9E070C;
}



/*---- 共通ヘッダー・共通フッター ----*/	

.commonHeader {
 margin-bottom:20px;
}

.commonFooter {
 margin-bottom:15px;
 width: 670px;
 padding: 2px 15px;
}






/*---- フッターメニュー用 ----*/

#footer	{
	width:700px;
	text-align:left;
	margin:0 auto;
	background:#ffffff;
	padding:10px 0 0;
	border-top:1px solid #9E070C;
}

#footer h4{
	font-size:14px;
	padding:10px 15px;
}	

#footer ul.footmenu,.footer p{
	max-width:648px;
	padding:0 10px;
}	

#footer ul.footmenu { 
	width:760px;
	margin-bottom:10px;
	margin-left: 15px;
	margin-right: 15px;
}

	
#footer ul.footmenu li{
	float:left;
	font-size:13px;
	max-width:648px;
	padding-bottom:5px;
	text-indent:25px;
	padding-right:10px;
	background:url(../img/icon1.gif) no-repeat;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
		 -moz-text-overflow:ellipsis; /* Firefox */
}

#footer ul.footmenu li a{
	margin-right:10px;
	color: #1553A6;
	text-decoration	: none ;
}

#footer ul.footmenu li a:hover{
	color: #1553A6;
	text-decoration	: underline ;
}

.t_right{
	text-align:right;}	


.copy_right{
	color:#FFF;
	font-size:12px;
	padding:3px 0;
	text-align:center;
	background:url(../img/footer_bg.png) no-repeat;
	border-top:1px solid #9E070C;
	background-color: #9E070C;
}
	




/*----clearfix設定----*/


.clearfix,  ul.internalLinkList,  ul.backnumberList,  ul.listStyleArrow03Inline,  div.borderStyleXXS dl,  div.borderStyleXS dl,  div.borderStyleS dl,  div.borderStyleM dl,  div.borderStyleL dl,  div.borderStyleXL dl,  div.borderStyleXXL dl,  div.groupInfo h5 {
	_overflow:visible;
	_height:1px;
	zoom:1;
}


.clearfix:after,  ul.internalLinkList:after,  ul.backnumberList:after,  ul.listStyleArrow03Inline:after,  div.borderStyleXXS dl:after,  div.borderStyleXS dl:after,  div.borderStyleS dl:after,  div.borderStyleM dl:after,  div.borderStyleL dl:after,  div.borderStyleXL dl:after,  div.borderStyleXXL dl:after,  div.groupInfo h5:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	margin:-1px 0 0 0;
	height:1px;
	font-size:0;
	line-height:0;
}




/*---- 画像の位置 ----*/	

.fleft {
    float: left;
	padding:0 10px;
}

.fright {
    float: right;
	padding:0 10px;
}

	
.fcenter {
	text-align:center;
	padding:10px 0;
}


/*---- 文字の装飾 ----*/	


.pink {
    color: #F66;
}

	
.font_big{
	font-size:1.4em;
	font-weight:bold;}	


.futozi {
	font-weight:bold;
	padding:2px;}
	

	
.keikou{
	background-color: #FFE566;
    font-weight: bold;
    padding: 2px;}
	
	
	
.point_font{
	color:#333333;
	font-size:1.8em;
	line-height:1.2em;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;}
	
		














