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


#container {
	text-align: center;
	margin: 0px auto;
	padding:0;
	height:auto;
}
/* h-wrap-----------------------------------------------------------------------*/
#h-wrap {
	height:auto;
	padding:0;
	width:900px;
	margin: 20px auto;
	overflow: hidden;
}
#h-wrap h1 a, #h-wrap p {
	text-indent: -1000em;
	display: block;
	overflow: hidden;
}
#h-wrap h1 a {
	background-image: url(../../common/images/logo.gif);
	height: 30px;
	width: 150px;
	float: left;
}
#h-wrap p {
	background-image: url(../../common/images/tel.gif);
	height: 40px;
	width: 293px;
	float: right;
}
/* c-wrap----------------------------------------------------------------------*/
#c-bg {
	width:100%;
	background-image: url(../images/bg_index.gif);
	background-repeat: repeat-x;
}
#c-wrap {
	height:auto;
	padding:0;
	width:900px;
	margin: 0px auto;
	overflow: hidden;
	text-align: left;
}
/* nav---------------------------------*/
#nav {
	height: auto;
	width: 160px;
	padding-bottom: 200px;
	background-color: #39256F;
	float: left;
}
/* mainImage---------------------------*/
#mainImage {
	float: left;
	background-image: url(../images/index.jpg);
	text-indent: -1000em;
	display: block;
	height: 274px;
	width: 740px;
	overflow: hidden;
}
/* maincts-----------------------------*/
#maincts {
	float: left;
	height: auto;
	width: 700px;
	margin-left: 30px;
	margin-top: 20px;
}
#maincts h3 {
	text-indent: -1000em;
	display: block;
	overflow: hidden;
}
#maincts .box01 {
	margin-top: 20px;
	display: block;
	overflow: hidden;
}
#maincts .box, #maincts .box02, #maincts .box03 {
	margin-top: 15px;
	display: block;
	overflow: hidden;
}
/* newsArea-----------*/
#maincts #newsArea {
	width: 400px;
	display: block;
	overflow: hidden;
	float: left;
}
#maincts #newsArea h3 {
	background-image: url(../images/t_news.gif);
	height: 16px;
	width: 95px;
}
#maincts #newsArea .box .date {
	width: 100px;
	float: left;
}
#maincts #newsArea .box .t_cts {
	width: 300px;
	float: left;
}
/* checkArea----------*/
#maincts #checkArea {
	width: 270px;
	margin-left: 30px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
#maincts #checkArea h3 {
	background-image: url(../images/t_check.gif);
	height: 16px;
	width: 160px;
}
#maincts #checkArea .box01, #maincts #checkArea .box02, #maincts #checkArea .box03 {
	height: auto;
	width: 270px;
	display: block;
}
#maincts #checkArea a {
	color: #666666;
	display: inline-block;
	text-decoration: none;
}
#maincts #checkArea a:hover {
	color: #39256f;
}
#maincts #checkArea .photo {
	text-indent: -1000em;
	display: block;
	float: left;
	height: 45px;
	width: 60px;
	overflow: hidden;
	margin-right: 10px;
}
#maincts #checkArea .t_cts {
	float: left;
	width: 200px;
}
#maincts #checkArea .t_cts .title {
	text-indent: -1000em;
	display: block;
	overflow: hidden;
	height: 15px;
}
#maincts #checkArea .t_cts .text {
	margin-top: 2px;
}
#maincts #checkArea .box01 .photo {
	background-image: url(../images/pic01.jpg);
}
#maincts #checkArea .box01 .title {
	background-image: url(../images/t_check_01.gif);
	width: 124px;
}
#maincts #checkArea .box02 .photo {
	background-image: url(../images/pic02.jpg);
}
#maincts #checkArea .box02 .title {
	background-image: url(../images/t_check_02.gif);
	width: 149px;
}
#maincts #checkArea .box03 .photo {
	background-image: url(../images/pic03.jpg);
}
#maincts #checkArea .box03 .title {
	background-image: url(../images/t_check_03.gif);
	width: 125px;
}
a:hover .title {
	background-position: left bottom;
}


