@charaset "Shift_JIS";
/*--------------------------------------
	Style Name : Form Style Sheet

	ja_submit_digest
	ja_submit_shutten
	en_submit_digest
--------------------------------------*/

/* ページの基本設定
------------------------------------------------------------ */
body {
	background:#012d6e url(../../img/texture_01.jpg) repeat-y center;
}

/* TOPページ基本レイアウト
------------------------------------------------------------ */
#wrapper{
	background:#FFF;
	width:960px;
}

#main{
width:800px;
margin:0 auto;
float:none;
text-align:left;
}

h1{
margin:0;
padding:10px;
background:#006699;
color:#FFF;
font-size:16px;
}

h2{
width:100%;
margin:10px 0;
padding:5px;
background:#e7e7e7;
color:#FFF;
font-size:16px;
}

h2 span{
display:block;
background:#cee0ee;
border-left:4px solid #006699;
border-right:4px solid #006699;
color:#006699;
}


.section{
	margin:0 0 0 10px;
}

/*サブナビゲーション*/
ul.subnav{
 margin:20px auto;
	padding:0;
	text-align:center;
}

ul.subnav li{
 list-style:none;
	display:inline;
	margin:0 0 0 10px;
	background:url(../../img/btn_bg.gif) no-repeat left;
	padding:0 0 0 12px;
}

ul.subnav li.selected{
border:1px solid #999;
padding:5px 5px 5px 12px;
*padding:2px 2px 2px 12px;
}

/*テーブル*/
table{
 border-collapse:collapse;
	margin:0 auto;
}

table th,
table tr,
table td{
border:1px solid #999;
}

table table th,
table table tr,
table table td{
border:none;
}

table th{
text-align:left;
background:#e7e7e7;
}

table td{
padding:3px;
}

table.frame,
table.frame tr,
table.frame td{
 border:none;
	text-align:left;
}

/*コメント*/
p.comment{
padding:30px 0;
font-size:16px;
text-align:center;
}

.red{
	color:#FF0000;
}

p.underline{
border-bottom:1px solid #999;
width:270px;
}

p.rightside{
margin:0 0 0 410px;
}

div.center{
padding-top:20px;
text-align:center;
}