@charset "utf-8";

/* default
----------------------------------------------- */
div#headerArea,
div#subContent,
div#thirdContent,
div#footerArea{
	display:none;
}
div#wrapper div#mainContent{
	width:100%;
}

/* base_style
----------------------------------------------- */

body{
	font-size:75%;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	color:#5F5F5F;
	line-height:150%;
}

a{
	color:#3399FF;
	text-decoration:underline;
}

a:visited{
	color:#369;
	text-decoration:underline;
}

a:hover{
	color:#3399FF;
	text-decoration:none;
}

img{
	border:none;
}

p{
	margin-bottom:15px;
}
p.bt{
	margin:0;
}

hr{
	display:none;
	clear:both;
	overflow:hidden;
}
div.line{
	margin:10px 0px;
	width:100%;
	height:1px;
	background-image:url(../images/img_line.gif);
	background-position:left;
	background-repeat:repeat-x;
	clear:both;
}


/* style
----------------------------------------------- */
#mainContent h2{
	margin-bottom:10px;
	padding-bottom:6px;
	line-height:normal;
	font-size:1.25em;
	background-image:url(../images/bg_h2.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
}

#mainContent h3{
	margin-bottom:10px;
	padding-left:15px;
	line-height:normal;
	font-size:1.25em;
	background-image:url(../images/bg_h3.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#mainContent h4{
	margin-bottom:10px;
	line-height:normal;
	font-size:1.25em;
	color:#9CC318;
}

#mainContent h5{
	margin-bottom:10px;
	padding:3px 5px;
	line-height:normal;
	font-size:1.1em;
	color:#FFFFFF;
	background-color:#84C40A;
	border-bottom:1px solid #729206;
}

/* etc_style
----------------------------------------------- */
.bold_r{
	color:#FF0000;
	font-weight:bold;
}
