@charset "shift_jis";
/*********************/

/* h1
--------------------------*/
h1 {
	display: block;
	text-indent: -9999px;
	width: 800px;
	height: 165px;
	background: url(../images/header.jpg) no-repeat 0 0;
}
h1 a {
	display:block;
	width: 800px;
	height: 165px;
	overflow: hidden;
	/*\*/
	overflow: hidden;
	/**/
}

h2, h3 {
    text-indent: -9999px;
    _line-height: 0;
    _height:0;
    font-size: 1px;
}

h4 {
    font-size: 11px;
	font-weight: bold;
	color: #00509b;
}


/* mainImage_header
--------------------------*/
div#header dl, div#mainImage dl {
    text-indent: -9999px;
    _line-height: 0;
    _height:0;
    font-size: 1px;
}

div#header dl dt,
div#header dl dd {
    _line-height: 0;
    _height:0;
    font-size: 1px;
}


/* News
--------------------------*/
div#news dt {
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	color: #CC3333;
	float: left;
}

div#news dd {
    margin-bottom: 5px;
	padding: 0 0 5px 100px;
	font-size: 12px;
}

/*
ul#sec li {
    width: 49%;
	font-size: 11px;
	line-height: 1.1;
	float: left;
}*/


/**************/
/***** ID *****/
/**************/

div#header {
    height: 165px;
}

h3#newsTitle {
	height: 25px;
	background: url(../images/news_title.gif) left top no-repeat;
	margin-bottom: 10px;
}

div#wrapper {
    padding-bottom: 10px;
	background:  url(../images/main_back.jpg) 0 0 no-repeat;
}

div#wrapperLeft {
    width: 590px;
	float: left;
}

div#wrapperRight {
    width: 180px;
	padding-right: 5px;
	float: right;
}

div#mainImage {
    height: 430px;
}

div#news {
    width: 580px;
	margin: 10px 0 0 10px;
	text-align: left;
}

div#sec {
    width: 542px;
	padding: 3px;
	font-size: 11px;
	line-height: 1.1;
	border: #00509b 1px solid;
}

div#newsFrame {
    height: 150px;
	padding: 5px 0;
	overflow: auto;
}

ul#sec {
    margin: 10px 0 0 5px;
}


/*****************/
/***** CLASS *****/
/*****************/
div.secFrame {
    padding-left: 5px;
	border-left: #00509b 5px solid;
}


/*****************/
/***** News *****/
/*****************/
#js-info {
	width: 580px;
	height: 150px;
	overflow: auto;
	padding: 5px;
	margin-bottom: 15px;
}
#js-info p {
	margin: 0;
	padding-bottom: 15px;
}
#js-info dl {
	border: 0;
}


