@charset "UTF-8";

/* index　───────────────────────────────────

	1. index style
	2. columR style
	
────────────────────────────────────────*/


/* 1. index style
────────────────────────────────────────*/
#header {
	clear:both;
	width:950px;
	height:210px;
	background-image:url(../images/index_header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#header p {
	text-indent:-9990px;
}


/* 2. columR style
────────────────────────────────────────*/

#index_sys {
	width:245px;
	height:120px;
	background-image:url(../images/menu_sys_bg2.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0px 0px 20px 0px;
	padding:0px;
}
#index_sys h3 {
	font-size:12px;
	height:40px;
	margin:0px;
	padding:0px;
	text-indent:-9990px;
}
#index_sys ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#index_sys ul li {
	margin:0px 0px 5px 10px;
	padding:0px;
	text-indent:-9990px;
}
#index_sys ul li a {
	display:block;
	width:225px;
	height:30px;
	background-image:url(../images/menu_sys.gif);
}
#index_sys ul li#s01 a {
	background-position:0 0;
}
#index_sys ul li#s02 a {
	background-position:0 -35px;
}
#index_sys ul li#s03 a {
	background-position:0 -70px;
}

#index_sys ul li#s01 a:hover {
	background-position:0 -105px;
}
#index_sys ul li#s02 a:hover {
	background-position:0 -140px;
}
#index_sys ul li#s03 a:hover {
	background-position:0 -176px;
}


#about_pc {
	width:635px;
	height:auto;
	text-align:left;
	margin:0px 0px 20px 20px;
	_margin:0px 0px 20px 10px;
	padding:0px;
}
#about_pc h2 {
	margin:0px;
	padding:0px;
}

#about_pc dl {
	width:627px;
	_width:635px;
	margin:0px;
	padding:4px;
	background-color:#e1e6ec;
}
#about_pc dl dt {
	margin:0px;
	padding:4px;
	background-color:#FFFFFF;
}
#about_pc dl dd {
	margin:0px;
	padding:4px;
	background-color:#FFFFFF;
}
#about_pc dl dd#text {
	padding:4px 15px;
}
#about_pc dl dd#img {
	text-align:center;
}
#news {
	text-align:left;
	width:633px;
	_width:635px;
	margin:0px 0px 0px 20px;
	_margin:0px 0px 0px 10px;
	border:1px solid #b4c1d0;
}
#news h3 {
	margin:0px;
	padding:0px;
}
#news dl {
	margin:0px;
	padding:10px 10px;
}
#news dl dt {
	float:left;
	width:75px;
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 15px 0px 0px;
	background-image:url(../images/icon_b.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#news dl dd {
	float:left;
	width:500px;
	height:auto;
	margin:0px 0px 10px 10px;
	padding:0px 0px 0px 0px;
}
#news h3.newstitle {
	color:#113f8c;
	font-size:14px;
	background-color:#e1e6ec;
	padding:5px 10px;
}



.news {
	text-align:left;
	width:633px;
	_width:635px;
	margin:0px 0px 0px 20px;
	_margin:0px 0px 0px 10px;
	border:1px solid #b4c1d0;
}
.news h3 {
	margin:0px;
	padding:0px;
}
.news dl {
	margin:0px;
	padding:10px 10px;
}
.news dl dt {
	float:left;
	width:75px;
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 15px 0px 0px;
	background-image:url(../images/icon_b.gif);
	background-position:right;
	background-repeat:no-repeat;
}
.news dl dd {
	float:left;
	width:500px;
	height:auto;
	margin:0px 0px 10px 10px;
	padding:0px 0px 0px 0px;
}
.news h3.newstitle {
	color:#113f8c;
	font-size:14px;
	background-color:#e1e6ec;
	padding:5px 10px;
}
#columL .news dl dd p {
	margin:0px;
	padding:0px;
	line-height:12px;
}