/*　基本構造　*/

body {
	background: url(../images/bg.jpg) repeat-y center top;
	background-color: #ad0311;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #000000;
}

div#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　タイトル　*/

h1{
	margin: 0 auto;
	padding: 0;
	}
	
h2{
	margin: 0 auto;
	padding: 0;
	}
	
.yodogawa{
	color: #FFFFFF;
	}
	
.title_new{
	color: #cd0707;
	}
	
/*　リンク　*/

a:link{
	color: #03d3ff;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}
	
.main_text{
	padding-left: 70px;
	}
	
/*　フッタ　*/

div#foot{
	margin: 40px auto 0 auto;
	padding-bottom: 40px;
	}
	
/*　Halowtter */

div#message{
	margin:0 auto;
	width: 700px;
	height: 49px;
	background: url(../images/message_bg.jpg) no-repeat center;
	}
	
	
.hallowitter{
	background: url(../images/hallowitter_bg.jpg) no-repeat left;
	}
#scrollarea { overflow:hidden;width:400px; margin-left:5px;}
#scrolltext { white-space: nowrap; }

/*　記事部分　*/

div.text_live{
width: 700px;
	margin: 20px auto;
	}
	
/*　ストリーム　*/

div#stream{
width: 560px;
	margin: 20px auto;
	}
