/*----- santa cruz the Takarazuka -----*/

html {
	margin: 0;
	padding: 0;
	}

body {
	min-width: 900px;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	font: 1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ",Meiryo, "ＭＳ Ｐ ゴシック", sans-serif;
	text-decoration: none;
	text-align: center;
	background: #1e1e1e url(images/bg.gif) repeat-x;
	}
a:link {
	color: #ece5dd;
	text-decoration: none;

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

}
a:active { 
	color: #e4beb9;
	text-decoration: underline;
}
a:hover { 
	color: #e4beb9;
	text-decoration: underline;
}
#container {
	position: relative;
	margin: 0 auto; /* center on everything else */
	padding: 0;
	width: 900px;

}
#main{
	width: 900px;
}
#top{
	width: 900px;

}


#top-text{
	height: 36px;
}
/* flashなしの時 */
#noflash{
	width: 900px;
	height: 430px;
	text-align: center;
	background-color: #fff;
}

#noflash-con{
	padding-top: 150px;
}

/* flash表示のための */
#content {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 430px;
	background-color: #000000;

}
/* main */
#content-msg {
	
	width: 900px;
	height: 33px;
	background: #0a0a0a none no-repeat;
	margin-top: 14px;
	text-align: left;

}

#content-info {
	margin: 0;
	_margin: -10px 0 0;
	padding: 0;
	width: 898px;
	height: 160px;
	background: #0c0c0c url(images/main.gif) repeat-x;
	float: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #141414;
}
#info{
	margin-left: 22px;
	margin-top: 17px;
	text-align: left;
}
#info-h{
	
	background: url(images/info.gif) no-repeat left top;
	width: 320px;
	height: 20px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
}
#info-b{
	
	width: 320px;
	text-align: right;
}
.msg{
	
	color: #d5cde0;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-left: 20px;
	font: 11px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ",Meiryo, "ＭＳ Ｐ ゴシック", sans-serif;
	}
/* お知らせ欄分岐 */

#module-content {
	width: 315px;
	_width: 360px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	_margin-left: -45px;
}
* +html #module-content {
	margin-left: -45px;
	width: 360px;
}
.module-list {
	
    list-style: none;
	padding-left: 10px;
}

.module-list-item {

	display:block;
	margin-top: 5px;
	line-height: 1.2;
	border-bottom: 1px dotted #655667;
	_border-bottom: 1px solid #a38aa5;

}
.module-list-item a, .module-list-item a:visited { 
	color: #c3abd3; 
	text-decoration: none;
}
.module-list-item a:hover {
	color: #4d3498; 
	_color: #f0e1e8; 
	}
.module-list-item:hover { background-color: #e9dbe1;}
.module-list-date {
	margin-top: 9px;
	margin-left: -7px;
	color: #793ba4;
	_font-size: 11px;
}
* +html .module-list-date {
	margin-left: -5px;
}

.backnumber{
	font-size: 10px;
	_font-size: 11px;
	_margin-top: -7px;
	text-decoration: none;
	color: #8962a2;
}
* +html .backnumber {
	margin-top: -7px;
	font-size: 11px;
}
.backnumber a, .backnumber a:visited{

	text-decoration: none;
	color: #8962a2;

}
.backnumber a:hover{

	text-decoration: underline;
	color: #8a39a1;
}

.copy {

	font: normal 10px sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	display: none;
}

/*----- footer -----*/


#footer {
	margin: 0;
	padding-top: 15px;
	width: 900px;
	height: 40px;
	text-align: center;
	clear: both;
}
.copyright {

	font: 9px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ",Meiryo, "ＭＳ Ｐ ゴシック", sans-serif;
	color: #cccccc;
	text-decoration: none;
	letter-spacing: 1px;
}

