@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka,"MS PGothic", sans-serif;
	line-height:20px;
	font-size: 14px
}

p{
	padding: 5px 0;
}

h1{
	font-size: 14px;
	font-weight: normal;
	padding: 5px 20px;
	color: #FFF;
	background-color: #666;
}

.ad{
	border-top: solid 1px #00F;
	border-bottom: solid 1px #00F;
	font-size: 12px;
	width: 550px;
	margin: 18px auto;
	padding: 8px
}

div#wrapper{
	width: 800px;
	margin: 0 auto;
	color: #000;
	background-color: #FFF;
}

div#header{
	position:relative;
	padding: 30px 0 0 0;
	margin-bottom: 30px;
}

div#header h2{
	position: absolute;
	top: 10px;
	left: 0;
}

div#header h2 a{
	color: #000;
	text-decoration: none;
}

/*サイド*/
div#side{
	float: left;
	width: 160px;
	color: #000;
	background-color: #DDD;
	padding: 10px;
}

ul.menu{
	list-style: none;
	list-style-position: outside;
	margin-bottom: 30px;
}
ul.menu li{
	padding: 10px 0;
	border-bottom: solid 1px #CCC;
}



/*メインコンテンツ*/
div#main-content{
	float: right;
	width: 600px;
}
div#main-content .title{
	font-size: 18px;
	font-weight: bold;
}
div#main-content .content{
	margin-bottom: 30px;
}
div#footer{
	clear: both;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
}
