@Charset"Shift_JIS";

/*
===============Contents======================

	01-15-2009
	
	1.All
	2.Header
	3.Topic Path
	4.Contents
	5.Right Cont　Start
	6.Navigation(left)
	7.RightContents(Right)
	8.Footer
		
※中央コンテンツの細かい設定はその他のCSSファイルに
記載。htmlのhead内にて表示。
		
=============================================*/


body	{
	background-color:#fff;
	text-align:center;
	margin:0;
	padding:0;
	font-size:10.5pt;
	font-family:sans-serif;

}


h1,h2,h3,h4,h5,h6,p,form,input,button{
	margin:0;
	padding:0;
}

img	{
	border:none;
}

/*リンク色指定*/

a{
	text-decoration: underline;
}

a:link {
	color: #00f;
}

a:visited {
	color: #939;
}
			
a:hover {
	color: #fff;
	background-color:#8294ff;
}

a:active {
	color: #0000FF;
	background-color: #99f;
			}





/*=============================================
///////////////////////////////////////////////
1.All
///////////////////////////////////////////////
=============================================*/

#All{
	width:779px;
	margin:15px auto 0;
	padding:0;
}


/*=============================================
///////////////////////////////////////////////
2.Header
///////////////////////////////////////////////
=============================================*/




div#Header	{
	width:779px;
	height:85px;
	text-align:left;
}


/*Logo*/

div#Header h1{
	text-align:left;
	width:128px;
	height:24px;
	background-repeat:no-repeat;
}

div#Header a	{
	text-decoration:none;
	background-color:#fff;
}


div#Header a:hover	{
	text-decoration:none;
	background-color:#fff;
}




/*Banner*/

div#Header h2{
	width:779px;
	height:61px;
	margin:5px 0 0 0;
}


/*=============================================
///////////////////////////////////////////////
3.TopicPath
///////////////////////////////////////////////
=============================================*/

div#topic_path{
	text-align: left;
	margin:10px 0 0;
}

div#topic_path p{
	font-size:9pt;
}


/*=============================================
///////////////////////////////////////////////
4.Contents
///////////////////////////////////////////////
=============================================*/


div#Contents	{
	width:779px;
	text-align:left;
	margin-top:3px;
	border-top:1px solid #666;
	padding-top:1px;
}


/*=============================================
///////////////////////////////////////////////
5.Right Cont　Start
///////////////////////////////////////////////
=============================================*/

div#RightWrap{
	width:634px;
	float:right;
}



/*=============================================
///////////////////////////////////////////////
6.SubTitle
///////////////////////////////////////////////
=============================================*/

div#Subtitle{
	width:634px;
	height:42px;
}


div#Subtitle2{
	width:778px;
	height:42px;
}




/*=============================================
///////////////////////////////////////////////
7.Navigation　Start
///////////////////////////////////////////////
=============================================*/

/*ボタン大枠*/

div#Navigation {	
	margin:0px auto;
	padding:0px;
	width:139px;
	float:left;
	text-indent:-5000px;

}



div#Navigation ul#globalNavi{
	list-style-type:none;
	width:139px;
	margin:0;
	padding:0;
	background:url(../img/navigation/navigation_bk.gif);
}


div#Navigation ul#globalNavi li{
	margin:0;
	padding:0;
	font-size:1pt;
	width:139px;
	list-style-position:inline;
	line-height:100%;
}



div#Navigation ul#globalNavi li a{
	display:block;
	width:139px;
	text-decoration:none;
	outline: none;
}


/*=============================================
///////////////////////////////////////////////
8.Footer　Start
///////////////////////////////////////////////
=============================================*/

div#Footer	{
	width:779px;
	margin:20px auto 0;
	padding:0;
}

div#Footer p{
	text-align:center;
	font-size:10pt;
}

/*Floatクリアー
============================================*/


div#Contents:after{
	content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.div#HeaderLogo,div.SearchBox{  
	display:inline-table
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
