@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: 24px;
	font-size: 14px;
	background-image:url(../images/bg.gif);
}
a{
	color: #0000FF;
	text-decoration: underline;
}

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

p{
	padding: 5px 0;
}

.button{
    cursor: pointer;
}

div#wrapper{
	border-top: solid 3px #C00;
	color:#000;
	background-color: #FFF;
	width: 800px;
	margin: 0 auto;
}
div#header{
	position: relative;
	color:#FFF;
	background-color: #F09;
	padding: 10px;
	margin-bottom: 20px;
}
div#header h1{
	position: absolute;
	top: 55px;
	right: 5px;
	font-size: 13px;
	font-weight: normal;
}
div#header p#description{
	font-size: 13px;
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	text-align: right;
}

div#header h2{
	background-position: left;
	background-repeat: no-repeat;
	padding: 12px 0 5px 0;
	margin-bottom: 20px;
	font-size: 30px;
}
div#header h2 a{
	color: #FFF;
	text-decoration: none;
}
div#side{
	float: left;
	width: 190px;
	background-color: #E9EFF0;
	padding: 15px 0;
}
div#side ul.menu{
	margin-bottom: 30px;
}
div#side ul.menu a{
	color: #F09;
	text-decoration: none;
}
div#side ul.menu a:hover{
	text-decoration: underline;
}

div#side ul.menu li{
	padding: 15px 10px;
	border-bottom: dotted 1px #F09;
}


div#main-content{
	float: right;
	width: 600px;
}

div#main-content .title{
	font-size: 30px;
	font-weight: bold;
	color: #F09;
	border-bottom: solid 1px #F09;
	margin-bottom: 10px;
	background-image: url(../images/bg-main-title.jpeg);
	background-repeat:no-repeat;
	background-position:left;
	padding: 20px 0 10px 45px;
}

div#main-content .title a{
	color: #F09;
}

div#main-content .contnet{
	padding: 0 0 15px 0;
	border-bottom: dotted 1px #999;
	margin-bottom: 20px;
}

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


ul.flow{
	line-height: 200%;
	list-style-type: disc;
	list-style-position:inside;
}
ul.flow li{
	padding: 10px 0;
	border-bottom: solid 1px #999;
}

div#footer{
	clear: both;
	padding: 10px 10px;
	text-align: right;
	color:#FFF;
	background-color: #F09;
}
