/* Reset & Restyle
---------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li,form,select,option,address,pre,strong,em{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana,sans-serif;
	text-decoration:none;
	line-height:1.5;
	color: #333;
	margin:0;
	padding:0;
}

body{
	font-size:75%;
}

html>/**/body{
	font-size:12px;
}

img{
	border: 0px;
	vertical-align:bottom;
}

ul, ol{
	list-style-type: none;
}

table {
	border: none;
}


hr{
	visibility:hidden;
	clear:both;
}


/* link color
---------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color:#03c;
}

a:hover {	
	color:#03c;
	text-decoration: underline;
}


/*
style
*/

#home {
	width:480px;
	margin:	0px 0px 15px 10px;
}

#home h3{
	width:470px;
	height:28px;
	background:url(info_headline.gif) no-repeat;
	padding:3px 0px 0px 15px;
	float:left;
	color:#9E552C;
	margin: 5px 0 10px;
	/*margin:5px 0px 10px 18px!important;
	margin:5px 0px 10px 9px;*/
	font-weight:bold;
}

#home .date{
	margin:0px 10px 0px 0px;
	font-weight:normal;
}

#home .news_img{
	width:140px;
	float:left;
	text-align:center;
}

#home .news_text{
	float:left;
	width:330px;
}


/*
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka;
	color: #333333;
}
.date {
	font-size: 12px;
	padding: 0px 5px;
	text-align: left;
	width: 60px;
}
.box {
	margin: 0px;
	padding: 0px;
	width: 500px;
	border: none;
}
.txt {
	font-size: 12px;
	padding: 0px 5px;
	text-align: left;
}
img {
	margin-right:5px;
}
*/