@charset "UTF-8";

.font14{
font-size:14px;
line-height:110%;
font-weight:bold;
}

.font11{
font-size:11px;
line-height:130%;
}

.font12{
font-size:12px;
line-height:160%;
}

.font12-ttl{
font-size:12px;
line-height:150%;
}

.font18{
font-size:18px;
line-height:110%;
font-weight:bold;
padding:5px 0 0 0;
}

p{
font-size:12px;
line-height:170%;
}

div#mainContent a:link { color:#0000CC; text-decoration:none; }
div#mainContent a:visited { color:#0066FF; text-decoration:none; }
div#mainContent a:hover { color:#0000FF; }
div#mainContent a:active { color:#0000CC; text-decoration:none; }
.style1 {color: #000099}
.style2 {font-size: 14px; line-height: 110%; font-weight: bold; color: #000099; }



/* ヘッダ */
div#box-header{
	width: 950px;
	margin: 0;
	padding: 0;
}

div#box-header_banner {
	width:950px;
	margin:0 0 0 0;
	padding:0;
}

div#box-header_menu {
	width: 920px;
	margin:0 15px 0 15px;
	padding:0;
}

div#box-header_menu p {
	margin:3px 0 3px 0;
	padding:2px 0 2px 0;
	font-size:90%;
	line-height:1.2;
}



/*メインコンテンツ・エリア*/
#mainContent_sp{
width: 950px;
margin: 0 0 0 0px;
padding: 15px 0 0 0;

}

#box_wrapper_bg {
	width:920px;
	margin:0 15px;
	padding:0;
	background:url(../img/bg_boxes_repeat.gif) repeat-y;
}

#box_wrapper_bg_1cell {
	width:920px;
	margin:0 15px;
	padding:0;
	background:url(../img/bg_boxes_repeat_1cell.gif) repeat-y;
}

.box_wrapper_footer {
	width:920px;
	height:20px;
	margin:0 15px;
	padding:0;
}

#box_left {
	float: left;
	width: 451px;
	margin: 0px;
	padding:0;
	border-top:8px #000000 solid;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#box_right {
	float: right;
    width: 451px;
	margin: 0px 0px 0px 14px;
	padding:0;
	border-top:8px #000000 solid;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}


.box_content {
	width:451px;
	padding:0 0 0 0;
	margin:0 0 10px 0;
	/*background:url(../img/bg_box_shadow_top.gif) top repeat-x;*/
}

.box_img {
	width:250px;
	padding:0;
	margin:0 0 0 0;
	float:left;
}

/*QA*/
.box_QA {
	width:250px;
	margin:0;
	padding:10px 0 0 0;
	background:url(../img/bg_box_shadow_top.gif) top repeat-x;
}

.box_QA h4 {
	width:190px;
	color:#ff4800;
	padding:0;
	margin:0 0 0 10px;
	border:none;
}
.box_QA p {
	width:220px;
	padding:5px;
	margin:0 0 0 10px;
	font-size:94%;
	color: #000000;
	line-height:1.3;
}

/*TIME SCHEDULE*/
.box_txt {
	width:185px;
	padding:10px 6px 0 10px;
	margin:0;
	float:right;
}

.box_txt table {
	width:185px;
	padding:0;
	margin:10px 0 0 0;
	font-size:94%;
	color: #000000;
	line-height:1.4;
}

.box_txt td {
	padding:0 10px 2px 0;
	margin:0;
	text-align:left;
	vertical-align:top;
}


/*footer area, etc*/
.border_dot {
	width:920px;
	height:18px;
	padding:0;
	margin:0 15px;
	background:url(../img/bg_border_dot.jpg) left top repeat-x;
}

.bg_corner_leftbtm {
	background:url(../img/bg_corner_leftbtm.gif) left bottom no-repeat;
}

.bg_corner_rightbtm {
	background:url(../img/bg_corner_rightbtm.gif) right bottom no-repeat;
}

/* フッタ文言 */
.memo {
	width:898px;
	border:#CCCCCC 1px solid;
	padding:10px;
	margin:0 15px 0 15px;
	text-align:left;
	font-size:80%;
	background:#ffffff;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearleftfloat {
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

