@charset "shift_jis";

* { margin : 0 ; padding : 0 ; }

body {
	font: 100% "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	width: 100%;
	background-image: url(../image/back.gif);
}

/* 全体の枠設定 */
#container {
	width: 826px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #666;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-bottom-color: #666;
	border-left-color: #999;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* ヘッダー設定 */
#header {
	padding: 0 10px 0 20px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
}

#header h1 {
	margin: 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#header #top_bn {
	width: 780px;
	text-align: right;
	font-size: 12px;
	margin-bottom: 5px;
}

/* メイン（ヘッダー直下）の設定 */
#mainContent {
	background: #FFFFFF;
	min-height:780px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#header h2 {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: normal;
	text-align: center;
}

/* タイトル部分 */
#mainContent #logo {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 780px;
}
#mainContent #logo #line_1 {
	height: 10px;
	background-color: #F3C;
}

#mainContent #logo #logo_t {
	background-image: url(../image/title_logo.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 280px;
	width: 570px;
	font-size: 10px;
}

#mainContent #logo #logo_p {
	background-image: url(../image/title_pic.jpg);
	margin: 0px;
	float: left;
	height: 280px;
	width: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-size: 10px;
	color: #FFD0A2;
}

#mainContent #logo #line_2 {
	background-color: #F39;
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 10px;
	width: 780px;
}

.app {
	background-image: url(http://www.daysnavi.info/image/bn_daysapp.gif);
	display: block;
	height: 39px;
	width: 612px;
	padding-top: 111px;
	padding-left: 168px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* 18歳以上・18歳未満部分 */
#mainContent #logo #logo_p #enter {
	height: 30px;
	width: 150px;
	margin-top: 200px;
	margin-left: 30px;
}

#mainContent #out {
	margin-top: 10px;
	background-image: url(../image/18kin.gif);
	height: 75px;
	width: 152px;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 625px;
}

#mainContent #out #enter {
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 152px;
}

#mainContent #out #enter ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#mainContent #out #a_1 a {
	display: block;
	height: 35px;
	width: 152px;
	margin: 0px;
	padding: 0px;
}

#mainContent #out #a_2 a {
	display: block;
	height: 35px;
	width: 152px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* トータルカウンター部分 */
#mainContent #counter {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	width: 780px;
}

/* サイトの説明部分 */
.areainfo {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #06F;
}

/* QRコード部分 */
#mainContent #qrcode {
	height: 116px;
	background-image: url(../image/qr_bk.gif);
	overflow: hidden;
	width: 114px;
	margin-left: 10px;
	border: 1px dotted #F0037D;
	text-align: right;
	margin-top: 10px;
	padding-left: 648px;
}


#mainContent #qrcode #qr_img {
	padding: 0px;
	height: 114px;
	width: 114px;
	text-align: center;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}

/* 県の紹介部分 */
#mainContent #qrcode #qr_img a {
	background-image: url(../image/qr.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 114px;
	width: 114px;
}
.sp {
	height: 120px;
	width: 764px;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
	margin-top: 10px;
	clear: left;
}
.sp a {
	background-image: url(../image/sp.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 764px;
	background-position: top;
	padding-top: 100px;
	text-decoration: none;
	color: #333;
}

.sp a:hover {
	background-image: url(../image/sp_up.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: top;
	text-decoration: none;
	color: #666;
}


#mainContent h3 {
	background-color: #C9C9AD;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	font-size: 13px;
	color: #FFF;
	padding-top: 4px;
}

#mainContent p {
	font-size: 12px;
	line-height: 1.2em;
	padding: 5px;
}

/* 姉妹サイトのリンク部分 */
#mainContent #sitelink {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #F11084;
	text-align: center;
	padding-top: 4px;
	margin-bottom: 5px;
}
/* CSS Document */


#days {
	height:32px;
	padding :0;
	margin: 0;
	text-align: center;
	clear: left;
}

/* フッター設定 */
#footer {
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}

.link_in {
	font-size: 11px;
	padding-top: 5px;
	text-align: center;
	padding-right: 18px;
	padding-left: 18px;
}
.link_in a {
	text-decoration: none;
	color: #333;
}

.link_in a:hover {
	text-decoration: none;
	color: #F36;
}

#footer #annai {
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
}

#footer #copyright {
	padding-top: 0px;
	padding-bottom: 5px;
	color: #7A527A;
}

.span1 {
	padding: 1px;
}

.f_red {
	font-size: 14px;
	color: #F00;
}
.oshirase {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	width: 780px;
}

