/* 共通 */

body{
	background: #ffffff url(./image/bg_body.gif) repeat-x top left;
	color: #333333;
	font-size: 12px;
	margin-top:0;
}

h1{
	font-size:12px;
	color:#333333;
	text-align:center;
}

a{
	color:#003399;
}

#headbg {
	margin: 0px auto 0px auto;
	width: 1002px;
	background: transparent url(./image/bg_wrapper-top.gif) no-repeat center top;
}

/* メニュー */
#header {
	padding:10px;
	background: #ffffff;
}

#wrapper {
	position: relative;
	width: 980px;
	margin: 0px auto 0px auto;
	text-align: left;
	background: #ffffff;
}
#contents {
	clear: both;
	padding: 0px 11px;
	background: #ffffff;
}

.clear{
	clear:both;
}

#footer{
	text-align:center;
}

/* index */

#index{
	text-align:center;

}

#top_title{
	margin-top:100px;
	margin-bottom:30px;
}

#18over{
	margin-bottom:10px;
}

#yesno{
	margin-top:10px;
	margin-bottom:30px;
}

#yesno img{
	border:0px;
}



/* main */

#main_menubar{
	background-image:url();
	background-repeat:no-repeat;
	width:780px;
	height:30px;
	padding:5px 10px 5px 10px;
}

#main_menubar li {
	float:left;
	display:inline;
}
	
#main_menubar li a {
	width:130px;
	display:block;
	padding-bottom: 33px;
}

#main_menubar span {
	position:absolute;
	display:block;
	left:-999px;
	overflow:hidden;
}

#main_title{
	padding:10px;
}

#main_title img{
	border:0px;
}

#main_pickup_girl{
	background-image:url(http://www.c-platinum.com/image/tool/main_pickup_girl.jpg);
}

#main_pickup_bar{

}

/* main 各メニュー見出し */

h2{
	border-bottom:solid 1px #666666;
	border-left:solid 5px #666666;
	padding:5px;
	font-size:18px;
}

.thum{
	width:300px;
	float:left;
	font-size:16px;
	font-weight:bold;
}

.thum img{
	border:solid 1px #999999;
}

/* main 2カラム */

.alpha{
	float:left;
	width:400px;
	padding:10px;
	text-align:left;
	background: #ffffff;
}

.alpha img{
	border:solid 1px;
	margin-bottom:10px;
}

.alpha strong{
	color:#CC0000;
}

.beta{
	float:left;
	width:400px;
	padding:10px;
	text-align:left;
	background: #ffffff;
}

.beta img{
	border:solid 1px;
	margin-bottom:10px;
}

.beta strong{
	color:#CC0000;
}

.alpha_tube{
	float:left;
	width:425px;
	padding:10px;
	text-align:left;
}

.alpha_tube strong{
	color:#CC0000;
}

.beta_tube{
	float:left;
	width:480px;
	padding:10px;
	text-align:left;
	margin-top:10px;
}

.beta_tube img{
	border:solid 1px;
	margin-bottom:10px;
}

.beta_tube strong{
	color:#CC0000;
}