/* -------------------------------------- */
/* universal reset                        */
/* -------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, 
blockquote, th, td, img { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
p { padding: 0; margin: 0 0 1em 0; }
ol, ul { list-style: none; }
fieldset, img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
td { text-align: left; }
caption, th { text-align: left; font-style: normal; }
div { margin:0 auto; }


html { overflow-y: scroll; font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4 { font-family: Arial, 'Trebuchet MS', Tahoma, Helvetica, sans-serif; }
h1 { font-size: 15pt; }
h2 { font-size: 12pt; font-weight: bold; }
h3 { font-size: 10pt; }


body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 17px;
	color: #333333;
}

a { text-decoration : none; color: #990000 }
a.header { color: #ffffff; font-weight: bold; }
a.info { color: #CC0033 }
a.company { color: #000000 }
a.submenu { color: #000099; font-size: 10pt;}
a:hover { color: #FF00CC; text-decoration: underline; }
.nocss { margin: 0; padding: 0; display: none; }

.radius5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.radius10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.boxh5 {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.boxb5 {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.boxh10 {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

.boxb10 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* -------------------------------------- */
/* common                                 */
/* -------------------------------------- */

.varea { float: left; margin:30px 0 15px 0; }
.sarrow_o {
	text-indent: 12px;
	background: transparent url(../image/icon_sarrow_o.png) no-repeat center left;
}
.icon_book {
	text-indent: 25px;
	background: transparent url(../image/icon_book.png) no-repeat center left;
}

a.ibutton {
	display: block;
	margin: 0 auto 2em;
	text-align: center;
}


a.lbutton {
	display: block;
	padding: 7px 2em;
	margin: 0 auto 2em;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;

	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;

	box-shadow: 2px 2px 5px #cccccc;
	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;
}

a:hover.lbutton {
	text-decoration: none;
}

a.lb_silver {
	color: #666666;
	border: 1px solid #cccccc;
	background: #efefef;
	background: -moz-linear-gradient(bottom, #eeeeee, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#eeeeee), to(#fff));
}

a.lb_silver:hover {
	color: #333333;
	background: #cccccc;
	background: -moz-linear-gradient(top, #cccccc, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#cccccc), to(#fff));
}

a.lb_orange {
	color: #666666;
	border: 1px solid #ff9900;
	background: #ffcc00;
	background: -moz-linear-gradient(bottom, #ffcc00, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#ffcc00), to(#fff));
}

a.lb_orange:hover {
	color: #666666;
	background: #ff9900;
	background: -moz-linear-gradient(top, #ff9900, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#ff9900), to(#fff));
}

/* -------------------------------------- */
/* header                                 */
/* -------------------------------------- */

#header div.body { width: 920px; }
#header div.left { float: left; width: 635px; margin-bottom: 5px; }
#header div.right { float: right; width: 285px; position: relative; }

#header .desc { padding: 5px 0 5px 0 }

/* h link */
#hlink { height: 70px; }
#hlink div {
	background-color: #6666ff;
	padding-top: 3px;
	padding-right: 10px;

	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

ul.hlink { height: 20px; }
ul.hlink li {
	display: inline;
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}

ul.hlink li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/* -------------------------------------- */
/* menu                                   */
/* -------------------------------------- */

.mcmn { 
	display: block;
	height: 40px;
	background: transparent url(../image/menu.png) no-repeat;
}

#menu  {
	clear: both;
	position: relative;
	margin-top: 10px;
	padding-top: 8px;
	height: 75px;
	background: transparent url(../image/menu_bg.png) repeat-x;
}

#menu  ul { width:922px; height: 40px; padding:0; margin: 0 auto;}
#menu  ul li { float: left; }

#m1 a       { width: 116px; background-position: 0 0; }
#m1 a:hover, #m1 .selected  { width: 116px; background-position: 0 -40px; }
#m2 a       { width: 115px; background-position: -116px 0; }
#m2 a:hover, #m2 .selected { width: 115px; background-position: -116px -40px; }
#m3 a       { width: 115px; background-position: -231px 0; }
#m3 a:hover, #m3 .selected  { width: 115px; background-position: -231px -40px; }
#m4 a       { width: 115px; background-position: -346px 0; }
#m4 a:hover, #m4 .selected  { width: 115px; background-position: -346px -40px; }
#m5 a       { width: 115px; background-position: -461px 0; }
#m5 a:hover, #m5 .selected  { width: 115px; background-position: -461px -40px; }
#m6 a       { width: 115px; background-position: -576px 0; }
#m6 a:hover, #m6 .selected  { width: 115px; background-position: -576px -40px; }
#m7 a       { width: 115px; background-position: -691px 0; }
#m7 a:hover, #m7 .selected  { width: 115px; background-position: -691px -40px; }
#m8 a       { width: 116px; background-position: -806px 0; }
#m8 a:hover, #m8 .selected  { width: 116px; background-position: -806px -40px; }

#m7 { position: relative; }

#campaign {
	display: none;
	position: absolute;
	top: -35px;
	left: 0px;
	width: 96px;
	height: 49px;
	z-index: 1;

}


/* -------------------------------------- */
/* body area                              */
/* -------------------------------------- */

#body { width: 900px; margin:0 auto;}



/* -------------------------------------- */
/* subpages                               */
/* -------------------------------------- */

#t_cover { margin-bottom: 15px; }
#s_menu { width: 230px; margin-right: 15px;}
#c_body { width: 655px; }


#s_menu .appli_links {
	margin-top: 20px;
}

a.s_menu img {
	opacity: 0.70;
	zoom:1;
	filter: alpha(opacity=70);
}
a.s_menu:hover img {
	opacity: 1.0;
	zoom:1;
	filter: alpha(opacity=100);
}


#c_body .sect {
	display: block;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
}

#c_body .sect h2 {
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-indent: 5px;
	color: #333333;
	border: 1px solid #cc0000;
	border-bottom: 2px solid #cc0000;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #efefef;

	box-shadow: 2px 2px 5px #cccccc;
	-moz-box-shadow: 2px 2px 5px #cccccc;
	-webkit-box-shadow: 2px 2px 5px #cccccc;

	background: -moz-linear-gradient(bottom, #6666ff, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#6666ff), to(#fff));
}

#c_body .sect p {
	margin: 0 10px 0 10px;
	font-size: 12px;
	line-height: 20px;
}

#c_body .sect div.image {
	margin: 10px 10px 20px 10px;
	text-align: center;
}

#c_body .person {
	margin-top: 15px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#c_body .person dt {
	padding: 10px;
	border: 1px solid #cccccc;
	background: #efefef;
	font-weight: normal;
}

#c_body .person dd {
	padding: 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	line-height: 20px;
}


/* -------------------------------------- */
/* footer area                            */
/* -------------------------------------- */

#footer {
	clear: both;
	margin-top: 50px;
	padding: 15px 0 3px 0;
	background: transparent url(../image/fshadow.png) repeat-x;
	background-color: #000066;
}

#footer div.body {
	width: 920px;
}

#footer div.company,
#footer div.company a,
#footer div.company a:hover {
	color: #ffffff;
	font-weight: bold;
	text-align: right;
}

#flink { margin-top: 5px; text-align: right; }
#flink ul.flink { height: 23px; }
#flink ul.flink li {
	display: inline;
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}
#flink ul.flink li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}



#footer_menu {
	text-align: right;
	width: 100%;
}

#footer_menu ul {
	width: 100%;
	height: 20px;
	margin-top: 3px;
}

#footer_menu ul li {
	display: inline;
	width: 100px;
	margin-left: 3px;
	padding-left: 10px;
	list-style-type: none;
	border-left: 1px solid #999999;
}

#footer_menu ul li.head {
	border: none;
}


/* -------------------------------------- */
/* what's news                            */
/* -------------------------------------- */

#whatsnews {
	padding: 2px;
	border: 1px solid #CCC1A8;
/*	
	background: #eeeeee;
	background: -moz-linear-gradient(bottom, ##F4F1E9, #fff);
	background: -webkit-gradient(linear, center bottom, center top, from(#F4F1E9), to(#fff));
*/	
}

#whatsnews #articleDate {
	margin: 10px 10px 0 10px;
	text-align: right;
	font-weight: bold;
}

#whatsnews .artext {
	margin: 5px 7px 0 7px;
	font-size: 10pt;
/*	padding: 5px;
	background: #ffffff;
	border: 1px solid #cccccc; */
}

#whatsnews .ditext {
	margin: 10px 7px 0 7px;
	font-size: 10pt;
}

#whatsnews .answers {
	margin: 10px 7px 0 7px;
	padding: 5px;
}

#whatsnews .highlight {
	background: #000000;
}

#whatsnews input[type=radio] {
	margin-right: 5px;
	margin-bottom: 10px;
}

#whatsnews .wcorrect {
	text-align: right;
	margin: 0 7px 0 7px;
	padding: 2px 10px 2px 10px;
	height: 20px;
	font-weight: bold;
	background: #ffffff;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

#whatsnews .correct {
	color: #ff0000;
}

#whatsnews .incorrect {
	color: #0000ff;
	font-weight: bold;
}

#whatsnews ul li {
	display: inline;
	line-height: 1;
}

#whatsnews ul li strong {
	padding: 0.25em 0.48em;
	display: inline-block;
	color: #ffffff;
	background-color: #793141;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

#whatsnews ul li a,
#whatsnews ul li a.none {
	padding: 0.25em 0.48em;
	display: inline-block;
	text-decoration: none;
	background-color: #cccccc;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

#whatsnews ul li a.current {
	padding: 0.25em 0.48em;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	background-color: #793141;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}



#wisdomsq { margin-bottom: 15px; }

#wisdomsq > h3 { margin: 0; padding: 3px 2px; font-size: 10pt; font-weight: bold; border: none; }

#wisdomsq a.button {
	display: block;
	float:right;
	width: 70px;
	margin: 5px;
	padding: 1px; 0px;
	font-size: 9pt;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;		
}
#wisdomsq a.button {
	background-color: #be0000;
	background: -moz-linear-gradient(top, #e0562e 50%, #da6347);
 	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e0562e), to(#da6347));
}
#wisdomsq .back {
	border: 1px solid #f79405;
	background-color: #f79405;
	background: -moz-linear-gradient(top, #f6ab2c 50%, #f79405);
 	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f6ab2c), to(#f79405));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
}
#wisdomsq .back > .content { padding: 7px; color: #ffffff }

.change_notice {
	position: absolute;
	top: 70px;
	left: -180px;
	width: 310px;
	padding: 8px;
	font-weight: bold;
	color: #000000;
	background-color: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

