/* 共通設定 Start */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	/*font-family: "MS UI Gothic", serif;*/
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size:12px;
	color:#000000;
	text-align: center;
	margin:0 auto;
}
#allbg {
	width: 100%;
	background-color: #f0f0f0;
/*
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
*/	
	border-top: 5px solid #5897CC;
}
#wrapper {
	width: 1020px;
	text-align: center;
	/*background-color: #FFFFFF;*/
	margin: 0 auto;
}
a {
	outline: none;
	text-decoration: underline;
}
a:link {
	color: #1B89A2;
}
a:visited {
	color: #1B89A2;
}
a:active {
	color: #1B89A2;
}
a:hover {
	color: #F1A916;
	text-decoration: none;
}
img {
	margin: 0;
	border: none;
	vertical-align: middle;
}
/* 共通設定 End */

/* ヘッダー Start */
#header {
	
}
#starguys {
	width: 1000px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0 auto 10px auto;
	padding-top: 10px;
}
/* ヘッダー End */

/* メイン Start */
#attmain {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
}
#attleftblock {
	width: 500px;
	height: 700px;
	float: left;
}
#attrightblock {
	width: 484px;
	height: 700px;
	margin: 0 0 0 16px;
	position: relative;
	float: left;
}
#explanation {
	font-size: 12px;
	text-align: center;
	margin: 0 0 10px 0;
}
#mainlogo {
	margin: 30px auto;
}
#enter {
	margin: 50px auto;
}
#enter img {
	margin-bottom: 15px;
}

#enter_btn a {
	width: 80%;
	text-decoration: none;
    background-color: #7dbaed;
    margin: 40px auto;
    padding: 20px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	display: block;
}
#enter_btn a #text1 {
    font-size: 30px;
    line-height: 31px;
    color: #fff;
}
#enter_btn a #text2 {
    font-size: 15px;
    line-height: 16px;
    color: #fff;
}
#enter_btn a:hover {
	background-color: #fff;
}
#enter_btn a:hover #text1, #enter_btn a:hover #text2 {
	color: #7dbaed;
}

#attention {
	font-size: 12px;
	text-align: left;
	margin: 50px 0 10px 0;
}
h2 {
	font-family: Meiryo,'メイリオ','Hiragino Kaku Gothic Pro';
	font-size: 18px;
	line-height: 30px;
	color: #0E8EC3;
	margin: 0;
}
#shoparea {
	font-size: 10px;
	text-align: left;
	color: #A9A9A9;
	margin: 58px 0 5px 0;
}
#shop_block {
	width: 484px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#shopname {
	font-size: 15px;
	text-align: left;
	line-height: 20px;
	margin: 18px 0 5px 0;
}
#shopkana {
	text-align: left;
	margin: 0 0 3px 0;
}
#shopaddress {
	text-align: left;
	margin: 0 0 0 0;
}
/* メイン End */

/* バナー Start */
#attbanner {
	width: 1000px;
	margin: 50px auto 0 auto;
	padding: 0 0 35px 0;
	text-align: left;
	overflow: hidden;
	clear: both;
}
.bannerlink {
	margin: 0 20px 15px 0;
	float: left;
}
.bannerlinkbr {
	margin: 0 0 15px 0;
	float: left;
}
/* バナー End */

/* フッター Start */
#footer {
	width: 100%;
	height: 250px;
	border-top: 5px solid #5897CC;
/*
	background-image: url('../images/footer/bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
*/
	clear: both;
}
#footline {
	width: 1000px;
	margin: 10px auto 0 auto;
}
#smartchange {
	width: 1000px;
	font-size: 30px;
	text-align: center;
	margin: 25px auto;
	clear: both;
}
#smartpc {
	color: #A9A9A9;
}
#footleft {
	width: 680px;
	float: left;
}
#footsearch {
	margin-bottom: 20px;
	vertical-align: top;
}
.flabel {
	color: #FFFFFF;
	background-color: #0A61BE;
	margin: 0;
	padding: 3px 10px;
	cursor: pointer;
}
.clabel {
	color: #000000;
	margin: 0;
	padding: 3px 10px;
	cursor: pointer;
}
.crirHiddenJS {
	position: absolute;
	left: -1000px;
}
.crirHidden {
	position: absolute;
	left: -1000px;
}
label.radio_checked {
	color: #FFFFFF;
	background-color: #5897CC;
	border: 1px solid #B3B3B3;
	margin: 0;
	padding: 2px 10px;
	cursor: pointer;
}
label.radio_unchecked  {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	margin: 0;
	padding: 2px 10px;
	cursor: pointer;
}
label:hover  {
	color: #FFFFFF;
	background-color: #5897CC;
	border: 1px solid #B3B3B3;
	margin: 0;
	padding: 2px 10px;
	cursor: pointer;
}
#hostshop {
	margin: 0 15px;
}
.sitemap {
	list-style: none;
	float: left;
}
.sitemap li {
	width: 162px;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 8px;
	background-image: url('../images/footer/mapitem.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
}
#footright {
	width: 320px;
	float: left;
}
#linklist {
	list-style: none;
}
#linklist li {
	float: left;
}
#prohibition {
	margin: 80px 0 10px 0;
	line-height: 20px;
	text-align: right;
	clear: both;
}
#copyright {
	text-align: right;
}
#copyright img {
	margin-bottom: 10px;
}
/* フッター End */
