﻿@charset "utf-8";
body,div,h1,h2,h3,h4,ul,li,a,p {
	margin:0px;
	padding:0px;
}
body {
	background-image:url(../img/background.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-size:95%;
	color:#666666;
	font-family: "ＭＳ ゴシック", "Osaka-等幅", monospace;
}
img{
	border:none;
}
body.fontL #maincontent{
	font-size:115%;
}
body.fontM #maincontent{
	font-size:100%;
}
body.fontS #maincontent{
	font-size:80%;
}
a {
	text-decoration:none;
}
a.wht {
	color:#ffffff;
}
a:hover {
	text-decoration:underline;
}
li{
	list-style:none;
}

.navigation {
	float:left;
	padding:0px;
}
#wrapper {
	width:800px;
	height:auto;
	margin:0px auto;
	background-color:#ffffff;
}
#header {
	margin:0px auto;
	height: 50px;
	width: 800px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	font-size:12px;
	color:#ffffff;
}
#header ul{
	display:block;
	height:auto;
	width:370px;
	float: right;
	margin-top: 30px;
}

#header li{
	float:left;
}
#header li a{
	background-image: url(../img/header_listmark.gif);
	background-repeat:no-repeat;
	background-position:1%;
	padding-left:10px;
	margin-right:10px;
	display:block;
}
#nav {
	margin:0px auto;
	height: 30px;
	width: 800px;
	background-image: url(../img/header_nav_01.gif);
	background-repeat: no-repeat;
	clear:both
}
#nav ul{
	height:30px;
	width:800px;
}
#nav li{
	float:left;
	width:140px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
}
#nav li#home {
	margin-left:50px;
}
#nav a {
	display:block;
	height:30px;
	width:140px;
}
#nav #home a:link,#nav #home a:visited{
	background-image:url(../img/header_nav_home_normal.gif);
	background-repeat:no-repeat;
}
#nav #home a:hover{
	background-image:url(../img/header_nav_home_hover.gif);
	background-repeat:no-repeat;
}
#nav #works a:link,#nav #works a:visited{
	background-image:url(../img/header_nav_works_normal.gif);
	background-repeat:no-repeat;
}
#nav #works a:hover{
	background-image:url(../img/header_nav_works_hover.gif);
	background-repeat:no-repeat;
}
#nav #company a:link,#nav #company a:visited{
	background-image:url(../img/header_nav_company_normal.gif);
	background-repeat:no-repeat;
}
#nav #company a:hover{
	background-image:url(../img/header_nav_company_hover.gif);
	background-repeat:no-repeat;
}
#nav #recruit a:link,#nav #recruit a:visited{
	background-image:url(../img/header_nav_recruit_normal.gif);
	background-repeat:no-repeat;
}
#nav #recruit a:hover{
	background-image:url(../img/header_nav_recruit_hover.gif);
	background-repeat:no-repeat;
}
#nav #contact a:link,#nav #contact a:visited{
	background-image:url(../img/header_nav_contact_normal.gif);
	background-repeat:no-repeat;
}
#nav #contact a:hover{
	background-image:url(../img/header_nav_contact_hover.gif);
	background-repeat:no-repeat;
}

#content {
	clear:both;
	margin:0px 40px 0px 50px;
	padding-top:5px;
	height:auto;
	width:710px;
}


p#kuzu {
	color:#006633;
	margin-left: 5px;
	float: left;
}
p#kuzu a {
	color:#FF6600;
}
#content #font {
	float: right;
	margin-right: 10px;
}
#content #font li {
	display:inline;
}
#maincontent {
	height:auto;
	width:700px;
	margin-bottom:10px;
	clear: both;
	padding: 4px,4px,4px,4px;
}
h1 {
	margin-bottom: 10px;
}
h2 {
	width: 690px;
	color:#339900;
	font-size: 1.2em;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px solid #99CC66;
	border-left: 5px solid #99CC66;
	margin: 5px 0px;
	letter-spacing: 3px;
}
h3{
	color: #336666;
	font-size: 1em;
	margin: 5px 0px 0px 2px;
}
p {
	letter-spacing:1px;
	line-height:150%;

}
#content_bottom{
	clear:both;
	height:25px;
	width:700px;
	font-size:12px;
	color:#669966;
	border-top:solid 2px #669966;
	margin-top: 10px;
}
#content_bottom ul {
	margin:6px 0px 5px 5px;
}
#content_bottom p {
	text-align:right;
	font-size:12px;
}
#content_bottom a {
	color:#669966;
}



#footer {
	clear:both;
	margin:0px auto;
	height: 30px;
	width: 800px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	font-size:12px;
	color:#ffffff;
}
#footer ul{
	padding:1px 0px 0px 3px;
}
#footer p{
	text-align:right;
	margin-right: 3px;
	font-size: 10px;
}
address {
	clear: both;
	text-align:right;
	font-style:normal;
	font-size:10px;
	letter-spacing:1px;
	color:#006633;
}
