@charset "UTF-8";

/*================================

 0) common
 1) index
 2) others

==================================*/

* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
height: 100%;
font-family: verdana, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","ＭＳ ゴシック",Osaka,sans-serif;
font-size: 14px;
line-height: 1.5;
color: #313131;
background-color: #EEE;
text-align: center;
}
.wrapper {
width: 740px;
min-height: 100%;
overflow: visible;
margin: 0 auto;
padding: 20px;
background-color: #FFF;
border-left: 1px solid #AAA;
border-right: 1px solid #AAA;
text-align: left;
}
	#others {
	width: 780px;
	padding: 20px 0;
	}
.wrapper #footer {
padding-top: 10px;
color: #555;
border-top: 1px solid #EEE;
}
h1 {
margin-bottom: 50px;
}
h2 {
margin-top: 10px;
margin-bottom: 20px;
}
h3 {
margin-bottom: 5px;
}
h4 {
margin: 10px 0 5px 0;
}
.last-txt {
margin-bottom: 20px;
}
.go-top {
margin: 20px 0;
text-align: right;
font-size: 12px;
}
a.active {
color: #313131;
font-weight: bold;
text-decoration: none;
}
a.active:hover {
color: #313131;
}
em {
color: #F00;
font-weight: bold;
font-style: normal;
}
.mini {
font-size: 80%;
}
.body-table {
border: 1px solid #CCC;
border-collapse: collapse;
}
.body-table th,
.body-table td {
padding: 3px 5px;
border: 1px solid #CCC;
}
.body-table thead th {
text-align: center;
font-weight: bold;
background-color: #AAA;
color: #FFF;
}
.body-table tbody th {
font-weight: normal;
}
.body-table td {
font-weight: bold;
}
.body-table tr.even th,
.body-table tr.even td {
background-color: #EEE;
}

/* 1) index
---------------------------*/
#index {
position: relative;
}
#index ul {
margin-left: 20px;
font-size: 16px;
}
#index li {
margin-bottom: 10px;
}
#index #footer {
position: absolute;
left: 0;
bottom: 20px;
width: 780px;
}
#index #footer p {
margin-left: 20px;
}

/* 2) others
---------------------------*/
#header,
#others {
zoom: 1;
}
#header:after,
#others:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0;
overflow: hidden;
}
#others #header {
padding: 0 20px;
border-bottom: 1px solid #EEE;
}
	#header h1 {
	width: 8em;
	float: left;
	}
	#header ul {
	width: 500px;
	float: right;
	margin-top: 15px;
	zoom: 1;
	}
	#header ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	}
	#header li {
	float: left;
	margin: 0 15px 0 20px;
	}

#contents {
background: url(img/back.gif) repeat-y left top;
zoom: 1;
}
#contents:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
height: 0;
overflow: hidden;
}
#main {
width: 540px;
float: right;
margin-right: 20px;
text-align: left;
}
	#main ol {
	margin-left: 25px;
	}
	#main li {
	margin-bottom: 10px;
	}
	#main li img,
	#main p img {
	border: 1px solid #EEE;
	}
	#main li strong {
	color: #000;
	}

#sub-nav {
width: 200px;
float: left;
padding: 20px 0 10px 0;
}
	#sub-nav ul {
	margin: 0 5px 0 10px;
	list-style-type: none;
	}
	#sub-nav li {
	margin-bottom: 10px;
	}

#others #footer {
clear: both;
padding: 10px 20px 0 20px;
}
