/*年齢認証ページにのみ使用*/
@charset "UTF-8";


/* -----------------------------------------------------------

CSS Information



 File name:      base.css

 Style Info:     デフォルトのスタイルのリセット及び基本設定用

----------------------------------------------------------- */
html {
	background-color:#f2f2f2;
	background-image:url(../account/bg.gif);
	background-repeat:repeat;
	padding-bottom: 1px;
	height:100%;
	}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
}
table {
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
}
address,caption,h1,h2,h3,h4,h5,th {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align: left;
}
embed {
	vertical-align: top;
}
hr {
	display: none;
}
a:hover {
	cursor: pointer;
}
optgroup {
	font-style: normal;
}
option {
	padding-right: 10px;
}
*+html option { padding-right: 0;} /* for IE7&Opera */
* html option { padding-right: 0;} /* for IE6 */　




#top {
	background-image:url(../account/bg.gif);
	background-repeat:repeat;
	/*background: #fff url(../account/shared/body_bg.gif) repeat-x left top*/;
}
*+html body {
	font-family: "メイリオ","Meiryo";
}
* html body {
	font-size: 75%; /* for WinIE6 */
}
*+html body {
	font-size: 75%; /* for WinIE7 */
}
img {
	border: none;
	vertical-align: top;
}


/* リンク部分
----------------------------------------------------------------------------------------------------------------------*/

a {
	color: #3d91b4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #34A7E0;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



body {
	font-size: 12px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/*\*/
	letter-spacing: 0.05em;
	/**/
	color: #666666;
	line-height: 1.6;
	text-align: center;
	background-image:url(../account/bg.gif);
	background-repeat:repeat;
	margin:0px;
	padding: 0px;
	height: 100%;
	/*background-color: #f2f2f2url(../account/shared/body_low_bg.gif) repeat-x left top*/
}



#enterBox  {
	MARGIN-TOP: -150px;
	LEFT: 50%;
	MARGIN-LEFT: -430px;
	WIDTH: 860px;
	POSITION: absolute;
	TOP: 50%;
	HEIGHT: 500px;
}

/* yuuryou */
#container {
	width: 516px;
	margin: 0 auto;
	padding: 10px;
	background: #ffffff;
	border: 2px solid #ff9900;
	text-align: left;
}
#menu {
	clear: both;
	overflow: hidden;
	height: 30px;
	padding-bottom: 10px;
	background: url(../account/navi.gif) no-repeat bottom;
}
#footer {
	text-align: center;
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc;
}


#contents {
	width: 450px;
	margin: 10px auto;
	padding-bottom: 10px;
}
.layout {
	border:1px solid #cccccc;
	margin: 0 auto;
	margin-bottom: 10px;
	width:450px;
}
.layout th{
	padding: 10px 0px;
	background-image: url(../account/guide_tbbg.jpg);
	background-repeat:repeat-x;
	font-weight:normal;
	text-align:center;
}
.layout td {
	padding:0px 0px 0px 10px;
}

/* // */

.pane {
	margin: 0 auto;
	margin-bottom: 10px;
	float: left;
}
.paneA {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 1px;
	border:1px solid #cccccc;
	width:450px;
}
.paneA h3 {
	margin: 0;
	padding: 5px 10px;
	background-image: url(../account/guide_tbbg.jpg);
	background-repeat:repeat-x;
	font-weight:normal;
	text-align:left;
}
.paneA p {
	padding: 5px 10px;
	border: 1px solid #dbdbdb;
}
.paneA table {
	width: 100%;
	border: 1px solid #dbdbdb;
}
.paneA th {
	padding: 10px 0px;
	background-image: url(../account/guide_tbbg.jpg);
	background-repeat:repeat-x;
	font-weight:normal;
	text-align:center;
}
.paneA td {
	padding:0px 0px 0px 10px;
}

.paneB {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 1px;
	border:1px solid #cccccc;
	width:450px;
}
.paneB table {
	width: 100%;
	border: 1px solid #dbdbdb;
}
.paneB td {
	margin: 0;
	padding: 10px 0px;
	background-image: url(../account/guide_tbbg.jpg);
	background-repeat:repeat-x;
	font-weight:normal;
	text-align:center;
	border-collapse: collapse;
	border-spacing: 0;
}
.paneB h3 {
	margin: 0;
	padding: 5px 10px;
	background-image: url(../account/guide_tbbg.jpg);
	background-repeat:repeat-x;
	font-weight:normal;
	text-align:left;
}
.paneC {
}
.prebar {
	width:432px;
	height:37px;
	background-color:#f2f2f2;
	display:block;
	background-image:url(../account/title_prebg.gif);
	background-repeat:no-repeat;
	background-position:left-top;
	margin:0px 0px 10px 0px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 37px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clearfix {
	/*\*/
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
}
.clearfix:after {
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	margin: -1px 0 0 0;
}

