﻿@charset "utf-8";

/*ブラウザスタイルの初期化*/

body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,address,
ul,ol,li,dl,dt,dd,
table,th,td,
form,fieldset,legend {
	margin: 0;
	padding: 0;
	font-family:Verdana,Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",san-serif;
}
/* seomaster */


/*font-size初期化*/

body {
	font-size: 10px;
	_font-size:62.5%;/*IE6*/
	line-height:1.6;
}

/*border初期化*/
/*margin　paddingプロパティ追加*/

img,object {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:bottom;
}

/*table設定*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*テキスト設定*/

p {
	text-align: justify;
	text-justify: distribute;
}

/*clearfix*/
/*height0.1px font-size0.1em追加*/

.clearfix:after, div:after {
    content: "."; 
    display: block; 
	height: 0.1px;  
	font-size: 0.1em;  
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}/*IE7用*/

.clear {
	clear:both;
}
/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

body {
	color: #333;
}

ul,
li,
ol {
	list-style:none;
}

a {
	text-decoration:underline;
	cursor: pointer;
} 

a:link {
	color: #006699;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #38927D;
}

a:active {
	color: #006699;
}

table#news {
}
table#news tr.even {
	background-color:#F3F3F3;
}
table#news th {
	padding:8px 15px;
	width:100px;
	font-weight:normal;
	text-align:left;
}
table#news th span {
	background:url(../image/news-arr.jpg) no-repeat;
	padding:0 0 0 13px;
}
table#news td {
	padding:8px 10px;
}

div.newsD {
	padding:10px;
}
div.newsD h3 {
	font-weight:bold;
	border-bottom:1px dotted #666;
}
div.newsD h3 span {
	padding:0 10px 0 0;
	font-weight:normal;
}
div.newsD div {
	padding:14px 0 20px 15px;
	line-height:1.3;
}