@charset "utf-8";

#header_bg	{
	width:100%;
	height:87px;
	background-image:url(../images/top_images/header_bg.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
	border-top:3px solid #113595;
	margin:0 auto;
}
#header	{
	width:900px;
	height:86px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

#headerimg 	{
	position:absolute;
	top:60px;
	left:12px;
	text-align:left;
}
	#headerimg h1,
	#headerimg p {
		font-size:12px;
		font-weight:normal;
		color:#000000;
		display:block;
	}

#header .headerimg_left	{
	width:460px;
	margin-left:12px;
	padding:0;
	float:left;
}


#header .global_menu	{
	width:370px;
	float:right;
	margin:6px 0 0;
	padding:0;
}
#header .global_menu ul{
	float:left;
	margin:0;
	padding-top:9px;
	padding-bottom:0;
}
	
#header .global_menu li	{
	float:left;
	list-style:none;
    font-size: 12px;
    color: #666;
	border-right: 1px dotted #113595;
	padding:0 12px;
	margin:0;
}

/**
検索
**/
#header .global_menu .widget_search #searchform div {
	display:block;
}
#header .global_menu .widget_search div label	{
	display:none;
}
#header .global_menu .widget_search div#widgettitle	{
	border-right-width: 0;
	border-top-width: 0;
	border-left-width: 0;
}
#header .global_menu #searchform {
	width:180PX;
	float:right;
    margin:0 0 2px;
    padding:0;
}

#header .global_menu #s {
	width:156px;
    height: 28px;
	background: url(../images/top_images/header_search.gif) no-repeat scroll 0 50% transparent;
    border: 0 none;
    margin:0 12px;
    padding:0 5px 0 4px;
}
#header .global_menu #searchsubmit {
	display:block;
	background: url(../images/top_images/s.png) no-repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 10px;
}


#header_tel	{
	float:right;
	padding:0 0 0 10px;
}

div.breadcrumb	{
	background-color:#F7F8F8;
	margin-bottom:12px;
	padding:8px 12px;
	border:1px solid #CCCCCC;
	font-size:85%;
}

#back_bg{
	width:100%;
	height:250x;
	background-image: url(../images/contens_images/mv_bg.gif);
	background-repeat:repeat-x;
	background-position:50% 0;
}

#back_img{
	height:250px;
	background-image: url(../images/contens_images/mv_img.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	display:block;
	margin:0 auto;
}
		