@charset "utf-8";

/* デフォルト */

* {
	margin: 0;
	padding: 0;
}

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

p{
	padding: 5px 0;
}

img , img a{
	border: 0;
}

.ad{
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 5px 5px;
	margin: 20px 0;
	font-size: 12px;
}

h1{
	width: 800px;
	margin: 20px auto 0 auto;
	color: #F00;
	font-size: 13px;
}

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

div#header{
	width: 800px;
	position: relative;
}

div#header h2#logo{
	font-size: 18px;
	background-image: url(../images/bg-logo.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 20px 0 10px 55px;
	margin-bottom: 10px;
}
div#header h2#logo a{
	color: #F00;
	text-decoration: none;
}

div#header p#description{
	width: 480px;
	position: absolute;
	top: 0;
	right: 0;

}

div#contents{
	border-top: solid 1px #666;
	padding: 10px 0;
}

/*サイドコンテンツ*/
div#side-contents{
	float: right;
	width: 180px;
}
div#side-contents .section{
	margin-bottom: 30px;
}
div#side-contents .section ul{
	list-style:none;
	list-style-position: outside;
}
div#side-contents .section ul li{
	padding: 12px 0 12px 20px;
	border-bottom: solid 1px #CCC;
	background-image: url(../images/bg-side.gif);
	background-repeat: no-repeat;
	background-position: left;

}
div#side-contents .section ul a{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
div#side-contents .section ul a:hover{
	text-decoration: underline;
}
/*メインコンテンツ*/
div#main-contents{
	float: left;
	width: 600px;
	padding: 10px 0;
}

div#main-contents .title{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 0 30px;
	margin-bottom: 10px;
	background-image: url(../images/bg-title.gif);
	background-repeat: no-repeat;
}

div#main-contents .content{
	margin-bottom: 30px;
}

/*フッター*/
div#footer{
	clear: both;
	border-top: solid 1px #000;
	padding: 10px 0 0 0 ;
	font-size: 12px;
	text-align: right;
}