@charset "utf-8";

/*--------------------------------------------
body
--------------------------------------------*/
body{
line-height:1.6;
font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Arial,Helvetica,Osaka,sans-serif;
margin:0;
}

a:link{
color:#3399ff;
text-decoration:none;
font-weight:bold;
}

a:visited{
color:#3399ff;
text-decoration:none;
font-weight:bold;
}

a:hover{
color:#0066cc;
text-decoration:underline;
font-weight:bold;
}

div#container div#wrapper div#content div.info {
	margin: 30px 0 30px 70px;
}


div#container div#wrapper div#content div.infoArticle{
width:700px;
margin:30px auto 50px auto;
font-size: 12px;
}


div#container div#wrapper div#content div.infoBottom {
	background-image:url(../images/info_bg_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 810px;
	margin-top: -5px;
	padding-top: 10px;
	padding-bottom: 20px;
}


div#container div#wrapper div#content div.infoBottom h2.infoTitle{
width: 700px;
background-color:#86c1e1;
color:#FFF;
margin: 0 0 20px 50px;
font-size:160%;
padding:2px 0 2px 15px;
}
