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

/*■初期設定*/

body{
	text-align: center;
	background-position: center;
	background-color: #fff;
	}

/* フォントサイズ調整 -------------------------------------------------------------- */
body {
    font-size: 18px; /* モダンブラウザ */
    *font-size: 80%; /* IE 7 */
    *font: 80%; /* IE 6以下 */
	/*color: #666;*/
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	
p {
	/*color: #808000;/*通常のテキストカラー*/
	color: #4C4C4C;/*通常のテキストカラー*/
	font-size: 18px;
	*font-size: 80%;
	*font: 80%;
}

p.left {
	text-align: left;
}
p.right {
	text-align: right;
}

p.scroll {
	font-size: 90%;
	text-align: left;
	width:880px;
	height:100px;
	padding-left:20px;
	padding-right:20px;
	background-color: #ffffff;
	overflow-y:scroll;
}

.text90_l {
	font-size: 90%;
	text-align: left;
	line-height: 150%;
}

.text90_r_caption {
	color: #666;
	font-size: 90%;
	text-align: right;
	line-height: 200%;
	padding-right: 5px;
}

.text90_l_caption {
	color: #666;
	font-size: 90%;
	text-align: left;
	line-height: 200%;
	padding-left: 5px;
}

.text90_c {
	font-size: 90%;
	text-align: center;
	line-height: 200%;
}

a {
	color: #CB9800;/*通常のリンクテキストカラー*/
	text-decoration: none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

a:hover{
	color: #CB9800;*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration: none;/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
	}

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

a:active {
	color: #CB9800;;
}

th,td,li{
	font-size: 15px;
	*font-size: 90%;
	*font: 90%;
	}

.hidden {
	display: none;
}

*{ margin:0; padding:0;}
img{ border:0;}
a img{ border:0;}

table,div{
	margin: auto;
	}
	
.red {
	color: #ff0000;
}

.blue {
	color: #3366cc;
}

.bold {
	font-weight: bold;
}

.font-familyG {
	font-family : "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
}

.red-shadow {
	text-shadow:3px 3px 3px #EFA18F;
}

.font-big {
	font-size:150%;
}

.font_small {
	font-size:80%;
	line-height: 180%;
}

/***見出し***/	

h1 {
	color: #c0c0c0;
	font-size: 70%;
	font-weight: normal;
	text-align: right;
	padding: 1px 10px 0 0;
	background-color: #000;
	/*background-color: #696969;*/
	width: 950px;
}

h2 {
	/*padding-left: 10px;*/
	text-align: left;
	font-size: 100%;
	/*margin: 0px 5px 10px 0px;*/
	/*color: #fff;
	font-size: 100%;
	padding: 8px 0px 10px 20px;
	margin: 0px 5px 10px 0px;
	background-image: url(../images/h2_img_bg.gif);
	background-position: left;
	background-repeat : no-repeat; 
	*/
}

h3 {
	color: #000000;
	font-size: 120%;
	text-align: left;
	padding: 0px 0px 10px 0px;
	/*margin: 0px 2px 10px 0px;*/
	/*background-image: url(../images/h3_img_bg.gif);*/
	background-position: left;
	background-repeat : no-repeat; 
}

/*■位置*/	
/*
#wrapper {
	width: 100%;
	margin: 0 auto;	
}
*/

#main_cont {
	width: 950px;
	/*padding-top: 20px;*/
	padding-bottom: 2px;
/*	margin: 0px auto 0px auto;*/
}

.index_menu {
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	min-width:950px;
}

#main_img {
	/*width:100%;*/
	/*background-color: #000;*/
	/*background-image: url(../images/main_img_bg.jpg);*/
	/*padding-top: 125px;*/
	/*padding-bottom: 10px;*/
	background-position: top center;
	/*background-repeat: no-repeat;*/
	min-width:950px;
}



#top_txt {
	background-color: #000000; /* h1用 */
}

/* 位置調整 -------------------------------------------------------------- */

.center {
  text-align: center;
  /* border: 1px dashed #999; わかりやすくボーターを付けておきます */ 
}

.left {
  text-align: left;
  /* border: 1px dashed #999; わかりやすくボーターを付けておきます */
}

.right {
  text-align: right;
  /* border: 1px dashed #999; わかりやすくボーターを付けておきます */
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}

.mb15 {
	margin-bottom: 15px;
}


/*■ヘッダー*/	

#header {
	/*background-image: url(../images/header_bg.gif);*/
	background-repeat: no-repeat;
	background-color: #DDDED3;
	min-width: 950px;
}

.header_in {
	width: 950px;
	height: 52px;
	margin: 0 auto;
}

.header_right {
	float: right;
}

.logo {
	padding-top: 10px;
	margin-right: 10px;
}

.header_left {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px
}



/*■ナビ*/

#gnavi_wrap {
	/*background-image: url(../images/gnavi_bg.gif);*/
	/*background-color: #DDDED3;*/
	background-position: top center;
	background-repeat: no-repeat;
	min-width:950px;
}

#gnavi {
	width: 950px;
	height: 30px;
	margin: 0 auto;
	padding-top: 4px;
	padding-left: 4px;
	/*padding-bottom: 10px;*/
	min-width:950px;
}


#gnavi ul {
	font-size: 13px;
	list-style-type: none;
}


#gnavi ul li {
	font-size: 13px;
	/*background: url(../images/nav_bar.gif) left no-repeat;*/
	color: #660000;
	float: right;
}

/*
#gnavi ul a {
    font-size: 13px;
	text-decoration: none;
	color: #666666;
}
*/
/*
#gnavi ul a:hover {
	color: #fff;
	text-decoration: none;
	}
*/
/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/

/*■サイズ*/

.block950 {
/*h1とカラム落ち調整用*/
	width: 950px;
	margin: 0 auto;
	float: center;
}


.block940 {
	float: center;
	width: 940px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.block930 {
	float: right;
	width: 930px;
	/*padding-top: 5px;*/
	padding-bottom: 10px;
}

.block900 {
	float: center;
	width: 900px;
	/*padding-top: 5px;*/
	padding-bottom: 10px;
}


.block190 {
/*left_cont用*/
	width: 190px;
	margin: 0px 10px 10px auto;
}

.block160_l {
/*left_title用*/
	width: 150px;
	float: left;
	/*margin: 0px 10px 10px auto;*/
}

.block810_r {
/*left_title用*/
	width: 810px;
	float: right;
	/*margin: 0px 10px 10px auto;*/
}


.block660 {
	width: 660px;
	margin: 10px auto 10px auto;
}

.block640 {
	width: 640px;
	margin: 0 auto;
	padding: 8px 0px 20px 0px;
}

.block600 {
	width: 600px;
	margin: 0 auto;
	padding: 8px 0px 20px 0px;
}

.block630 .right300 {
	float: right;
	width: 300px;
}


.block630 .left300 {
	float: left;
	width: 300px;
}

/***テーブル***/
.table th, td {
    border-bottom:solid 1px silver;
}

/***フッター***/

#footer {
	height: 80px;
	/*background-image: url(../images/footer_bg.jpg);*/
	/*background-color: #DDDED3;*/
	background-color: #FFFFFF;
	/*background-position: top center;*/
	background-repeat: no-repeat;
	min-width:950px;
}

#footer_in {
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
}

.footer_block {
	float: left;
	/*margin-left: 20px;*/
	list-style: none;
}

#footer_in li {
	text-align: left;
	font-size: 85%;
	list-style: none;
	/*background-image: url(../images/arrow.png);*/
	background-position: 0% 50%;
	background-repeat: no-repeat;
	/*padding-left: 10px;*/
	list-style: none;
}

#footer_in li a:hover {
	color: #000080;
}

#footer_in li a {
	color: #a9a9a9;
	text-decoration: none;
	list-style: none;
}

.copy {
	text-align: right;
	font-size: 70%;
	color: #808080;
	margin-right: 10px;
}


/*--------------------------------------------------------------
問い合わせ用
--------------------------------------------------------------*/


table.table_spec{

	width:100%;

	margin-bottom:1em;

	}

table.table_spec tr{

	}

table.table_spec th{

	width:18%;
		font-size: 90%;
	color:#666666;
	text-indent:6px;

	}

table.table_spec td{

	font-size: 90%;
	color:#000;
	text-align: left;
	padding:7px 0 6px 1px;

	border-bottom:1px solid #DEDEDE;

	}



table.table_spec td.title{


	font-weight:bold;
	color:#666666;
	font-size: 90%;

	width:26%;

	text-indent:6px;

	vertical-align:top;

	}

table.table_spec td.content{

	padding-right:8px;

	}


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


input.center {
	text-align: center;
}

/***コンテンツクリアー***/

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;
  overflow:hidden;
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
