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

body, td, th { font-size: 10pt; }
body, td, th { font-family: 'verdana,chicago,Arial,Helvetica,"ＭＳ Ｐゴシック";' }
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	background-color: #FF7778;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka";
	font-size: 80%;
	line-height: 140%;
	text-align: center;
	background-position: center;
	color: #FFFFFF;
	scrollbar-face-color: #FFCCFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FF77DD;
	scrollbar-highlight-color: #FFCCFF;
	scrollbar-shadow-color: #FFCCFF;
	scrollbar-3dlight-color: #FFCCFF;
	scrollbar-darkshadow-color: #8b0000;
}
.hed {
	background-image: url(images/bg2.gif);
}


a {
	color: #FF3366;
}
a:hover {
	color: #FF3333;
}

.kesi {
	display: none;
}
#blog {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #DDDDDD;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
#blog img {
	padding-right: 8px;
}



#container {
	width: 700px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #181818;
}

#header {
	margin: 0px;
	height: 140px;
	padding: 0;
	width: 680px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.heder_left {
	background-image: url(images/header01.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 303px;
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
}
.book a    {
	background-image: url(images/bookmark.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 188px;
	display: block;
	margin-top: 7px;
	margin-left: 65px;
}
.book a:hover {
	background-image: url(images/bookmark_over.gif);
}
.menu {
	margin-top: 7px;
	width: 340px;
	float: right;
}

.btn001 a {
	background-image: url(images/btn001.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 79px;
}
.btn001 a:hover {
	background-image: url(images/btn002_over.gif);
}

.btn002 a {
	background-image: url(images/btn002.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 79px;
}
.btn002 a:hover {
	background-image: url(images/btn002_over.gif);
}

.btn003 a {
	background-image: url(images/btn003.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 79px;
}
.btn003 a:hover {
	background-image: url(images/btn003_over.gif);
}

.btn004 a {
	background-image: url(images/btn004.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 79px;
}
.btn004 a:hover {
	background-image: url(images/btn004_over.gif);
}

.btn005 a {
	background-image: url(images/btn005.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 79px;
}
.btn005 a:hover {
	background-image: url(images/btn005_over.gif);
}

.btn006 a {
	background-image: url(images/btn006.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 79px;
}
.btn006 a:hover {
	background-image: url(images/btn006_over.gif);
}
.btn007 a {
	background-image: url(images/btn007.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 79px;
}
.btn007 a:hover {
	background-image: url(images/btn007_over.gif);
}
.btn008 a {
	background-image: url(images/btn008.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 79px;
}
.btn008 a:hover {
	background-image: url(images/btn008_over.gif);
}
.btn010 a {
	background-image: url(images/btn010.gif);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 79px;
}
.btn010 a:hover {
	background-image: url(images/btn010_over.gif);
}
.ent a {
	background-image: url(images/leave.gif);
	background-repeat: no-repeat;
	display: block;
	height: 70px;
	width: 306px;
	margin-right: 30px;
}
.ent a:hover {
	background-image: url(images/leave_over.gif);
}

.lav a {
	background-image: url(images/enter.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 306px;
	margin-left: 30px;
	display: block;
}
.lav a:hover {
	background-image: url(images/enter_over.gif);
}

.enta {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #181818;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.news_box {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.news {
	height: 290px;
	width: 340px;
	margin-left: 5px;
}
.news_bar {
	background-image: url(images/whats.gif);
	height: 30px;
	width: 340px;
	margin-left: 0px;
	margin-bottom: 6px;
}
.news_text {
	padding-left: 10px;
	background-color: #FFFFFF;


}
.time {
	width: 340px;
	height: 290px;
	margin-left: 5px;
}

.time_bar {
	background-image: url(images/time.gif);
	height: 30px;
	width: 340px;
	margin-left: 0px;
	margin-bottom: 6px;
	background-repeat: no-repeat;
}
.time_text {
	background-color: #FFFFFF;
	padding-left: 10px;

}
.mail_bana {
	margin-left: 22px;
	margin-bottom: 35px;
}
.moba_bana {
	margin-left: 22px;
	margin-bottom: 35px;
}
.p_box {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}




#main_price .price {
	background-image: url(../images/bar_price.gif);
	height: 34px;
	width: 604px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#main_price .p_box {
}

#main_price .p_box .p_box1 {
	width: 310px;
	float: left;
}

.bg_pink      {
	background-color: #FF3366;
	text-align: left;
	padding: 5px;
}
.bg_white {
	background-color: #FFFFFF;
	padding: 5px;
	color: #333333;
}
.bg_pink2 {
	background-color: #FFCCCC;
	padding: 5px;
	color: #333333;
}
.tyu_box {
	clear: left;
	color: #333333;
	width: 660px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.kihon {
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #DC4975;
}
.p_box .p_box1 {
	width: 340px;
	float: left;
	margin-left: 5px;
}
.p_box3 {
	padding-left: 90px;
}
