@charset "utf-8";

/* CSS Document */

/*------------------------------------------------------------*/
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;
	font-size:11pt;
}

/*------------------------------------------------------------*/
div#warp {
	text-align:center;
}

/*------------------------------------------------------------*/
div#main {
	margin:0px auto;
	text-align:left;
	width:940px;
}

/*------------------------------------------------------------*/
div#header h1{
	margin-bottom:20px;
}

/*------------------------------------------------------------*/
div#footer {
}

/*------------------------------------------------------------*/
div#contents {
}

div#contents h2{
	margin-bottom:20px;
}

div#contents h2.list{
	color:red;
	font-weight:bold;
	padding-left:50px;
	padding-right:50px;
	margin-bottom:5px;
}

div#contents p{
	margin-bottom:20px;
}

div#contents p.text{
	padding-left:50px;
}

div#contents p.botton{
	text-align:right;
	padding-right:50px;	
}

div#contents p.list{
	padding-left:50px;
	padding-right:50px;
	margin-bottom:30px;
}

