@charset "shift_jis";

/* style import
-------------------- */



/*ボディー設定[**********************************/
body {
	background: url(../image/main/bg.gif) top repeat-x ;
	margin: 0;
	font: 15px/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#333;
	border-top:4px solid #C00;
}

.body2 {
	background:#FFF;
	margin: 0;
	font: 15px/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#333;
	border-top:10px solid #FFF;
}

img{ border:none; margin:0}
table{font-size:13px}

/*リンク設定****************************************/
a:link { color: #36F; text-decoration: none; }
a:visited { color: #941D55; text-decoration: underline; }
a:active { color: #941D55; text-decoration: underline; }
a:hover { color:#F30; text-decoration: underline;}

li {text-align:left; list-style-type:none;}


/*======================================
         全体サイズ
======================================*/
#container {
	width: 850px;
	height: auto;
	margin: 0px auto 20px auto;
	float: none;
	text-align: left;
	background: #FFF;
}

#container a:hover img {
  opacity:0.4;
}

.wrapper {
	clear:both;
	margin: auto;
	width: 850px;
}


.main-left {
	width: 300px;
	height: auto;
	float:left;
	text-align:left;
}
.main-right {
	width: 300px;
	height: auto;
	float:right;
	text-align:left;
}

/*======================================
         メインコンテンツ
======================================*/
#main {
	width: 625px;
	float: left;
	margin: 0 auto 0 15px;
	padding: 0 0 0 0px; 
}
.main-txt { padding: 1px 0 0 10px;  }



/*======================================
         見出し
======================================*/
h1 {
	font-size:10px;
	font-weight:normal;
	text-align:right;
	width:500px;
	color:#666;
	margin: -130px 0px 0px 345px;
	position: absolute;
}

h2 {
	color: #333;
	font-size: 145%;
	font-weight: bold;
	margin:1px 0 5px 0;
	padding: 9px 0 11px 16px;
	background: url(../image/navi/h2.jpg) no-repeat ;
}

h3 {
	color: #333;
	font-size: 140%;
	font-weight: bold;
	margin:0px 0 10px 0;
	padding: 10px 0 13px 8px;
	background: url(../image/navi/h3.gif) no-repeat ;
}

hr {
	border: 1px dotted #CCC;
	margin:10px 0;
}

/*======================================
         テーブルデザイン
======================================*/

/* 　テーブル
───────────────────────── */
.table {
	width: 620px;
	margin:0px auto ;
}
.th {
	padding: 3px 10px;
	text-align:left;
	color:#FFF;
	background-color: #666;
	border: #999 solid 1px;
}
.ths {
	width: 100px;
	text-align:left;
	padding: 3px 10px;
	color:#FFF;
	background-color: #666;
	border: #CCC solid 1px;
}
.thss {
	width: 100px;
	text-align:left;
	padding: 3px 10px;
	color:#FFF;
	background-color: #F90;
	border: #CCC solid 1px;
}
.td {
	padding: 10px;
	text-align:left;
	color:#000;
	font-size:120%;
	background-color: #FFF;
	border: #CCC solid 1px;
}

/* 　リンクのお知らせ
───────────────────────── */
.table-link {
	width: 580px;
	margin:0px auto ;
}
.table-link th {
	padding: 3px 10px;
	text-align:left;
	color:#FFF;
	background-color: #999;
	border: #999 solid 1px;
}
.table-link td {
	padding: 10px;
	text-align:left;
	color: #333;
	font-size:120%;
	background-color: #FFF;
	border: #CCC solid 1px;
}

/* 　お役立ちリンク
───────────────────────── */
.table-links {
	width: 580px;
	margin:0px auto ;
}
.table-links th {
	width:220px;
	padding: 3px 0px;
	text-align:right;
	color:#333;
}
.table-links td {
	padding: 0px 5px;
	text-align:left;
	color: #333;
	font-size:90%;
	background-color: #FFF;
}




div.info {
	width:580px;
	background: url(../image/main/info.jpg) top center no-repeat;
	border:1px solid #999;
	padding:20px 20px 20px 20px;
	margin-bottom:20px;
}

div.info-q {
	width:580px;
	background: url(../image/main/info.jpg) top center no-repeat;
	border:1px solid #999;
	padding:10px 20px 30px 20px;
	margin-bottom:10px;
}

div.info-q h3 {
	color: #444;
	font-size: 200%;
	font-weight: bold;
	height:40px;
	margin:0px 0 10px 0;
	padding: 17px 0 13px 60px;
	background: url(../image/navi/h3_q.gif) no-repeat ;
}

div.info-tai {
	width:580px;
	background: url(../image/main/info.jpg) top center no-repeat;
	border:1px solid #999;
	padding:10px 20px 30px 20px;
	margin-bottom:10px;
}


/*
=================================================
お知らせ*/

#information{
	clear:both;
	border:1px #CCCCCC;
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	padding:0px 0 0px 10px;
	text-align:left
}



#information div{
	width:600px;
	height:140px;
	max-height:140px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding:0;
	margin:0;
}

#information p{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding:5px 0 5px 0;
	margin:0 0 0 0;
}




.clear { clear:both; font-size:1px; }

.fl-l{ float: left			!important;}
.fl-r{ float: right			!important;}

.center{text-align:center !important;}
.left{	text-align:left !important;}
.right{	text-align:right !important;}

.mb0 { margin-bottom: 0px !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}

.mt0 { margin-top: 0px !important;}
.mt5 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}

.mr10 { margin-right: 10px !important;}
.ml5 { margin-left: 5px !important;}

.ml70 {	margin: 0 0 0 70px !important; }