@charset "UTF-8";

html {overflow-y:scroll;}

body {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #666;
	line-height: normal;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: visible;
}

*html body {
	font-size: 0.8em;
}

*:first-child+html body {
	font-size: 0.8em;
}

ul {
	margin: 0px;
	padding: 0px;	
}

p,
li {
	line-height: 1.8em;	
}

#wrap {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #366;
	padding-bottom: 30px;
}

h1 {
	font-size: 1.3em;
	color: #366;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #366;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

#wrap ul {
	list-style-type: none;
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 30px;
}


#wrap .mt30 {
	margin-top: 30px;	
}


#wrap .main {
	clear: both;
	margin-top: 30px;
}

#wrap .left {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
}
