@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;
	background-image: url(../imag/bac.jpg);
	background-repeat: repeat-x;
}
a{
	color: #F60;
	text-decoration: underline;
}

ul,ol{
	list-style: none;
	list-style-position: outside;
}

p{
	padding: 5px 0;
}

.button{
    cursor: pointer;
}

div#wrapper{
	width: 700px;
	margin: 0 auto;
	color: #333;
	background-color: #FFF;
	padding: 10px;
	border-left: solid 1px  #FC6;
	border-right: solid 1px #FC6;
}

div#header{
	background-image:url(../imag/title.jpg);
	width: 700px;
	height:300px;
	position:relative;
}
div#header h1{
	font-size: 14px;
	font-weight: normal;
}
div#header p#description{
	font-size: 14px;
	position: absolute;
	top: 270px;
	right: 0;
	padding: 0;
	background-color:#63A1EC;
	color:#FFF;
	padding-left:5px;
}

div#header h2{
	padding: 12px 0;
	margin: 0 0 20px 420px;
	font-size: 28px;
	text-align: center;
}
div#header h2 a{
	color: #FFF;
	text-decoration: none;
}
div#side{
	float: right;
	width: 180px;
	padding: 15px 0;
}
div#side ul.menu{
	font-size: 13px;
	margin-bottom: 30px;
}
div#side ul.menu li{
	padding: 12px 0;
	border-bottom: dotted 1px #FC6;
}
div#side ul.menu a{
	text-decoration: none;
}
div#side ul.menu a:hover{
	text-decoration: underline;
}


div#main-content{
	float: left;
	width: 500px;
	border-right: solid 1px #CCC;
	padding-right: 10px;
}

div#main-content .title{
	font-size: 18px;
	font-weight: bold;
	color: #F60;
	background-image: url(../images/bg-title.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding: 10px 0 10px 5px;
	margin-bottom: 10px;
}
div#main-content .content{
	padding: 0 0 15px 0;
	border-bottom: dotted 1px #FC6;
	margin-bottom: 10px;
}

ul.genin{
	margin: 10px 0;
	list-style: disc;
	list-style-position: inside;
	line-height: 180%;
}

div.osusume{
	margin: 15px auto;
	width: 90%;
	font-size: 12px;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

div#footer{
	clear: both;
	padding: 10px 0;
	text-align: center;
}
div#footer p{
	color: #FFF;
	background-color: #F60;
	padding: 10px;
}
