html {
	height:100%;
}

body {
	text-align: center;
	margin: 0;
	height:100%;
}

a:link, a:visited {
	color: #3366FF;
}

a:hover, a:active {
	color: #FF0080;
}

h1 {
	font-size: 20px;
	letter-spacing: 0.1em;
	padding: 13px;
	background-color: #0066CC;
	margin: 15px 20px;
	border: 2px solid #CCC;
}

h1 a:link, h1 a:visited {
	color: #FFF;
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	color: #FF0080;
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	word-spacing: 0.1em;
	letter-spacing: 0.2em;
	margin: 20px 0 10px 0;
	padding: 3px 0 3px 40px;
	border-top: 2px dotted #333;
	border-bottom: 2px dotted #333;
}

#wrap {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

#contents_m {
	width: 70%;
	float: left;
	min-height:100%;
	border-right: 1px solid #CCC;
}

#contents_l {
	width: 29%;
	float: left;
}

#link {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
	word-spacing: 0em;
	padding: 15px 20px 0 20px;
}

#contents {
	padding: 0 20px 15px 20px;
	text-align: left;
	white-space: normal;
	font-size: 14px;
	line-height: 26px;
	word-spacing: 0em;
	letter-spacing: 0.2em;
}

#contents ul {
	padding: 0;
	margin: 0 0 0 40px;
}

#contents li {
	padding: 0;
	margin: 15px 0 0 0;
	list-style-type: decimal;
	float:none;
}

html, h3, h4, h5, h6, p, blockquote, pre, address, ol, dl, dt, dd, th, form, div, fieldset {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
}

table {
	border: 0;
	border-collapse: collapse;
}
