@charset "UTF-8";
/* CSS Document */

/* ___________________________________________________________ reset */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,p,th,td {
   margin:0;
   padding:0;
}
img {
	border: none;
}

/* __________________________________________________________ layout */
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 62.5%;
	line-height: 1.7;
}
#wrapper {
	width: 100%;
	background-image: url(../images/bg_photo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	background-color: #FFFFFF;
	text-align: left;
	width: 810px;
	margin: 0 auto;
}
#header,
#shell,
#footer {
	font-size: 1.0em;
}
#shell {
	margin: 20px 5px 0 5px;
}

/* __________________________________________________________ anchor */
a {
	text-decoration : none;
}
a:link {
	color : #268352;
}
a:visited {
	color : #268352;
}
a:hover {
	color : #FF6600;
}
a:active {
	color : #FF6600;
}

/* __________________________________________________________ header */
#header {
	border-top: 5px solid #808080;
	margin: 0 5px;
}
#header_top {
	width: 800px;
	border-bottom: 1px dotted #808080;
	position: relative;
}
#header_top h1 {
	font-size: 1.0em;
	font-weight: normal;
	margin: 0px;
	color: #313131;
	padding: 5px 0 5px 0;
}
#header_top p {
	font-size: 1.0em;
	float: right;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 5px;
	right: 0px;
}
#header_top a {
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

#header_btm {
	width: 800px;
	margin-top: 8px;
	position: relative;
}
#header_btm p {
	float: right;
	position: absolute;
	top: 0px;
	right: 10px;
}

/* ____________________________________________________________ menu */
#menu {
	margin: 10px 5px 0 5px;
}
#menu ul {
	list-style-type: none;
	height: 200px;
	width: 800px;
	position: relative;
}
#menu li {
	height: 200px;
	width: 200px;
	display: block;
}
#menu01 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#menu02 {
	position: absolute;
	left: 200px;
	top: 0px;
}
#menu03 {
	position: absolute;
	left: 400px;
	top: 0px;
}
#menu04 {
	position: absolute;
	left: 600px;
	top: 0px;
}

/* _________________________________________________________ content */
#content {
	float: left;
	width: 580px;
	padding-bottom: 7px;
}
#top_content_shell {
	margin-left: 20px;
}

#top_content_shell h3 {
	font-size: 1.4em;
	padding: 5px 0;
	margin-bottom: 20px;
	border-bottom: 1px dotted #336600;
	color: #336600;
}

#top_content_shell h4 {
	font-size: 1.2em;
	padding: 5px;
	margin-bottom: 20px;
	display: block;
	border: 1px solid #336600;
	color: #336600;
}


#top_content_shell strong {
	font-weight: bold;
	color: #336600;
}


#top_content_shell p {
	font-size: 1.2em;
	line-height: 1.8em;
}

.nagare {
	padding: 8px;
	border: 1px solid #336600;
	font-size: 1.2em;
	line-height: 1.8em;
}


#top_content_shell ul {
	font-size: 1.2em;
	line-height: 1.8em;
}

#top_content_shell li {
	list-style: none;
	text-indent: 4em;
}


#top_news {
	width: 560px;
	margin-top: 38px;
}
#top_news dl {
	list-style-type: none;
	margin-top: 15px;
	color: #646464;
	line-height: 1.2em;
}
#top_news dt {
	font-size: 1em;
}
#top_news dd {
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 10px;
	background: url("http://morizou.info/images/bg_listnavi.gif") no-repeat 0 50%;
	padding: 0 0 0 10px;
}

.news_data {
	font-size: 1.2em;
}
#top_news li a {
	font-size: 1.4em;
}
#top_news_ditail {
	text-align: right;
	font-size: 1.2em;
}
#top_news_ditail a {
	background-image: url(../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}


/* ______________________________________________________ right_side */
#right_side {
	float: right;
	width: 200px;
	padding-bottom: 7px;
}
#eco_yuki {
	width: 200px;
	margin-top: 5px;
	background-color: #CCCCCC;
}
#eco_yuki dd {
	text-align: center;
}
#eco_yuki dd p {
	text-align: left;
	padding: 0 8px 5px 8px;
	font-size: 1.2em;
}
#eco_yuki dd p a {
	text-decoration : none;
}
#eco_yuki dd p a:link {
	color: #646464;
}
#eco_yuki dd p a:visited {
	color: #646464;
}
#top_news dd p a:hover {
	color: #FF6600;
}
#top_news dd p a:active {
	color: #FF6600;
}

/* __________________________________________________________ footer */
#footer {
	clear: both;
	width: 800px;
	border-top: 1px dotted #808080;
}
#footer p {
	font-family: Arial;
	font-size: 1em;
	padding: 5px 0;
	color: #646464;
	letter-spacing: 0.2em;
}
