@charset "utf-8";


/* -------------- 
   reset
   common
   header
   contentsWrap
   nav
   main
   topicPath
   footer
  ------------ */



/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* form reset　*/
input, textarea {  
line-height:1.4;  
	vertical-align:middle;  
}  
   
/* for IE6 */  
* html input {  
	padding:0.1em;  
}  
   
* html input.checkbox,  
* html input.radio {  
	vertical-align:-0.2em;  
}  

* html input.submit {  
	line-height:1.2;  
	padding-top:0.2em;  
}  

* html select {  
	vertical-align:-0.2em;  
}  

/* for IE7 */  
 *+html input.radio {  
	vertical-align:-0.2em;  
}  

*+html input.submit {  
	line-height:1.2;  
	padding-top:0.2em;  
}  

*+html select {  
	vertical-align:-0.2em;  
}  



input[type="checkbox"],  
input[type="radio"] {  
	vertical-align:text-bottom;  
}  

input[type="submit"] {  
	padding:0.1em;  
} 





/* common */
body {
	text-align: center;
	color: #333333;
	font-family: Arial, helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

html>/**/body {
	font-size: 16px; 
}

img {
	border: none;
	vertical-align: bottom;
}

.clear {
	display: inline-block;
}  
 
.clear:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}

* html .clear {
	height: 1%;
}

.clear {
	display: block;
}



/* header */
#header {
	width: 860px;
	margin: 10px auto;
	text-align: left;
}

#header h1 {
	float: left;
	width: 400px;
}

#header ul.lang {
	float: right;
	width: 245px;
	margin: 0 -8px 0 0;
	background: url(../common/btn_lang_bg.gif) repeat-y left;
}

#header ul.lang li {
	float: right;
	margin: 0 0 0 1px;
	padding: 0 8px;
	background: #FFFFFF;
}



/* contentsWrap */
#contentsWrap {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

#contentsWrap p.goTop {
	clear: both;
	padding: 30px 0 8px 0;
	text-align: right;
	font-size: 70%;
	line-height: 1.2;
	/zoom: 1;
}

#contentsWrap p.goTop a {
	padding: 0 2px 0 12px;
	background: url(../common/arw05.gif) no-repeat left center;
}

#contentsWrap p.goTop a:link,
#contentsWrap p.goTop a:visited {
	color: #333333;
	text-decoration: none;
}

#contentsWrap p.goTop a:hover,
#contentsWrap p.goTop a:active {
	color: #333333;
	text-decoration: underline;
}



/* nav */
#nav {
	float: left;
	width: 180px;
	padding: 0 0 40px 0;
	font-size: 78%;
	line-height: 1.2;
}

#nav ul {
	border-top: solid 1px #DFD9EC;
}

#nav li {
	list-style: none;
	border-bottom: solid 1px #DFD9EC;
}

#nav li.onArea {
	background: #EEEEFF;
}

#nav li a {
	display: block;
	padding: 5px 5px 5px 16px;
	/zoom: 1;
}

#nav a:link,
#nav a:visited {
	background : url(../common/arw01.gif) no-repeat 8px center;
	color: #333333;
	text-decoration: none;
}

#nav a:hover,
#nav a:active {
	background: url(../common/arw03.gif) no-repeat 8px center #2B007F;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a.on:link,
#nav a.on:visited,
#nav a.on:hover,
#nav a.on:active {
	background: url(../common/arw03.gif) no-repeat 8px center #2B007F;
	color: #FFFFFF;
}

#nav li.in a {
	padding: 5px 5px 5px 26px;
}

#nav .in a:link,
#nav .in a:visited {
	background: url(../common/arw02.gif) no-repeat 18px center;
}

#nav .in a:hover,
#nav .in a:active {
	background: url(../common/arw04.gif) no-repeat 18px center #2B007F;
}

#nav .in a.on:link,
#nav .in a.on:visited,
#nav .in a.on:hover,
#nav .in a.on:active {
	background: url(../common/arw04.gif) no-repeat 18px center #2B007F;
	color: #FFFFFF;
}



/* main */
#main {
	float: right;
	width: 650px;
	padding: 0 0 40px 0;
}

#main a:link,
#main a:visited {
	color:#2B007F;
	text-decoration: underline;
}

#main a:hover,
#main a:active {
	color:#2B007F;
	text-decoration: none;
}


/* topicPath */
#main ol.topicPath {
	width: 650px;
	margin: 15px 0 16px 0;
}

#main .topicPath li {
	float: left;
	margin: 0 3px 0 0;
	color:#666666;
	font-size: 70%;
	line-height: 1.25;
}

#main .topicPath li a:link,
#main .topicPath li a:visited {
	color:#333333;
	text-decoration: underline;
}

#main .topicPath li a:hover,
#main .topicPath li a:active {
	color:#333333;
	text-decoration: none;
}



/* footer */
#footer {
	padding: 15px 0;
	background: #E5E0EF;
	text-align: center;
}

#footer address {
	width: 860px;
	margin: 0 auto;
	/margin: 0;
	text-align: left;
}



