@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:#000;
	background-color: #FFF;
	background-image:url(../images/bg.gif);
}

p{
	padding: 5px 0;
}

img , img a{
	border: 0;
}

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

h1{
	font-weight:bold;
	margin-bottom: 30px;
	color:#000;
	padding: 5px;
	font-size: 16px;
}

div#wrapper{
	width: 740px;
	margin: 0;
	padding: 10px;
	color: #000;
	background-color: #FFF;
	border-left: solid 1px #EAEAEA;
	border-right: solid 1px #EAEAEA;
}

div#header{
	position: relative;
	background-image: url(../images/bg-logo.gif);
	background-repeat: no-repeat;
}

div#header h2{
	text-align:center;
	font-size: 28px;
	color: #996600;
	padding: 20px 0 10px 55px;
	margin-bottom: 10px;
}
div#header h2 a{
	color: #996600;
	text-decoration: none;
}

div#header p#description{
	font-size: 16px;
	text-align:right;
	width: 450px;
	position: absolute;
	top: 0;
	right: 0;
	font-weight:bold;

}

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

/*サイドコンテンツ*/
div#side{
	float: right;
	width: 180px;
	color:#900;
	background-color: #F9D7DE;
}

div#side ul.menu{
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 300px;
}
div#side ul.menu li{
	padding: 12px 0 12px 5px;
}
div#side ul.menu a{
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}
div#side ul.menu a:hover{
	text-decoration: underline;
}
/*メインコンテンツ*/
.content{
	float: left;
	width: 540px;
	padding: 10px 0;
}

.title{
	color: #F0F;
	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;
}

.title a{
	color: #F0F;
}

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

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