﻿/* 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:515px;
	margin:5px 0px 5px 8px;
}

#home h4{
	background:#BFE5FF;
	color:#014A7C;
	font-weight:bold;
	padding:5px 0px 0px 10px;
	margin:5px 0px 0px 0px;
	float:left;
	height:23px;
	width:500px;
}

#home h4 .date{
	font-weight:normal;
	color:#333;
	margin-right:10px;
}

#home .box_01{
	width:490px;
	float:left;
	padding:15px 0px;
	margin:0px 0px 10px 10px;
}

#home .news_img{
	width:140px;
	text-align:center;
	float:left;
}

#home .box_01 p{
	width:340px;
	float:left;
}

/*
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ 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;
}
*/