@charset "utf-8";
/* CSS Document */


/*-----------------------------------

デフォルトCSSを一回リセットする

-------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}


body {
	color: #444444;
	background-color: #ffffff;
	margin:	0px;
	padding: 0px;
	font: 100%;
	overflow-y:scroll;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic","Hiragino Kaku Gothic Pro",Verdana,Arial, Helvetica, sans-serif;
}


article, aside, figure, footer, header, hgroup, nav, section {
 display: block;
}

/*-----------------------------------

フロート用クリアフィックス

-------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clear{
	clear:both;
}
.fl_left {float:left;}
.fl_right {float:right;}




body {
	text-arign: center;
	padding: 0px;
}


#content {
	margin: 0px auto;
	width: 805px;
	padding-top: 8px;
	padding-bottom: 0px;
}



/*-----------------------------------

ヘッダーのスタイル

-------------------------------------*/

header {
	width:800px;
	margin-bottom:18px;
}

h1{
	font-size:12px;
}

#header_top a{
	font-size:12px;
	color:#333;
	text-decoration:none;
}

#header_top a:hover{
	color:#FF4000;
	text-decoration:underline;
}


#header_box{
	width:800px;
	height:56px;
	margin:3px auto 8px auto;
	background: url(../../../../common/images/header_back.jpg) no-repeat;
}

#header_to_top{
	padding:0px;
}

#header_navi{
	display:inline;
}

#header_navi li{
	float:left;
	list-style:none;
	padding-top:10px;
}

#header_navi a{
	width:90px;
	margin-right:35px;
	background:url(../../../../common/images/header_indent.gif) left no-repeat;
	padding-left:18px;
	font-size:12px;
	color:#FFF;
	line-height:1.6;
	text-decoration:none;
}

#header_navi a.header_navi02{
	margin-right:90px;
}

#header_navi a:hover{
	color:#F90;
}



/* --グローバルナビ-- */

nav　{
	width:800px;
}

#navi li{
	list-style:none;
	display:inline;
}

#navi a{
	float:left;
	display:inline;
	overflow:hidden;
}

#navi a.navi01{
	width:265px;
	height:49px;
	margin-left:1px;
	margin-right:2px;
	margin-bottom:2px;
	background:url(../../../../common/images/g_navi01_off.gif) no-repeat;
	text-indent:-9999px;
}

#navi a.navi01:hover{
	background:url(../../../../common/images/g_navi01_on.gif) no-repeat;
}

#navi a.navi02{
	width:265px;
	height:49px;
	margin-right:2px;
	margin-bottom:2px;
	background:url(../../../../common/images/g_navi02_off.gif) no-repeat;
	text-indent:-9999px;
}

#navi a.navi02:hover{
	background:url(../../../../common/images/g_navi02_on.gif) no-repeat;
}

#navi a.navi03{
	width:265px;
	height:49px;
	margin-bottom:2px;
	background:url(../../../../common/images/g_navi03_off.gif) no-repeat;
	text-indent:-9999px;
}

#navi a.navi03:hover{
	background:url(../../../../common/images/g_navi03_on.gif) no-repeat;
}

#navi a.navi04{
	width:265px;
	height:49px;
	margin-left:1px;
	margin-right:2px;
	background:url(../../../../common/images/g_navi04_off.gif) no-repeat;
	text-indent:-9999px;
}

#navi a.navi04:hover{
	background:url(../../../../common/images/g_navi04_on.gif) no-repeat;
}

#navi a.navi05{
	width:265px;
	height:49px;
	margin-right:2px;
	background:url(../../../../common/images/g_navi05_off.gif) no-repeat;
	text-indent:-9999px;
}

#navi a.navi05:hover{
	background:url(../../../../common/images/g_navi05_on.gif) no-repeat;
}

#navi a.navi06{
	width:265px;
	height:49px;
	background:url(../../../../common/images/g_navi06_off.gif) no-repeat;
	text-indent:-9999px;
}

#navi a.navi06:hover{
	background:url(../../../../common/images/g_navi06_on.gif) no-repeat;
}



/* --コンテンツ-- */

article {
	width:800px;
	margin:0 auto;
	padding-bottom:20px;
	background:#fff;
}




/*-----------------------------------

フッターのスタイル

-------------------------------------*/

 
 

#footer_link {
	float: left;
	margin-top: 10px;
	margin-left:25px;
	display:inline;
}

#footer_link ul{
	margin:0px;
	padding: 8px;
	list-style: none;
} 

#footer_link li {
	font-size: 12px;
	border-right: 1px solid #333333;
	vertical-align: bottom;
	padding-top:2px;
	padding-left:6px;
	padding-right: 6px;
	margin: 0px;
	text-align: center;
	line-height:1;
	float:left;
	display:inline;
}

#footer_link li.list_end{
	border-right:none;
}

#copyright {
	font-size: 11px; 
	text-align: left;
	margin: 0px; 
	padding-left: 10px;
	clear: both;
	padding-top: 0px;
	padding-bottom: 3px;
	width: 500px;
	color:#061644;
}




#footer_link a:link {
	color: #000000 ;
	text-decoration:none ;
}

#footer_link a:visited{
	color: #000000;
	text-decoration:none ;
}

#footer_link a:hover {
	color: #FF3300;
	text-decoration:underline;
}

.pagetop{
	width:800px;
	padding-top:45px;
	padding-bottom:5px;
	text-align:right;
	
}

.pagetop a{
	font-size:12px;
	color:#666;
	text-decoration:none;
	margin-right:15px;
}

.pagetop a:hover{
	color:#FF3300;
}

/*-----------------------------------
パンくずナビのスタイル
-------------------------------------*/

#gPankuzu {
	padding: 5px 0 0 0;
	width: 800px;
	margin: 0px;
	text-align: left;
	font-size: 12px;

}

#gPankuzu p {
	margin: 0;
	padding-left:0px;
	color: #0e133c;
}

#gPankuzu a:link {
	color: #0e133c;
	text-decoration: none;
}

#gPankuzu a:visited {
	color: #444444;
	text-decoration: none;
}

#gPankuzu a:hover {
	color: #ff5c00;
	text-decoration: underline;
}
