/* charset */
@charset "shift_jis";

/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
	font-style:normal;
}

html,body {
	height:100%;
}

body {
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:100%;
	color:#666;
}
h1,h2,h3,h4,h5,h6 {
	font-size:85%;
	font-weight:normal;
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
}
p {
	margin:0 0 1em 0;
}
img {
	border:0;
}
hr {
	display:none;
}
.clear {
	clear:both;
}

/*
 Link Color [
----------------------------------------------------------- */
a {
	color:;
	text-decoration:underline;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*
 decoration [
----------------------------------------------------------- */
.bold {font-weight:bold;}
.t_r {text-align:right;}


/*
 background image [
----------------------------------------------------------- */
body#index {background:url(../images/body_bg01.gif) no-repeat;}
body#about {background:url(../images/body_bg02.gif) no-repeat 150px 0px;}
body#staff {background:url(../images/body_bg02.gif) no-repeat;}
body#service {background:url(../images/body_bg03.gif) no-repeat 200px 40px;}
body#recruit {background:url(../images/body_bg04.gif) no-repeat;}
body#access {background:url(../images/body_bg05.gif) no-repeat;}
body#sitemap {background:url(../images/body_bg06.gif) no-repeat;}
body#privacy {background:url(../images/body_bg01.gif) no-repeat 400px 40px;}

/*
 wrapper [
----------------------------------------------------------- */
#wrapper1 {
	width:100%;
	height:auto;
	min-height:100%;
	background:url(../images/navi_bg03.gif) repeat-y left;
}

* html #wrapper1 { /* WinIE4〜6、MacIE4〜5にだけ適用 */
	height:100%;
}

#wrapper2 { /* min-width */
	width:800px;
}

/*
 Header [
----------------------------------------------------------- */
p#top {
	width:auto;
	margin:0;
	padding-right:10px;
	font-size:80%;
	text-align:right;
	background:#FFF;
}

h1 {
	width:100%;
	height:80px;
	background:url(../images/header_bg01.gif) repeat-x bottom #fff;
}

h1 img {
	margin-left:10px;
}

/*
 navi [
----------------------------------------------------------- */
#navi {
	float:left;
	padding:20px 28px 280px 0;
	width:150px;
	background:url(../images/navi_bg01.gif) no-repeat right top;
	list-style:none;
}

#navi li {
	width:150px;
	height:40px;
	background:#fff;
	/*MacIEは下記のプロパティを読めません\*/
	overflow:hidden;
	/*MacIEは下記のプロパティを読めません*/
}

/*
 footer [
----------------------------------------------------------- */
#footer {
	clear:left;
	margin-left:70px;
	padding-bottom:20px;
	width:800px;
	height:100px;
	color:#333;
	background:url(../images/footer_bg04.gif) no-repeat;
}
address {
	padding:10px 20px 5px;
	width:auto;
	font-size:12px;
}

#copyright {
	padding:5px 25px 10px;
	width:750px;
	font-size:11px;
	text-align:right;
}

/*
 main [
----------------------------------------------------------- */
#main {
	float:left;
	margin:40px 0 20px 20px;
	padding-bottom:20px;
	width:600px;
	/*background:url(../images/main_bg01.gif);*/
}

h2 {
	padding-bottom:30px;
}

/*
 information [
----------------------------------- */
#info {
	padding:0 0 30px;
	width:500px;
	background:url(../images/info_bg03.gif) no-repeat bottom;
}

#info h2 {
	width:470px;
	height:40px;
	padding:10px 0 0 30px;
	background:url(../images/info_bg01.gif) no-repeat;
}

div#info-body {
	margin:0;
	padding:5px 30px;
	width:440px;
	color:#FFF;
	background:#9cf;
}

/*
 about [
----------------------------------- */
#about table {
border-collapse:collapse;
}

#about th {
	padding:auto;
	width:17%;
	font-weight:bold;
	text-align:left;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
}

#about td {
	padding:10px 0 10px;
	width:75%;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
}

#about td th,#about td td {
	padding:0 20px 0 0;
	text-align:left;
	font-weight:normal;
	border:none;
}

#about #main ul {
	list-style-position:inside;
}

/*
 staff [
----------------------------------- */
#staff table {}

#staff th,#staff td {
	padding:5px;
	border-bottom:1px dashed #666;
}

.t1 {width:15%;}
.t2 {width:30%;}
.t3 {width:20%;}
.t4 {width:15%;}


/*
 service [
----------------------------------- */
#service h3 {
	margin:20px 0 5px;
	font-weight:bold;
}

#service table {
	width:300px;
	font-size:90%;
	border-collapse:collapse;

}

#service table th,#service table td {
	padding:3px;
	width:50%;
	border:1px solid #666;
	text-align:center;
	font-weight:normal;
}

/*
 privacy [
----------------------------------- */
#privacy dt {
	font-size:120%;
	font-weight:bold;
	border-bottom:1px solid #069;
}
#privacy dd {
	margin:5px 0 20px 20px;
}

#privacy h3 {
	margin-top:50px;
	margin-left:160px;
	border-left:5px solid #069;
	padding-left:5px;
	font-weight:bold;
}

#privacy #main address {
	margin-left:160px;
	border-left:5px solid #069;
	padding-left:5px;
	font-weight:bold;
}

/*
 sitemap [
----------------------------------- */
#sitemap #main ul {
	padding-left:30px;
}