@charset "shift_jis";
/* 
このCSSファイルの使用を基本とし、
コンテンツが多くスタイルが膨大になる場合などは
コンテンツ名などの 別ファイルをそれぞれ用意する。
フォーム用、連合隊リンク用のstyleも含まれています。
*/

a:hover {
	color: #FF0000;
	text-decoration: none;
}

body {
}

h1 {
	width: 900px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}
.footer_bgcolor {
	background-color: #DB2B2F;
	color: #FFFFFF;
}
.footer_bodybgcolor {
	background-color: #ffffff;
	color: #333333;
}
.footer_linecolor {
	background-color: #CCCCCC;
}

.spacerBoxMain {
	width: 900px;
	margin: 0 auto;
}

.fc_white {
	color: #FFFFFF;
}

/*****************************/
/* フォーム用 
/*****************************/
/* 見出し・ボタン*/
.bg-color1 {
	background-color: #DB2B2F;
	color: #FFFFFF;
}
/* 入力項目見出し*/
.bg-color2 {
	background-color: #FDEEEE;
	color: #333333;
}
/* 入力項目欄*/
.bg-color3 {
	background-color: #ffffff;
	color: #000000;
}
/* 入力部テーブルライン*/
.line-color1 {
	background-color: #CCCCCC;
}
/* メールアドレス入力欄*/
.inputEmail {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	ime-mode: disabled
}
/* メールアドレス入力欄*/
.formButtonSubmit {
	width: 160px;
	height: 30px;
}
/* メールアドレス入力欄*/
.formButtonReset {
	width: 80px;
	height: 30px;
}

/*****************************/
/* 連合隊リンクページ用
/*****************************/
#ralsLinkInfo td {
	line-height: 16px;
}
#ralsLinkInfo img {
	margin-bottom: 5px;
}
#ralsLinkInfo .ralsLinkFooter {
	width: 100%;
	margin: 50px auto;
	text-align: center;
}


/**/
#wrap {
	border-top:1px solid #D9D3CE;
	overflow:hidden;
	width:360px;
	padding:10px 20px;
}
.pickup1 {
	width:360px;
	margin:10px 20px;
	font-size:13px;
}
.pickup2 {
	width:360px;
	margin: 0 0 10px 0;
}
.pickup2 th {
	background: #FFF url(../img/ico_dtpl_list.png) no-repeat 0 50%;
    font-style: normal;
    font-weight: bold;
    padding: 5px 0 2px 10px;
    text-align: left;
}
.alRight {
	text-align:right;
}
.alRight select {
	width:180px;
}
.menuBox {
	background-color:#D6D6D6;
	padding:1px;
	margin-bottom:10px;
}
.menuBoxInner {
	background-color:#FFF;
	border:1px solid #C4C4C7;
	padding:15px;
	overflow:hidden;
}
.red {
	font-weight:normal;
	color:#CC0000;
}

.menuBox table th {
	background:url(../img/ico_dtpl_list.png) left center no-repeat;
	padding:5px 0 2px 10px;
	font-weight:bold;
	text-align:left;
	font-style:normal;
}
.menuBox p.kodawari {
	background:url(../img/ico_dtpl_list.png) left center no-repeat;
	padding:5px 0 10px 10px;
	font-weight:bold;
	text-align:left;
}

.menuBox table td {
	border-bottom:1px dotted #B0B0B0;
	padding-bottom:7px;
	vertical-align:bottom;
}
.menuBox table td.end {
	border-bottom:none;
}
.menuBox table td select {
	width:110px;
	margin:5px 0 3px;
}

.tableL {
	float:left;
	width:160px;
}
.tableR {
	float:right;
	width:160px;
}

.menuBox table input {
	vertical-align:middle;
	margin:3px 0 6px;
}

.menuBox table.tableBtn {
	border-collapse:separate;
	width:325px;
}
.menuBox table.tableBtn td {
	border-bottom:none;
	border:1px solid #EDEDED;
	padding:0;
}
.menuBox table.tableBtn label {
	display:block;
	padding:5px;
	margin:0;
}
.tableBtn label:hover {
	color:#249F24;
}