@charset "UTF-8";
/* CSS Document */

/*LAYOUT*/
body{
background: white url(images/indexImage/bg_dusm.jpg) repeat-x;
}
.gNaviText a{font-weight:normal; text-decoration:none; color:#333333}

a{font-weight: bold}
/*a:link { color: #124100}
a:visited { color: #124100 }
a:hover { color: #FF565E }
a:active { color: #FF565E }
*/
#headerImageTitle {
	width: 950px;
	height: 175px;
	padding-top:5px;
}

#usersNavi {
	height: 15px;
	background-image:url(images/indexImage/usersNavi_dusm.jpg);
	background-repeat:repeat-x;
}

#navi {
	width: 950px;
}

#sideNavi {
	float: left;
	width: 205px;
	margin:10px 0px 0px 0px;
	padding: 0px;
}
#bannerNavi{
	margin:0px 0 0 0;
}
#main {
	float:right;
	width: 735px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#main ul {
	list-style-type: disc;
	font-size: 16px;
	line-height: 1.6 !important;
	margin: 170px 0 10px 35px !important;
	padding: 0;
}

#naviLeft {
	float:left;
	width: 235px;
	height: 360px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	background-image: url(images/indexImage2/bg_root01.jpg);
	background-repeat: no-repeat;
}
#naviLeft a{text-decoration:none}
#naviLeft a:link { color: #00479F}
#naviLeft a:visited { color: #00479F}
#naviLeft a:hover { color: #FF565E }
#naviLeft a:active { color: #FF565E }
#naviLeft ul{list-style-image:url(images/indexImage/li-image01.gif)}

#naviLeft li {
    line-height: 1.6;
}

#naviCenter {
	float:left;
	width: 235px;
	height: 360px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	background-image: url(images/indexImage2/bg_root02.jpg);
	background-repeat: no-repeat;
}
#naviCenter a{text-decoration:none}
#naviCenter a:link { color: #065400}
#naviCenter a:visited { color: #065400}
#naviCenter a:hover { color: #FF565E }
#naviCenter a:active { color: #FF565E }
#naviCenter ul{list-style-image:url(images/indexImage/li-image02.gif)}

#naviRight {
	float:left;
	width: 235px;
	height: 360px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(images/indexImage2/bg_root03.jpg);
	background-repeat: no-repeat;
}
#naviRight a{text-decoration:none}
#naviRight a:link { color: #E17A00}
#naviRight a:visited { color: #E17A00}
#naviRight a:hover { color: #FF565E }
#naviRight a:active { color: #FF565E }
#naviRight ul{list-style-image:url(images/indexImage/li-image03.gif)}

.naviText {
	margin: 0;
	padding: 190px 0 0 0;
}

#usersArea {
	clear:both;
	padding:10px 0 0 0;
}
#usersArea p {
padding:10px 0px 0px 0px;
margin:0px;
}
#usersArea img {
width:360px;
}

#usersImageLeft {
	float:left;
	width:360px;
}
#usersImageRight {
	float:right;
	width:360px;
}
.naviLi{
	margin: 0 0 0 15px;
        font-size: 14px;
}

#naviClear {
	width: 950px;
	height: 5px;
	clear: both;
}

.newsContents {
	border-bottom: #C5C5C5 solid 1px;
}
.newsContents li{
	list-style-type:square;
	font-size:14px;
	line-height: 1.5;
	
}

.toTopText a:link { color: #00479F}
.toTopText a:visited { color: #00479F}
.toTopText a:hover { color: #FF565E }
.toTopText a:active { color: #FF565E }

/*index news*/
.NewsIndexBox {
	width: 731px;
	padding: 2px;
}

.NewsIndexTitle {
	width: 616px;
	text-align: left;
	text-height: 1.2;
	background-color: #FFF;
	border-left: 5px solid #ff565e;
	padding: 10px 0px 5px 10px;

	float: left;
}
.NewsIndexDate {
	width:100px;
	margin:0;
	padding:15px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
	color: #555;
	float: left;
}
.NewsIndexBorder {
	width: auto;
	height: 2px;
	border-bottom: 1px solid #C5C5C5;
	clear: both;
}
.topBanner {
	padding:10px 0px 0px 0px;
}
