@charset "Shift_JIS";

/*ブラウザスタイルの初期化*/

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;
}

/*font-size初期化*/

body{
	font-size:10px;
	_font-size:62.5%;/*IE6向け*/
	line-height:1.4;
}

/*border初期化*/

img,object{
	border:0;
}

/*table設定*/

table{
	border-collapse:collapse;
	border-spacing:0;
}
/*テキスト設定*/

p{
	text-align:justify;
	text-justify:distribute;
}

ul {list-style:none;}

/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

a:hover img {
	opacity : 0.8;
	filter: alpha(opacity=80);
}


.floatL {float:left;}
.floatR {float:right;}
.clear {clear:both;}
.center {text-align:center;}
.right {text-align:right;}
.mB10 {margin-bottom:10px;}
.mB15 {margin-bottom:15px;}

.l-h15 {line-height:1.5;}
.f-s14 {font-size:1.4em;}


/*  段組
--------------------------------------------------------*/
#container {
	width:906px;
	margin:0 auto;
}

#content {
	clear:both;
	width:900px;
	xpadding-right:6px;
	padding:0 3px;
	overflow:hidden;
	_height:1%;
}

#primary {
	float:right;
	width:540px;
}

#secondary {
	float:left;
	width:355px;
}

h2.v2 {
	xheight:24px;
	background-color:#333;
	color:#fff;
	font-size:1.4em;
	line-height:1.7;
	font-weight:normal;
	padding-left:10px;
	margin-bottom:7px;
}

/*  header
--------------------------------------------------------*/
#header {
	width:906px;
	height:66px;
}

#header_logo {
	float:left;
	width:236px;
}

#header_right {
	float:right;
	width:632px;
	padding-right:4px;
}

#top_global_navi li {
	float:left;
	width:125px;
}

#header_txt {
	width:622px;
	background:#666 url(img/top_txt_bg.gif) left bottom no-repeat;
	margin-bottom:3px;
	font-size:1.2em;
	color:#fff;
	padding:2px 5px 5px 5px;
}

#banner_list li {
	float:left;
	width:302px;
}

.tb_news th {
	width:120px;
	vertical-align:text-top;
	border-right:1px dotted #ccc;
}

.tb_news th,.tb_news td {
	padding:8px;
	font-size:1.2em;
	border-bottom:1px dotted #ccc;
}

.tb_news th p {
	border-left:5px solid #009900;
	padding-left:5px;
}

address {
	clear:both;
	border-top:1px dotted #ccc;
	padding-top:20px;
}