@charset "utf-8";
/* CSS Document */
/**************************************** initialize ****************************************/
html{
	height:100%;
	}
body,form,fieldset{
	margin:0;
	padding:0;
	}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,ul,li{
	margin:0;
	padding:0;
	}
fieldset{
	border:none;
	}
input,textarea{
	font-size:1em;
	}
/**************************************** general ****************************************/
body,td,th {
	font-size: 13px;
	color: #7d7d7d;
	line-height:1.5;
}
body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	background-image: url(../images/bg02.gif);
}

/**************************************** titles ****************************************/
h1.title_01{
	margin-top:10px;
	padding:0 0 0 15px;
	background:url(../images/title_deco_01.gif) no-repeat left center;
	font-size:13px;
	}
h2.title_01{
	padding:20px 0 15px 0 ;
	font-size:14px;
	}
	
/**************************************** images ****************************************/
img{
	border:0;
	vertical-align:middle;
	}

/**************************************** links ****************************************/
a:link {
	color: #7086c0;
	text-decoration: none;
}
a:visited {
	color: #7086c0;
	text-decoration: none;
}
a:hover {
	color: #384d85;
	text-decoration: underline;
}
a:active {
	color: #7086c0;
	text-decoration: none;
}

/********* text style-2 *********/

.textstyle-2 {
	color: #FFCC00;
	font-weight: bold;
}
a.textstyle-2:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}
a.textstyle-2:visited {
	font-weight: normal;
	color: #D0CCC5;
	text-decoration: none;
	font-weight: bold;
}
a.textstyle-2:hover {
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}


/**************************************** navigation ****************************************/
/*----- navigation [horizontal] -----*/
#navi_01{
	width:880px;
	height:27px;
	margin:0 auto;
	background:#a4a3a3 url(../images/navi_back_02.gif) no-repeat;
	}
/*----- topic path [horizontal] -----*/
ul.topic_path_01{
	width:90%;
	margin:10px 0 0 8px;
	list-style:none;
	}
li.topic_path_01{
	float:left;
	}
li.topic_path_01 a{
	margin-right:8px;
	padding-right:10px;
	float:left;
	background:url(../images/arrow_03.gif) right no-repeat;
	}

/**************************************** layout all ****************************************/
#all{
	width:100%;
	}
#wrapper{
	position:relative;
	width:880px;
	margin:30px auto;
	padding:14px 12px;
	background-color:#ffffff;
	
	}
#header{
	margin-bottom:7px;
	}
#photo_main{
	margin-top:5px;
}
#content_body{
    width:860px;
	margin:20px 0 11px 10px;
	}
#content_main{
	display:none;
	visibility:hidden;
	}
#content_top{
	width:550px;
	margin-top:20px;
	margin-left:10px;
	float:top;
	margin-bottom: 30px;
	}
#content_01{
	float:right;
	margin:20px 0 30px 10px;
	}
#content_02{
	width:260px;
	height:179px;
	padding-left:13px;
	float:left;
	}
#footer{
	width:873px;
	top:100%;
	position:absolute;
	margin-top:-38px;
	height:24px;
	padding-right:7px;
	background-color:#c2c4bd;
	text-align:right;
	clear:both;
	}

/******************** header ********************/
#logo{
	float:left;
	}
#language{
	float:right;
		visibility:hidden;
	}

/******************** list ********************/
/*----- list [top page] -----*/
ul.list_01{
	margin:10px 0 0 14px;
	list-style-image:url(../images/arrow_01.gif);
	}

/*----- list [arrow] -----*/
ul.list_02{
	padding:20px 0;
	line-height:2.0;
	list-style-image:url(../images/arrow_01.gif);
	}
li.list_02{
	margin-left:15px;
	}

/******************** content 01 ********************/
dl.box_01{
	width:135px;
	height:179px;
	margin:0 0 0 6px;
	float:left;
	background:#f1f1f0 url(../images/box_02.gif) no-repeat bottom;
	}
dt.box_01{
	height:17px;
	padding:4px 0 0 7px;
	background:#999898 url(../images/box_01.gif) no-repeat top right;
	color:#ececec;
	font-weight:bold;
	}
dd.box_01{
	margin:0;
	padding:11px 0 5px 0;
	border-right:1px solid #dadad9;
	border-left:1px solid #dadad9;
	text-align:center;
	}
dd.box_02{
	height:61px;
	margin:0;
	padding:0 7px;
	text-align:left;
	border-right:1px solid #dadad9;
	border-left:1px solid #dadad9;
	line-height:1.3;
	}

/******************** copyright ********************/
#copy{
	color:#f7f7f6;
	font-size:10px;
	line-height:24px;
	letter-spacing:1px;
	}

/******************** second page layout all ********************/
#content_body_second{
	position:relative;
	/******height:430px;**********/
	margin:5px 0 0 0;
	padding:0;
	clear:both;

	}
#content_main_second{
	width:800PX;
	/**height:480px;**********/
	margin:0;
	padding:0 40px;
	overflow:auto;
	float:CENETER;

	scrollbar-face-color: #cccccc;
	scrollbar-track-color: #f4f4f4;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #f4f4f4;
	scrollbar-shadow-color: #f4f4f4;
	scrollbar-3dlight-color: #f4f4f4;
	scrollbar-darkshadow-color: #f4f4f4; 
	}
#content_01_second{
	margin-right:10px;
	float:left;
	}
#photo_main_02{
	display:none;
	}

/**************************************** other ****************************************/
/*----- clear float -----*/
.clear{
	height:0;
	line-height:0;
	font-size:0;
	clear:both;
}

/*----- texts -----*/
p.texts_body_01{
	margin:20px 0;
	}
p.texts_body_02{
	margin-top:-5px;
	}
	
	
	@charset "utf-8";


/*  ****************  Style TOC  ****************  */
/** 01: Headings, Paragraph
/** 02: Misc(em, address, hr, etc..)
/** 03: Lists
/** 04: Link Function
/** 05: Text Arrangement
/*  *********************************************  */


/* font size */
#LWS-ContentArea .LWS-main {
	font-size: 110%;
}
#LWS-ContentArea .LWS-main p {
	font-size: 95%;
}
#LWS-ContentArea .LWS-main h1 {
	font-size: 95%;
}
#LWS-ContentArea .LWS-main h2 {
	font-size: 95%;
}
#LWS-ContentArea .LWS-main h2.LWS-hasList span.LWS-listText {
	font-size: small;
}
#LWS-ContentArea .LWS-main h3 {
	font-size: 95%;
}
#LWS-ContentArea .LWS-main h3.LWS-hasList span.LWS-listText {
	font-size: small;
}
#LWS-ContentArea .LWS-main h4 {
	font-size: 95%;
}
#LWS-ContentArea .LWS-main h5 {
	font-size: 95%;
}
#LWS-ContentArea .LWS-main ul.LWS-sectionLink,
#LWS-ContentArea .LWS-main p.LWS-pagetop,
#LWS-ContentArea .LWS-main p.LWS-detailLinkS,
#LWS-ContentArea .LWS-main .LWS-pageNavi,
#LWS-ContentArea .LWS-main .LWS-note,
.LWS-imgLayCap span {
	font-size: small;
}

/* =============================================== */
/** 01: Headings, Paragraph(.LWS-main)
/* ----------------------------------------------- */


/** h2 */
#LWS-ContentArea .LWS-main h2 {
	clear: both;
	width: 795px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	
	background: url("../images/h2_2cl_bottom.gif") left bottom no-repeat; 
	_height: 1em; /* for IE6 */
}
#LWS-ContentArea .LWS-main h2 span.LWS-text {
	display: block;
	padding: 6px 5px 2px 23px;
	background: url("../images/h2_bg.gif") no-repeat;
	_height: 1em; /* for IE6 */
}



/** h3 */
#LWS-ContentArea .LWS-main h3 {
	clear: both;
	margin: 0 0 15px 10px;
	padding-bottom: 5px;
	background: url("../images/dot.gif") left bottom repeat-x;
	_height: 1em; /* for IE6 */
}
#LWS-ContentArea .LWS-main h3 span.LWS-text {
	display: block;	
	padding-left: 15px;
	background: url("../images/blt_indigo.gif") 0 2px no-repeat;
	_height: 1em; /* for IE6 */
}
