@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_footer {
	width:920px;
	height:20px;
	margin:0 15px;
	padding:0;
}

#box_left {
	float: left;
	width: 451px;
	margin: 0px;
	padding:0;
	border-top:4px #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:4px #000000 solid;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}


.box_content {
	width:920px;
	padding:0;
	margin: 0 0 0 15px;
	border-top:6px #000000 solid;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}


.box_txt {
	width:451px;
	padding:0;
	margin:0;
}


.box_img {
    float:left;
	width:250px;
	padding:0;
	margin-top:0;
	margin-right:10px;
	margin-bottom:5px;
	margin-left:0;
	border-right:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
}

.box_txt h3 {
	padding:5px;
	margin:0;
	border:none;
	font-weight:bold;
	font-size:100%;
	background-color:#ff9a00;
}

.box_txt p {
	padding:5px;
	margin:0;
	color: #000000;
	line-height:1.4;
	font-size:94%;
}



/*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;
}

