
body {
	font-size:13px;
	line-height:150%;
	word-break:break-all;
	margin:0;
	padding:0;
	color:#333333;
	text-align:center;
	background-color:#25408F;
}

h1 , h2 , h3 , h4 , h5 , h6 {
	line-height:100%;
	margin:0;
	padding:0;
}

h1 {
	margin:0 0 15px 0;
	padding:10px 0 9px 10px;
	background-color:#eeeeee;
	font-size:14px;
}

h2 {
	margin:0 0 10px 0;
	padding:8px 0 7px 10px;
	background-color:#DAEEF6;
	font-size:14px;
	border-left:7px solid #5596B1;
}

img {
	border:none;
}

div {
	display:block;
	zoom:100%;
}

div:after {
	content:"";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

th , td {
	font-size:13px;
	line-height:150%;
	color:#333333;
}

.contents {
	width:960px;
	margin:auto;
	text-align:left;
}

#header {
	background-color:ffffff;
	text-align:left;
	padding:5px 0 5px 0;
}

#wrapper {
	background-color:ffffff;
	min-height:500px;
	height:auto !important;
	height:500px
}

#wrapper .contents {
	padding:0 0 20px 0;
}

.menu-cmmn {
	width:960px;
	margin:0 auto 10px auto;
	overflow:hidden;
	_zoom: 1;
	padding:0 0 10px 0;
	border-bottom:1px solid #cccccc;
}

.menu-cmmn ul {
	width:980px;
	margin:0 -20px 0 0;
	padding:0;
	list-style:none;
}

.menu-cmmn li {
	margin:0 6px 0 0;
	float:left;
	width:155px;
}
.menu-cmmn a:hover img {
	/* IE */
	filter: alpha(opacity=85);
	/* Safari Opera */
	opacity:0.85;
	/* Firefox Netscape */
	-moz-opacity:0.85;
}

/*---*/

#header .logo {
	float:left;
	width:180px;
}

#header .caption {
	float:right;
	width:760px;
	text-align:right;
}

/*---*/

#footer {
	text-align:center;
	color:#eeeeee;
	padding:10px 0 15px 0;
	line-height:130%;
	background-image:url(/img/footer/bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

#footer a:link { text-decoration:underline; color:#eeeeee; }
#footer a:visited { text-decoration:underline; color:#eeeeee; }
#footer a:active { text-decoration:underline; color:#eeeeee; }
#footer a:hover { text-decoration:none; color:#cccccc; }

/*---*/

#path {
	width:960px;
	text-align:left;
	border-top:1px solid #cccccc;
	padding:5px 0 0 0;
	margin:0 auto 10px auto;
}

#path ul {
	margin:0;
	padding:0;
	list-style:none;
}

#path li {
	float:left;
	margin:0 10px 0 0;
}

.error_coution {
	color:#cc0000;
}

