@charset "utf-8";

/* Description : 共有設定 */

/* reset */

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {
	margin: 0;
	padding: 0;
}

table.ziyu {
	border:1px #F93 dashed;
	padding:5px;
}

ul {
	list-style-type: none;
}

a:link,
a:visited {
	color:#039;
	text-decoration:underline;
}

a:hover{
	color:#039;
	text-decoration:none;
}

a.color_02:link,
a.color_02:visited {
	color:#FFF;
	text-decoration:none;
}

a.color_02:hover{
	color:#FFF;
	text-decoration:underline;
}

ol li {
	margin-left: 1.8em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

hr {
	display:none;
	clear: both;
}

sub {
	font-size: 70%;
	vertical-align: baseline;
}

address {
	font-style: normal;
}

/* base */

body {
	background: #0c2683;
	color: #333;
	text-align: center;
	font-size: 75%;
	line-height: 1.4;
}

h1 {
	width: 900px;
	margin: 0 auto 10px auto;
	padding: 10px 0 0 0;
	text-align: left;
}

#nav {
	width: 900px;
	margin: 0 auto 5px auto;
}

#nav li {
	float: left;
}

#pagebody {
	clear: both;
	width: 900px;
	margin: 0 auto 20px auto;
	background: url(../img/sidemenu.png) left repeat-y #fff;
	text-align: left;
}

#sideNav {
	width: 220px;
	float: left;
	padding: 12px 10px;
}

#sideNav li {
	margin-bottom: 3px;
}

#main {
	width: 604px;
	float: right;
	margin-right: 25px;
	padding: 12px 0 20px 0;
}

#main.no {
	height:600px;
}

#title {
	margin: 0 0 15px 0;
	padding: 0;
}

#pageFooter {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 25px;
	position: relative;
	clear: both;
	text-align: left;
	font-size: 90%;
}

#pageFooter dt {
	position: absolute;
	right: 0;
}

#pagebgcolor {
	background: url(../img/bg.png) repeat-x top #eaeaea;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

/* clearfix */
#w_kakomi:after,
#nav:after,
#topMenu:after,
#container:after,
#pagebody:after {
	content: ".";
	display: block;
	_display: inline-block;
	height: 0;
	clear: both;
	visibility: hidden;
}

