@charset"euc-jp";

/* ---------------------------------------------------------
　デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, map,
strong {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.5;
	border: none;
	list-style-type: none;
}

/* ---------------------------------------------------------
　テキストリンク
--------------------------------------------------------- */
a:link    { color: #0066FF; text-decoration: none; }
a:visited { color: #0066FF; text-decoration: none; }
a:hover   { color: #E74077; text-decoration: none; }
a:active  { color: #E74077; text-decoration: underline; }

/* ---------------------------------------------------------
　floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
　画像ロールオーバー
--------------------------------------------------------- */
img.rollover {
}



/* ---------------------------------------------------------
　画像ぴこっとなるやつ
--------------------------------------------------------- */

a.btn:hover{
position:relative;top:1px;left:1px;
}
a.btn:hover img{
filter: alpha(opacity=80);
}


/* ---------------------------------------------------------
　レイアウトベース
--------------------------------------------------------- */
body {
	margin:0px;
	padding:0px;
	text-align: center;
	background:url(../img/bg.jpg) 0 0 repeat-x;
	background-color:#002923;
	font-size:12px;
}


#wrapper {
	width:806px;
	margin:0 auto;
	padding:0 12px;
	background-color:#FFFFFF;
	text-align:left;
}

/* ---------------------------------------------------------
　header
--------------------------------------------------------- */
#header {
	width:810px;
	margin-bottom:15px;
}

.menu_bg {
	background-color:#013D36;
	clear:both;
}

/* ---------------------------------------------------------
　main
--------------------------------------------------------- */

#main {
}

/* ---------------------------------------------------------
　primary
--------------------------------------------------------- */

#primary {
	width:610px;
	float:left;
	text-align:left;
	margin-bottom:15px;
}

.new_info {
	background:#E9EFE5;
	padding:15px;
}

.new_info p {
	padding:5px 0;

}

.content {
	padding-left:20px;
}

.content p {
	line-height:1.5;
	padding:15px;
}

/* ---------------------------------------------------------
　secondary
--------------------------------------------------------- */

#secondary {
	width:180px;
	float:right;
	margin-bottom:15px;
}

/* ---------------------------------------------------------
　footer
--------------------------------------------------------- */

#footer {
	width:810px;
	margin:0 auto 15px auto;
}

/* ---------------------------------------------------------
　ul ol li dl dd dt
--------------------------------------------------------- */
ul.menu {
}

ul.menu li {
	display:inline;
	margin:0 10px 0 3px;
}


/* ---------------------------------------------------------
　table th tr td
--------------------------------------------------------- */

.lined_table{
	border-collapse:collapse;
	margin:20px auto;
}

.lined_table tr td, table.lined_table tr th{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-collapse:collapse;
	padding:0.3em;
	line-height:1.5;
}

.lined_table tr th{
	background-color:#dae2e9;
	font-weight:normal;
	text-align:center;
}
