@charset "shift_jis";
/* 
このCSSファイルの使用を基本とし、
コンテンツが多くスタイルが膨大になる場合などは
コンテンツ名などの 別ファイルをそれぞれ用意する。
フォーム用、連合隊リンク用のstyleも含まれています。
*/

/* =========================================================
body
========================================================= */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	background: url(../img/bg.png) repeat-x;
	min-width: 950px;
}

a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

a:hover img.nohov {
	opacity:1;
	filter:alpha(opacity=100);
}

/* =========================================================
hdr
========================================================= */
div#hdr {
	position: relative;
	width: 950px;
	height: 160px;
	margin: 0 auto;
}

div#hdr h1 {
	height: 40px;
	text-align: center;
	line-height: 40px;
}

/* =========================================================
btnHome
========================================================= */
div#btnHome {
	position: absolute;
	top: 5px;
	left: 0;
}

p#logo {
	margin-top: 25px;
}

/* =========================================================
contact
========================================================= */
div#contact {
	position: absolute;
	width: 235px;
	top: 50px;
	right: 0;
}

p#hdrTel {
	margin-top: 10px;
}

/* =========================================================
topImgBpx
========================================================= */
div#topImgBpx {
	width: 950px;
	height: 110px;
	margin: 0 auto;
	padding: 20px 0;
}

/* =========================================================
contentsWrapper
========================================================= */
div#contentsWrapper {
	width: 948px;
	margin: 0 auto;
	border: 1px solid #CCC;
	border-top: none;
	border-bottom: none;
	overflow: hidden;
	zoom: 1;
}

/* =========================================================
ftr
========================================================= */
div#ftrBox {
	width: 100%;
	height: 190px;
	background: url(../img/ftrBg.png) repeat-x;
}

div#ftr {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

p#btnPagetop {
	position: absolute;
	top: 5px;
	right: 0;
}

p#logoSmall {
	position: absolute;
	top: 60px;
	left: 0;
}

p#ftrTelFax {
	position: absolute;
	top: 60px;
	left: 210px;
}

p#ftrMail {
	position: absolute;
	top: 60px;
	right: 0;
}

p#ftrCompanyProfile {
	position: absolute;
	top: 130px;
	color: #FFF;
}

p#ftrCompanyProfile .CompanyName {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

div#ftrLinks {
	width: 950px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: right;
	line-height: 20px;
}

div#ftrLinks a {
	text-decoration: none;
	color: #000;
}

div#ftrLinks a:hover {
	text-decoration: none;
	color: #51C1CF;
}
















a:hover {
	color: #FF0000;
	text-decoration: none;
}

.footer_bgcolor {
	background-color: #11245E;
	color: #FFFFFF;
}
.footer_bodybgcolor {
	background-color: #ffffff;
	color: #333333;
}
.footer_linecolor {
	background-color: #11245E;
}
/*****************************/
/* フォーム用 
/*****************************/
/* 見出し・ボタン*/
.bg-color1 {
	background-color: #FF0000;
	color: #FFFFFF;
}
/* 入力項目見出し*/
.bg-color2 {
	background-color: #0000FF;
	color: #FFFFFF;
}
/* 入力項目欄*/
.bg-color3 {
	background-color: #ffffff;
	color: #000000;
}
/* 入力部テーブルライン*/
.line-color1 {
	background-color: #339900;
}
/* メールアドレス入力欄*/
.inputEmail {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	ime-mode: disabled
}
/* 送信ボタン*/
.formButtonSubmit {
	width: 160px;
	height: 30px;
}
/* リセットボタン*/
.formButtonReset {
	width: 80px;
	height: 30px;
}

label {
	cursor: pointer;	
}
.wrapper {
	margin: 0 auto;
	width: 750px;
}
#formBox {
	width: 750px;
	margin: 0 auto;
}
#formTxt {
	font-size: 13px;
	color: #009;
	margin: 10px auto;
	padding: 10px;
	width: 620px;
	line-height: 1.6;
	border: 1px dotted #7C74B6;
}
#formTxt span {
	color: #000;
}
.fWhite {
	color: #FFF;
}
.formTbl {
	margin: 20px auto;
	width: 640px;
}
.formTbl th {
	padding: 8px 6px;
	color: #FFF;
	background-color: #7C74B6;
	border-bottom: 1px solid #7C74B6;
}
.formTbl td {
	padding: 8px 6px;
	border-bottom: 1px solid #7C74B6;
}
.formTbl span {
	color: #FE0;
}

/*****************************/
/* 連合隊リンクページ用
/*****************************/
body#ralsLinkInfo {
	background-image: none;
	background-color: #FFFFFF;
}
#ralsLinkInfo td {
	line-height: 16px;
}
#ralsLinkInfo img {
	margin-bottom: 5px;
}
#ralsLinkInfo .ralsLinkFooter {
	width: 100%;
	margin: 50px auto;
	text-align: center;
}
