@charset "utf-8";

* {
	padding:0;
	margin: 0;
}

html, body, #base {
	height: 100%;
}

body > #base {
	height: auto;
	min-height: 100%;
}

a {
	color:#0000FF;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}


/*--------------------------------------------------------------------*/
#base {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/base_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #FFFFFF;
}


#base_bg {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/base_header.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
#footer {
	margin-top: -105px; /* negative value of footer height */
	height:105px;
	clear:both;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

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

#header {
	height:140px;
	margin-right: auto;
	margin-left: auto;

}


#navi {
	width: 1000px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-image: url(../images/menu_footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#navi ul {
	padding-top: 10px;
	list-style: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#navi li {
	margin: 0px 0px 0px 10px;
	display: inline;
	list-style:none;
	line-height: 30px;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.2em;
}

#navi li a {
	color: #555555;
	text-decoration: none;

}

#navi li a:hover {
	color: #990000;
	font-weight: bold;
}

#copy {
	width: 1000px;
	height: 60px;
	background-image: url(../images/footer_logo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
}

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

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

#main {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 95px;
	background-image: url(../images/main_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#main_foot {
	width: 1000px;
	height: auto;
	background-image: url(../images/main_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*----------------------------------------------- */
#carousel {
	width: 980px;
	height: 310px;
	padding-top: 20px;
	margin: 0px 0px 5px 10px;
	background-image: url(../images/carousel.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}
/*----------------------------------------------- */
#side_l {
	float: left;
	width: 720px;
	height: auto;
	margin: 10px 0px 0px 5px;
	background-image: url(../images/side__bg.jpg);
	background-repeat: repeat-y;
	background-position: top;

}

#side_l img{
	margin: 0px 10px 10px 10px;
}

#side_l_head {
	float: left;
	width: 720px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/side__head.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#side_l_foot {
	float: left;
	width: 720px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/side__foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#side_r {
	float: right;
	width: 255px;
	height: 430px;
	background-color: #cccccc;
	margin: 10px 15px 0px 0px;
	background-image: url(../images/side_r_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#side_r img{
	margin: 10px 10px 10px 10px;
}

/*----------------------------------------------- */
#information {
	float: left;
	width: 470px;
	height: 160px;
	margin: 0px 0px 10px 10px;
	background-image: url(../images/information_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#information_main {
	width:455px;
	height: 120px;
	margin: 35px 0px 0px 10px;
	overflow: auto;
	line-height: 20px;
	color: #666666;
	scrollbar-base-color: #eeeeee;
	scrollbar-arrow-color: #cccccc;
}

#information_main dl{
	font-size: 14px;
}

#information_main dt{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#information_main dd{
	letter-spacing: 0.1em;
	line-height: 20px;
	font-size: 12px;
	text-indent: 60px;
	color: #666633;
}
/*----------------------------------------------- */
#whatsnew {
	float: left;
	width: 470px;
	height: 140px;
	margin: 0px 0px 10px 10px;
	background-image: url(../images/whatsnew.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

#whatsnew_main {
	width:455px;
	height: 105px;
	margin: 35px 0px 0px 10px;
	line-height: 20px;
	color: #666666;
	overflow:visible;
}

#whatsnew_main dl{
	font-size: 12px;
}

#whatsnew_main dt{
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

#whatsnew_main dd{
	letter-spacing: 0.1em;
	line-height: 20px;
	font-size: 12px;
	text-indent: 60px;
	color: #666633;
	background-image: url(../images/hr_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 5px 0px;
}
/*----------------------------------------------- */
#newface {
	float: right;
	width:220px;
	height: 300px;
	margin: 0px 10px 10px 0px;
	line-height: 20px;
	color: #666666;
	background-image: url(../images/newface_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#newface_main {
	float: left;
	width:210px;
	height: 260px;
	margin: 35px 0px 10px 5px;
	overflow: auto;
	line-height: 20px;
	color: #666666;
	scrollbar-base-color: #eeeeee;
	scrollbar-arrow-color: #cccccc;

}
#newface_main img{
	margin: 5px 5px 0px 0px;
	float: left;
}
#newface_box {
	float: left;
	width:190px;
	font-size: 10px;
	color: #666633;
	line-height: 15px;
	letter-spacing: 0.1em;
	background-image: url(../images/hr_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 5px 0px;
}

#newface_box p{
	margin: 2px 0px 2px 0px;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0.1em;
	text-align: center;
}

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

#today_sc {
	float: left;
	width: 980px;
	height: auto;
	margin: 0px 0px 0px 10px;
	background-image: url(../images/contents_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;

}

#today_sc_head {
	float: left;
	width: 980px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/contents_head.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#today_sc_foot {
	float: left;
	width: 980px;
	height: auto;
	padding-bottom: 15px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/contents_foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/*----------------------------------------------- */
#todays_box {
	display: inline;
	list-style:none;
	width: 1000px;
	height: auto;
	margin:0px 0px 10px 5px;
	letter-spacing: 0.1em;
}

#todays_date {
	width: 980px;
	height: 30px;
	background-image: url(../images/todays_bar.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin:0px 0px 15px 0px;
	letter-spacing: 0.1em;
}
#todays_date #daytime {
	letter-spacing: 0.1em;
	display: block;
	margin: 0px 0px 10px 0px;
	width: 980px;
	height: 30px;
	font-size: 14px;
	line-height:30px;
	text-indent: 650px;
}
#todays_box ul{
	list-style: none;
	width: 1000px;
	height: auto;
	margin: 0px 5px 0px 5px;
	font-size: 12px;
	text-align: center;
}

#todays_box li{
	display: inline;
	float: left;
	margin: 0px 5px 10px 0px;
	text-align: center;
	width: 190px;
	height: 300px;
	background-image: url(../images/todays_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #0000CC;
}

#todays_box_header {
	margin: 5px auto 0px auto;
	width: 140px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	line-height:120%;
	color: #0000CC;
	letter-spacing: 0.1em;
}

a.imghover:hover img {
	filter:alpha(opacity=50);
	opacity:0.5;
}

#todays_box .name{
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	line-height:120%;
	color: #0000CC;
	letter-spacing: 0.1em;
}

#todays_box_footer {
	margin: 5px auto 0px auto;
	width: 140px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height:120%;
	color: #0000CC;
	letter-spacing: 0.1em;
}

/*----------------------------------------------------------------*/
#profile {
	width: 820px;
	height: 520px;
	margin: 0px auto 0px auto;
	background-image: url(../images/profile_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	background-color: #000000;
}

#profile_photo {
	float: left;
	display:block;
	width:360px;
	height:520px;
	margin-top:10px;
	margin-left:5px;
}
.mask6{
	position:absolute;
	width:350px;
	height:500px;
	overflow:hidden;
}
#box6{
	position:absolute;
	width:350px;
}
#box6 span{
	display:block;
}
#profile_thumb {
	float: left;
	display:block;
	width:81px;
	height:500px;
	margin-top:15px;
}

#handles6_1{
	width:81px;
	height:450px;
}

.thumbs{
	width:81px;
}

.thumbs div{
	display:block;
	width:81px;
	height:115px;
	margin:0px 0px 10px 5px;
	cursor:pointer;
	float: left;
}

.mark{
	float: right;
}
.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

#profile_detail {
	float: left;
	width: 350px;
	height: 470px;
	margin: 40px 0px 0px 20px;
}

#detail_box {
	width: 350px;
	height: 410px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #ffffff;
}

#detail_main {
	width: 320px;
	height: 410px;
}

#detail_main table{
	margin: 0px 0px 0px 10px;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
}

#detail_box .question{
	padding: 3px;
	font-size: 12px;
	letter-spacing: 0.1em;
	color:#FF6600;
}

#detail_box .answer{
	padding: 3px;
	line-height:140%;
	font-size: 12px;
	letter-spacing: 0.2em;
	color:#FFFFFF;
}

#detail_box .blog {
	padding: 3px;
	font-weight: normal;
	color:#FF6600;
	letter-spacing: 0.1em;
	text-indent: 0px;
	word-break: break-all;
}

/*----------------------------------------------------------------*/
#gravure_navi {
	list-style:none;
	width: 330px;
	height: 40px;
	margin: 10px auto 0px auto;
	background-color: #000000;
}

#gravure_navi a {
	display: block;
	width: 330px;
	height: 40px;
	text-indent: -9999px;
	background-image: url(../images/gravure_off.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

#gravure_navi a:hover {
	background-image: url(../images/gravure_on.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*----------------------------------------------------------------*/
#gravure_box {
	width: 700px;
	height: 800px;
	margin: 0px auto 0px auto;
	background-image: url(../images/gravure_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

#gravure {
	width: 500px;
	height: 500px;
	margin: 130px 0px 0px 100px;
}

#gallery_name{
	width: 700px;
	height: auto;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 10px 10px 0px 10px;
	color: #FFFFFF;
}

/*----------------------------------------------------------------*/
#contents {
	width: 980px;
	height: auto;
	margin: 10px 0px 10px 10px;
	background-image: url(../images/contents_back.jpg);
	background-repeat: repeat-y;
	background-position: top;
	overflow: hidden;
}

#contents_header {
	width: 980px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/contents_header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
}

#contents_footer {
	width: 980px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/contents_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}
/*----------------------------------------------------------------*/
#companion_bar {
	width: 980px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	padding-top: 10px;
	background-image: url(../images/companion_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#companion_box {
	width: 980px;
	height: auto;
	margin: 10px 0px 0px 0px;
}

#companion_box ul{
	list-style: none;
	width: 980px;
	height: auto;
	margin: 0px 0px 0px 9px;
	font-size: 12px;
	text-align: center;
}

#companion_box li{
	display: inline;
	float: left;
	margin: 0px 3px 10px 0px;
	text-align: center;
	width: 190px;
	height: 300px;
	background-image: url(../images/todays_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #0000CC;
}

#companion_box_header {
	margin: 0px auto 0px auto;
	width: 140px;
	height: 20px;
	color: #0000CC;
	letter-spacing: 0.1em;
}

#companion_box_today {
	float: left;
	margin: 2px 0px 0px 0px;
	width: 45px;
	height: 9px;
}

#companion_box_av {
	float: right;
	margin: 2px 0px 0px 0px;
	width: 45px;
	height: 9px;
}

#companion_box_newface {
	float: left;
	margin: 2px 0px 0px 3px;
	width: 45px;
	height: 9px;
}

#companion_box_update {
	float: right;
	margin: 2px 5px 0px 0px;
	width: 45px;
	height: 9px;
}
#companion_box_taiken {
	float: left;
	margin: 2px 0px 0px 0px;
	width: 45px;
	height: 9px;
}

#companion_box_img {
	clear: both;
	margin: 5px auto 0px auto;
	width: 170px;
	height: 230px;
}



#companion_box .name{
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	line-height:120%;
	color: #000066;
	letter-spacing: 0.1em;
}

#companion_box .size{
	margin: 3px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
	line-height:120%;
	color: #0000CC;
	letter-spacing: 0.1em;
}

#companion_box_footer {
	margin: 5px auto 0px auto;
	width: 150px;
	height: 40px;
	text-align: center;
	font-size: 14px;
	line-height:120%;
	color: #0000CC;
	letter-spacing: 0.1em;
}

#icon {
	margin: 5px auto 0px auto;
	letter-spacing: 0.1em;
	display: block;
	width: 950px;
	height: 15px;
	font-size: 12px;
	text-indent: 70px;
	color: #999999;
}
/*----------------------------------------------------*/

.fukidasipop {
	position:relative;
	top:-120px;
	left:0px;
	display:none;
	padding:5px;
	width : 160px;
	font-weight : normal;
	color:#FFFFFF;
	background-color: #CC00CC;
	text-decoration:none;
	text-align:left;
	letter-spacing: 0.1em;
	filter: alpha(opacity=70);
	opacity:0.7;
}

a:hover .fukidasipop {
	display: block;
}

/*-----------------------------------------------------*/
#schedule {
	clear: both;
	width: 980px;
	height: auto;
	margin: 0px 0px 0px 0px;
}

#schedule_bar {
	width: 980px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	padding-top: 10px;
	background-image: url(../images/schedule_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#schedule_box {
	width: 980px;
	height: auto;
	margin: 10px 0px 0px 0px;
}

#schedule_box ul{
	list-style: none;
	width: 980px;
	height: auto;
	margin: 0px 0px 0px 9px;
	font-size: 12px;
	text-align: center;
}

#schedule_box li{
	display: inline;
	float: left;
	margin: 0px 3px 10px 0px;
	text-align: center;
	width: 190px;
	height: 300px;
	background-image: url(../images/todays_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #0000CC;
}

#schedule_date {
	width: 980px;
	height: 100px;
	clear: both;
	margin: 10px 0px 0px 20px;
}

#schedule_date li {
	display: block;
	float: left;
	margin-right: 5px;
	letter-spacing: 0.2em;
	line-height: 100px;
	text-align: center;
}

#schedule_date li a {
	display: block;
	float: left;
	width: 130px;
	height: 100px;
	letter-spacing: 0.1em;
	line-height: 100px;
	background-image: url(../images/schedule_buttun.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
}

#schedule_date li a:hover {
	background-image: url(../images/schedule_over.jpg);
	background-repeat: no-repeat;
}

#schedule_date li strong {
	line-height: 100px;
	color: #FFFFFF;
	background-image: url(../images/schedule_current.jpg);
	height: 100px;
	width: 130px;
	letter-spacing: 0.1em;
	display: block;
}

/*-----------------------------------------------------*/
#system_bar {
	width: 980px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	padding-top: 10px;
	background-image: url(../images/system_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#map_bar {
	clear: both;
	width: 980px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	padding-top: 10px;
	background-image: url(../images/map_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#map {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 500px;
	border: 1px solid #666666;
}

#system {
	margin: 10px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: auto;
}

#discount {
	margin: 10px 0px 0px 5px;
	width: 430px;
	height: 450px;
	background-image: url(../images/discount.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	border: 1px solid #cccccc;
}

#price {
	float: left;
	margin: 10px 0px 10px 10px;
	width: 500px;
	height: auto;
	font-size: 14px;
}

#title {
	display: block;
	list-style:none;
	margin: 0px 0px 5px 5px;
	width: 500px;
	height: 25px;
	font-size: 14px;
	line-height:160%;
	text-indent: 10px;
	color: #000099;
	letter-spacing: 0.2em;
	border-left: solid 20px #cccccc;
	border-bottom: solid 2px #cccccc;

}
#cource {
	display: block;
	list-style:none;
	margin: 5px 0px 10px 40px;
	width: 500px;
	font-size: 14px;
	line-height:150%;
	color: #666666;
	letter-spacing: 0.2em;
}
/*-----------------------------------------------------*/
#mailmaga {
	display: block;
	list-style:none;
	margin: 120px 0px 0px 7px;
	width: 245px;
	height: 430px;
	font-size: 12px;
	line-height:120%;
	color: #000000;
	letter-spacing: 0.1em;
}
/*-----------------------------------------------------*/
#mail_add {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 600px;
	text-align: center;
}
/*-----------------------------------------------------*/
#login_bar {
	width: 980px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	padding-top: 10px;
	background-image: url(../images/login_bar.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#login {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: 600px;
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#login_navi {
	margin: 0px 0px 0px 450px;
	padding-top: 90px;
	width: 450px;
	height: 180px;
	font-size: 12px;
	color: #0000ff;
	line-height: 140%;
	letter-spacing: 0.1em;
}

#invitation {
	margin: 0px 0px 0px 450px;
	padding-top: 90px;
	padding-left: 10px;
	width: 430px;
	height: 180px;
	font-size: 12px;
	color: #333333;
	line-height: 140%;
	letter-spacing: 0.1em;
}
/*--------------------------------------------------------------------*/
#base_m {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/base_bg_m.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #000000;
}


#base_bg_m {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/base_header_m.jpg);
	background-repeat: repeat-x;
	background-position: top;

}
#footer_m {
	margin-top: -105px; /* negative value of footer height */
	height:105px;
	clear:both;
	background-image: url(../images/footer_m.jpg);
	background-repeat: repeat-x;
	background-position: top;

}

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