@charset "Shift_JIS";

/* common 
*****************************************/
body{
	color:#010101;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, sans-serif;
	font-size:94%; /* 15px */
	background-color:#eaf3f2;
}

a {
	color:#010101;
}

.aC {
	text-align:center;
}
.aR {
	text-align:right;
}

.link01 {
	display:inline-block;
	background:url(../images/index_ic01.png) no-repeat 0 5px ;
	padding-left:16px;
}

.text01 {
	color:#cc0c0c;
	padding-left:16px;
}


/* footer 
*****************************************/
#footer {
	text-align:center;
	background-color:#6cb5f8;
	padding:8px 0 8px;
	font-size:92%;
	color:#FFF;
}


/* wrapper 
*****************************************/
#mainContentsWrap {
	width:100%;
	padding-bottom:30px;
}

#mainContents {
	width:940px;
	margin:0 auto ;
}


/* heding
*****************************************/
.heding01 {
	color:#FFF;
	line-height:1.1;
	font-size:160%;
	padding:15px 73px 9px 18px;
	margin-bottom:20px;
	background:#e57b18 url(../images/index_bg01.png) no-repeat 0 0 ;
}

.heding02 {
	clear:both;
	color:#FFF;
	line-height:1.1;
	padding:9px 15px 7px 15px;
	background:#e57a17 ;
}




/* columnLayout 
*****************************************/
.columnLayout {
	clear:both;	
}
.colLeft {
	float:left;
}
.colRight {
	float:right;
}

	
.column01 {
	margin-bottom:29px;
}
.column01 .colLeft {
	width:455px;
}
.column01 .colRight {
	width:455px;
}



/* frame01 
*****************************************/
.frame01 {
	background:url(../images/index_bg03.png) repeat-y 0 0 ;
	margin-bottom:30px;
}
.frame01 .frame01Inner01 {
	background:url(../images/index_bg02.png) no-repeat 0 0 ;
}
.frame01 .frame01Inner02 {
	background:url(../images/index_bg04.png) no-repeat 0 100% ;
	padding:19px 15px 11px;
}
.frame01 ul {
	width:924px;
	overflow:hidden;
	margin-right:-14px;
	margin-bottom:10px;
}
.frame01 ul li {
	float:left;
	margin-right:14px;
}
.frame01 ul li img {
	vertical-align:bottom;
}





.frame02 {
	background:url(../images/index_bg06.png) repeat-y 0 0 ;
}
.frame02 .frame02Inner01 {
	background:url(../images/index_bg05.png) no-repeat 0 0 ;
}
.frame02 .frame02Inner02 {
	background:url(../images/index_bg07.png) no-repeat 0 100% ;
	padding:19px 15px 12px;
	zoom:1;
}
.frame02 ul {
	overflow:hidden;
	margin-right:-15px;
	margin-bottom:10px;
}
.frame02 ul li {
	float:left;
	margin-right:15px;
}
.frame02 ul li img {
	vertical-align:bottom;
}



.frame03 {
	background-color:#FFF;
	border:1px solid #cae3e0;
	border-top:none;
	padding:14px;
}


/* margin 
*****************************************/
.mb00 {
	margin-bottom:0px !important;
}
.mb05 {
	margin-bottom:5px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb25 {
	margin-bottom:25px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb35 {
	margin-bottom:35px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb45 {
	margin-bottom:45px !important;
}
.mb50 {
	margin-bottom:50px !important;
}





/* Clearfix
*****************************************/
.frame01 ul:after,
.frame02 ul:after,
.columnLayout:after,
#footer:after {
	content: ".";
    display: block; 
    height: 0; 
    font-size: 0;
    clear: both; 
    visibility: hidden;
}

.frame01 ul,
.frame02 ul,
.columnLayout,
#footer {
	*display: inline-table;
	*zoom: 1;
}

.clear {
	clear:both;
}