/* CSS Document */

body {
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka" ;
	width: 900px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	background: #000 url(images/bace2.gif) repeat-x center top;
}

/*リンク*/			
A:link {
	text-decoration: none;
	color: #333333;
}
A:visited {
	text-decoration: none;
	color: #333333;
}
A:hover {
	text-decoration: none;
	color: #CCCCCC;
}
A:active {
	text-decoration: none;
	color: #CCCCCC;
}


/*テキスト*/
.text {
	font-size: 15px;
	color: #333333;
	line-height: 24px;
	margin-left: 30px;
	margin-right: 30px;
}

.read {
	font-size: 17px;
	color: #333333;
	font-weight:bold;
	line-height: 20px;
	margin-left: 30px;
}

.mini {
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	margin-left: 30px;
}

.hatsubai {
	font-size: 15px;
	color: #8e0000;
	font-weight:bold;
}


/*構造*/
#contents {
	background: #fff url(images/bg_mark.gif) repeat-x center top;
	background-color: #FFFFFF;	
	margin:0px;
}

#prof {
	float: left;
	width: 450px;
	margin-top:20px;
}

#book {
	float: right;
	width: 450px;
	margin-top:20px;
}

#ticket {
	width: 900px;
}

#left {
	float: left;
	width: 650px;
}

#right {
	float: right;
	width: 250px;
}


/*回り込み解除*/
.cb {
	clear: both;
}


/*マージン*/
.margin-left {
	margin-left: 30px;
}

.margin-bottom {
	margin-bottom: 10px;
}

.margin-top1 {
	margin-top: 18px;
}

.margin-top2 {
	margin-top: 25px;
}
