@charset "UTF-8";
/***************************************************************/
/********************* メイン　背景設定等 ************************/
/***************************************************************/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 400;
	width: 100%;
	padding: 0;
	margin: 0;
    }
    
#header{
	background-image: url(pcimage/head.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 80px;
	width: 980px;
	margin: 0 auto;
	/*border: 1px solid #FCDBDE;*/
    }
#header h1{
	width: 400px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	float: right;
	line-height: 20px;
	height: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-top: 10px;
	text-align: right;
    }

.inner_box{
width:980px;
height:auto;
margin:0 auto;
}


/***************************************************************/
/**************************  ヘッダ設定 **************************/
/***************************************************************/
#HeaderText{
	width: 480px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	float: right;
	line-height: 13px;
	padding-right: 10px;
	padding-bottom: 0px;	
	margin-top: 1px;
	text-align: right;
    }
#HeaderText a:link{
	color: #FFF;
	text-decoration: none;
    }
#HeaderText a{
	color: #FFF;
	text-decoration: none;
    }
#HeaderText a:hover{
	color: #FFF;
    }

/** ロゴの大きさに合わせる**/
#header #logo{
	float: left;
	height: 80px;
	width: 480px;
	text-align: left;
	overflow: hidden;
    }

/******幅、高さはロゴの大きさに合わせる********/
#header #logo a{
	height: 80px;
	width: 480px;
display:block;
}

/***************************************************************/
/************************* フッターの設定 ************************/
/***************************************************************/

#footer{
	font-size: 13px;
	color: #333;
	text-align: center;
	line-height: 1.3em;
	background-color: #251bbd;
	width: 100%;
	height: 80px;
	margin: 0px;
	float: left;
	background-image: url(pcimage/foot.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    }
#footerBox{
	width:980px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 1.3em;
	height: 15px;
    }
#footerBox #footer_text{
	width:980px;
	height: 50px;
	font-size: 13px;
	text-align: left;
	color: #FFF;
	line-height: 1.3em;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	overflow: hidden;


    }

#copyright{
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 1.3em;
	height: 0px;
	padding-top: 0px;

    }


/***************************************************************/
/************************** ヘッダメニュー ***********************/
/***************************************************************/

#header_menu{
	width: 980px;
	line-height: 30px;
	height: 30px;
	background-color: #ffffff;
	/*position: absolute;
	top: 100px;*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
    }

.h_menu00,
.h_menu00 a:link,
.h_menu00 a:visited,
.h_menu00 a:hover,
.h_menu00a,
.h_menu00a a:visited,
.h_menu00a a:link,
.h_menu00a a:hover
{

	height: 30px;
	width: 196px;
	float: left;
	text-align: center;
	line-height: 30px;
	display: block;
	/*border-left: 1px solid #FFFFFF;*/
	/*border-right: 1px solid #FFFFFF;*/
	font-size:13px;
	color: #FFF;
	text-decoration: none;
    }

.h_menu00 a:link,
.h_menu00 a:visited,
.h_menu00a a:link,
.h_menu00a a:visited{
	background-image: url(pcimage/h_menubtn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	text-decoration: none;
    }

.h_menu00 a:hover,
.h_menu00a a:hover{
	background-image: url(pcimage/h_menubtn.jpg);
	background-repeat: no-repeat;
 	background-position: left bottom;
	color: #FFF;
	text-decoration: none;
    }

/***************************************************************/
/************************** アンダーライン ***********************/
/***************************************************************/

.under_line{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
    }

/***************************************************************/
/************************p_center*******************************/
/***************************************************************/

.p_center{
text-align: center;
margin: 0;
padding: 0;
    }
    
/***サイドサムネイル*****************************/
.PageMenuIcon{
width:100px;
}


