@import "header.css";
@import "gloval-navi.css";
@import "footer.css";

* {margin:0;padding:0;}  
 
img {border:0;}

h1,h2,h3,h4.h5,h6,p,ul,li,dl,dt,dd{font-family:"ＭＳ Ｐゴシック", "Osaka";}

body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:100%;
	background:url(../image/body-back.gif) left top repeat-x;
	color:#666666;
}

#contentbody{
	width: 900px;
	margin-right:auto;
	margin-left: auto;
	background-color:#ffffff;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TOPフラッシュエリア
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
div.image-area {
    clear: both;
	margin:0;
	padding:0;
	width:900px;
	height:320px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TOPコンテンツ外枠
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.top-contents:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	margin:0;
	padding:0;
	width:900px;
}

.top-contents {
    display: inline-block;
	margin:0;
	padding:0;
	width:900px;
}

html[xmlns] .top-contents {
    display: block;
	margin:0;
	padding:0;
	width:900px;
}

* html .top-contents {
    height: 1%;
	margin:0;
	padding:0;
	width:900px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TOPコンテンツ 左外枠
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.left-contents {
    display: inline-block;
	margin:0;
	padding:0;
	width:650px;
	float:left;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TOPコンテンツ 左外枠 レフトナビ
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.left-navi{
	margin:0;
	padding:0;
	width:220px;
	float:left;
}


/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TOPコンテンツ 左外枠　トップ真ん中　インフォメーション
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.center-contents {
	margin:0;
	padding:0;
	width:400px;
	float:right;
}

/*information 新着情報*/
.information , .news{
	margin-bottom:25px;
	width:400px;
}

.information h3 , .news h3{
	clear:both;
	margin-bottom:7px;
	padding-bottom:4px;
	border-bottom:1px solid #b3b3b3;
	text-align:left;
}

.information h4{
	margin-bottom:7px;
	text-align:left;
}

.information h5{
	display:inline;
	width:110px;
	margin:0 10px ;
	text-align:center;
}


.information p{
	margin:0 0 7px;
	font-size:90%;
	line-height:1.5;
	text-align:left;
}

.information p a.new-ico{
	padding-right:50px;
	background:url(../image/new-ico.gif) right top no-repeat;
}

.information p a:hover{
	text-decoration:none;
}


/*新着情報*/
.news dl{margin-bottom:15px;}

/*IE6*/
*html body .news dt{
	clear:left;
	float:left;
	width:4em;
	margin:0 10px 0 0;
	padding-right:20px;
	padding-bottom:5px;
	font-size:90%;
	line-height:100%;
	color:#666666;
	text-align:left;
}

.news dt{
	clear:left;
	float:left;
	width:75px;
	margin:0 10px 0 0;
	padding-right:20px;
	padding-bottom:5px;
	font-size:90%;
	line-height:100%;
	color:#666666;
	text-align:left;
	background:url(../image/dt-navi_back.gif) right center no-repeat;
}

.news dd{
	margin-bottom:5px;
	padding:0 0 5px;
	font-size:90%;
	line-height:100%;
	color:#666666;
	text-align:left;
}

.news dd a{text-decoration:none;color:#cd000d;}
.news dd a:hover{text-decoration:underline;color:#666666;}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////
TOP右ナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.right-navi{
	margin:0;
	padding:0;
	width:220px;
	float:right;
}

.right-banner{width:220px;}

.right-banner h3{
	padding-bottom:3px;
	text-align:left;
}

.right-banner h4{margin-bottom:7px;}

/* ////////////////////////////////////////
クラス設定
//////////////////////////////////////// */
.clr{clear:both;height:0;font-size:0;line-height:0;}
.clr5{clear:both;height:5px;font-size:0;line-height:0;}
.clr15{clear:both;height:15px;font-size:0;line-height:0;}
.clr30{clear:both;height:30px;font-size:0;line-height:0;}
.green {font-weight:bold;color:#336600;}
.black {font-weight:bold;color:#000;}
.red-center {color:#FF0000;font-weight:bold;text-align:center;	}
.red {color:#FF0000;font-weight:bold;}
.red-right {color:#FF0000;font-weight:bold;}
.green-normal {color:#336600;}
.brown {color:#996600;}
.blue {color:#6699FF;}
.gray {color:#333333;}
.text-right {text-align:right;}
.left10 {float:left;margin-right:1em;margin-bottom:1em;}
.right10 {float:right;margin-left:1em;margin-bottom:1em;}