
/*---------------------------------------------------------
	タグセット
----------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	line-height: 1.6;
	color: #333333;
	background: #9fd9f9;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, li, th, td, dt, dd {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

form, p, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

a:link { color: #0366C9; }

a:visited { color: #0366C9; }

a:hover { color: #0366C9; }

a:active { color: #0366C9; }

img {
	border: none;
	vertical-align: middle;
}

/*メインカラー*/
.Main { color:#004499; }

/*赤*/
.Red { color:#ff0000; }

/*青*/
.Blue { color:#004499; }

/*緑*/
.Green { color:#446611; }

/*黒*/
.Black { color:#000; }

/*グレー*/
.Gray333 { color:#333333; }

.Gray888 { color:#888888; }

/*オレンジ*/
.Orange { color:#ff6600; }

/*明るい茶*/
.LightBrown { color:#b37700; }

/*エラー*/
.Error {
	display:block;
	float:right;
	width:300px;
	color:#ff0000;
	font-weight:bold;
}

.Error2 {
	display:block;
	float:right;
	width:250px;
	color:#ff0000;
	font-weight:bold;
}

/*リンク赤*/
.linkRed { color:#ff0000; }

.linkRed a, .linkRed a:visited, .linkRed a:active { color:#ff0000; }

.linkRed a:hover { color:#0366C9; }

/*文字の太さ*/
.FontBold { font-weight:bold; }

.FontNormal { font-weight:normal; }

/*文字サイズ*/
.FontSize11 { font-size:11px; }

.FontSize12 { font-size:12px; }

.FontSize13 { font-size:13px; }

.FontSize14 { font-size:14px; }

.FontSize15 { font-size:15px; }

.FontSize16 { font-size:16px; }

.FontSize20 { font-size:20px; }

/*文字装飾*/
.FontUnderline { text-decoration:underline; }

.FontBlink { text-decoration: blink; }

/*文字位置*/
.TextCenter { text-align:center; }

.TextRight { text-align:right; }

.TextLeft { text-align:left; }

.BoxCenter { margin:0 auto; }

/*文字行間*/
.LineHeight2 { line-height:2; }

.LineHeight2-5 { line-height:2.5; }

.LineHeightNormal { line-height:normal; }

/*マージン設定*/
.MarginTopBtm10 {
	margin-top:10px;
	margin-bottom:10px;
}

.Margin5 { margin:5px; }

.MarginBtm10 { margin-bottom:10px; }

.MarginBtm15 { margin-bottom:15px; }

.MarginRight10 { margin-right:10px; }

.MarginRight15 { margin-right:15px; }

.MarginRight20 { margin-right:20px; }

.MarginLeft10 { margin-left:10px; }

.MarginLeft15 { margin-left:15px; }

.MarginLeft20 { margin-left:20px; }

.MarginLeft30 { margin-left:30px; }

.MarginTop5 { margin-top:5px; }

.MarginTop10 { margin-top:10px; }

.MarginTop15 { margin-top:15px; }

.MarginBtm5 { margin-bottom:5px; }

.MarginTopBtm5 {
	margin-top:5px;
	margin-bottom:5px;
}

.MarginTopBtm10 {
	margin-top:10px;
	margin-bottom:10px;
}

.MarginRL5 { margin:0px 5px; }

.MarginRL8 { margin:0px 8px; }

/*パディング設定*/
.PaddingBtm10 { padding-bottom:10px; }

.Padding15 { padding:15px; }

.Padding10 { padding:10px; }

.Padding5 { padding:5px; }

.PaddingTop5 { padding-top:5px; }

.PaddingBtm5 { padding-bottom:5px; }

.PaddingRight5 { padding-right:5px; }

/*スペース*/
.Sp30 { margin-bottom:30px; }

.Sp25 { margin-bottom:25px; }

.Sp20 { margin-bottom:20px; }

.Sp15 { margin-bottom:15px; }

.Sp10 { margin-bottom:10px; }

.Sp5 { margin-bottom:5px; }

/*ボーダー*/
.Border {
	border-bottom:1px dotted #6699ff;
	margin:10px 0px;
}

.Border1 { border:1px solid #ccc; }

.Border2 { border:1px dotted #000; }

/*位置調整*/
.FloatL { float:left; }

.FloatR { float:right; }

.VaMiddle { vertical-align:middle; }

.VaTop { vertical-align:top; }

.VaTextTop { vertical-align:text-top; }

.VaTextBottom { vertical-align:text-bottom; }

/*リスト*/

.ListDisc {
	padding:0;
	margin:0;
}

.ListDisc ul {
	padding-left:20px;
	margin:0;
}

.ListDisc li {
	padding:0px;
	list-style-type:disc;
	list-style-position:outside;
}

.ListDisc5 {
	padding:0;
	margin:0;
}

.ListDisc5 ul {
	padding-left:20px;
	margin:0;
}

.ListDisc5 li {
	margin-bottom:5px;
	padding:0px;
	list-style-type:disc;
	list-style-position:outside;
}

.ListDecimal {
	padding:0;
	margin:0;
}

.ListDecimal ul {
	padding-left:20px;
	margin:0;
}

.ListDecimal li {
	padding:0px;
	list-style-type:decimal;
	list-style-position:outside;
}

/*その他*/
.ClearBoth { clear:both; }

.Nowrap { white-space:nowrap; }

.Clearfix { zoom:1; }

.Clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/*---------------------------------------------------------
	コンテンツ全体のwidthや中央寄せ
----------------------------------------------------------*/
#container {
	width: 900px;
	margin: 0 auto;
	color: #333333;
	text-align: left;
}

#content {
	padding:20px 34px 15px 34px;
	background:url("../images/bg_content.gif") repeat-y left top;
}

#content h2 {
	width: 100%;
	font-size: 16px;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #005d9c;
}

/*---------------------------------------------------------
　ヘッダー
----------------------------------------------------------*/
.TopHeader {
    width:100%;
    height:91px;
    margin:0px auto;
    text-align:center;
    padding:0px;
    background:url("../images/bg_header.gif") 0% 0% repeat-x;
    clear:both;
}

.TopHeaderBox {
    width:900px;
    height:91px;
    margin:0px;
	text-align:left;
    padding:0px;
    clear:both;
}

/*---------------------------------------------------------
　フッター
----------------------------------------------------------*/

#footer {
	margin: 0;
	padding:18px 0px;
	text-align:center;
	color:#fff;
	background: #68c3eb url("../images/bg_footer.gif") no-repeat left bottom;
}

#footer ul {
	padding:0;
	padding:0px 0px 10px 0px;
	text-align:center;
}

#footer li {
	padding:0 8px 0 8px;
	border-left:#fff 1px solid;
	display:inline;
}

#footer ul li.first { border-left:none; }

#footer a, #footer a:visited, #footer a:active { color:#fff; }

#footer a:hover { color:#fff; }

/*---------------------------------------------------------
　メニュー
----------------------------------------------------------*/

.GlobalMenu {
	width:880px;
	height:40px;
	margin:0px 10px;
	padding:0px;
	background-color: #ffebad;
	overflow:hidden;
	clear:both;
}

.GlobalMenu li {
	float:left;
	list-style-type:none;
}

.GlobalMenu li a {
	display:block;
	background:url("../images/menu.gif") no-repeat;
	text-indent:-9999em;
	height:40px;
}

.GlobalMenu li.gm01 a {
	background-position:0 0;
	width:147px;
	height:40px;
}

.GlobalMenu li.gm02 a {
	background-position:-147px 0;
	width:146px;
	height:40px;
}

.GlobalMenu li.gm03 a {
	background-position:-293px 0;
	width:146px;
	height:40px;
}

.GlobalMenu li.gm04 a {
	background-position:-439px 0;
	width:146px;
	height:40px;
}

.GlobalMenu li.gm05 a {
	background-position:-585px 0;
	width:146px;
	height:40px;
}

.GlobalMenu li.gm06 a {
	background-position:-731px 0;
	width:149px;
	height:40px;
}

.GlobalMenu li.gm01 a:hover, .GlobalMenu li.gm01 a.visit { background-position:0 -40px; }

.GlobalMenu li.gm02 a:hover, .GlobalMenu li.gm02 a.visit { background-position:-147px -40px; }

.GlobalMenu li.gm03 a:hover, .GlobalMenu li.gm03 a.visit { background-position:-293px -40px; }

.GlobalMenu li.gm04 a:hover, .GlobalMenu li.gm04 a.visit { background-position:-439px -40px; }

.GlobalMenu li.gm05 a:hover, .GlobalMenu li.gm05 a.visit { background-position:-585px -40px; }

.GlobalMenu li.gm06 a:hover, .GlobalMenu li.gm06 a.visit { background-position:-731px -40px; }

/*---------------------------------------------------------
　共通パンクズ
----------------------------------------------------------*/

p#bnav { margin: 1.0em 0 1.0em; }

p#bnav span {
	padding: 0.5em;
	color: #333333;
	background-color: #a0a0a0;
}

p#bnav span#focus {
	color: #333333;
	background-color: #ffcc66;
}

/*---------------------------------------------------------
　共通タイトル
----------------------------------------------------------*/

.CommonTtl {
	width:755px;
	height:35px;
	line-height:37px;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 35px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	letter-spacing:2px;
	text-align:left;
	background:url("../images/bg_ttl.gif") 0% 0% no-repeat;
}

.CommonTtl_2 {
	width:755px;
	height:35px;
	line-height:37px;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 35px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	letter-spacing:2px;
	text-align:center;
	background:url("../images/bg_ttl2.gif") 0% 0% no-repeat;
}

.CommonTtlPopup {
	width:555px;
	height:35px;
	line-height:37px;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 35px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	letter-spacing:2px;
	text-align:left;
	background:url("../images/bg_ttl.gif") 0% 0% no-repeat;
}

.CommonTtl1 {
	width:740px;
	height:35px;
	line-height:40px;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 50px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	letter-spacing:2px;
	background:url("../images/bg_ttl_1.gif") 0% 0% no-repeat;
}

.CommonTtl2 {
	width:740px;
	height:35px;
	line-height:40px;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 50px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	letter-spacing:2px;
	background:url("../images/bg_ttl_2.gif") 0% 0% no-repeat;
}

.CommonTtl3 {
	width:740px;
	height:35px;
	line-height:40px;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 50px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	letter-spacing:2px;
	background:url("../images/bg_ttl_3.gif") 0% 0% no-repeat;
}

.CommonTtl4 {
	width:740px;
	height:35px;
	line-height:40px;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 50px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	letter-spacing:2px;
	background:url("../images/bg_ttl_4.gif") 0% 0% no-repeat;
}

.CommonTtl5 {
	width:740px;
	height:35px;
	line-height:40px;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 50px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	letter-spacing:2px;
	background:url("../images/bg_ttl_5.gif") 0% 0% no-repeat;
}

.CommonTtl6 {
	width:740px;
	height:35px;
	line-height:40px;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 50px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	letter-spacing:2px;
	background:url("../images/bg_ttl_6.gif") 0% 0% no-repeat;
}

/*---------------------------------------------------------
　共通ボックス
----------------------------------------------------------*/

.CommonBox {
	width:790px;
	margin: 15px 0;
	padding:21px;
	text-align:left;
	color: #333333;
	background-color: #e1f3fb;
	border: 1px solid #005d9c;
	clear:both;
}

.CommonBoxC {
	width:790px;
	margin:0px;
	padding:21px;
	text-align:center;
	color: #333333;
	background-color: #e1f3fb;
	border: 1px solid #005d9c;
	clear:both;
}

.CommonBoxForm {
	width:790px;
	margin: 15px 0;
	padding:10px 21px;
	text-align:left;
	color: #333333;
	background-color: #e1f3fb;
	border: 1px solid #005d9c;
	clear:both;
}

.CommonBoxForm ul { list-style-type: none; }

.CommonBoxForm li {
	display: inline-block;
	padding:10px 10px 10px 10px;
	border-bottom: 1px solid #65a5cf;
	background: transparent url("../images/bg_list.gif") 10px 15px no-repeat;
	clear:both;
}

.CommonBoxForm dl {
	display: inline-block;
	clear:both;
}

.CommonBoxForm dt {
	width:170px;
	float:left;
	font-weight:bold;
	color:#00428b;
	padding-left:15px;
}

.CommonBoxForm dd {
	position:relative;
	display:block;
	width:580px;
	float:right;
	text-align:left;
}

.CommonBoxFormBtn {
	margin: 10px 0;
	padding: 10px 0;
	text-align:center;
	color: #333333;
	background-color: #65a5cf;
}

.CommonBoxPopup {
	width:590px;
	margin:0px;
	padding:21px;
	text-align:left;
	color: #333333;
	background-color: #e1f3fb;
	border: 1px solid #005d9c;
	clear:both;
}

.CommonBoxTxt {
	width:750px;
	margin: 0px;
	text-align:left;
	padding:20px;
	background-color: #ffffff;
	clear:both;
}

.CommonBoxTxt2 {
	width:750px;
	height:150px;
	overflow:auto;
	margin: 0px;
	text-align:left;
	padding:20px;
	background-color: #ffffff;
}

.CommonBoxTxt3 {
	width:650px;
	margin: 0px;
	text-align:left;
	padding:20px 70px;
	background-color: #ffffff;
	clear:both;
}

.CommonBoxTxtPopup {
	width:560px;
	height:260px;
	margin:0px;
	padding:5px 15px;
	background-color: #ffffff;
	clear:both;
}

/*---------------------------------------------------------
　共通テーブル
----------------------------------------------------------*/
.TblOption { }

.TblOption tr { }

.TblOption td {
	padding:3px 3px 15px 3px;
	vertical-align:top;
}

.TblCenter { text-align:center; }

.TblRight { text-align:right; }

.TblLeft { text-align:left; }

.TblBgColorEd { background-color:#ededed; }

.TblBgColorEd100 {
	width:100px;
	background-color:#ededed;
}

.TblBg115 { width:115px; }

.TblBg50 { width:50px; }

/*---------------------------------------------------------
　フォーム
----------------------------------------------------------*/
.FormTxt100 { width:100px; }

.FormTxt150 { width:150px; }

.FormTxt200 { width:200px; }

.FormTxt220 { width:220px; }

.FormTxt250 { width:250px; }

.FormTxt300 { width:300px; }

/*---------------------------------------------------------
	リンク
----------------------------------------------------------*/
.BtmLink {
	margin: 1.0em 0;
	padding:1.0em 0;
	clear:both;
}

.BtmLink p {
	float:right;
	line-height:20px;
	margin:0px 0px 0px 30px;
	padding:0px 20px 0px 0px;
	font-weight:bold;
	background:url("../images/icn_01.gif") 100% 2px no-repeat;
	overflow:hidden;
}

/*---------------------------------------------------------
	サブタイトル
----------------------------------------------------------*/
.SubTtl01 {
	line-height:20px;
	margin:0px;
	padding:5px 0px 5px 21px;
	background:url("../images/icn_01.gif") 0% 3px no-repeat;
	overflow:hidden;
}

.SubTtl01_2 {
	line-height:18px;
	margin:0px;
	padding:0px 0px 10px 21px;
	background:url("../images/icn_01.gif") 0% 0% no-repeat;
	overflow:hidden;
}

.SubTtl02 {
	line-height:20px;
	margin:0px;
	padding:5px 0px 5px 21px;
	background:url("../images/icn_02.gif") 0% 0% no-repeat;
	overflow:hidden;
}

.SubTtl02_2 {
	line-height:18px;
	margin:0px;
	padding:0px 0px 10px 21px;
	background:url("../images/icn_02.gif") 0% 0% no-repeat;
	overflow:hidden;
}

/*---------------------------------------------------------
　共通ボタン
----------------------------------------------------------*/

.TopBtnEntry2 a {
	display:block;
	background:url("../images/btn_entry2.gif") no-repeat;
	text-indent:-9999em;
	height:57px;
	width:260px;
	margin:0px auto;
	background-position:0 0;
}

.TopBtnEntry2 a:hover, .TopBtnEntry2 a.visit { background-position:0 -57px; }

.TopBtnMail a {
	display:block;
	background:url("../images/btn_entry4.gif") no-repeat;
	text-indent:-9999em;
	height:57px;
	width:260px;
	margin:0px auto;
	background-position:0 0;
}

.TopBtnMail a:hover, .TopBtnMail a.visit { background-position:0 -57px; }

/*---------------------------------------------------------
	TOPページ
----------------------------------------------------------*/
.TopHeader {
	width:100%;
	height:91px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	background:url("../images/bg_header.gif") 0% 0% repeat-x;
	clear:both;
}

.TopHeaderBox {
	width:900px;
	height:91px;
	margin:0px auto;
	padding:0px;
	clear:both;
}

.TopHeaderBoxL {
	float:left;
	width:463px;
	height:91px;
	margin:0px;
	padding:0px;
}

.TopHeaderBoxR {
	float:right;
	width:350px;
	height:83px;
	margin-right:30px;
	margin-top:8px;
	padding:0px;
}

.TopTtl {
	position:relative;
	width:900px;
	height:465px;
	margin:0px;
	padding:0px;
	background:url("../images/top_ttl.gif") 0% 0% no-repeat;
	clear:both;
}

.TopBanner1 {
	position:absolute;
	bottom:131px;
	right:37px;
	width:268px;
	height:91px;
	margin:0px;
	padding:0px;
	clear:both;
}

.TopBanner2 {
	position:absolute;
	bottom:35px;
	right:37px;
	width:268px;
	height:91px;
	margin:0px;
	padding:0px;
	clear:both;
}

.TopTtlBox {
	width:840px;
	margin:5px 30px 15px 30px;
	padding:10px 0px 0px 0px;
	background:url("../images/top_ttl_bg.gif") 0% 100% no-repeat;
	clear:both;
}

.TopPrize {
	position:relative;
	width:840px;
	height:520px;
	margin:20px 0px 15px 0px;
	padding:0px;
	background:url("../images/top_prize.gif") 0% 0% no-repeat;
	clear:both;
}

.TopTxtShousai {
	position:absolute;
	top:5px;
	right:15px;
	font-weight:bold;
	font-size:15px;
	color:#FF0000;
	letter-spacing:1px;
}

.TopOrengeBoxTop {
	width:840px;
	height:82px;
	margin:0px;
	padding:0px;
	background:url("../images/top_orange_box_ttl.gif") 0% 0% no-repeat;
	clear:both;
}

.TopOrengeBox {
	display:inline-block;
	width:780px;
	margin:0px;
	padding:0px 30px 10px 30px;
	background:url("../images/top_orange_box_txt.gif") 0% 0% repeat-y;
	clear:both;
}

.TopOrengeBoxL {
	float:left;
	width:540px;
	margin:0px;
	padding:0px;
	clear:both;
}

.TopOrengeBoxBtm {
	width:840px;
	height:20px;
	margin:0px;
	padding:0px;
	background:url("../images/top_orange_box_btm.gif") 0% 0% no-repeat;
	clear:both;
}


.BoxBtn {
	width:840px;
	height:88px;
	margin:0px 0px 10px 0px;
	padding:0px;
	background:url("../images/top_btn_bg.gif") 0% 0% repeat-x;
	overflow:hidden;
	clear:both;
}

.TopContent {
	width:840px;
	margin:0px 30px;
	padding:0px;
	clear:both;
}

.TopBox1Ttl {
	width:800px;
	height:35px;
	line-height:35px;
	clear:both;
	margin:0px;
	padding:0px 20px;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	background:url("../images/top_box1_ttl.gif") 0% 0% no-repeat;
}

.TopBox1Txt {
	width:810px;
	margin:0px;
	padding:10px 15px 0px 15px;
	background:url("../images/top_box1.gif") 0% 0% repeat-y;
	clear:both;
}

.TopBox1Btm {
	width:840px;
	height:14px;
	clear:both;
	margin:0px;
	padding:0px;
	background:url("../images/top_box1_btm.gif") 0% 0% no-repeat;
}

.TopBox2Ttl {
	width:367px;
	height:26px;
	line-height:26px;
	clear:both;
	margin:0px;
	padding:0px 15px;
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
	text-align:left;
	background:url("../images/top_box2_ttl.gif") 0% 0% no-repeat;
}

.TopBox2Txt {
	width:367px;
	clear:both;
	margin:0px;
	padding:10px 15px 0px 15px;
	background-color:#e1f3fb;
}

.TopBox2Btm {
	width:367px;
	clear:both;
	margin:0px;
	padding:10px 15px 10px 15px;
	text-align:right;
	background:url("../images/top_box2_btm.gif") 0% 100% no-repeat;
	background-color:#e1f3fb;
}

.TopSubTtl1 {
	line-height:20px;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 22px;
	background:url("../images/no1.gif") 0% 1px no-repeat;
	overflow:hidden;
	clear:both;
}

.TopSubTtl2 {
	line-height:20px;
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 22px;
	background:url("../images/no2.gif") 0% 1px no-repeat;
	overflow:hidden;
	clear:both;
}

.TopSubTtl3 {
	line-height:20px;
	margin:0px;
	padding:0px 0px 0px 22px;
	background:url("../images/no3.gif") 0% 1px no-repeat;
	overflow:hidden;
	clear:both;
}

.TopTbl { }

.TopTbl td {
	padding:0px;
	vertical-align:top;
}

.TopTblBlue {
	color:#004499;
	font-weight:bold;
}

.TopBtnCampaign a {
	display:block;
	background:url("../images/btn_campaign.gif") no-repeat;
	text-indent:-9999em;
	height:50px;
	width:245px;
	margin:38px 15px 0px 0px;
	background-position:0 0;
	float:left;
}

.TopBtnCampaign a:hover, .TopBtnCampaign a.visit { background-position:0 -50px; }

.TopBtnEntry a {
	display:block;
	background:url("../images/btn_entry.gif") no-repeat;
	text-indent:-9999em;
	height:88px;
	width:320px;
	margin:0px 15px 0px 0px;
	background-position:0 0;
	float:left;
}

.TopBtnEntry a:hover, .TopBtnEntry a.visit { background-position:0 -88px; }

.TopBtnChange a {
	display:block;
	background:url("../images/btn_change.gif") no-repeat;
	text-indent:-9999em;
	height:50px;
	width:245px;
	margin:38px 0px 0px 0px;
	background-position:0 0;
	float:left;
}

.TopBtnChange a:hover, .TopBtnChange a.visit { background-position:0 -50px; }

.TopBtnEntry3 a {
	display:block;
	background:url("../images/btn_entry5.gif") no-repeat;
	text-indent:-9999em;
	height:36px;
	width:216px;
	margin:0px auto;
	background-position:0 0;
}

.TopBtnEntry3 a:hover, .TopBtnEntry3 a.visit { background-position:0 -36px; }

.TopBtnQa a {
	float:right;
	display:block;
	background:url("../images/btn_qa.gif") no-repeat;
	text-indent:-9999em;
	height:36px;
	width:216px;
	margin:15px 10px 0px 0px;
	background-position:0 0;
}

.TopBtnQa a:hover, .TopBtnQa a.visit { background-position:0 -36px; }

.TopBtnMore a {
	position:absolute;
	left:135px;
	bottom:40px;
	display:block;
	background:url("../images/btn_more.gif") no-repeat;
	text-indent:-9999em;
	height:28px;
	width:164px;
	margin:5px 0px 0px 0px;
	background-position:0 0;
	float:right;
}

.TopBtnMore a:hover, .TopBtnMore a.visit { background-position:0 -28px; }

.TopBtnMore2 a {
	position:absolute;
	right:135px;
	bottom:40px;
	display:block;
	background:url("../images/btn_more.gif") no-repeat;
	text-indent:-9999em;
	height:28px;
	width:164px;
	margin:5px 0px 0px 0px;
	background-position:0 0;
	float:right;
}

.TopBtnMore2 a:hover, .TopBtnMore2 a.visit { background-position:0 -28px; }

.TopBtnBanner a {
	display:block;
	background:url("../images/top_banner.gif") no-repeat;
	text-indent:-9999em;
	height:73px;
	width:350px;
	margin:8px 30px 0px 0px;
	background-position:0 0;
	float:right;
}

.TopBtnBanner a:hover, .TopBtnBanner a.visit { background-position:0 -73px; }

#Topfooter {
	height:95px;
	margin: 0;
	padding: 0;
	text-align:center;
	color:#fff;
	background-color:#005d9c;
}

#Topfooter ul {
	padding:0;
	padding:15px 0px 10px 0px;
	text-align:center;
}

#Topfooter li {
	padding:0 8px 0 8px;
	border-left:#fff 1px solid;
	display:inline;
}

#Topfooter ul li.first { border-left:none; }

#Topfooter a, #Topfooter a:visited, #Topfooter a:active { color:#fff; }

#Topfooter a:hover { color:#fff; }

/*---------------------------------------------------------
	WAON番号について
----------------------------------------------------------*/
.CardNoBox {
	width:560px;
	margin:0;
	padding:9px 0px;
	clear:both;
}

.CardNoBoxL {
	float:left;
	margin-right:10px;
	text-align:center;
	font-weight:bold;
}

.CardNoBoxE {
	float:left;
	text-align:center;
	font-weight:bold;
}

/*---------------------------------------------------------
	POPUPページ用
----------------------------------------------------------*/

#content_popup {
	padding:20px 34px 15px 34px;
	background:url(../images/bg_content_popup.gif) repeat-y left top;
}

#content_popup h2 {
	width: 100%;
	font-size: 16px;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 3px solid #005d9c;
}

#content_popup h2 strong {
	display: block;
	float: left;
	width: 48%;
}

#content_popup h2 span {
	display: block;
	float: right;
	width: 48%;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	line-height: 2.0;
}

#container_popup {
	width: 700px;
	margin: 0 auto;
	color: #333333;
	text-align: left;
}

#footer_popup {
	height:45px;
	margin: 0;
	padding:10px;
	text-align:center;
	color:#fff;
	background: #68c3eb url(../images/bg_footer_popup.gif) no-repeat left bottom;
}

#footer_popup p { padding:10px; }

#footer_popup a, #Topfooter a:visited, #footer_popup a:active { color:#fff; }

#footer_popup a:hover { color:#fff; }

/*---------------------------------------------------------
	賞品概要
----------------------------------------------------------*/
.PrizeImg {
	position:relative;
	width:750px;
	height:316px;
	margin:0px;
	padding:0px;
	background:url("../images/prize.gif") 0% 0% no-repeat;
}

.PrizeImg2 {
	position:relative;
	width:750px;
	height:316px;
	margin:0px;
	padding:0px;
	background:url("../images/prize2.gif") 0% 0% no-repeat;
}

.PrizeBtnMore a {
	position:absolute;
	right:15px;
	top:0px;
	display:block;
	background:url("../images/btn_prize1.gif") no-repeat;
	text-indent:-9999em;
	height:36px;
	width:236px;
	margin:5px 0px 0px 0px;
	background-position:0 0;
	float:right;
}

.PrizeBtnMore a:hover, .PrizeBtnMore a.visit { background-position:0 -36px; }

.PrizeBtnMore2 a {
	position:absolute;
	right:15px;
	top:0px;
	display:block;
	background:url("../images/btn_prize2.gif") no-repeat;
	text-indent:-9999em;
	height:36px;
	width:236px;
	margin:5px 0px 0px 0px;
	background-position:0 0;
	float:right;
}

.PrizeBtnMore2 a:hover, .PrizeBtnMore2 a.visit { background-position:0 -36px; }

.PrizeBox {
	width:750px;
	margin:0px;
	padding:0px;
}

.PrizeBoxL {
	width:375px;
	float:left;
	margin:0px;
	padding:0px;
	text-align:left;
}

.PrizeBoxR {
	width:375px;
	float:right;
	text-align:left;
}

.PrizeBtnWaon a {
	display:block;
	background:url("../images/btn_prize-waon.gif") no-repeat;
	text-indent:-9999em;
	height:24px;
	width:220px;
	margin:0px;
	background-position:0 0;
	float:right;
}

.PrizeBtnWaon a:hover, .PrizeBtnWaon a.visit { background-position:0 -24px; }

.PrizeBtnCs a {
	display:block;
	background:url("../images/btn_prize-cs.gif") no-repeat;
	text-indent:-9999em;
	height:24px;
	width:220px;
	margin:0px;
	background-position:0 0;
	float:right;
}

.PrizeBtnCs a:hover, .PrizeBtnCs a.visit { background-position:0 -24px; }
