@charset "shift_jis";
body {
	color: #999999;
	margin: 0px;
	padding: 0px;
	font: 80%/1.8 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #b61d22 url(images/bg.gif) repeat-x top;
	text-align: center;
}
a {
	color: #3300FF;
}
a:hover {
	color: #625d5a;
}


h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;
}
img {
	border: none;
}

#container {
	text-align: left;
	width: 806px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
------------------------------------------------------------------*/
#header {
	background: url(images/container_bg_01.jpg) no-repeat left top;
	height: 250px;
	position: relative;
	width: 806px;
}
#header h1 {
	font-size: 10px;
	color: #FFFFFF;
	top: 10px;
	right: 10px;
	padding-top: 25px;
	font-weight: normal;
	padding-left: 30px;
        line-height: 130%
}
#header img {
	position: absolute;
	left: 20px;
	top: 64px;
}

/*コンテンツ全般
------------------------------------------------------------------*/
#contents {
	background: url(images/container_bg_02.gif) repeat-y;
}
#contents #sub {
	float: left;
	width: 225px;
	display: inline;
	margin-left: 20px;
	margin-bottom: 80px;
}
#contents #main {
	float: left;
	width: 504px;
	margin-bottom: 80px;
	display: inline;
	margin-left: 20px;
}

/*メインコンテンツ
------------------------------------------------------------------*/
#main h2 {
	background: url(images/midashi_bg.gif) no-repeat left top;
	height: 24px;
	width: 504px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 24px;
}
#main p {
	padding: 5px 10px;
}
#main #new p {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 30px;
	border-bottom: 1px dotted #CCCCCC;
}
#main #new_pink p {
	background: url(images/arrow_pink.gif) no-repeat left top;
	padding-left: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

/* schedule Box -+-+-+-+-+-+-+-+-+-+-+-+*/
#contents .scheduleOrange {
	background: #FFFAE5;
	border-bottom: #FFCB33 1px solid;
	border-top: #FFCB33 2px solid;
	margin-bottom: 7px;
	list-style: none;
	padding: 3px;
	width: 594px;
}

/* livechat Box -+-+-+-+-+-+-+-+-+-+-+-+*/
.schedulePink {
	background: #FFF7F1;
	border-bottom: #F7ADAD 1px solid;
	border-top: #F7ADAD 2px solid;
	margin-bottom: 7px;
	list-style: none;
	padding: 3px;
	width: 594px;
}

/* scheduleNight Box -+-+-+-+-+-+-+-+-+-+-+-+*/
.scheduleBlue {
	background: url(../images/index/moon.gif) 55px no-repeat;
	background-color: #EBF6F8;
	border-bottom: #AFD9F1 1px solid;
	border-top: #AFD9F1 2px solid;
	margin-bottom: 7px;
	list-style: none;
	padding: 3px;
	width: 594px;
}

.schedulePink2 {
	background: url(../images/index/moon.gif) 55px no-repeat;
	background-color: #FFF4F4;
	border-bottom: #FFD2D2 1px solid;
	border-top: #FFD2D2 2px solid;
	margin-bottom: 7px;
	list-style: none;
	padding: 3px;
	width: 500px;
}


/*メニュー
------------------------------------------------------------------*/
#menu ul {
	border-bottom: 5px solid #625d5a;
}
#menu a {
	text-align: center;
	display: block;
	width: 100%;
	color: #625d5a;
	text-decoration: none;
	background: #FFFFFF url(images/menu_bg.gif) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a:hover {
	background: #625D5A url(images/menu_bgn.gif) no-repeat left bottom;
	color: #FFFFFF;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
	background: url(images/container_bg_03.gif) no-repeat bottom;
	text-align: center;
	font-size: 11px;
	width: 100%;
	height: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
}

/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix { display: inline-block; }

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