/*@charset "utf-8";

/*インポートCSS*/
@import "old.css";/*旧スタイルシート*/
@import "default.css";/*デフォルト値の設定*/
@import "slide.css";/*トップ画像スライド用*/

/*
============================ default.css ============================

	1.基本設定
	2.全体ブロック
	3.ヘッダー設定
	4.メインナビゲーション設定
	5.フッター設定
	6.共通クラス設定
	7.トップページ
	8.サブページ

====================================================================
*/




/*---------------------------------------------------------------
	1.基本設定
---------------------------------------------------------------*/

body {
	font-family:"メイリオ","ＭＳ Ｐゴシック","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,verdana,arial,clean,sans-serif;
	color:#000000;
	line-height:1.5;
	background:#ffffff;
	margin:0px auto;
	text-align:center;
}


/*---------------------------------------------------------------
	2.全体ブロック
---------------------------------------------------------------*/
#wrapper {
	width:1000px;
	margin:0px auto 20px;
	text-align:center;
posion: relative;
}


#contents {
	width:1000px;
	margin: 0 auto;
	text-align: left;
}

#leftColumn {
	float: left;
	width: 220px;
}

#rightColumn {
	float: right;
	width: 780px;
}

/*---------------------------------------------------------------
	3.ヘッダー設定
---------------------------------------------------------------*/
#header {
	width:1000px;
	height: 146px;
	margin: 0 auto;
}

#header h1 {
	float:left;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}


#rogo {
	margin:4px 0px 0px 5px;
}



header .font {
	height: 19px;
}

div.font ul li {
	display: inline;
	/*float: left;*/
	margin: 3px;
	line-height: 1;
}

#headR {
	float: right;
	width: 200px;
	margin: 30px 11px 0 0;
}

.twit,
.trans,
.font {
	padding: 5px;
	text-align: center;
	margin: 0 auto;
text-decoration: none;
}

/*---------------------------------------------------------------
	4.ビゲーション設定
---------------------------------------------------------------*/
/*ヘッダーナビ*/
ul#headNav {
	float: left;
	width: 330px;
	height: 111px;
	margin: 35px 0 0 6px;
	text-align: center;
}

ul#headNav  li {
	display: block;
	float: left;
	list-style: none;
	}
ul#headNav li a {background: url(../img/headnav_bg.jpg) left top no-repeat;}
ul#headNav li.hNav01 a{ background-position: 0 0; }/*位置はサンプル。画像に合わせて要調整*/
ul#headNav li.hNav02 a{ background-position: -110px 0; }
ul#headNav li.hNav03 a{ background-position: -220px 0; }
ul#headNav li a:hover{ position: static;}/*for IE*/

ul##headNav li a:hover img {position: relative; }


/*
メインナビ---------*/
#menu {
	position: relative;
	z-index: 5;
}

#menu ul {
	width: 1000px;
	margin: 0 0 1px 0;
	text-align: center;
}

#menu ul li.menu01,
#menu ul li.menu02,
#menu ul li.menu03,
#menu ul li.menu04,
#menu ul li.menu05,
#menu ul li.menu06{
	display: block;
	float: left;
	list-style: none;
	height: 50px;
	}

#menu ul li.menu01 a{background: url(../img/menu_bg.jpg) left top no-repeat; background-position: 0 0; }/*位置はサンプル。画像に合わせて要調整*/
#menu ul li.menu02 a{background: url(../img/menu_bg.jpg) left top no-repeat; background-position: -104px 0; }
#menu ul li.menu03 a{background: url(../img/menu_bg.jpg) left top no-repeat; background-position: -291px 0; }
#menu ul li.menu04 a{background: url(../img/menu_bg.jpg) left top no-repeat; background-position: -491px 0; }
#menu ul li.menu05 a{background: url(../img/menu_bg.jpg) left top no-repeat; background-position: -666px 0; }
#menu ul li.menu06 a{background: url(../img/menu_bg.jpg) left top no-repeat; background-position: -819px 0; }

#menu ul li.menu01 a:hover,
#menu ul li.menu02 a:hover,
#menu ul li.menu03 a:hover,
#menu ul li.menu04 a:hover,
#menu ul li.menu05 a:hover,
#menu ul li.menu06 a:hover {position: static;}/*for IE*/

#menu ul li.menu01 a:hover img,
#menu ul li.menu02 a:hover img,
#menu ul li.menu03 a:hover img,
#menu ul li.menu04 a:hover img,
#menu ul li.menu05 a:hover img,
#menu ul li.menu06 a:hover img {position: relative; }


/*
フッターナビゲーション---------*/
ul#footNav {
	background: #000000;
	height: 13px;
	margin: 0 0 1px 0;
	padding: 22px 16px 22px 16px;
	text-align: center;
}

ul#footNav li {
	height: 13px;
	display: block;
	float: left;
	list-style: none;
	}
ul#footNav li a {background: url(../img/foot_nav_bg.jpg) left top no-repeat;}
ul#footNav li.fNav01 a{ background-position: 0 0; }/*位置はサンプル。画像に合わせて要調整*/
ul#footNav li.fNav02 a{ background-position: -64px 0; }
ul#footNav li.fNav03 a{ background-position: -186px 0; }
ul#footNav li.fNav04 a{ background-position: -314px 0; }
ul#footNav li.fNav05 a{ background-position: -424px 0; }
ul#footNav li.fNav06 a{ background-position: -543px 0; }
ul#footNav li.fNav07 a{ background-position: -708px 0; }
ul#footNav li.fNav08 a{ background-position: -911px 0; }
ul#footNav li a:hover{ position: static;}/*for IE*/

ul#footNav li a:hover img {position: relative; }


/*
サイドナビ---------*/
.sideNav {
	width: 205px;
	padding: 10px 0 20px 15px;
	border-bottom: 1px dotted #000000;
	margin-bottom: 30px;
}

.sideNav ul {
	width: 180px;
	margin: 10px 0 0 15px;
	text-align: center;
}

.sideNav ul li a {
	display: block;
	list-style: none;
	text-align: left;
	background: url("../img/icon01.jpg") 0 8px no-repeat;
	margin-bottom: 8px;
	padding: 0 0 0 10px;
	font-size: 93%;
	}

.sideNav ul li a:hover{ position: static;}/*for IE*/

.sideNav ul li a:hover img {position: relative; }




/*--------ロールオーバー画像設定-------------*/

.readBtn a {background: url("../img/read_btn_on.jpg") 0 0 no-repeat; }
.ichiranBtn a { background: url("../img/ichiran_btn_on.jpg") 0 0 no-repeat; }


.contBtn01 a {background: url("../img/contest_btn01_on.jpg") 0 0 no-repeat;}
.contBtn02 a {background: url("../img/contest_btn02_on.jpg") 0 0 no-repeat;}
.contBtn03 a {background: url("../img/contest_btn03_on.jpg") 0 0 no-repeat;}

.contBtn01,
.contBtn02,
.contBtn03 {
	margin-bottom: 5px;
	text-align: right;
}

.blogMore a { background: url("../img/read2_btn_on.jpg") 0 0 no-repeat; }


#pagetop a { background: url("../img/btn_pagetop_on.jpg") 0 0 no-repeat; }




/*---------------------------------------------------------------
	5.フッター設定
---------------------------------------------------------------*/

.qrArea {
	width: 260px;
	float: left;
	padding: 15px;
}

ul.bnrArea {
	width: 690px;
	float: left;
	padding: 0 0 10px 10px;
	border-left: 1px solid #666666;

}

ul.bnrArea li {
	float: left;
	margin:10px 10px 0 0;
}



#footer {
	width:1000px;
	height:40px;
	text-align:center;
}

.copyright {
	float: left;
	width: 800px;
	text-align: left;
}

.copyright,
.copyright a,
.copyright a:link {
	font-size:12px;
	font-weight:normal;
	margin: 10px 0 0 10px;
}

/*ページの先頭へ戻るボタン*/
#pagetop {
	float: right;
	width:99px;
	height:41px;
}




/*---------------------------------------------------------------
	6.共通クラス設定
---------------------------------------------------------------*/



/* アイコン
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.icon01 { background: url(../images/arrow02.jpg) left center no-repeat; padding-left: 8px;}


.clearfix:after{
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	visibility: hidden;
}



/*---------------------------------------------------------------
	7.トップページ
---------------------------------------------------------------*/
/*
見出し部分----------------------------------*/
h2.topTit { position: relative; }
.otherArea h2.topTit { position: static; }


h2.topTit span {
	font-sizr: 12px;
	color: ;
	position: absolute;
	right: 10px;
	top: 40px;
}

/*
6カラム----------------------------------*/

.sixColumn {
	background: url("../img/line_bg01.jpg") 167px 0 repeat-y;
}
.sixColumn li {
	float: left;
	width: 137px;
	padding: 15px;
}

.sixColumn li.last {
	width: 135px;
}




.officialArea ul {
	margin-left: 13px;
}

/*
1カラム----------------------------------*/
.oneColumn li {
	width: 974px;
	margin: 0 10px 10px 0;
}

/*
2カラム----------------------------------*/
.twoColumn li {
	float: left;
	width: 482px;
	margin: 0 10px 10px 0;
}

/*
4カラム----------------------------------*/
.fourColumn li {
	float: left;
	width: 236px;
	margin: 0 10px 10px 0;
}

/*
5カラム----------------------------------*/
.fiveColumn li {
	float: left;
	width: 187px;
	margin: 0 10px 10px 0;
	border: none;
	padding: 0;
}

/*
6カラム----------------------------------*/
.officialArea .sixColumn li {
	float: left;
	width: 154px;
	margin: 0 10px 10px 0;
	border: none;
	padding: 0;
}


/*
8カラム----------------------------------*/
.shopblogArea ul {
	background: url("../img/line_bg02.jpg") 119px 0 repeat-y;
}
.shopblogArea ul li {
	float: left;
	width: 101px;
	padding: 10px 9px;
}

.shopblogArea ul li.blogMore {
	width: 48px;
	padding: 0;
	position: relative;
	top: 90px;
	left: 8px;
}
/*
20110909追加----------------------------------*/

div.plus20110909{
	width:975px;
	margin:0 0 10px 13px;
}
div.plus20110909 .fLeft{margin-right:10px;}
div.plus20110909 .fLeft p{margin-bottom:10px;}



/*
ニュースエリア----------------------------------*/
div.newsArea {
	background: url("../img/line_bg01.jpg") 167px 0 repeat-y;
}

h3 {
	font-size: 93%;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 5px;
}

p.newsImg {
	background: #f5f5f5;
	width: 135px;
	height: 180px;
	text-align: center;
	margin: 0 auto;
}

p.newsImg img {
	max-height: 180px;
	max-width: 135px;
}



div.newsArea p.txtNews {
	font-size: 85%;
	margin-bottom: 0px;
}

div.newsArea ul.sixColumn {
	position: relative;
	zoom: 1;
	margin-bottom: 30px;
}

div.newsArea ul.sixColumn li {
	overflow: hidden;
	height: 26em;
	padding-bottom: 0;
}

div.newsArea ul.sixColumn li {

}

div.newsArea ul.sixColumn li p.readBtn {
	position: absolute;
	bottom:-20px;
	margin-left: 50px;
	zoom: 1;
}

/*
オフィシャルリンク----------------------------------*/
.officialArea h2 {
	margin-bottom: 10px;
}

div.officialArea ul.sixColumn {
	background: none;
}

p.offSite { text-align: right;margin-top: 2px; }
p.offSite a { background: url("../img/official_btn_on.jpg") 0 0 no-repeat; }

/*
コンテストエリア----------------------------------*/
.contestArea ul.sixColumn {
	position: relative;
	zoom: 1;
}

.contestArea li {
	padding-bottom: 40px;
}


.contBtn1,
.contBtn2,
.contBtn3,
.contBtn4,
.contBtn5,
.contBtn6 {
	width: 121px;
	position: absolute;
	bottom: 15px;
	z-index: 2;
}

.contBtn1 li,
.contBtn2 li,
.contBtn3 li,
.contBtn4 li,
.contBtn5 li,
.contBtn6 li {
	padding: 0;
	margin: 0;
	height: 11px;
	margin-bottom: 5px; 
}


/*---------------------------------------------------------------
	8.サブページ
---------------------------------------------------------------*/
/*
サブページ共通設定-----------------------*/


.blogArea {
	width: 758px;
	border: solid 1px #000000;
	margin: 10px;
	position: relative;
}

.blogArea h3 {
	background: url("../img/blog_midashi_bg.jpg") 0 bottom no-repeat;
	font-size: 123.1%;
	font-weight: bold;
	padding: 20px 20px 20px 150px;
}

.blogArea p.day {
	width: 100px;
	font-size: 123.1%;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	top: 0;
	left :0;
}

.blogTxt {
	padding: 15px;
}

.blogArea p.news { background: url("../img/news_day_bg.jpg") 8px 10px no-repeat; padding: 25px 10px 10px 10px; }
.blogArea p.area { background: url("../img/area_day_bg.jpg") 8px 10px no-repeat; padding: 25px 10px 10px 10px; }
.blogArea p.info { background: url("../img/info_day_bg.jpg") 8px 10px no-repeat; padding: 40px 10px 10px 10px; }
.blogArea p.result { background: url("../img/result_day_bg.jpg") 8px 10px no-repeat; padding: 25px 10px 10px 10px; }
.blogArea p.report { background: url("../img/report_day_bg.jpg") 8px 10px no-repeat; padding: 25px 10px 10px 10px; }


.pageBtn {
	text-align: right;
	margin:20px 0;
}

.pageBtn ul {
}
.pageBtn li {
	float: left;
	text-align: center;

}

.pageBtn li a,
.pageBtn li span.current_page {
	float: left;
	display: block;
	padding:0 5px;
	margin: 0 3px;
	background: #666666;
	color: #ffffff;
	text-decoration: none;
}
.pageBtn li a:hover,
.pageBtn li span.current_page {
	background: #288CEB;
}

.pageBtn li.pageArrow a { background: none; }


/*
オフィシャルリンク-----------------------*/
.officialInfo {
	border: solid 1px #CCCCCC;
	padding: 10px;
	width: 830px;
	margin: 20px auto 50px;
}


.officialBtn a {
	display: block;
	background: #000000;
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
}

.officialBtn a img {
	margin-left: 5px;
	vertical-align: middle;
}


.oneArea {
	padding: 20px;
}

h3.midashi {
	font-size: 123.1%;
	padding: 15px 10px;
	border-bottom: 1px solid #288CEB;
	margin-bottom: 20px;
}

.supportCont {
	width: 260px;
	float: right;
	padding: 15px 30px;
	background: #F5F2EB;
	font-size: 93%;
}

.supporRank {
	background: url("../img/support_rank_bg.jpg") 0 bottom no-repeat;
	width: 975px;
	margin-right: -15px;
	zoom: 1;
	margin-top: 30px;
	margin-bottom: 100px;
	position: relative;
	zoom: 1;
	display: block;
}

.supporRank li {
	float: left;
	width: 310px;
	margin-right: 15px;
}


.supporRank li.SR01 h4 {
	background: #EEEEEE;
	padding: 15px;
	border: solid 2px #BFBFBF;
	border-bottom: none;
	font-size: 123.1%;
	color: #333333;
}

.supporRank li.SR02 h4 {
	background: #FFF7E1;
	padding: 15px;
	border: solid 2px #CC9900;
	border-bottom: none;
	font-size: 123.1%;
	color: #333333;
}

.supporRank li.SR03 h4 {
	background: #EEEEEE;
	padding: 15px;
	border: solid 2px #999999;
	border-bottom: none;
	font-size: 123.1%;
	color: #333333;
}

.supporRank li p {
	font-size: 108%;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 15px;
}

.supporRank li p.txtCap {
	font-size: 93%;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.supporRank li dl {
	padding: 10px 15px;
	font-size: 93%;
}

.supporRank li dl dt { font-weight: bold; }

.supporRank li dl dd { margin-bottom: 15px; }

.supporRank li p.pdfBtn {
	width: 245px;
	position: absolute;
	bottom: -80px;
	font-size: 93%;
	font-weight: normal;
	padding: 15px 15px 15px 50px;
}

li.SR01 p.pdfBtn { background: #E7E7E7 url("../img/icon03.jpg") 20px center no-repeat;}
li.SR02 p.pdfBtn { background: #FFF0C1 url("../img/icon03.jpg") 20px center no-repeat;}
li.SR03 p.pdfBtn { background: #E7E7E7 url("../img/icon03.jpg") 20px center no-repeat;}

.pdfDLBtn {
	width: 540px;
	margin: 20px auto;
	background: url("../img/pdf_btn.jpg") 0 center no-repeat;
	padding-left: 100px;
	font-size: 77%;
}

.textlink{
	clear: both;
	padding:0 0 20px 13px;
	}

.textlink li{
	float:left;
	margin-right:13px;
	}

.textlink li a{
	color:#000;
	text-decoration:none;
}

.textlink li a:hover{
	color:#00f;
	text-decolation:none;
	}


/*
ログイン-----------------------*/
.loginArea {
	border: solid 2px #8CD2F5;
	padding: 40px;
	width: 600px;
	margin: 50px auto;
}

.loginBox {
	width: 400px;
	height: 30px;
}


.loginArea table {
	
}

.loginArea table th,
.loginArea table td {
	padding: 10px;
	vertical-align: middle;
	font-size: 123.1%;
	font-weight: normal;
}

.loginBtn {
	margin: 20px auto;
	text-align: center;
}


/*
お問い合わせ-----------------------*/

.contactArea .oneArea {
	width: 750px;
	margin: 20px auto;
}

.contactArea table {
	width: 750px;
	margin-top: 20px;
}

.contactArea table th,
.contactArea table td {
	padding: 20px 10px;
	border-top: 1px dotted #000000;
	font-weight: normal;
	font-size: 93%;
}

.contactArea table th {
	width: 200px;
	text-align: right;
}

.contactArea table input {
	height: 20px;
}

.contactArea table select {
	width: 150px;
	height: 20px;
}

.contactArea table textarea {
	width: 500px;
	height: 200px;
}


.rijityo { font-size: 123.1%; }

.concept01 { background: url("../img/concept_bg01.jpg") right bottom no-repeat; }
.concept02 { background: url("../img/concept_bg02.jpg") right bottom no-repeat; }
.concept03 { background: url("../img/concept_bg03.jpg") right bottom no-repeat; }
.concept04 { background: url("../img/concept_bg04.jpg") right bottom no-repeat; }
.concept05 { background: url("../img/concept_bg05.jpg") right bottom no-repeat; }

.outline { width: 100%; margin-bottom: 10px; }

.outline th,
.outline td {
	padding: 20px 10px;
	border-bottom: 1px dotted #000000;
	font-weight: normal;
	font-size: 93%;
	vertical-align: top;
}

.outline th {
	width: 70px;
	padding-left: 50px;
}

.outline dl {
	margin: 0;
	padding: 0;
	width: 570px;
}
.outline dl dt {
	margin: 0;
	padding: 0 0 5px 5px;
	width: 7.5em;
}
.outline dl dd {
	line-height: 1.4em;
	margin-bottom: -2px;
	margin-left: 0;
	margin-top: -2.3em;
	padding: 5px 5px 5px 7.6em;
}


.history { width: 100%; margin-bottom: 10px; }

.history th,
.history td {
	padding: 20px 10px;
	border-bottom: 1px dotted #000000;
	font-weight: normal;
	font-size: 93%;
	vertical-align: top;
}

.history th {
	width: 120px;
}

/*
加盟店一覧-----------------------*/
.mapArea p {
	padding: 20px;

}


/*
フラッシュが見れない場合の設定-----------------------*/
#mapHTML {
	width: 700px;
	margin: 0 auto;
}

ul#mapNav {
	margin: 20px auto 0;
	text-align: center;
}

ul#mapNav li {
	width: 100px;
	display: inline;
	margin-left: 1px;
}


table.shopArea {
	width: 700px;
	margin-bottom: 50px;
}

table.shopLeft {
	width: 260px;
}

td.shopCom {
	padding-top: 10px;
}

shopArea table td {
	vertical-align: top;
}

table.shopInfo {
	width: 407px;
}

td.shopName {
	font-size: 123.1%;
}


td.shopLink {
	padding-top: 10px;
}

div#_d {
z-index: 1000;
}

/*20110602W追加*/
.report0503 {
	background: #8BD1F3;
	margin-bottom: 40px;
	padding: 20px;
}

.report0503 h4 {
	font-size: 130%;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 10px;
}

.report0503 ul {
	width: 748px;
	margin-right: -20px;
	zoom: 1;
}

.report0503 li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.report0503 a {
	color: #ffffff;
	text-decoration: none;
}

/**20110602 I 2011contest_result
******************************/
.rslt_title{
	background:#8CDAFF;
	padding:10px;
	}

div.blogTxt table#rslt_none td{
	border:0px;
	padding:0px;
	}

div.blogTxt table#rslt_none img{
	padding-left:10px;
	}

table#contest_rslt td{
	padding:10px;
	border:#ccc 1px solid;
	}

#contest_rslt .left{
	background:#C8F1FF;
	width:100px;
	text-align:center;
	}

.rslt_chart img{
	margin-right:10px;
	}

.rslt_chart th{
	background:#c8f1ff;
	width:435px;
	}

.rslt_chart_bd , .rslt_chart th{
	padding:8px;
}

.rslt_chart_bd{
	border-bottom:#999 dotted 1px;
	}

.rslt_chart_best{
	text-align:center;
	width:273px;
	}

.infoBox {
	border: solid 1px #cccccc;
	padding: 5% 10%;
	text-align: center;
	margin-bottom: 10px;
	width: 80%;
}
