@charset "UTF-8";
@import url("reset.css");
@import url("base.css");

/* header */
#header{
	width: 880px;
	height: 150px;
	background: #1b1e53 url(./common/header_bg.jpg) no-repeat center bottom;
}

/* main */
#main{
	float: right;
	margin-top:40px;
	width: 580px;
	color: #333333;
}
#main div.bread{
	margin-bottom:10px;
}

#main div.bread_b{
	float:left;
	margin-top:20px;
}
#main div.pg_top{
	float:right;
	margin-top:20px;
	padding-left:20px;
	background: url(./common/pg_top.gif) no-repeat;
}
#main div.bread a,#main div.bread_b a,#main div.pg_top a{
	text-decoration: underline;
}
#main h2{
	margin-bottom: 2px;
	height: 70px;
	line-height:35px;
	text-indent: 35px;
	font-size:16px;
	font-weight:bold;
	color:#1b1e53;
	background:#f3f3f3 url(./common/main_h2.gif) no-repeat;
}
#main h3{
	width:580px;
	margin-bottom: 5px;
	line-height:25px;
	text-indent: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #cd9303;
	border-bottom: 1px dotted #ccc;
}
#main h4{
	width: 570px;
	margin:15px 0 5px 10px;
	line-height: 16px;
	text-indent: 20px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #1b1e53;
	background:#fff url(./common/main_h4.gif) no-repeat left center;
}
#main .banner{
	margin-top: 3px;
	margin-bottom: 5px;
}

/* menu */
#menu{
	display:none;
	float:left;
	margin-top:40px;
	width:225px;
	border-top:solid 1px #b3b3b3;
}
#menu .banner{
	margin: 5px 0;
}
#menu h3{
	width:225px;
	line-height: 35px;
	letter-spacing: 1px;
	text-indent: 10px;
	color: #1b1e53;cursor: pointer;
	background: #f3f3f3 url(./common/menu_h3.gif);
	border-bottom:solid 1px #b3b3b3;
}
#menu h3 a{
	display:block;
	text-decoration: none;
	color: #1b1e53;
}
#menu ul,#menu ul ul{
	display:none;
}
#menu ul.menu li a{
	display: block;
	width:225px;
	line-height: 32px;
	text-indent: 35px;
	text-decoration: none;
	color: #ffffff;
	background: #cd9303 url(./common/menu_globalmenu.gif) no-repeat center top;
}
#menu ul.menu li a:hover{
	text-decoration: none;
	color: #ffffff;
	background: #1b1e53 url(./common/menu_globalmenu.gif) no-repeat center bottom;
}
#menu ul.menu li ul li a{
	display: block;
	width:225px;
	line-height: 32px;
	text-indent: 35px;
	text-decoration: none;
	color: #ffffff;
	background: #cd9303 url(./common/menu_globalmenu02.gif) no-repeat center top;
}
#menu ul.menu li ul li a:hover{
	text-decoration: none;
	color: #ffffff;
	background: #1b1e53 url(./common/menu_globalmenu02.gif) no-repeat center bottom;
}

/* footer */
#footer{
	clear: both;
	width: 880px;
	height: 103px;
	text-align: right;
	font-size:12px;
	color:#fff;
	background: #1b1e53 url(./common/footer_bg.gif) no-repeat center bottom;
}
#footer a{
	color:#cd9303;
}
#footer a:hover{
	color:#fff;
}
#footer ul{
	padding-top: 70px;
	padding-right: 78px;
}
#footer ul li{
	display: inline;
	padding-right: 5px;
	padding-left: 10px;
	line-height: 1.1em;
	border-left: 1px solid #333;
}
#footer ul li.home{
	border-left: 0;
}

