* {
	margin:0;
	padding:0;
}

body {
	background-color: #fff;
	font-size: 15px;
	font-weight: normal;
	color: #444;
	overflow: hidden;
}

a { text-decoration: underline; color: #666;  }

a:hover { text-decoration:overline underline; color: black; }

#header {
	width: 100%;
	height: 90px;
	background-color: #fff;
	border-bottom: solid 2px #438253;
	margin-bottom: 2px;
}

h1 {
	margin: 10px 0 8px 8px;
	float: left;
	height: 77px;
	width: 300px;
	overflow: hidden;
	background: #fff url(img/logo.gif) no-repeat;
	line-height: 300px;
}

#header p {
	padding: 40px 80px 20px 0;
	text-align: center;
	letter-spacing: 2px;
}

address {
	text-align: right;
	font-size: 80%;
	color: #666;
	font-style: normal;
	padding-right: 5px;
}

address a {
	text-decoration: none;
	color: #666;
}

address a:hover {
	text-decoration: none; color: #333;
}

#main_body {
	background-color: #438253;

	width: 100%;
	border-top: solid 2px #438253;
	clear: both;
}

#navi {
	float: left;
	width: 218px;
	padding-top: 15px;

}

h2 { 
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin-left: 32px;
}

#navi p { 
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: white;
	padding: 7px 20px 0 30px;
}

#navi ul {
	list-style-type: none;
}

#navi li {
	margin: 7px 8px 0 30px;
	background-color: #25482E;

}

#navi a {
	display: block;
	width: 180px;
	padding: 5px 0 5px 0; 
	font-size: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #c96; 
	background-color: #c96;
	text-decoration: none;
	letter-spacing: 3px;
	text-align: right;
	color: white;
	position: relative;
	top: -2px;
	left: -2px;
}

#navi a:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #c96 #25482E #25482E #c96;
	position: static;

}

#navi a span { color: #c96;}

#navi a:hover span { color: white;}

#contents {

	overflow: auto;
	padding: 0px 1% 0px 4%;
	margin: 10px 0 0 5px;
	background-color: #fefefe;
	border-style: solid;
	border-width: 1px;
	border-color: #666 #ccc #ccc #666;
}

h3 { font-size: 100%; width: 80%; padding: 50px 0 0 3%;}

h3 strong { color: #093; font-size: 130%;}

#contents p {
	margin-left: 3%;
	width: 75%;
	max-width: 500px;
	line-height: 1.6;
}

#info {
	border-top: solid 1px #eeeeee;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #eeeeee;
	background-color: #393;
	width: 70%;
	max-width: 500px;
	margin: 50px 0px 0px 5%;
	padding: 2px;
}

#info p { font-size: 95%; color: white; margin-left: 15px; }

pre {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka;
}

#info #inner {
	background-color: white; 
	padding: 10px;
	margin-top: 2px; 
	border-top: solid 1px #666666;
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	border-left: solid 1px #666666;
	font-size: 100%;
	line-height: 1.6;
}

#inner strong { 
	color: #3c0;
}

h4 {
	border-top: solid 2px #c96; 
	border-bottom: double 3px #c96;
	margin: 750px 0 35px; 
	padding: 30px 0px 0px 10px;
	font-size: 115%; 
	font-weight: bold; letter-spacing: 3px;
	width: 98%; clear: both;
	color: green;
}

h4:first-letter {
	color: #f63; 
	font-weight: bold;
	margin-right: 5px;
}

ul#price-list, ul#chara-list, ul#mine, ol { margin-left: 30px;}

ul#price-list li {
	font-weight: bold;
	font-size: 100%;
	color: #666;
	list-style-type: disc;
	margin-top: 20px;
}

ul#chara-list li {
	font-weight: normal;
	font-size: 100%;
	color: #666;
	list-style-type: circle;
	margin-top: 40px;
}

ul#price-list, ul#chara-list { margin-bottom: 40px;}

#contents ol li {
	font-weight: normal;
	font-size: 100%;
	color: #666;
	margin-top: 35px;
}

#contents ol p, #contents ul p, #contents li span, dd {
	margin: 5px 0 0 0;
	font-size: 100%;
	font-weight: normal;
	color: #555;
	width: 80%;
	max-width: 450px;
}

hr { clear: both;}

ul#work-list { margin-left: 20px; list-style-type: circle;}

ul#work-list img {
	border: solid 5px #ddd;
	margin: 10px 10px 30px 0px;
	float: left;
}

ul#work-list li a { font-size: 110%; font-weight: bold; margin-right: 10px;}

ul#work-list li ul { padding-top: 20px; line-height: 1.5; margin-left: 270px;}

ul#work-list li li { margin-top: 0; font-weight: normal;}

.clear { clear: both;}

form {
	width: 500px;
	font-size: 90%;
	background-color: #CCCC99;
	padding: 15px 15px 10px;
	color: #333333;
	border-top: solid 1px #eeeeee;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: solid 1px #eeeeee;
	margin-left: 2%;
	margin-bottom: 50px;
}

form p {
	padding: 0;
}

input#name { width: 200px; }
input#office { width: 200px; }
input#tel { width: 150px; }
input#post { width: 80px; margin-bottom: 2px;}
input#add { width: 400px; }
input#mail { width: 400px; }
textarea { width: 400px; height: 140px;}

p.cau { margin-left: 2%; }

label {
	clear: both; float: left;
	width: 120px; 
}

form hr {
	margin: 4px 0;
}

#check label {
	height: 100px;
	float: left;
}

#txtarea {
	width: 400px;
}

input { margin: 0 0;}

input.button { margin: 10px 10px 0 0; }

#check input {
	margin: 0 0 0 5px;
}

.thx p { border-top: solid 2px #00CC99; border-bottom: solid 2px #00CC99;
	margin: 120px 0 300px; padding: 20px; text-align: center;
	line-height: 1.8;
}
.thx form { width: 300px; background-color: #fff; border: none; padding: 0; margin: 0;}
}

#bottom { display: none;}