@charset "utf-8";
/* CSS Document */

/* 
基本項目
----------------------------------------------------------- */ 
*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	overflow-y:scroll\9;/*IE8*/
}
html>/**/body{/* for Modern browsers only not IE 7 */
	overflow:-moz-scrollbars-vertical;
	/* overflow-y:scroll; */
}
html:first-child body{/* for Opera 9 and below */
	min-height:100%;
	padding-bottom:1px;
}
body{
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif,
		"メイリオ",
		Meiryo;
	font-size:62.5%;
	background-color: #FFCCCC;
	background-repeat: repeat;
}
li{
	list-style-type:none;
}
img{
	border:0;
	vertical-align:top;
}
form {
	margin: 0px;
}

.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
}
a:active, a:focus{
	outline:none;  
}  
.over{
}
.png_bg{
}
h1 {
	font-size: 12px;
	background-color: #F33;
	color: #FFF;
	padding: 5px;
	text-align: center;
}

/* 
リンク
----------------------------------------------------------- */ 
a{
}
a:hover{
}
a:visited{
}
a:active{
}

/* 
レイアウト
----------------------------------------------------------- */ 
#main {
	background-image: url(../image/main_bg.jpg);
	width: 740px;
	padding: 0px 8px 0px 8px;
	margin: auto;
}
#box1 {
	background-image: url(../image/box1_bg.jpg);
	height: 210px;
	background-repeat: no-repeat;
	padding: 5px 10px 10px 10px;
}
.girl {
	background-image: url(../image/girls_bg.jpg);
	height: 200px;
	width: 126px;
	float: left;
	padding: 0px 5px 0px 5px;
	margin: 10px 0px 0px 10px;
}
.st {
	font-size: 14px;
	font-weight: bold;
	color: #FF3334;
	margin-top: 5px;
}
.text1 {
	font-size: 12px;
	line-height: 130%;
}
#entry {
	width: 280px;
	font-size: 12px;
}
#entry2 {
	width: 280px;
	font-size: 12px;
}
#window {
	margin-top: 10px;
	clear: both;
}

/* 
タイトル
----------------------------------------------------------- */ 
#title_left {
	float: left;
	width: 370px;
}
#title_right {
	float: right;
	width: 370px;
	height: 500px;
}
#title_entry {
	background-image: url(../image/title4.jpg);
	height: 215px;
	width: 320px;
	padding-top: 55px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 50px;
}
#bottom_left {
	background-image: url(../image/bottom_left.jpg);
	float: left;
	height: 205px;
	width: 340px;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#bottom_right {
	float: right;
	height: 270px;
	width: 370px;
}
#copy {
	padding: 5px;
	text-align: center;
	font-size: 12px;
	color: #FF3333;
}

