@charset "utf-8";

/*------------------------------------------------
	base styles
--------------------------------------------------*/
body{
	color: #000000;
	text-align: center;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 75%;
}
td{
	color: #000000;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
body,p,dl,ol,ul,h1,h2,h3,h4,h5,h6,form,table,td{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ol,ul{
	list-style-type: none;
}
ol li img,
ul li img{
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 100%;
}
img{
	border: none;
}
select{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
input,textarea,selectbox{
	color: #000000;
}
strong{
	font-weight: bold;
}
a:link{
	color: #1d3994;
}
a:visited{
	color: #660080;
}
a:hover{
	text-decoration: none;
}

body #top{

}

#headline{
	border-top: solid 2px #CA1018 ;
}

.center{
	text-align:center;
}

.clear{
	clear:both;
}

.text_sonpo {
	font-size: 13px;
}

#ft_txt {
	margin: 5px;
	height: 25px;
	padding: 5px;
	line-height:1.2em;
	font-size:12px;

}
ft_bnr img {
	padding: 5px;
}
#footer {
    font-size: 11px;
    padding: 20px 0 5px;
    text-decoration: none;
}


/*------------------------------------------------
	common styles
--------------------------------------------------*/


.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* */

.wrapper{
	width: 961px;
	margin: 0px auto 0px auto;
	text-align: left;
}


/*------------------------------------------------
	spacer styles
--------------------------------------------------*/
.mb_3{margin-bottom:3px;}
.mb_7{margin-bottom:7px;}
.mb_10{margin-bottom:10px;}
.mb_15{margin-bottom:15px;}
.mb_20{margin-bottom:20px;}
.mb_25{margin-bottom:25px;}
.mb_30{margin-bottom:30px;}
.mb_40{margin-bottom:40px;}
.mb_50{margin-bottom:50px;}
.mb_60{margin-bottom:60px;}

.pb_3{padding-bottom:3px;}
.pb_10{padding-bottom:10px;}
.pb_20{padding-bottom:20px;}
.pb_30{padding-bottom:30px;}
.pb_40{padding-bottom:40px;}
.pb_60{padding-bottom:60px;}


/*------------------------------------------------
	header styles
--------------------------------------------------*/
#header #headerL{
	float:left;
	padding: 12px 0 10px 0;
}

#headerR{
	float: right;
	padding: 30px 0 10px 0;

}

#mainL{
	clear: both;
}


/*------------------------------------------------
	gnavi styles
--------------------------------------------------*/
#gnavi{
	clear: both;
}

#gnavi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;

}

#gnavi li{
	display: inline;
	width: 159px;

}


/*------------------------------------------------
	pankuzu styles
--------------------------------------------------*/

#pankuzu{
	font-size: 12px;
}

#pankuzu a{
	color: #CA1018;
}

/*------------------------------------------------
	main contents styles
--------------------------------------------------*/
#maincontainer{
	clear: both;
}

#main{
	width: 705px;
	clear: both;
}

#mainL{
	float: left;
	width: 705px;
}

.content{
	width: 705px;
	clear: both;
	border-bottom: dotted #000 1px;
	padding: 10px 0 0 0;
}

.contentL{
	width: 200px;
	float: left;
}

.contentR{
	width: 485px;
	float: right;
}

.contentR h2{
	color: #CA1018;
}

.contentR p{
	font-size: 12px;
	line-height: 17px;
}

#sentence{
	font: bold 14px;
	color: #CA1018;
	line-height: 22px;
}



/*------------------------------------------------
	side styles
--------------------------------------------------*/
#side{
	width: 230px;
	float: right;
}



/*------------------------------------------------
	pagetop styles
--------------------------------------------------*/
#pagetop_back{
	background: url(../img/common/footer_bg.gif) repeat-x;
	margin-bottom: -22px;
}

#pagetop{
	width: 960px;
	height: 51px;
	padding-top:63px;
	margin:0 auto;
	clear: both;
	text-align:right;
}



/*------------------------------------------------
	footer styles
--------------------------------------------------*/
#footer{
	clear: both;
}

#footer_content{
	width:960px;
	margin:0 auto;
}

#footerL{
	float: left;
	padding: 10px 0 5px 0;

}

#footerR{
	float:right;
	text-decoration: none;
	font-size: 11px;
	padding: 23px 0 5px 0;

}

