@charset "UTF-8";
/* CSS Document */
html{ height:100%; }
body{ margin:0; padding:0; height:100%; color:#666666; }
a	{ color:#336699; border:none; }
img { border:none; }

a:link{ text-decoration:underline; }
a:visited{ text-decoration:underline; }
a:active{ text-decoration:underline; }
a:hover{ text-decoration:none; }


#wrapper{
	width:800px;
	margin:0 0 0 30px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:20px;
}

#wrapper h1,h2,h3,h4,h5,h6,ul,li{
	margin:0;
	padding:0;
}

#wrapper h1{
	font-size:20px;
	font-weight:bold;
	margin:50px 0 50px 0;
	color:#333333;
}

#wrapper h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

#wrapper h3{
	font-size:12px;
	font-weight:normal;
	margin-bottom:30px;
}

#wrapper ul,li{
	list-style:none;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
}

#wrapper ul{
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:30px;
	padding:10px 0 10px 0;
}

#wrapper li{
	margin-bottom:10px;
}

#wrapper h4{
	font-size:12px;
	font-weight:normal;
	margin-bottom:20px;
}

#wrapper h5{
	font-size:10px;
	font-weight:normal;
	margin-bottom:20px;
	border:#DDDDDD solid 1px;
	background-color:#EEEEEE;
	padding:10px;
}

#wrapper h6{
	font-size:9px;
	font-weight:normal;
	margin-bottom:15px;
}