@charset "utf-8";
p,div,img,table,td,th,ul,ol,li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
}
ul,ol,li {
	list-style: none;
}
body {
	font-size: 90%;
	font-style: normal;
	line-height: 150%;
	text-align: center;
	margin-top: 50px;
	background: url(../img/css/bg.gif);
}
hr {
	display: none;
}
/************** h1-h5**************/
h1,h2,h3,h4,h5 {
	width: auto;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
/**************テキスト  **************/
.indent {
	margin-left: 2em;
}
/************** link **************/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}
/************** main layout **************/
html #wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: #CCCCCC 1px solid;
	background: #FFFFFF;
}
html #wrapper #header #photo {
	background: url(../img/photo/shimada.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 460px;
}
html #wrapper #header {
	width: 800px;
	position: relative;
}
html #wrapper #header #top {
	background: #669900;
	color: #FFFFFF;
	width: 800px;
	height: 20px;
}
/************** タイトル **************/
html #wrapper #header #title {
	width: 800px;
	height: 100px;
}
html #title h2 {
	padding-bottom: 10px;
	padding: 0;
}
/**************ロゴ********************/
html #wrapper #header #title #logo {
	margin-left: 0;
	position: absolute;
	top: 25px;
	left: 0px;
}
/**************TOP版nav**************/
html #wrapper #nav {
	width: 800px;
	height: auto;
	padding: 0;
	margin: 0;
}
html #wrapper #nav li {
	float: left;
	list-style-type: none;
	width: 160px;
	height: 50px;
	padding: 0;
	margin: 0;
}
/***********nextpage****************/
html #wrapper #left h3 {
	margin-left: 5px;
}
html #wrapper #left ul {
	width: 200px;
}
html #wrapper #left li {
	text-indent: 1em;
	width: 180px;
	height: 30px;
	margin-left: 20px;
	line-height: 30px;
	list-style-type: none;
	margin-bottom: 3px;
	border-bottom: #FFFFFF 1px dashed;
	border-left: 8px #FFFFFF solid;
	display: block;
}
html #wrapper #contents #left li a {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
}
html #wrapper #contents #left li a:hover {
	font-size: 110%;
	font-weight: bold;
	color: #006600;
}
html #wrapper #contents #left p {
	width: 180px;
	line-height: 1.5em;
	list-style-type: none;
	margin-left: 20px;
	margin-top: 20px;
}
html #wrapper #contents #right {
	float: right;
	padding: 0;
	margin: 0;
	width: 580px;
	padding: 10px;
}
/******** news layout **/
html #wrapper #contents #news {
	width: 700px;
	padding: 0 50px;
	display: block;
	font-size: 100%;
	font-family: "ＭＳゴシック", "Osaka－等幅";
}
/**************************** フッター **/
html #wrapper #footer {
	color: #CCCCCC;
	clear: both;
	width: 800px;
	height: 20px;
	margin: auto;
	min-height: 0;
}
html #wrapper #footer a {
	color: #333333;
}
html #wrapper #footer a:hover {
	color: #669900;
}
html #wrapper address {
	width: 800px;
	height: 30px;
	background: #CCCCCC;
	color: #FFFFFF;
	text-align: center;
}
address a {
	color: #FFFFFF;
	text-decoration: none;
	border-left: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}
/**************************** お問合せメールフォーム **/
textarea {
	width: 370px;
}
#m-form {
	width: 500px;
}
#m-form th {
	width: 120px;
	padding-left: 10px;
	background: url(../img/css/bg.gif);
	color: #666666;
}
#m-form td {
	text-align: left;
}