@charset "utf-8";
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	background:#FFF url(../../image/bg02.gif) no-repeat left top;
	font-family:Arial, Helvetica;
	font-size:80%;
	color:#fff;
}
html {
	overflow-y:scroll;
}
h1,h2,h3,h4,h5,h6 {
}
p,li,dt,dl {
	line-height:1.6;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
address {
	font-style:normal;
}
.clear {
	clear:both;
}



#container{
	width:700px;
	margin:20px auto;
	text-align:center;
	}
#header{
	width:700px;
	height:150px;
	background:#fff url(image/top_header.gif) no-repeat;
	margin:0;
	padding:0;
	}
#header2{
	width:700px;
	height:140px;
	background:#fff url(image/header.gif) no-repeat;
	margin:0;
	padding:0;
	position:relative;
	}
a.ho{
	font-size:12px;
	color:#fff;
	width:305px;
	height:18px;
	display:block;
	top:16px;
	left:29px;
	position:absolute;
	}
a.back{
	font-size:12px;
	color:#fff;
	width:70px;
	height:14px;
	display:block;
	top:63px;
	left:603px;
	position:absolute;
	}
a.ja{
	font-size:12px;
	color:#fff;
	width:70px;
	height:14px;
	display:block;
	top:81px;
	left:603px;
	position:absolute;
	}
a.co{
	font-size:12px;
	color:#fff;
	width:125px;
	height:14px;
	display:block;
	top:107px;
	left:547px;
	position:absolute;
	}
h1{
	text-indent:-9999em;
	display:block;
	}
#japan{
	width:700px;
	height:20px;
	position:relative;
	background:#6c3;
	}
#top_ja{
	font-size:12px;
	background:url(image/arrow01.gif) top left no-repeat;
	color:#fff;
	width:75px;
	padding-left:10px;
	top:6px;
	left:591px;
	position:absolute;
	line-height:1em;
	}
#top_ja a{color:#fff;}
#top_co{
	font-size:12px;
	background:url(image/arrow01.gif) top left no-repeat;
	color:#fff;
	width:142px;
	padding-left:10px;
	top:6px;
	left:430px;
	position:absolute;
	line-height:1em;
	}
#top_co a{color:#fff;}
#top_ho {
	font-size:12px;
	background:url(../image/doshin_rogo.gif) top left no-repeat;
	color:#fff;
	width:199px;
	height:16px;
	padding-left:100px;
	display:block;
	top:-126px;
	left:58px;
	position:absolute;
	line-height:1.5em;
	}
a#top_ho{
	color:#fff; text-decoration:none;
	}



/*------navigation------*/
#navi{
	width:640px;
	height:25px;
	background:#6c3;
	padding:15px 30px;
	clear:both;
	}
#navi ul {
	border:#fff 1px solid;
	height:25px;
	font:Arial, Helvetica;
	font-size:13px;
}
#navi li {
	display:inline;
	list-style-type:none;
}
#navi li a {
	height:23px;
	display:block;
	float:left;
	text-decoration:none;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
}
#navi2{
	font-size:13px;
	padding-left:1em;
	padding-bottom:0.5em;
	background:#66cc33;
	}
/*------off*/
#navi li.navi01 a {
	background:#6c3 url(image/arrow01.gif) no-repeat 13px 7px;
	width:165px;
	padding:2px 0 0 26px;
	border-right:#fff 1px solid;
}
#navi li.navi02 a {
	background:#6c3 url(image/arrow01.gif) no-repeat 13px 7px;
	width:211px;
	padding:2px 0 0 26px;
	border-right:#fff 1px solid;
	}
#navi li.navi03 a {
	background:#6c3 url(image/arrow01.gif) no-repeat 13px 7px;
	width:181px;
	padding:2px 0 0 26px;
}


/*------hover*/
#navi li.navi01 a:hover {
	color:#6c3;
	background:#fff url(image/arrow02.gif) no-repeat 13px 7px;
}
#navi li.navi02 a:hover {
	color:#6c3;
	background:#fff url(image/arrow02.gif) no-repeat 13px 7px;
	width:211px;
}
#navi li.navi03 a:hover {
	color:#6c3;
	background:#fff url(image/arrow02.gif) no-repeat 13px 7px;
	width:182px;
}

/*------onr*/
#navi li.navi01on a {
	color:#6c3;
	background:#fff url(image/arrow02.gif) no-repeat 13px 7px;
	width:166px;
	padding:2px 0 0 26px;
}
#navi li.navi02on a {
	color:#6c3;
	background:#fff url(image/arrow02.gif) no-repeat 13px 7px;
	width:212px;
	padding:2px 0 0 26px;
}
#navi li.navi03on a {
	color:#6c3;
	background:#fff url(image/arrow02.gif) no-repeat 13px 7px;
	width:182px;
	padding:2px 0 0 26px;
}



/*------contents------*/

#top{
	width:640px;
	color:#fff;
	background:#6c3;
	min-height: 1em;
	padding:0 30px;
    display: inline-table;
	text-align:center;
	line-height:1.7em;
	}
#top:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #top {
    height: 1em;
}

#top {
    display: block;
}
/**/
#main{
	width:640px;
	color:#fff;
	background:#6c3;
	min-height: 1em;
	padding:0 30px;
    display: inline-table;
	text-align:left;
	line-height:1.7em;
	}
#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main {
    height: 1em;
}

#main {
    display: block;
}
/**/

h2{
	font-size:17px;
	font-weight:bold;
	padding:20px 0 10px 0;
	}
h3{
	font-size:28px;
	font-weight:bold;
	padding:20px 0 10px 0;
	}
h3.ph{
	font-size:24px;
	font-weight:bold;
	padding:20px 0 10px 0;
	}
h4{
	width:640px;
	border-bottom:#fff 1px solid;
	border-top:#fff 1px solid;
	font-size:17px;
	font-weight:bold;
	padding:3px 0 1px 0;
	margin:25px 0 5px 0;
	}
h4.life{
	margin:0 0 5px 0;
	}
h5{
	font-size:14px;
	font-weight:bold;
	padding:5px 0 5px 0;
	line-height:2em;
	}
.no{
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:10px 0 0 0;
	}
.prof{
	font-size:11px;
	}
.co2{
	font-size:60%;
	}
#main_bottom{
	width:700px;
	height:20px;
	background:url(image/bg_bottom.gif) no-repeat;
	clear:both;
	}
#main a{text-decoration:none;}
#main a:link{color:#fff;}
#main a:hover{color:#fff; text-decoration:underline;}
#main a:visited{color:#fff;}
	
	
/*------footer------*/
#footer{
	width:685px;
	height:30px;
	background:#fff url(../image/footer.gif) no-repeat bottom;
	text-align:right;
	font-size:10px;
	padding:40px 15px 0 0;
	_padding:20px 15px 0 0;
	}
#footer a{
	text-decoration:none;
	}
#footer a:link{color:#333;}
#footer a:hover{color:#fff; text-decoration:underline;}
#footer a:active{color:#333;}

address{
	width:700px;
	text-align:center;
	margin:0 auto;
	font-style:normal;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	word-spacing:0.2em;
	padding:1em 0 2em 0;
	}

	
	
/* ¥*//*/
#up{
	width:198px;
	padding:0 3px 0 8px;
	float:left;
	}
#info{
	width:445px;
	margin:0 8px 0 0;
	position:absolute;
	}
#footer{
	width:685px;
	height:30px;
	background:#fff url(image/footer.gif) no-repeat bottom;
	text-align:right;
	font-size:10px;
	padding:20px 15px 0 0;
	}
/**/
