@charset "shift_jis";


/*======================================

	ブラウザ依存のスタイルつぶし

=======================================*/
*{
		margin: 0;
		padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
} 
table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
} 
fieldset,img {  
	    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
} 
ol,ul {
		list-style:url(none) none inside;
} 
h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
} 
q:before,q:after { 
	    content:''; 
	} 
abbr,acronym { border:0; 
} 

/*======================================

	clearfix

=======================================*/
.clearfix { display: block; } 
.clearfix:after { 
     clear: both; 
     content: " "; 
     display: block; 
     font-size: 0; 
     height: 0; 
     visibility: hidden; 
     } 
/* start commented backslash hack \*/ 
* html .clearfix { height: 1%; } 



/*======================================

	news

=======================================*/
body{
	background: #25120E;
	scrollbar-face-color: #25120E;
	scrollbar-track-color: #fdf1ee;
	scrollbar-arrow-color: #d8c5c1;
	scrollbar-highlight-color: #e4d5d2;
	scrollbar-shadow-color: #4e4543;
	scrollbar-3dlight-color: #4e3c38;
	scrollbar-darkshadow-color: #e4d5d2;
}
#news{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 370px;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
}
a:link {
	color: #bbddff;
	text-decoration: none;
}
a:visited {
	color: #bbddff;
	text-decoration: none;
}
a:hover {
	color: #bbddff;
	text-decoration: none;
}

