@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}

html {
overflow-y:scroll;
}

body {
	text-align: center;
	font-family: Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
	color: #333333;
	background-image: url(img/g_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}

/* ================================================================================
	div#container(全体)
================================================================================ */
div#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-color: #FFFFFF;
}


/* ================================================================================
	div#header(ヘッダー部分)
================================================================================ */
div#header {
	background-image: url(img/logo_line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 22px;
	padding-top: 8px;
}

div#header p {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.3em;
	margin-top: -2px;
}

div#header p a:link,
div#header p a:visited,
div#header p a:hover,
div#header p a:active {
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

/* ================================================================================
div#lang_menu
================================================================================ */

div#lang_menu {
	display: inline-block;
    position: relative;
	float: right;
    height: 18px;
    margin-bottom: 5px;
    top:30px;
    width: 200px;
}
ul.lang {
     height: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
	float: right;
}

ul.lang li {
	border-left: 1px solid #999;
    border-right: 1px solid #999;
    float: left;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0 8px;
    text-align: right;
    width: auto;
}

ul.lang li a {
    background-position: left center;
    background-repeat: no-repeat;
    color: #25450F;
    padding: 1px 0 1px 20px;
}
ul.lang li.en a {
    background-image: url("/img_new/flag_usa.png");
}

ul.lang li.ch a {
    background-image: url("/img_new/flag_china.png");
}

ul.lang li.jp a {
    background-image: url("/img_new/flag_jp.png");
}


/* ================================================================================
	div#content(コンテンツ部分)
================================================================================ */
div#content {
	padding: 20px;
}

/* ================================================================================
	div#menuBtnArea(左ボタン部分)
================================================================================ */
div#menuBtnArea {
	float: left;
	width: 180px;
}

div#menuBtnArea ul {
	list-style-type: none;
}

div#menuBtnArea ul li {
	margin-bottom: 10px;
}

div#menuBtnArea ul li a {
	background-repeat: no-repeat;
	height: 35px;
	width: 180px;
	display: block;
	text-indent: -9999px;
}

a#btn1 {
	background-image: url(img/menu_Btn1.jpg);
}

a#btn2 {
	background-image: url(img/menu_Btn2.jpg);
}

a#btn3 {
	background-image: url(img/menu_Btn3.jpg);
}

a#btn4 {
	background-image: url(img/menu_Btn4.jpg);
}

a#btn5 {
	background-image: url(img/menu_Btn5.jpg);
}

a#btn6 {
	background-image: url(img/menu_Btn6.jpg);
}

a#btn7 {
	background-image: url(img/menu_Btn7.jpg);
}

a#btn1on {
	background-image: url(img/menu_Btn1.jpg);
	background-position: right top;
}

a#btn2on {
	background-image: url(img/menu_Btn2.jpg);
	background-position: right top;
}

a#btn3on {
	background-image: url(img/menu_Btn3.jpg);
	background-position: right top;
}

a#btn4on {
	background-image: url(img/menu_Btn4.jpg);
	background-position: right top;
}

a#btn5on {
	background-image: url(img/menu_Btn5.jpg);
	background-position: right top;
}

a#btn6on {
	background-image: url(img/menu_Btn6.jpg);
	background-position: right top;
}

a#btn7on {
	background-image: url(img/menu_Btn7.jpg);
	background-position: right top;
}

a#btn1:hover,
a#btn2:hover,
a#btn3:hover,
a#btn4:hover,
a#btn5:hover,
a#btn6:hover,
a#btn7:hover {
	background-position: right;
}


/* ================================================================================
	contentArea(内容部分)
================================================================================ */
div#contentArea {
	float: right;
	width: 516px;
}

div#contentArea h1 {
	font-size: 20px;
	font-weight: bolder;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5fc0c6;
	padding-bottom: 3px;
	margin-bottom: 8px;
}

div#contentArea h2 {
	background-image: url(img/h2_icon.jpg);
	background-repeat: no-repeat;
	background-position: left 9px;
	font-size: 20px;
	line-height: 1.3em;
	padding-left: 16px;
	margin-bottom: 15px;
}

div#contentArea h3 {
	color: #009781;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

div#contentArea h3 strong {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #009781;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

div#contentArea h3 span {
	font-size: 13px;
	font-weight: normal;
}

div#contentArea p {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 15px;
}

div#contentArea p strong {
	font-size: 23px;
	color: #00aca8;
	line-height: 1.2em;
	font-weight: bold;
}


/* ================================================================================
	footer(フッター部分)
================================================================================ */
div#footer {
	background-color: #cccccc;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}

div#footer p {
	text-align: center;
	font-size: 10px;
	line-height: 1.2em;
	color: #000000;
}

/* ================================================================================
	clearFix
================================================================================ */

.clearFix{
	overflow: hidden;
}

.clearFix:after{
	clear: both;
	height: 0px;
	overflow: hidden;
	display: block;
	content: "";
}

/*¥*/
* html .clearFix{
	height: 1em;
	overflow: visible;
}
/**/

/* or */
.clear{
	clear: both;
}
