@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-position: 10px 100px;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
/* header styles
------------------------------*/
#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 305px;
	position: relative;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6699CC;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
	border: medium double #AAC7CC;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 272px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 141px;
	height: 2.5em;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #6699CC;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}
#header ul li#nHome a {
	border-left-style: none;
}
#header ul #nYotei a {
	width: 143px;
}

#home #header ul #nHome a {
	color: #FFF;
	background-color: #828ca7;
}

#chizu #header ul #nChizu a {
	color: #FFF;
	background-color: #828ca7;
}

#circle #header ul #nCircle a {
	color: #FFF;
	background-color: #828ca7;
}

#reshipi #header ul #nReshipi a {
	color: #FFF;
	background-color: #828ca7;
}


/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main ul li {
	float: right;
	list-style-type: none;
	padding: 20px 0px 0px 20px;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px;
}

/* contents styles
------------------------------*/

#contents {
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contents h2 {
	padding-top: 15px;
}

#contents h3  {
	font-size: 15px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#contents p {
	line-height: 1.8;
	padding: 15px;
}

#contents_img {
	padding-top: 15px;
	padding-right: 150px;
	padding-bottom: 15px;
	padding-left: 150px;
}

#contents p img {
	background-position: center;
	text-align: center;
}

#contents_center {
	text-align: center;
	padding: 15px;
}

#contents ul {
	display: inline;
	list-style-type: none;
	padding: 15px;
	margin: 0px;
	line-height: 350%;
}
#contents ul li {
	display: inline;
	padding-left: 10px;
	margin-right: 10px;
	border-left: 1px solid #777;
	list-style-type: none;
}

#contents table {
	margin: 10px;
	padding: 10px;
	display: inline-block;
	align: center;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#contents_flash {
	height: 450px;
	padding-top: 15px;
	padding-right: 150px;
	padding-bottom: 15px;
	padding-left: 150px;
}

/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}


#sidebar  dl  dt  a:hover {
	border: 1px solid #000000;
	background-color: #FFC;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}

/* backnumber
------------------------------*/
#backnumber #hirobadayori,
#backnumber #katudou {
	width: 35%;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}
#backnumber #hirobadayori h2,
#backnumber #katudou h2 {
	padding-left: 32px;
	font-size: 19px;
	background-image: url(images/b3.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	}
#backnumber #hirobadayori dl,
#backnumber #katudou dl {
	margin-left: 25px;
	}
#backnumber #hirobadayori dt,
#backnumber #katudou dt {
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/m2.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
#home .backnumber {
	margin-top: 20px;
	margin-left: 75px;
	}

