@charset "utf-8";
/* Main CSS */

/* CONTENTS

	0. Common setting
	1. Basic setting
	2. Individual setting 
			----- header
			----- mainCOL
			----- sideCOL
			----- footer
	3. Others
	
										Last Update 2011/10/05
------------------------------------------------------------------ */




/* ==================================================================
	0. Common setting
=================================================================== */
html,
body,
p,div,
h1,h2,h3,h4,h5,h6,
ul,ol,li,
dl,dt,dd,
address,
pre, form, fi {
	margin: 0;
	padding: 0;
    border:0;
    outline:0;
	vertical-align: baseline;
    background:transparent;
	font-style: normal;
	font-weight:normal;
}
html {
	overflow-y: scroll;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th,table td {
	border: none;
}

ul,ol,li {
	list-style-type: none;
}
img {
	vertical-align: bottom;
	border: 0;
}
address {
	font-style: normal;
	font-weight:normal;
}

a {
	color: #3B9CD7;
}
a:hover {
	color: #286DAD;
	text-decoration: none;
}




/* font-size setting 1 */
h1, h2, h3, h4, h5, h6 {  
	font-size: 100%;
}
/* font-size setting 2 */
body {
	font-size: 62.5%;
}
html>/**/body {
	font-size: 10px;
}




/* clearfix
---------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;/* for margin-bottom */
	font-size: 1px;/* for margin-bottom */
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* NEW clearfix */
.clearfix { /zoom: 1; }
.clearfix:after { content: ''; display: block; clear: both; }
/* ---------------------- */






/* etc.
---------------------- */
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}







/* ==================================================================
	1. Basic setting 
================================================================== */
body {
	text-align: center;
}

#wrap {
	width: 920px;
	margin: 0 auto;
	font-size: 120%;
	line-height: 1.7em;
	color: #333;
	text-align: left;
	position: relative;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

#head {
	width: 900px;
	height: 112px;
	padding: 0 10px 0 10px;
	border-top: 3px solid #286DAD;
}

#mainImage {
	clear: both;
	width: 920px;
	height: 350px;
	border-top: 1px solid #FFF;
	overflow: hidden;
}
#Content {
	clear: both;
	width: 920px;
	padding: 25px 0 0;
	background: url(../img/common/shadow.gif) 0 -3px repeat-x;
	overflow: hidden;
}

#MainCol {
	float: right;
	width: 665px;
	padding: 0 20px 0 0;
}
#SideCol {
	float: left;
	width: 175px;
	padding: 0 0 0 20px;
}

#foot {
	clear: both;
	width: 920px;
}







/* ==================================================================
	2. Individual setting
================================================================== */

/* header
----------------------------------------------------------------- */

/* logo */
#head #logo {
	float: left;
	padding: 20px 20px 15px 0;
	line-height: 1.1em;
}

/* summary */
#head #summary {
	float: left;
	width: 340px;
	margin: 25px 0 0;
	color: #999;
	line-height: 1.4em;
}
#head #summary h1 {
	font-weight: bold;
}


/* Contact frame */
#head #frm_hContact {
	float: right;
	width: 295px;
	height: 57px;
	padding: 0 5px;
	margin: 10px 0;
	background: url(../img/common/bg_contact_head.gif) 0 0 no-repeat;
	position: relative;
	overflow: hidden;
}
/*#head #frm_hContact #htxtContact {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 161px;
	z-index: 1000;
	zoom: 1;
}*/

#head #frm_hContact #htxtContact {
	float: left;
	width: 161px;
	margin: 7px 0 0;
}


#head #frm_hContact #hTEL {
	float: left;
	width: 165px;
	margin: 5px 0 0;
}
#head #frm_hContact #hMail {
	float: right;
}
#head #frm_hContact #hMail a {
	float: right;
	display: block;
	width: 116px;
	height: 0 !important;
	padding: 38px 0 0 0;
	margin: 10px 0 0;
/*	margin: -15px 0 0;*/
	background: url(../img/common/btn.gif) -517px -80px no-repeat;
	overflow: hidden;
}
#head #frm_hContact #hMail a:hover {
	background-position: -517px -118px;
}





/* Global Navigation */
#head #GlobalNavi {
	clear: both;
	width: 930px;
	margin: 0 -20px 0 -10px;
	overflow: hidden;
}
#head #GlobalNavi li {
	display: block;
	float: left;
}
#head #GlobalNavi li a {
	display: block;
	float: left;
	width: 184px;
	height: 0 !important;
	padding: 35px 0 0 0;
	overflow: hidden;
}
#head #GlobalNavi #G-navi1 a {
	background: url(../img/common/btn.gif) 0 0 no-repeat;
	
}
#head #GlobalNavi #G-navi2 a {
	background: url(../img/common/btn.gif) -184px 0 no-repeat;	
}
#head #GlobalNavi #G-navi3 a {
	background: url(../img/common/btn.gif) -368px 0 no-repeat;	
}
#head #GlobalNavi #G-navi4 a {
	background: url(../img/common/btn.gif) -552px 0 no-repeat;	
}
#head #GlobalNavi #G-navi5 a {
	background: url(../img/common/btn.gif) -736px 0 no-repeat;	
}



#head #GlobalNavi #G-navi1 a:hover {
	background-position: 0 -35px;
	
}
#head #GlobalNavi #G-navi2 a:hover {
	background-position: -184px -35px;	
}
#head #GlobalNavi #G-navi3 a:hover {
	background-position: -368px -35px;	
}
#head #GlobalNavi #G-navi4 a:hover {
	background-position: -552px -35px;	
}
#head #GlobalNavi #G-navi5 a:hover {
	background-position: -736px -35px;	
}







/* Main Col
----------------------------------------------------------------- */
.pan {
	clear: both;
	width: 860px;
	padding: 0 0 15px 20px;
	margin: -10px auto 0;
	font-size: 10px;
	background: url(../img/common/icon_home.gif) 0 4px no-repeat;
}


/* SideMenu
----------------------------------------------------------------- *//**/
.#SideMenu {
	width: 173px;
	margin: 0 0 40px;
	font-size: 12px;
}

/* MenuTitle */
.SideMenu dt {
	width: 165px;
	height: 23px;
	padding: 9px 0 0 10px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 -1px 0 #333;
	line-height: 1.1em;
}
.SideMenu dt.Smenu_ttl01 {
	background: url(../img/common/btn.gif) -633px -80px no-repeat;
}
.SideMenu dt.Smenu_ttl02 {
	background: url(../img/common/btn.gif) -633px -112px no-repeat;
}

/* Menu */
.SideMenu dd {
	display: block;
	border-bottom: 1px dotted #999;
}
.SideMenu dd.lastMENU {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border: none;
	background: url(../img/common/bg_sidemenu.gif) left bottom no-repeat;
}
.SideMenu dd a {
	display: block;
	width: 150px;
	padding: 5px 0 5px 23px;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}


.SideMenu .S-menu1 a {
	background: #FFF url(../img/common/circle_arrow.gif) -147px 8px no-repeat;
}
.SideMenu .S-menu2 a {
	background: #FFF url(../img/common/circle_arrow.gif) -87px -73px no-repeat;
}

.SideMenu .S-menu1 a:hover {
	background-position: -117px -32px;
}
.SideMenu .S-menu2 a:hover {
	background-position: -57px -113px;
}



/* Banner (botton) */
.SideBNR {
	width: 175px;
	margin: 0 0 20px;
}
.SideBNR #sBotton01 {
	display: block;
}
.SideBNR #sBotton01 a {
	display: block;
	width: 175px;
	height: 0 !important;
	padding: 36px 0 0 0;
	margin: 0 0 10px;
	background: url(../img/common/btn.gif) -175px -80px no-repeat;
	overflow: hidden;
}
.SideBNR #sBotton01 a:hover {
	background-position: -175px -116px;
}
.SideBNR #sBotton02 a {
	display: block;
	width: 175px;
	height: 0 !important;
	padding: 36px 0 0 0;
	margin: 0 0 10px;
	background: url(../img/common/btn.gif) 0 -80px no-repeat;	
	overflow: hidden;
}
.SideBNR #sBotton02 a:hover {
	background-position: 0 -116px;
}





/* Information */
.sidettlNews {
	width: 165px;
	height: 23px;
	padding: 9px 0 0 10px;
	background: url(../img/common/btn.gif) -808px -80px no-repeat;
	color: #333;
	font-weight: bold;
	text-shadow: 0 -1px 0 #FFF;
	line-height: 1.1em;
}

#sideNews {
	width: 165px;
	padding: 0 5px 10px;
	margin: 0 0 20px;
	background: url(../img/common/bg_side_information.gif) left bottom no-repeat;
	line-height: 1.4em;
}

#sideNews dt {
	padding: 5px 0 0 15px;
	background: url(../img/common/arrow.gif) 5px -193px no-repeat;
}
#sideNews dd {
	padding: 0 5px 5px;
	border-bottom: 1px dotted #999;
}



/* Banner */
#sideBNR_faxorder {
	width: 175px;
	margin: 10px 0 20px;
}

#sideBNR_faxorder a {
	display: block;
	width: 175px;
	height: 0 !important;
	padding: 66px 0 0 0;
	background: url(../img/common/btn.gif) -825px -260px no-repeat;
	overflow: hidden;
}
#sideBNR_faxorder a:hover {
	background-position: -825px -326px;
}

#sideBNR_blog {
	width: 175px;
	margin: 10px 0 20px;
}

#sideBNR_blog a {
	display: block;
	width: 175px;
	height: 0 !important;
	padding: 78px 0 0 0;
	background: url(../img/common/bnrBlog.jpg) 0px 0px no-repeat;
	overflow: hidden;
}
#sideBNR_blog a:hover {
	background-position: 0px -92px;
}


/* footer
----------------------------------------------------------------- */
#foot #returnTOP {
	clear: both;
	width: 920px;
	padding: 40px 0 0;
	font-size: 12px;
}
#foot #returnTOP a {
	display: block;
	width: 125px;
	height: 23px;
	padding: 12px 0 0 30px;
	margin: 0 0 10px 745px;
	background: url(../img/common/btn.gif) -616px -170px no-repeat;
	color: #333;
	text-decoration: none;
	line-height: 1.1em;
}
#foot #returnTOP a:hover {
	background-position: -616px -205px;
}



#foot #FootMenu {
	padding: 15px 20px;
	border-top: 1px solid #CCC;	
}

#foot #FootMenu h2 {
	margin: 0 0 10px;
	color: #666;
	font-weight: bold;
	line-height: 1.1em;
	font-size: 120%;
}


#foot #FootMenu ul li {
	display: inline;
	white-space: nowrap;
	color: #999;
}
#foot #FootMenu ul li a {
	display: inline;
	white-space: nowrap;
}



#foot #f_address {
	height: 3em;
	padding: 15px 20px;
	background: url(../img/common/bg_diagonal_lg.gif) 0 0 repeat;
}
#foot #f_address address img {
	vertical-align: middle;
	margin: -2px 0 0 3px;
}

#foot #f_address h3 {
	font-weight: bold;
}



/* COPYRIGHT */
#foot #copy {
	width: 920px;
	padding: 15px 0;
	background-color: #4790CE;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	line-height: 1.1em;
}










/* ==================================================================
	3. Others
================================================================== */

/* Page title
------------------------- */
#pagettl01 {
	width: 655px;
	height: 49px;
	padding: 20px 0 0 10px;
	margin: 0 0 20px;
	background: url(../img/common/bg_pagettl01.gif) left top repeat-x;
	font-size: 24px;
	text-shadow: 0 1px 3px #CCC;
	line-height: 1.1em;
}





/* Sub title
------------------------- */
.subttl_01 {
	clear: both;
	width: 665px;
	height: 28px;
	padding: 5px 0 0 35px;
	margin: 0 0 15px;
	background: url(../img/common/subttlbar.gif) 0 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #CCC;
}
.subttl_02 {
	clear: both;
	padding: 0 0 7px 20px;
	margin: 0 0 20px;
	background: url(../img/common/circle_arrow.gif) -150px 2px no-repeat;
	border-bottom: 1px solid #666;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 2px #CCC;
}
.subttl_02 a {
	text-decoration: none;
	color: #333;
}





.subttl_03 {
	clear: both;
	padding: 0 0 5px 15px;
	margin: 0 10px 10px;
	background: url(../img/common/arrow.gif) -60px -75px no-repeat;
	font-weight: bold;
	text-shadow: 0 1px 2px #CCC;
}









.subttl_attention {
	clear: both;
	padding: 10px 0 10px 35px;
	margin: 0 10px;
	background: url(../img/common/icon_others.gif) -206px 5px no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 2px #CCC;
}












/* Text
----------------------------------- */
.lead_txt {
	margin: 0 2em 2em;
}

.section_txt01 {
	
}

.section_txt02 {
	
}




/* Text position
----------------------------------- */
.txt_right {
	text-align: right;
}
.txt_center {
	text-align: center;
}
.txt_left {
	text-align: left;
}



/* font-color
----------------------------------- */
.attention {
	color: #C00;
	font-weight: bold;
}
.red {
	color: #C00;
}
.blue {
	color: #0CF;
}





/* photo
----------------------------------- */
.photo_left {
	float: left;
	margin: 0 10px 10px 0;
}

.photo_right {
	float: right;
	margin: 0 0 10px 10px ;
}


/* Module 1  (photo left-side)  */
.Module01 {

}

.Module01 p {

}
.Module01 img {
	float: left;
	width: px;
	margin: 0 15px 0 0;
}


/* Module 2  (photo right-side)  */
.Module02 {

}

.Module02 p {

}
.Module02 img {
	float: right;
	width: px;
	margin: 0 15px 0 0;
}




/* Table
------------------------------------ */
.table01 {
	margin: 0 auto 40px;
	border: 1px solid #CCC;
}

.table01 th {
	padding: 5px 10px;
	width: 1%;
	white-space: nowrap;
	border-bottom: 1px solid #CCC;
}
.table01 td {
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
}







/* margin 
----------------------------------- */
.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
.margin_t60 {
	margin-top: 60px;
}



.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
.margin_b60 {
	margin-bottom: 60px;
}



/* width
----------------------- */

.w050 {
	width: 50px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w400 {
	width: 400px;
}
.w450 {
	width: 450px;
}
.w500 {
	width: 500px;
}
.w550 {
	width: 550px;
}

.w600 {
	width: 600px;
}

.w620 {
	width: 620px;
}







/* txt */
.txt_center {
	text-align: center;
}
.txt_left {
	text-align: left;
}
.txt_right {
	text-align: right;
}


/* font-size */

.fs80 {
	font-size: 80% !important;
}
.fs90 {
	font-size: 90% !important;
}
.fs110 {
	font-size: 110% !important;
}
.fs120 {
	font-size: 120% !important;
}
.fs130 {
	font-size: 130% !important;
}
.fs140 {
	font-size: 140% !important;
}
