@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
  CONCEPT & NEWS & MAINTENANCE
-----------------------------------------------*/

#container {
	width: 890px;
	margin: 0 auto;
}
#subNavi {
	width: 175px;
	float: left;
}
#subNavi ul {
	font-size: 80%;
}
#subNavi li {
	height: 20px;
}
#subNavi li a:hover{
	color: #999999;
	text-decoration:none;
}
#mainContents {
	width: 715px;
	float: left;
}
.divTop {
	height: 35px;
	margin-top: 25px;
	background: url(../img/concept/divTop.gif) top left repeat-x;
}
h2 {
	margin-bottom: 20px;
	font-size: 80%;
	font-weight: bold;
	
}
h3 {
	margin-bottom: 0;
	font-size: 80%;
	font-weight: bold;
	
}
.inner {
	padding-left: 8px;
	padding-right: 20px;
}
/* concept */
h1.concept{
	text-indent: -9999px;
	background: url(../img/concept/title_concept.gif) top left no-repeat;
	width: 160px;
	height: 60px;
}
#concept p{
	line-height: 2.2;
	text-align: justify;
    text-justify: distribute;
}
#contBox_s {
	position: relative;
}
.logos {
	position: absolute;
	bottom: 5px;
	right: 0;
}
/* news */
h1.news{
	text-indent: -9999px;
	background: url(../img/news/title_news.gif) top left no-repeat;
	width: 160px;
	height: 60px;
}
#mainContents .newsWrap {
	height: 310px;
}

.newsDate {
	width: 100px;
	float: left;
	margin-bottom: 10px;
	font-size: 80%;
}
.newsTxt {
	width: 400px;
	float: left;
	margin-bottom: 10px;
	font-size: 80%;
	line-height: 1.6;
}

#mainContents li{
	clear: both;
}
.newsTxt a{
	text-decoration: underline;
}
.newsTxt a:hover{
	text-decoration: none;
}

/* MEINTENANCE */
h1.mainten{
	text-indent: -9999px;
	background: url(../img/maintenance/title_mainte.gif) top left no-repeat;
	width: 170px;
	height: 60px;
}