@charset "utf-8";



@import "frame_part01.css";



/* ::: fc ( frame contents ) ::: */

#fc01{
	clear: both;
	margin: 0 auto;
	width: 960px;
	min-height: 1004px;
	background: #fff url(../images/bg_top.jpg) bottom center no-repeat;
}

#fc02{
	clear: both;
	margin: 0 auto;
	background: url(../images/bg_snd_top.jpg) top center no-repeat;
}

#fc02-01 {
	clear: both;
	margin: 0 auto;
	width: 960px;
}

/* :: column :: */
/* : 747, 190 : */
div#fb01{
	width: 730px;
	float: right;
	padding-top: 26px;
}

div#fs01{
	width: 250px;
	padding: 26px 23px 0 0;
	float: left;
	box-sizing: border-box;
}

/* ::: font-size ::: */
/* :: LLL :: */
.font-lll{
	font-size: 198%;
}

.font-ll{
font-size: 123.1%;
}

/* :: L :: */
.font-l{
font-size: 108%;
}


/* :: MS :: */
.font-ms{
font-size: 88%;
}


/* :: S :: */
.font-s{
font-size: 85%;
}



/* ::: clear-fix ::: */
.clear-fix{ 
zoom: 100%;
}

.clear-fix:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
line-height: 0;
}



/* ::: style for firefox print bugs  ::: */
@media print{
body#top{
width: 960px;
margin: 0 auto;
}
}
