@charset "utf-8";

/*------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, th, td, tr, img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	border:none;
}

body {
	background-image:url(/assets/images/bg.jpg);
	background-repeat:repeat-x;
}

/*------------------------------------------------------------*/
div#warp {
	text-align:center;
}

/*------------------------------------------------------------*/
div#main {
	margin:0px auto;
	text-align:left;
	width:1050px;
}

/*------------------------------------------------------------*/
div#header {
	margin-bottom:30px;
}

/*------------------------------------------------------------*/
div#footer {
	clear: both;
	margin-top:25px;
}

div#footer p{
	text-align:center;
	margin-bottom:11pt;
}

/*------------------------------------------------------------*/
div#contents {
	float: left;
	width: 775px;
	margin-left:50px;
	margin-bottom:50px;
}

div#contents h2{
	border-left: #090 solid 10px;
	border-bottom: #090 solid 2px;
	padding: 5px 5px 5px 5px;
	margin-bottom:30px;
}

div#contents h2,
div#contents p{
	width: 675px;
}

div#contents ol,
div#contents ul {
	margin-left: 20px;
}

div#contents ol,
div#contents ul,
div#contents p{
	font-size:11pt;
	margin-bottom:11pt;
}

/*------------------------------------------------------------*/
div#sidebar {
	float: left;
	width: 225px;
	margin-bottom:50px;
}

div#sidebar h2{
	margin-bottom:10pt;
}

div#sidebar p{
	width: 230px;
	line-height: 150%;
	font-size: 10pt;
	margin-bottom: 5pt;
}


