@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: sans-serif;
	font-size:70%;
	line-height:160%;
}


h1,h2,h3,h4,h5,h6,p,form {
	margin:0;
	padding:0;
}

img {
	border:0;
}


/*link
--------------------------*/
a:link {
	color: #A97D45;
	text-decoration:none;
}

a:visited {
	color:#A97D45;
	text-decoration:none;
}

a:hover {
	color:#E5002D;
	text-decoration:none;
}

/*margin
--------------------------*/
.margin_b_5 {
	margin-bottom:5px;
}

.margin_b_10 {
	margin-bottom:10px;
}

.margin_b_15 {
	margin-bottom:15px;
}

.margin_b_20 {
	margin-bottom:20px;
}

.margin_b_50 {
	margin-bottom:50px;
}

.margin_b_70 {
	margin-bottom:70px;
}

.margin_b_100 {
	margin-bottom:100px;
}

.margin_b_120 {
	margin-bottom:120px;
}

.margin_t_10 {
	margin-top:10px;
}
.margin_left_10 {
    margin-left:10px;
}
.margin_left_30 {
    margin-left:30px;
}

.txt_line {
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A97D45;
}

/*フッター
--------------------------*/

.copyright {
	width:420px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.3em;
	text-align: center;
	color: #A97D45;
}


/*外枠
--------------------------*/

#content {
	width:880px;
	background-color:#FFFFFF;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

#content_under {
	width:920px;
	margin: auto;
	padding-bottom: 60px;
	background-color: #FFFFFF;
}

#loginbox {
	width:840px;
	margin-bottom:60px;
	margin-right: auto;
	margin-left: auto;
}

#login_rogo {
	width:420px;
	float:left;
}

#login_text {
	width:410px;
	float:right;
}

/*index詳細部分
--------------------------*/

.nenrei {
	width:410px;
	margin-bottom:30px;
	text-align: center;
}

.nenrei_txt {
	margin-bottom:15px;
	color: #A97D45;
	font-size: 1.3em;
	font-weight: bold;
}

.nenrei_18 {
	width:860px;
	margin-bottom:50px;
	text-align: center;
}

/*年齢確認部分
--------------------------*/

#nbox {
	width:740px;
	margin-bottom:80px;
	padding-right: 70px;
	padding-left: 70px;
}

.nbox_yes {
	float:left;
	width:280px;
}

.nbox_no {
	float:right;
	width:306px;
}

.nbox_yes a {
	background:url(../images/index/yes.jpg) no-repeat;
	width:280px;
	height:36px;
	display:block;
	padding: 0px;
	text-indent: -9999px;
}
.nbox_yes a:hover {
	background:url(../images/index/yes_over.jpg) no-repeat;
	width:280px;
	height:36px;
	display:block;
	padding: 0px;
	text-indent: -9999px;
}

.nbox_no a {
	background:url(../images/index/no.jpg) no-repeat;
	width:306px;
	height:36px;
	display:block;
	padding: 0px;
	text-indent: -9999px;
}
.nbox_no a:hover {
	background:url(../images/index/no_over.jpg) no-repeat;
	width:306px;
	height:36px;
	display:block;
	padding: 0px;
	text-indent: -9999px;
}

#flash {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	margin-bottom: 20px;
}

/*index02部分
--------------------------*/

#bg02 {
	width:1000px;
	background-image: url(../images/index02/bg.jpg);
	background-repeat: repeat-y;
	margin: auto;
}

#content02 {
	width:900px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 40px;
}

#content02_right {
	width:600px;
	float:right;
}

#content02_left {
	width:290px;
	float:left;
}

#content02_right_img {
	width:250px;
	float:right;
}

#content02_right_txt {
	width:310px;
	float:left;
	padding-left: 30px;
	font-size: 1.4em;
	color: #A97D45;
	line-height: 1.5em;
}

#infobox {
	width:565px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 30px;
	color: #A97D45;
	font-size: 1.2em;
}

.y_title {
	width:290px;
	margin-bottom:30px;
	text-align: center;
}

.y_title2009 {
	width:290px;
	text-align: center;
	margin-bottom: 30px;
}

.y_list {
	background-image:url(../images/index02/list_btn.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 120px;
	padding-left: 50px;
	font-size: 22px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A97D45;
	margin-left: auto;
	color: #A97D45;
	margin-right: auto;
	font-weight: bold;
}

.y_list_last{
	margin-bottom:10px;
}

/*bbsボタン部分
--------------------------*/

.bbsbox {
	width:290px;
	height:45px;
	margin-bottom:10px;
}

.bbsbox a {
	background:url(../images/index02/bbs_btn.jpg) no-repeat;
	width:290px;
	height:45px;
	display:block;
	padding: 0px;
	text-indent: -9999px;
}
.bbsbox a:hover {
	background:url(../images/index02/bbs_btn_on.jpg) no-repeat;
	width:290px
	height:45px;
	display:block;
	padding: 0px;
	text-indent: -9999px;
}

/*bbsエリア部分
--------------------------*/

#bbs_right {
	width:490px;
	float:right;
}

#bbs_left {
	width:400px;
	float:left;
}

.txt_line02 {
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A97D45;
	margin-right: 10px;
	margin-left: 10px;
}

