html,body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	-webkit-text-size-adjust:none;
	font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;
	letter-spacing: 0.02em;
}

p,blockquote,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,th,td,hr,form,fieldset,legend,input,button,textarea{margin:0;padding:0}
ul,ol,li{list-style:none}
a{ color:#ff53a4;}

html{
	width:auto;
	height:auto;
	overflow: auto;
	background-image:url(frame/bg.jpg);
	min-width: 380px;
}


body {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:16px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	letter-spacing: 0px;
}



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

#acc{
	position:absolute;
	top:-8000px;}

img {-ms-interpolation-mode: bicubic;}


#overlay{
	width: 100%;
	height:100%;
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	z-index: 1000;
	display: none;
	left:0;
	top:0;
}


/*#menu
-----------------------------------------------------------------------------------------------------------*/
#ilink{
	width:100%;
	height:20px;
	line-height:20px;
	font-size: 11px;
	color: #fff;
	padding-left: 20px;
	text-align: left;
text-shadow:0px 1px 1px #0d6aa4,0px 0px 1px #0d6aa4,1px 0px 1px #0d6aa4,0px -1px 1px #0d6aa4,-1px -1px 1px #0d6aa4,-1px 0px 1px #0d6aa4;
}
#ilink a{
	text-decoration: none;
	color: #fff;
}
h1,h2,h3{
	display: inline;
	font-size:12px;
}

#header{
	width:100%;
	height: auto;
	position: relative;
	background-image: url(frame/menu/header.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	min-width: 300px;
	min-height:100px;
	z-index: 10;
text-align: center;
}

#menuBg{
	z-index: 50;
	margin: 0 auto;
}

#menuBg #menu .bmenu > a{
	display: block;
	width: 145px;
	height: 60px;

}



#menu{
	max-width:1200px;
	height:60px;
	margin:0 auto;
	position: relative;
	min-width: 290px;
	z-index: 10;

}

#menu .bmenu{
	float:left;
	display: block;
	width: 145px;
	height: 60px;
	margin:0;
	position: relative;
}
.bmenu a img{
	display: none;
}

.subMenu a{color:#0980bd;text-decoration: none;}
.subMenu a:hover{color:#a47911;text-decoration: underline;}
.subMenu a b{color: #f00;text-decoration: none;}

.subMenu{
	position:absolute;
	left:-8px;
	top:60px;
	width:161px;
	height:auto;
	display: none;
	font-size: 11px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px 1px #0980bd;
	padding:10px 0;
	color:#0980bd;
}
.subMenu li{
	width:161px;

}


.subMenu a{
	display: block;
	text-align:left;
	margin: 0 auto;
	width: 140px;
	padding:10px;
	border-bottom: dotted 1px #0980bd;
}


.subMenu .submain{
	display: block;
	text-align:left;
	width:125px;
	line-height:140%;
	border-bottom: none;
}

.subMenu a:first-child{
	border-top: dotted 1px #0980bd;

}


.bmenu .menu_new:before{
	width:43px !important;
	height:19px;
	content: url(frame/new.png);
	position: absolute;
	left:50%;
	margin-left:-20px;
	top:5px;
	z-index: 100;
}
.t_new:before{
	content: "NEW!";
	display:block;
	font-weight:bold;
	color:#f00;
}



#alert{
	width: 100%;
	height:auto;
	border: 1px solid #F7941D;
	background-color: #FEEFDA;
	text-align: center;
}
#aclose{
	position: absolute;
	right: 3px; top: 3px;
	font-weight: bold;
}

#atext{
	font-size: 12px;
	line-height: 140%;
}
#atext b{
	font-size: 14px;
}
#atext a{
	font-size: 14px;
	font-weight: bold;
}


/*#alert
-----------------------------------------------------------------------------------------------------------*/