@charset "UTF-8";
/* formatting style
---------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-image: url(images/stripe.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
---------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #0168b5;
	text-decoration: underline;
}
a:visited {
	color: #0168b5;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}

/* basic layout
---------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 800px;
}
#michi {
	background-image: url(home/michi_back.png);
	background-repeat: no-repeat;
	padding: 10px;
}
#michi p {
	background-color: #FFFFFF;
	width: 70px;
}
#michi h1 {
	color: #000066;
}
#michi ul {
	list-style: none;
	font-size: 110%;
	color: #000033;
}
#michi li {
	list-style: none;
	padding-bottom: 10px;
	line-height: 1.3;
}
#main {
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
}
#main ul {
	margin-top: 10px;
}
#information {
	background-color: #FFFFFF;
	position: relative;
	float: left;
	padding-left: 10px;
	height: 299px;
	width: 487px;
}
#miyakokun {
	width: 100px;
	height: 220px;
	float: left;
	background-image: url(home/kyounomichishirube1.jpg);
	background-repeat: no-repeat;
}
#sidebar {
	background-color: #FFFFFF;
	background-image: url(images/stripe_b.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	float: left;
	position: relative;
	padding: 15px;
}
#news {
	background-color: #FFFFFF;
	border: 1px solid #0066FF;
	width: 270px;
}
#scrollbox {
	width: 270px;
	height:215px;
	overflow:auto;
	font-size: 90%;
}
#blog {
	background-color: #FFFFFF;
	width: 598px;
	background-image: url(images/stripe_g.gif);
	background-position: 15px 10px;
	position: relative;
	padding: 15px;
	float: left;
	border-top: 1px #3fad4a;
	border-right: 1px #3fad4a;
	border-bottom: 1px #3fad4a;
	border-left: 1px #3fad4a;
	background-repeat: no-repeat;
}
#pagetop {
	background-color: #FFFFFF;
	position: relative;
	height: 25px;
	width: 70px;
	margin-left: 730px;
	float: right;
}
#footer {
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 15px;
	clear: both;
	position: relative;
	width: 770px;
}
/* header styles
---------------------------*/

#header {
	height: 130px;
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
}
#header #logo {
	position: absolute;
	left: 8px;
	top: 10px;
	background-color: #FFFFFF;
}
#header ul {
	background-color: #FFFFFF;
	width: 800px;
	left: 0px;
	top: 75px;
	position: absolute;
	height: 50px;
}
#header ul li {
	list-style: url(none) none;
	float: left;
}
/* sidebar styles
---------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}	
#sidebar dt {
	font-weight: bold;
	background-image: url(images/yajirushi.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#sidebar dd {
	clear: left;
	margin-left: 11px;
	margin-bottom: 5px;
}
/* information styles
---------------------------*/
#information h2 {
	margin-bottom: 4px;
	margin-top: 10px;
}
#iso {
	position: relative;
	border: 1px none #999999;
	height: 105px;
	width: 155px;
	float: left;
	padding-bottom: 10px;
}
#tfp {
	height: 105px;
	width: 155px;
	clear: left;
}
#new {
	position: relative;
	height: 220px;
	width: 155px;
	float: left;
	font-size: 95%;
	line-height: 2;
	border-top: #999999;
	border-right: #999999;
	border-bottom: #999999;
	border-left: #999999;
}
#tokucyou {
	float: left;
	height: 220px;
	width: 155px;
	margin-left: 5px;
	margin-right: 5px;
}
.contents img {
	padding-bottom: 5px;
}
/* blog styles
---------------------------*/
#blog h2 {
	padding-bottom: 20px;
}
#blog #photo {
	border: 1px solid #999999;
	padding: 3px;
	float: left;
}
#blog dl {
	font-size: 85%;
	float: left;
	padding-right: 20px;
}
#blog dt {
	font-weight: bold;
	float: left;
	width: 400px;
	padding-bottom: 10px;
}
#blog p {
	background-image: url(images/yajirushi_w.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#blog dd {
	font-size: 90%;
}
#banner {
	position: relative;
	width: 150px;
	float: left;
	padding-left: 10px;
	border-top: 1px #666666;
	border-right: 1px #666666;
	border-bottom: 1px #666666;
	border-left: 1px #666666;
	padding-top: 0px;
}
#banner li {
	list-style: none;
	padding-bottom: 5px;
	border-top: 1px #999999;
	border-right: 1px #999999;
	border-bottom: 1px #999999;
	border-left: 1px #999999;
}
/* footer styles
---------------------------*/
#footer ul li a {
	color: #666666;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #666666;
}
#footer p a:hover {
	color: #FFFFFF;
}
#footer ul li {
	margin-top: 0px;
	list-style: none;
	float: right;
}
#footer address {
	padding-left: 205px;
}

