@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	line-height:1.6;
	color:#3b3b3b;
	font-family: 'SimSun','MS UI Gothic','Hei','sans-serif';
	/*font-family:Meiryo, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', sans-serif;*/
	border-top:3px solid #000;
}
div#wrap {
	width:760px;
	background:#fff;
	margin:0 auto;
	padding:20px 0 0 0;
}

a:visited {
	color:#3b3b3b;
}

a:hover {
	color:#226bd7;
}

/* headder
*****************************************************/

div#header {
	width:760px;
	margin-bottom:15px;
}

body#top div#header h1 {
	float:left;
	width:295px;
}

body#top div#header p#site_id {
	display:none;
}

body#second div#header p#site_id {
	float:left;
	width:295px;
}

body#second div#header h1 {
	display:none;
}

div#header div#h_right{
	float:right;
	width:435px;
	margin-left:30px;
}

div#header ul#h_menu {
	float:right;
	margin-top:-15px;
}

div#header ul#h_menu li{
	float:left;
	margin-left:20px;
	padding-left:12px;
	background:url(../img/icon_vector_off.jpg) no-repeat top left;
	margin-bottom:12px;
}

div#header ul#h_menu li.show{
	background:url(../img/icon_vector_on.jpg) no-repeat top left;
}

div#h_mail {
	float:right;
}

div#h_mail img{
	float:right;
}


/* Pan
*****************************************************/
body#top p#pan {
	display:none;
}

p#pan {
	margin-bottom:5px;
	margin-left:10px;
	padding-top:5px;
}

/* content
*****************************************************/

div#content {
	width:758px;
	border:1px solid #000;
	border-bottom:none;
	padding-bottom:10px;
}


body#second div#bukken_wrap {
	background:#fff;
	padding-top:20px;
	margin-bottom:10px;
}

body#second h1 {
	border-bottom:1px solid #333;
	margin-bottom:10px;
}

ul#g_nav {
	width:758px;
}

ul#g_nav li{
	float:left;
}

div#content div#main_img{
	border-bottom:2px solid #000;
	margin-bottom:10px;
}


div#content p.base_txt {
	margin:0 15px 15px;
}

div.section {
	margin:0 20px 15px 15px;
}



/* footer
*****************************************************/
div#footer {
	width:758px;
	padding-top:10px;
	border-top:1px solid #333;
	clear:both;
}

div#footer p{
	float:left;
	margin-left:20px;
	padding-left:12px;
	background:url(../img/icon_vector_off.jpg) no-repeat top left;
}

div#footer address{
	float:right;
	margin-right:20px;
}













