#container {
	height: auto;
	width: 100%;
}
#ue {
	background-color: #525252;
}
#ue #ue_space {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#ue #ue_space h2 {
	font-size: 12px;
	line-height: 26px;
	color: #FFFFFF;
	padding-left: 10px;
}

#container #title_top {
	background-image: url(images/top/title_space.jpg);
	background-repeat: repeat-x;
	height: 270px;
	width: 100%;
	padding-top: 10px;
}
#container #title_top #title_space {
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top/image.jpg);
	height: 250px;
	width: 900px;
	margin-top: 5px;
}
#container #title_top #title_space h2 {
	display: none;
}

#head #headarea {
	height: 156px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#headarea #logo {
	background-image: url(images/common/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 900px;
}
#headarea #logo h1 {
	display: none;
}




#head {
	background-image: url(images/common/headback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 156px;
	width: 100%;
}
#headarea #navi {
	height: 36px;
}
#headarea #navi li {
	display: inline;
}
#headarea #navi span {
	display: none;
}

#headarea #navi #top a {
	background-image: url(images/navi/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 82px;
	display: block;
	float: left;
}
#headarea #navi #sol a {
	background-image: url(images/navi/sol.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 113px;
	display: block;
	float: left;
}

#headarea #navi #com a {
	background-image: url(images/navi/company.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 114px;
	display: block;
	float: left;
}

#headarea #navi #toi a {
	background-image: url(images/navi/toi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 105px;
	display: block;
	float: left;
}

#headarea #navi #top a:hover {
	background-image: url(images/navi/top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 36px;
	width: 82px;
	display: block;
	float: left;
}
#headarea #navi #sol a:hover {
	background-image: url(images/navi/sol.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 36px;
	width: 113px;
	display: block;
	float: left;
}

#headarea #navi #com a:hover {
	background-image: url(images/navi/company.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 36px;
	width: 114px;
	display: block;
	float: left;
}

#headarea #navi #toi a:hover {
	background-image: url(images/navi/toi.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 36px;
	width: 105px;
	display: block;
	float: left;
}


#container #main {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 380px;
}
#container #main #catch {
	color: #333333;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0684D0;
	border-left-color: #0684D0;
	margin-bottom: 30px;
	margin-top: 20px;
	background-color: #EFF7FE;
}
#container #main #catch h2 {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
}
#container #main #catch p {
	font-size: 12px;
	line-height: 28px;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
}


#container #main #contents {
	width: 880px;
	margin-bottom: 10px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#container #main #contents #news_area #news {
	height: 200px;
	width: 880px;
	overflow: auto;
	background-color: #F9F9F9;
	margin-top: 5px;
}
#container #main #contents #news_area h3 {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	text-indent: -60px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6D2D2D;
	padding-left: 80px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-top: 10px;
}
#container #main #contents #news_area #news p {
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	text-indent: -60px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6D2D2D;
	padding-left: 80px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-top: 10px;
}
#container #main #contents #news_area {
	height: auto;
	width: 880px;
	margin-bottom: 20px;
}

#container #main #contents #news_2 {
	font-size: 12px;
	line-height: 24px;
	color: #B81010;
	text-indent: -60px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6D2D2D;
	padding-left: 80px;
	padding-bottom: 10px;
	padding-right: 20px;
	margin-top: 10px;
}


#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6D2D2D;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#main #contents h2 {
	background-image: url(images/common/625hback.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 585px;
	line-height: 35px;
	margin: 0px;
	padding-left: 40px;
	clear: both;
}

#footer #left {
	float: left;
	height: 50px;
	width: 290px;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding: 10px;
}
#footer #right {
	height: 60px;
	width: 570px;
	float: right;
	padding: 10px;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: right;
}
#footer #right a {
	text-decoration: none;
	color: #333333;
}

#copy {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 10px;
	clear: both;
	height: 24px;
	margin-top: 5px;
}
.fl_r {
	float: right;
	margin-left: 10px;
}
