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


/*---------------------------------------------------------------------

共通適用CSS
このCSSは全ページに対して適用される
主にヘッダー・フッター、コンテンツ内の共通項目に対して適用
2008.12.17_yatabe,created

---------------------------------------------------------------------*/



/*--------------------------------------

共通適用CSS

--------------------------------------*/
*
{
	margin:0;
	padding:0;
}

.main_container
{
	text-align:center;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#636262;
	overflow:hidden;
	_zoom:1;
}

h1
{
}

h2
{
}

h3
{
}

h4
{
}

h5
{
}

a:link
{
	color:#636262;
	text-decoration:none;
}

a:visited
{
	color:#636262;
	text-decoration:none;
}

a:hover
{
	color:#1d2189;
	text-decoration:underline;
}

img
{
	border:0;
}

li
{
	list-style:none;
}

address
{
	font-style:normal;
}

textarea
{
	font-size:1em;
}

.clear
{
	clear:both;
	visibility:hidden;
}

table
{
	color:#636262;
}

.coution
{
	color:#ff0000;
}



/*--------------------------------------

ヘッダーCSS

--------------------------------------*/

.header_container
{
	background:url(../images/header_background.gif) top repeat;
	border-top:2px solid #1d2089;
}

.header_wrap
{
	width:950px;
	margin:0 auto;
	text-align:left;
	padding-top:7px;
}

.logo_h1
{
	display:block;
	width:250px;
	height:35px;
	margin-bottom:10px;
	float:left;
}

.unavi_box
{
	float:right;
	width:500px;
	text-align:right;
	padding-top:10px;
}

.language
{
	margin-bottom:7px;
	margin-left:15px;
	float:right;
}

.language span.jp
{
	padding-left:30px;
	background:url(../images/icon/japan_icon.gif) left no-repeat;
}

.language span.en
{
	padding-left:30px;
	margin-left:20px;
	background:url(../images/icon/america_icon.gif) left no-repeat;
}

.language span.china
{
	padding-left:30px;
	margin-left:20px;
	background:url(../images/icon/china_icon.gif) left no-repeat;
}

.unavi
{
}

.unavi span
{
	padding-left:10px;
	background:url(../images/icon/arrow_icon_blue.gif) left no-repeat;
}

.unavi span.u_2
{
	margin-left:25px;
}

.gnavi_background
{
	clear:both;
	background:url(../images/gnavi/gnavi_background.gif) repeat-x;
	width:100%;
	height:39px;
}

.gnavi_wrap
{
	width:950px;
	margin:0 auto;
}

.gnavi_wrap ul
{
}

.gnavi_wrap ul li
{
	float:left;
}

.gnavi_wrap ul li.fast_li
{
}





/*--------------------------------------

ボディーCSS

--------------------------------------*/

.content_container1
{
	clear:both;
	width:100%;
	height:437px;
	margin:10px auto 0 auto;
	text-align:center;
	background:url(../images/keyimage_background.jpg) center bottom no-repeat;
}

.content_container2
{
	clear:both;
	width:950px;
	margin:10px auto 0 auto;
	text-align:left;
	overflow:hidden;
	_zoom:1;
}

.left_container
{
	width:295px;
	float:left;
}

.right_container
{
	width:643px;
	float:right;
	overflow:hidden;
	_zoom:1;
}

.submenu_wrap_back
{
	/*background:url(../images/localnavi_background_top.gif) top repeat-y;*/
	border-right:2px solid #cccccc;
	margin-bottom:10px;
}

.submenu_wrap
{
	/*background:url(../images/localnavi_background_top_bottom.gif) bottom no-repeat;*/
	border-bottom:2px solid #cccccc;
	padding-bottom:10px;
	padding-top:7px;
}

.submenu_wrap h3
{
	margin-bottom:1px;
	width:280px;
}

.submenu_wrap ul
{
	padding:1px 0;
	border-bottom:1px solid #e7e5f2;
	border-top:1px solid #e7e5f2;
	width:280px;
}

.submenu_wrap ul li
{
	background:url(../images/localnavi_background.jpg) no-repeat;
	height:30px;
	width:280px;
	margin-bottom:1px;
}

.submenu_wrap ul li.localnavi_title
{
	background:none;
	margin:5px 0;
}

.submenu_wrap ul li a
{
	display:block;
	height:30px;
	padding-top:8px;
	padding-left:20px;
}

.submenu_wrap ul li a:hover
{
	text-decoration:none;
}

.submenu_wrap ul li a span
{
	background:url(../images/icon/localnavi_icon.gif) left no-repeat;
	padding-left:15px;
}

.top_link
{
	width:950px;
	clear:both;
	text-align:right;
}

.contents_keyimage_wrap
{
	clear:both;
	width:100%;
	margin:40px auto;
	text-align:center;
}

.contents_wrap
{
	padding:5px 10px 10px 10px;
	border:1px solid #cccccc;
	margin-bottom:30px;
}

.contents_wrap h3
{
	margin-bottom:15px;
}





/*--------------------------------------

left CSS

--------------------------------------*/


.banner_wrap
{
	clear:both;
	padding:10px 10px 0 10px;
	border:1px solid #cccccc;
}

.banner_wrap p
{
	margin-bottom:10px;
}

.global_wrap
{
	border:1px solid #cccccc;
	text-align:center;
	padding:10px;
	margin-top:10px;
}



/*--------------------------------------

footer CSS

--------------------------------------*/

.footer_container
{
	clear:both;
	width:100%;
	margin-top:30px;
}

.footer_border_wrap
{
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	height:35px;
}

.fnavi_box
{
	width:950px;
	margin:0 auto;
	padding-top:10px;
	text-align:right;
}

.fnavi_box span
{
	margin-left:15px;
}

.footer_contents_wrap
{
	border-bottom:1px solid #cccccc;
	font-size:85%;
}

.address_wrap
{
	width:950px;
	height:80px;
	padding:20px 0;
	margin:0 auto;
	text-align:left;
	background:url(../images/submenu_background.gif) repeat;
}

.address01
{
	width:290px;
	height:70px;
	padding-top:10px;
	padding-left:15px;
	margin-right:15px;
	border-left:1px solid #cccccc;
	float:left;
}

.address02
{
	width:290px;
	height:70px;
	padding-top:10px;
	padding-left:15px;
	margin-right:15px;
	border-left:1px solid #cccccc;
	float:left;
}

.address03
{
	width:290px;
	height:70px;
	padding-top:10px;
	padding-left:15px;
	border-left:1px solid #cccccc;
	float:left;
}

.address_title_p
{
	margin-bottom:15px;
}

.copylight_wrap
{
	clear:both;
	width:100%;
	padding-bottom:50px;
}

.copylight_wrap address
{
	width:950px;
	margin:0 auto;
	padding:5px 0;
	text-align:right;
}




