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

body {
	margin: 0;
	padding: 0;
	color:#ffffff;
	font: 80%/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	/*background-image:url(../images/bg/background.gif);　
	background-repeat:repeat-x;　STAR☆jewel用に一時停止中*/
	
}


h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

p,form {
	margin: 0px;
	padding: 0px;
}

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

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

a:hover {
	color:#00c4c6;
	text-decoration:underline;
}

ul li {
	list-style-type:none;
}

a img {
	border:0;
}

.magin_b5 {
	margin-bottom: 5px;
}
.magin_b10 {
	margin-bottom: 10px;
}

.magin_b15 {
	margin-bottom: 15px;
}

.magin_b20 {
	margin-bottom: 20px;
}

#contens{
	margin:auto;
	width:810px;
	color: #000000;
}

#logo {
	margin-bottom:20px;
	width: 800px;
	padding-right: 5px;
	padding-left: 5px;	
}

/*入り口部分
------------------------*/
#top {
	width:800px;
	margin: auto;
}


/*バナー部分
------------------------*/

#banner_box {
	width:810px;
	margin-bottom:20px;	
}

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

#banner_right {
	float:right;
	width:400px;
}

/*コンテンツ部分
------------------------*/

#contens_box {
	width:810px;
	margin-bottom:10px;
}

#newsbox {
	width:260px;
	float:left;
	
}

#linkbox {
	width:260px;
	float:left;
	padding-left: 10px;
	
}
.link_banner {
	width:200px;
	margin:auto;
}

#listbox {
	width:260px;
	float:right;
}

.listarea {
	width:245px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #00c4c6;
	border-bottom-color: #00c4c6;
	border-left-color: #00c4c6;
	color: #00c4c6;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #00c4c6;
	font-size: 1em;
	padding: 5px;
	margin-bottom: 5px;
}

#onbox {
	width:810px;
}

.onarea {
	width:794px;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #00c4c6;
	border-bottom-color: #00c4c6;
	border-left-color: #00c4c6;
	color: #00c4c6;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #00c4c6;
	font-size: 1.2em;
	padding: 5px;
	margin-bottom: 5px;
}



#footer {
	width:250px;
	color: #00c4c6;
	margin: auto;
	text-align: center;	
}



/*-------------------------------------------------------------
　以下、ビネツ STAR☆jewelトップ仕様によるレイアウト変更
-------------------------------------------------------------*/

#footer_sj{
	width:994px;
	height:80px;
	margin:0 auto;
	background-image:url(../images/footer.jpg);
}


/*-------------------------------------------------------------
　年齢認証ページ
-------------------------------------------------------------*/

#r18_top{
	width:797px;
	height:566px;
	margin:75px auto 0px auto;
	background-image:url(../images/r18_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
}

#r18_yes{
	width:115px;
	height:78px;
	position:absolute;
	left: 449px;
	top: 316px;
}

#r18_no{
	width:115px;
	height:78px;
	position:absolute;
	left: 626px;
	top: 317px;
}

#r18_bnt{
	width:86px;
	height:69px;
	position:absolute;
	left: 629px;
	top: 463px;
}

