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

/*-----------------------------------
共通css
-----------------------------------*/
/*link.txt-------------------*/
a {text-decoration: none;}
a:link { color: #009900;
         text-decoration: underline; } /* リンクの色 */
a:visited { color: #009900; } /* 済みリンク */
a:hover { 
	color: #911b42;
	text-decoration: underline;
}/* リンク上 */
a:active { color: #911b42; }/* onclick */
h1 a:link {
	color:#333333;
	text-decoration:none;
}
#gnavi li a:link {
	color:#5B5B5B;
	text-decoration:none;
}
#gnavi li a:hover {
	color:#AF4142;
	text-decoration:none;
}

/*footerlink.txt-------------------*/
#ft_box a {text-decoration: none;}
#ft_box a:link { color: #ffffff; } /* リンクの色 */
#ft_box a:visited { color: #ffffff; } /* 済みリンク */
#ft_box a:hover { 
	color: #ffffff;
	text-decoration: underline;
}/* リンク上 */
#ft_box a:active { color: #ffffff; }/* onclick */


html{}
body{
	font-size:115%;
	font-family:"ＤＦ超極太明朝体","メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, arial, helvetica, clean, sans-serif;
	color:#333333;
	text-align:justify; 
	text-justify:distribute;
	background:url(../images/bg.gif) center top repeat;
	line-height:1.5em;
}
#wrapper{
	min-width:950px;
	margin:0 auto;
}

/*--------------------------
float,txt装飾
--------------------------*/
.left{float:left;}
.right{float:right;}
.center{	text-align:center;}
.small{
	font-size:77%;
	font-family:"ＭＳ ゴシック",arial,sans-serif; 
}
.bold{
	font-weight:bold;
	color:#3a698c;
}
.clear{clear:both;}
.red{color:#911b42}
.display{display:inline;}
/*--------------------------
h,box,txt
--------------------------*/
h1{
	float:left;
	padding:20px 0;
	font-size:60px;
	font-family:'ＤＦ超極太明朝体','Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R',  Georgia, Times, Baskerville, Palatino, serif;
}
h2{
	background:url(../images/txt_bg.gif) repeat-x;
	font-size:85%;
	padding:3px 0 3px 10px;
	margin:5px 0;
	color:#838282;
}
.box1{width:395px;}
.box2{
	margin-bottom:19px;
	overflow:hidden;
}
.box3{
	margin-right:44px;
	width:393px;
}
.box4{
	margin-left:44px;
	width:393px;
}
.box5{
	margin-bottom:45px;
	overflow:hidden;
}
.box6{	
	width:367px;
	margin-right:44px;
	overflow:hidden;
}
.box7{width:333px;}
.box8{width:600px;}
.box9{width:890px;}
.txt_bg{background:url(../images/intro/in_bg1.gif) right bottom no-repeat;}
.txt_bg2{background:url(../images/intro/in_bg2.gif) left bottom no-repeat;}
.txt_box{
	width:598px;
	float:right;
}
.txt_box2{
	border:4px solid #eae7e7;
	padding:20px 20px 20px 27px;
}
.tit1{
	padding:10px 0 10px 0;
	color:#ff0000;
	font-size:35px;
	line-height:1.5em;
}
.tit2{padding-bottom:20px;}
.tit3{
	padding:25px 0 25px 0;
	color:#99763e;
	font-size:70px;
	line-height:1.5em;
}
.big_ttl {
	background:url(../images/menu_tit1.gif) no-repeat left top;
	line-height:50px;
	font-size:120%;
	font-weight:bold;
}
.privacy_ttl {
	background:url(../images/ttl_bg.gif) repeat-x left bottom;
	line-height:50px;
	font-size:120%;
}

/*--------------------------
各部分
--------------------------*/
/*ヘッダー----------------*/
#header_box{
	min-width:900px;
	margin:0 auto;
	overflow:hidden;
}
.hd_txt{
	width:900px;
	padding:10px 0;
	margin:0 auto;
	font-size:120%;
	color:#ffffff;
	letter-spacing:0.1em;
}
#hd_box1{
	min-width:900px;
	background-color:#9c9c9c;
}
#hd_box2{
	margin:0 auto;
	padding:10px 0 10px 0;
	overflow:hidden;
	width:900px;
	
}
#hd_box2 .right.contact a {
	color:#FFF;
	line-height:44px;
	width:120px;
	font-size:30px;
	display:block;
	background:url(../images/contact_bg.gif) no-repeat 5px 25px;
	background-color:#dc5b5b;
	padding-left:30px;
    border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */
	text-decoration:none;
}

/*グローバルナビ--------*/
#gnavi{
	float:center;
	margin-top:10px;
}
#gnavi li {
	float:left;
	text-align:center;
	font-size:14px;
} 
#gnavi li a {
	border-right:1px dotted #CCC;
	width:100px;
	display:block;
}
#gnavi li:first-child a {
	border-left:1px dotted #CCC;
	width:99px;
}

/*コンテンツ--------*/
#contents{
	width:900px;
	margin:0 auto;
	overflow:hidden;
}
#main{	
	margin-top:23px;
	overflow:hidden;
}
#left_box{
	width:200px;
	overflow:hidden;
	float:left;
}
#right_box{
	width:680px;
	overflow:hidden;
	float:right;
}

/*更新履歴*/
.box2.topics .left p,.box2.topics .right p {
	background:url(../images/mokuji.png) no-repeat left top;
	line-height:50px;
	width:320px;
	font-size:150%;
}
.topics_dl{margin-top:8px;}
.topics_dl dt{}
.topics_dl dd{
	border-bottom:1px dotted #cccccc;
	color:#bf4949;
padding-bottom:7px;	
	}
.box2.topics2 .left p,.box2.topics2 .right p {
	background:url(../images/t_mokuji.png) no-repeat left top;
	line-height:50px;
	width:320px;
	font-size:150%;
}
.topics2_dl{margin-top:8px;}
.topics2_dl dt{}
.topics2_dl dd{
	border-bottom:1px dotted #cccccc;
	color:#bf4949;
padding-bottom:7px;	
	}
/*pagetop*/
.pagetop{
	text-align:right;
	width:900px;
	margin:0 auto;
	padding-top:81px;
}
.menu_ttl_in {
	margin-bottom:25px;
	color:#99763e;
	font-size:140%;
	line-height:1.5em;
}

/*フッター-------------------*/
#ft_box{
	min-width:900px;
	background:url(../images/ft_line.gif) repeat-x;
	margin: 13px 0 0px 0;
}
#ft_box2{
	min-width:890px;
	background-color:#9c9c9c;
	padding:5px 0 6px 0;
	margin-top:6px;
}
#ft_txt{
	font-size:100%;
	margin:0 auto;
	overflow:hidden;
	width:900px;
}
.copy{
	color:#FFF;
}

/*--------------------------
list,dd
--------------------------*/
/*プライバシーポリシー*/
.list_pri{
	border:4px solid #eae7e7;
	padding:12px 15px;
	font-size:90%;
	color:#5b5b5b;
}
.list_pri li{	
	background:url(../images/privacy/pri_icon.gif) left no-repeat;
	text-indent:13px;
	line-height:19px;
}

/*メニュー*/
.menu_dl{
	clear:both;
	border-bottom:1px dotted #cccccc;
	overflow:hidden;
	margin-bottom:5px;
}
.menu_dl dt{
	float:left;
	padding:5px 0;
}
.menu_dl dd{
	float:right;
	padding:6px 0 10px 100px;
}

/*--------------------------
table
--------------------------*/
.tb_access{
	font-size:90%;
}
.tb_access th{
	background-color:#dc5b5b;
	padding:5px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	border-bottom:5px solid #ffffff;
}
.tb_access td{
	padding:5px;
}

/*--------------------------
banner
--------------------------*/
.bn1{margin-bottom:6px;}

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

/*--------------------------
メニュー
--------------------------*/
.setu{
	background-color:#f2f2f2;
	font-size:90%;
	color:#969595;
}

/*--------------------------
お問い合わせ
--------------------------*/
/*全角・半角*/
.zenkaku {
	ime-mode: active;
	border:1px solid #ddd;
}
.hankaku {
	ime-mode: inactive;
	border:1px solid #ddd;
}
/*フォーム*/
.con_tb{}
.con_tb th{
	padding:10px;
	background: url(../images/icon1.gif) no-repeat 0px 21px;
	text-indent:2px;
	vertical-align: text-top;
}
.con_tb td{
	padding:13px;
}
.con_tb img{
	margin:0 0 0 5px;
}
.webfac {
	margin-top:5px;
	text-align:right;
}
