@charset "UTF-8";

/* ___________________________________________________________ 全体 */

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family:  'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", 'Osaka', "Lucida Grande", sans-serif;
	color: #000;
	text-align: center;
	background-color: #eee;
}

/* --- for WinIE6 --- */
* html body {
	font-size: 62.5%;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic";
	letter-spacing: 0px;
	vertical-align:baseline;
}

/* --- for WinIE7 --- */
*:first-child+html body { 
	font-size: 62.5%;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic";
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6,p,form {
	margin: 0;
}
img {
	border: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
}
a {
	color: #009900;
	overflow:hidden;
}
a:hover {
	color: #FF9900;
}
#container {
	margin: 0 auto;
	width: 760px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align: left;
}


/* ___________________________________________________________ ヘッダー */

#header {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 57px;
	position: relative;
}
#header h1 a {
	position: absolute;
	left: 8px;
	top: 10px;
	text-indent: -1000em;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	width: 235px;
	height: 38px;
}
#header p {
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 1.2em;
}


/* ___________________________________________________________ ナビゲーション */

#navi {
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #2DA900;
}
#navi ul {
	width: 760px;
	height: 45px;
	position: relative;
	overflow: hidden;
}
#navi li a {
	position: absolute;
	text-indent: -1000em;
	height: 45px;
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
}
#navi01 a {
	width: 151px;
	left: 0px;
	top: 0px;
	background-position: 0px 0px;
}
#navi02 a {
	width: 153px;
	left: 151px;
	top: 0px;
	background-position: -151px 0px;
}
#navi03 a {
	width: 153px;
	left: 304px;
	top: 0px;
	background-position: -304px 0px;
}
#navi04 a {
	width: 152px;
	left: 457px;
	top: 0px;
	background-position: -457px 0px;
}
#navi05 a {
	width: 151px;
	left: 609px;
	top: 0px;
	background-position: -609px 0px;
}
#navi01 a:hover, #navi .selected1 a {
	background-position: 0px -45px;
}
#navi02 a:hover, #navi .selected2 a {
	background-position: -151px -45px;
}
#navi03 a:hover, #navi .selected3 a {
	background-position: -304px -45px;
}
#navi04 a:hover, #navi .selected4 a {
	background-position: -457px -45px;
}
#navi05 a:hover, #navi .selected5 a {
	background-position: -609px -45px;
}


/* ___________________________________________________________ タイトル */

#top_main {
	margin: 0px;
	padding: 0px;
}
#ttl {
	margin: 0px;
	padding: 0px;
}


/* ___________________________________________________________ パンくず */

#topic_path {
	margin: 5px 20px 20px;
	padding: 0px;
	font-size: 1.2em;
}


/* ___________________________________________________________ フッター */

#footer {
	margin: 0px;
	padding: 10px;
	background-color: #2da900;
	color: #FFFFFF;
}
#footer h2 {
	font-size: 1.2em;
	line-height: 1.5em;
}
#footer p {
	line-height: 1.5em;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer_address {
	font-size: 1.2em;
}
.footer_copyright {
	color: #FFFFFF;
	margin: 10px 0 0;
}


/* ___________________________________________________________ メイン */

#main {
	margin: 0 20px 25px;
	padding: 0px;
}
#main p {
	font-size: 1.2em;
	line-height: 1.5em;
}
#main table {
	font-size: 1.2em;
}
#main h3 {
	font-size: 1.2em;
	color: #2DA900;
	clear: both;
	margin: 0 0 15px;
}
#main h4 {
	font-size: 1.2em;
	color: #2DA900;
	margin: 5px 0 0;
}
.table01 {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 35px;
}
.table01 th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	color: #2DA900;
	width: 120px;
	text-align: left;
}
.table01 td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}
.table02 {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 0 35px;
}
.table02 th {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	color: #2DA900;
	width: 150px;
	text-align: left;
	font-weight: normal;
}
.table02 td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 10px;
}
.table03 {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 10px 0;
}
.table03 th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	color: #2DA900;
	width: 120px;
	text-align: left;
}
.table03 td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
	font-size: 10px;
}
.green {
	color: #2DA900;
}
.green2 {
	background-color: #EAF7E2;
}
.company_photo {
	background-image: url(../images/gaikan.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}
.input_w1 {
	width: 200px;
}
.input_w2 {
	width: 450px;
}
.input_w3 {
	width: 550px;
}
table input, table textarea {
	background-color: #FFFFCC;
}
.top_left {
	float: left;
	width: 500px;
	padding: 15px 0 0;
}
.top_right {
	float: right;
	width: 180px;
	padding: 15px 0 0;
}
.system_left {
	float: left;
	width: 367px;
	text-align: right;
}
.system_right {
	float: right;
	width: 330px;
	padding: 15px 0 0;
}
.service_left {
	float: left;
	width: 200px;
	padding: 0 0 35px;
}
.service_right {
	float: right;
	width: 505px;
	padding: 0 0 35px;
}
#main .top_right h4 {
	color: #3C75B9;
	margin: 0px;
	line-height: 1.5em;
}
.top_bnr1 {
	margin: 5px 0;
}
.top_right h5 {
	font-size: 1.2em;
	color: #3C75B9;
	margin: 5px 0 0;
}
.top_right a {
	color: #3C75B9;
}
