@charset "UTF-8";

/* サイト共通CSS（初期化済み）
-----------------------------------------------------------
----------------------------------------------------------- */

/* 目次
-----------------------
▽全体
・フォント
・罫線
▽コンテンツ
-----------------------　*/

/* 全体
----------------------------------------------------------------------------- */
#contents{
	width:695px;
	margin:0 auto 0 auto;/* コンテンツ真ん中寄せに（firefox）*/
} 
#contents img{/* IEの画像隙間をなくす */
	border:0;
	vertical-align:bottom;
	padding:0;
	margin:0;
}

.clear{clear: both;}
a img {border-style: none;}

/* フォント
----------------------------------------------------------------------------- */
body{
	font-family: “メイリオ”,Meiryo,”ヒラギノ角ゴ Pro W3″,”Hiragino Kaku Gothic Pro”,”HiraKakuPro-W3″,”ＭＳ Ｐゴシック”,”MS PGothic”,Arial, Helvetica,sans-serif;
}

/* 罫線
----------------------------------------------------------------------------- */
hr{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 実線solid,点線dotted,破線dashed,二重線double*/
	border-color: #0d1f6b; /* 線色 */
	height: 1px; /* 高さ */
}

/* コンテンツ
----------------------------------------------------------------------------- */
/* 見出し */
#both h1{
	margin: 0;
	font-size: 22px;
	color: #333333;
	padding-top: 15px;
}
#both h2{
	margin: 0;
	font-size: 18px;
	line-height: 1.9;
	color: #333333;
}

/* 表組み */
.copy16{
	font-size: 16px;
	line-height: 1.7;
	color: #333333;
	padding: 0px 0px 30px 0px;
	text-align: left;
}
.waku1{
	font-size: 16px;
	line-height: 1.7;
	color: #333333;
	background: #f5e3e3;
	text-align: center;
	font-weight: bold;
}
.waku2{
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	padding: 10px;
	text-align: left;
}
.cen{
	text-align: center;
	padding-top: 15px;
}
.mar-top30{margin: -30px 0px 0px 0px;}