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

/*全ページ共通CSS*/


/*上部背景画像
------------------------------------------------------------------*/
body{
	background:url(../img/back_line.jpg);
	background-repeat:repeat-x;
	}
	
	
/*レイアウト関連
------------------------------------------------------------------*/
#wrap{
	width:1000px;
	margin-right: auto;
	margin-left: auto;
}

#main{
	margin:0px 60px 0px 60px;
	height:auto;
}

#contents{
	float:right;
	width:650px;
}

.clear{
	clear:both;
	height:0px;
	}

/*ヘッダ
------------------------------------------------------------------*/
#header{
	height: 110px;
	background-image: url(../img/for_washi_1.jpg);
	width: auto;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*ロゴ
------------------------------------------------------------------*/
#rogo a{
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 303px;
	margin-top: 10px;
	margin-left: 10px;
	display:block;
	float:left;
	border:none;
}

/*言語選択、ホームに戻る関連
------------------------------------------------------------------*/

#lang{
	float:right;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:9px;
	color:#330000;
	margin: 38px 30px 0px 0px;
	}

#lang a,#lang a:hover{
	font-size:9px;
	text-decoration:none;
	}

#lang a{
	color:#330000;
	}

#lang a:hover{
	color:#C60;
	}

#home a,#home a:hover{
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	}

#home a{
	color:#330000;
	}

#home a:hover{
	color:#C60;
	}

/*背景の和紙
------------------------------------------------------------------*/
#washi_2{
	background-image: url(../img/for_washi_2.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-position: center;
}

/*メニューバー
------------------------------------------------------------------*/
#list{
	width:220px;
	margin:0px 0px 0px 0px;
	float:left;
}


/*フッダ
------------------------------------------------------------------*/
#fooder{
	font-size:10px;
	color:#330000;
	margin-top: 70px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #330000;
}

/*フッダナビゲーション
------------------------------------------------------------------*/

#foot_navi{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 5px 0px 10px 0px;
	font-size:11px;
	}

#foot_navi a,#foot_navi a:hover{
	letter-spacing:0.5px;
	text-decoration:none;
	}

#foot_navi a{
	color:#330000;
	}

#foot_navi a:hover{
	color:#C60;
	}

/*通常文字関連
------------------------------------------------------------------*/
p{
	font-size:12px;
	color:#330000;
	margin:0px 0px 0px 0px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:0.5px;
	line-height:22px;
	}

.text .sp{
	font-size:14px;
	color:#330000;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:1px;
	line-height:30px;
	text-align:justify;
	margin-bottom:1em;
	}

p a,p a:hover{
	font-weight:bold;
	text-decoration:none;
	}

p a{
	color:#330000;
	}

p a:hover{
	color:#C60;
	}


/*文字装飾
------------------------------------------------------------------*/

.red{
	color:#900;
	}

.bold{
	font-weight:bold;
	}

.redbold{
	color:#900;
	font-weight:bold;
	}


.small_1{
	font-size:14px;
	}

.small{
	font-size:11px;
	}

/*コンテンツ内部関連
------------------------------------------------------------------*/
.info_title{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	font-weight:bold;
	color:#330000;
	margin: 0px 0px 15px 0px;
	border-style:solid;
	border-color:#330000;
	border-width: 0px 0px 1px 0px;
	padding: 0px 0px 5px 0px;
	}


.info{
	border-style:dashed;
	border-color:#960;
	border-width:0px 0px 1px 0px;
	margin:0px 0px 13px 0px;
	padding:0px 0px 7px 0px;
	}

.info_under{
	border-style:solid;
	border-color:#330000;
	border-width:0px 0px 1px 0px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	}	

/*トップ画像
--------------------------------------------------------*/
#top_img,#top_img a{
	margin: 0px 0px 10px 0px;
	border:none;
	text-decoration:none;
	}

img,a img{
	border:none;
	text-decoration:none;
	}

/*トップへ戻るボタン
--------------------------------------------------------*/
.butt a {
	width:63px;
	height:16px;
	display:block;
	text-indent:-10000px;
	background-position:0px 0px;
	background:url(../img/page_top.jpg) no-repeat;
	}

.butt a:hover {
	background-position:0px -16px;
	}

.to_top{
	width:63px;
	float:right;
	}
	
/*お知らせ
--------------------------------------------------------*/
.caution{
	border-style:solid;
	border-width: 3px 3px 3px 3px;
	border-color:#330000;
	width:160px;
	margin: 30px 0px 0px 0px;
	padding: 15px 15px 15px 15px;
	}

.coution_t,.coution_n{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#330000;
	}

.coution_t{
	font-size:30px;
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	}

.coution_n{
	font-size:12px;
	line-height:20px;
	text-align:justify;
	}

/*バナー
--------------------------------------------------------*/

.banner{
	margin: 10px 0px 20px 0px;
	border:none;
	}

.banner a{
	border:none;
	}

/*カウンタ
--------------------------------------------------------*/

.count{
	margin: 10px 0px 0px 5px;
	}