@charset "utf-8";
@import url(layout.css);
@import url("menu.css");
@import url("mp.css");
@import url("footer.css");
@import url("page.css");
@import url("lp.css");
@import url("ap.css");
@import url("sitemap.css");
/*-------------------------------------------------------------------------------------------------------*/
/*--Design Setting Start--*/

/*--base design--*/
.accesskey {
	font-size: 16px;
	line-height: normal;
	color: #FFF;
}
.accesskey a, .accesskey a:hover {
	color: #FFF;
}
/*-------------------------------------------------------------------------------------------------------*/


/*--header update--*/

.header .update {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #F90;
	padding: 5px 8px;
	color: #FFF;
}
.header .update em {
	font-style: normal;
	margin: 0 4px;
	padding: 0;
	color: #FFF;
}


/*--共用元素--*/

a {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}

h2 {
	font-size: 120%;
	margin-bottom: 10px;
}

.red {
	color: #900;
}
.blue {
	color: #009;
}

/*-- inputgray --*/
.inputgray {
	color: #666;
	padding: 2px 5px;
	border: 1px solid #CCC;
	width: 170px;
}
.inputgray2 {
	color: #666;
	padding: 2px 5px;
	border: 1px solid #CCC;
	width: 270px;
}
.textarea {
	display: block;
	padding: 3px 5px;
	height: 130px;
	width: 460px;
}

/*-- path --*/
.friendly {
	margin-bottom: 10px;
}
.friendly .path .before {
	color: #717171;
	margin-right: 10px;
}

/*-- button --*/
.button_center {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.btn2, .btn3 {
	color: #FFF;
	background: url(../images/btn2_bg.gif) repeat-x left center;
	border: 1px double #069;
	padding:3px 13px 1px;
}
.quickLink {
	text-align: right;
}

.aCenter {
	text-align: center;
}

/*--nav--*/
.nav {
	position: absolute;
	top: 3px;
	right: 10px;
}
.nav ul {}
.nav ul li {
	display: inline;
	margin-left: 5px;
	color: #000;
	background: url(../images/icon03.gif) no-repeat 0px 7px;
	padding-left: 8px;
}
.nav ul li a {
	color: #000;
}
.nav ul li a:hover {
	color: #900;
}

/*--text--*/
.header .user {
	width: 450px;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 170%;
	position: absolute;
	left: 55px;
	top: 120px;
}
.header .user a {
	color: #630;
}
/*--new--*/
.new {
	background: #006e76;
	padding: 5px 20px;
	color: #FFF;
}
.new h2 {
	font-size: 120%;
	color: #FF0;
	background: none;
	margin: 15px 0px 5px;
	*margin: 10px 0px 5px;
	padding: 0px;
	border-style: none;
	clear: both;
}
.new p {
	color: #FFF;
	margin-bottom: 8px;
}
.new img {
	float: left;
	width: 100px;
	margin: 0px 10px 10px 0px;
}