@charset "UTF-8";


/* logo */

#logoArea h1 a {
    display: block;
    margin-left: 20px;
    text-align: justify;
    width: 290px;
    height: 62px;
    text-indent: -9999em;
    background: url(../resource/images/header/logo.gif) no-repeat;
}


/* ttl */

#mainCont .desc h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#mainCont .desc .sec01 h2 {
    width: 492px;
    height: 24px;
    background: url(../images/txt01.gif);
    text-indent: -9999em;
}

#mainCont .desc .sec02 h2 {
    width: 361px;
    height: 24px;
    background: url(../images/txt02.gif);
    text-indent: -9999em;
}

#mainCont .desc .sec03 h2 {
    width: 406px;
    height: 24px;
    background: url(../images/txt04.gif);
    text-indent: -9999em;
}


#mainCont .information {
	width: 680px;
	background: url(../images/bg_information.png) no-repeat left bottom;
}

#mainCont .information h2 {
	width: 680px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background: url(../images/ttl_information.png) no-repeat 0 0;
}

#mainCont .information ul {
	padding: 10px 20px;
}

#mainCont .information ul li {
	margin-bottom: 7px;
}

#mainCont .information dl {
	overflow: hidden;
	height: 1%;
}

#mainCont .information dl dt {
	float: left;
	width: 10em;
}

#mainCont .information dl dd {
	margin-left: 10em;
}





/* side */

#sideBar dl dt {
    display: none;
}



.fadein {
    position:relative;
    width:680px;
    height:250px;
    margin-bottom: 30px;
}

.fadein img {
    position:absolute;
    left:0;
    top:0;
}


#mainCont .desc .section {
    margin-bottom: 30px;
}
