@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

html{overflow-y: scroll;}

/* よく登場する要素のリセット */
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:none;   
 } 
 caption,th {  
     text-align:left;   
 } 
 h1,h2,h3,h4,h5,h6 {  
     font-size:100%;   
     font-weight:normal;   
 } 
 q:before,q:after {  
     content:'';   
 } 
 abbr,acronym { border:0;   
 }  

body {
	background-color:#FFFFFF;
	color: #333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height:140%;
	text-align:center;
	margin: 0px;
	padding:0px;
	}

/* リンクテキスト */
a:link,a:visited{
	color: #AE1619;
	text-decoration:underline;
}
a:active,a:hover{
	color: #AE1619;
	text-decoration:none;
}

#news_box{
	width:350px;
	height:auto;
	margin:0px;
	padding:0px;
	color:#333333;
	text-align:left;
	}

.date{
	color:#333333;
	margin-right:10px;
	margin: 0px;
	padding:0px;
	}

li.news{
	height:32px;
	color:#726250;
	line-height:34px;
	vertical-align:middle;
	list-style:none inside;
	border-bottom:#999999 1px dashed;
	margin: 0px;
	padding:0px;
	}

p.twit_txt{
	width:350px;
	color:#333333;
	text-align:left;
	line-height:150%;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:#999999 1px dashed;
}
