@charset "utf-8";
/* CSS Document */

body{
	background:#F2D340 url(/img/contents/body_bg.gif) repeat top left;
}
div.wrapper{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
div#header{
	height:181px;
	background-image:url(/img/contents/header_bg.gif);
	background-repeat:repeat-x;
}
div#logoarea{
	background:white url(/img/contents/logoarea_bg.gif) no-repeat bottom right;
}
div#header h1{ width:280px; height:88px; }
ul#menu{ margin-top:50px;margin-bottom:0px !important; height:43px;}
ul#li{ background-color:red;}
div#Contents{
	margin-top:0px;
	background-image:url(/img/contents/contents_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}
div#Contents div.wrapper{
	padding-top:10px;
	background:white url(/img/contents/contents_wrapper_bg.gif) repeat-y top left;
}

div#Contents a:link,div#Contents a:visited{
	color:#444444;
}
div#Contents a:hover,div#Contents a:active{
	color:#009999;
}
div#Contents h2{ height:63px; margin:5px 10px 0px 10px; }
div#waka_text{
	margin-left:10px;
	margin-right:10px;
	padding:5px;
	font-size:90%;
	background-color:#E0EFF5;
	color:#333333;
}
div#topics{
	width:520px;
	float:left;
	display:inline;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:50px;
}
div#inquiry{
	width:780px;
	margin:20px 20px 80px 20px;
}
div#inquiry table{
	border-collapse:collapse;
	margin-top:15px;
	width:600px;
}
input.mName{width:120px; }
input.mPhone{ width:100px; }
input.mText,textarea{ width:400px; }
textarea{ height:120px; }
div#inquiry table,div#inquiry th,div#inquiry td{
	border:solid 1px #cccccc;
}
div#inquiry th,div#inquiry td{
	padding:7px 15px 7px 15px;
	color#333333;
}
div#inquiry th{
	background-color:#E0EFF5;
}
div#topics h3{
	background:white url(/img/contents/topic_header.gif) no-repeat top left;
	padding:9px;
	font-size:140%;

}
div.topic{ border-bottom:dashed 1px #cccccc; margin-bottom:30px; }
div.timestamp{ margin-top:2px; color:#3197C8; font-size:85%; text-align:right; }
div.topic-body{
	margin:10px;
	padding-bottom:20px;
}

div#weather{ text-align:center; margin-top:20px;}

div#submenu{
	width:210px;
	float:left;
	display:inline;
	margin:20px 0px 0px 30px;
}

div#searchbox,div#calender{
	border:dotted 1px #cccccc;
}
div#calender{ text-align:center; margin-top:20px; }
div#submenu h4{
	font-size:90%;
	margin:10px;
	border-bottom:dotted 1px #cccccc;
	color:#3197C8;
	text-align:left;
}
div#submenu form,div#submenu table,div#submenu p{ margin:5px; }
div#calender table{ width:180px; margin-left:auto; margin-right:auto; }


div#footer{
	clear:both;
	margin-left:10px;
	width:780px;
	background:white url(/img/contents/footer_bg.gif) no-repeat top left;
	padding-top:40px;
	position:relative;
}
div#to-top{
	width:80px;
	height:40px;
	position:absolute;
	top:0px;
	right:0px;
	background-color:white;
}
div#to-top img{ margin-top:20px; }
div#copyright{
	width:780px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#999999;
	text-align:center;
	color:white;
}
