/* base */

* {
	font-size: small;
	font-family: Verdana, Helvetica, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #171717;
	text-align: center;
	color: #C8C8C8;
}
form {
 width: 350px;
}
input,textarea{
 background-color: #F0F0F0;
 border: solid 1px #D9D9D9;
}
input:focus, textarea:focus{
 background-color: #FFF;
 border: solid 1px #171717;
}
input#name, input#mail, input#title {
width: 150px;
}
textarea#message {
width: 200px;
}
.btn{
border-style: solid;
border-color: #D9D9D9;
color: #171717;
background-color: #FFF;
border-width: 1px;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
} 
a:hover, a:active {
	color: #EDB303;
}
.clear {
 clear: both;
 width: 1px;
 height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.nodisplay {
	display: none;
}
#topfla {
	margin: 10px auto;
}
/* layout */
#container {
	width: 900px;
	margin: 60px auto;
}
#header {
	height: 40px;
	text-align: left;
}
#wrapper {
	color: #333;
	width: 900px;
	height: 300px;
	background: white url(../img/bg_pht01.gif) no-repeat left center;
	margin: 10px auto;
}
#wrapper1 {
	text-align: left;
	width: 860px;
	height: 1%;
	padding: 10px 20px;
}
#left {
	float: left;
	width: 250px;
	height: 280px;
	background: url(../img/line-y01.gif) repeat-y left top;
}
#right {
	float: right;
	overflow: hidden;
	width: 600px;
	height: 280px;
}
.scroll {
 height: 215px; 
	overflow: auto;
}
.wrap {
 height:350px;
}
#footer {
	display: block;
	text-align: left;
}

/* header */
#title h1 {
	float: left;
	width: 450px;
	height: 40px;
}
#navi {
	position: relative;
	float: right;
	width: 416px;
	height: 18px;
	top: 28px;
}
#navi ul {
	display: block;
	list-style-type: none;
}
#navi li {
	float: left;
	display: inline;
	height: 18px;
}
#navi a {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#navi a:hover {
	display: block;
	overflow: hidden;
	height: 18px;
	text-indent: -9999px;
	background-position: 0px -18px;
	background-repeat: no-repeat;
}
#nav01 { width: 38px;	background-image: url(../img/navi_top.gif); }
#nav02 { width: 47px;	background-image: url(../img/navi_stuff.gif); }
#nav03 { width: 56px;	background-image: url(../img/navi_work.gif); }
#nav04 { width: 61px;	background-image: url(../img/navi_recruit.gif); }
#nav05 { width: 125px;	background-image: url(../img/navi_company.gif); }
#nav06 { width: 89px;	background-image: url(../img/navi_contact.gif); }

/* main */
h2 {
	display: block;
	overflow: hidden;
	height: 50px;
	text-indent: -9999px;
}
#ptitle02 {
 background:url(../img/title_stuff.gif) left center no-repeat; }
#ptitle03 {
 background:url(../img/title_work.gif) left center no-repeat; }
#ptitle04 {
 background:url(../img/title_recruit.gif) left center no-repeat; }
#ptitle05 {
 background:url(../img/title_company.gif) left center no-repeat; }
#ptitle06 {
 background:url(../img/title_contact.gif) left center no-repeat; }
#left ul {
	margin: 10px 0 0 0;
	list-style-type: none;
	list-style-position: outside;
}
#left li {
	display: block;
	width: auto;
	height: 20px;
	margin-left: 30px; 
	padding-left: 13px;
	background: url(../img/mark01.gif) left center no-repeat;
}
#right dl, #right ul, #right ol {
	margin: 0 0 15px 5px;
	list-style:none;
}
#right dt {
	padding: 5px 0 2px 13px;
	background: url(../img/mark02.gif) no-repeat 0px 7px;
}
#right dl li, #right ul li, #right dd {
 display: block;
	width: auto;
	padding: 0 0 5px 20px;
	background: url(../img/mark03.gif) no-repeat 10px 6px;
}
#right p {
	margin: 0 0 10px 5px;
 padding-right: 60px;
}
#entry {
 width: 250px;
	margin-left: 15px;
	padding-top: 5px;
 border: dashed 1px #D9D9D9
}

/* footer */
#banner {
	float: left;
	width: 450px;
	text-align: left;
	height: 1%;
}
#banner img {
 margin: 0 0 5px 5px;
}
#copy {
	float: right;
	width: 416px;
	font-size: x-small;
	text-align: right;
}
address {
	display: inline;
	font-style: normal;
 padding: 0 5px;
}
#copy a {
	font-size: x-small;
	color: #EDB303;
	text-decoration: underline;
}

