@charset "utf-8";
/*
==================================================

    CSS File Name - layout.css
    Last-updated: 2010-05-14
	
    +1: Formatting Reset
    +2: Redefine
	+3: Float, Clear, Align Set, Valign Set
	+4: body
	+5: #wrap
	+6: #container
	+7: #header
	+8: #mainBody
	+9: #footer

==================================================
*/


/*--------------------------------------------------
+1: Formatting Reset
==================================================*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
div,
p,
pre,
address,
blockquote,
ul,
ol,
dl,
dt,
dd,
form,
fieldset {
	display: block;
	margin: 0;
	padding: 0;
}
p {
	text-align: justify;
}
strong,
em {
	font-weight: bold;
}
ol,
ul {
	list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: normal;
}
address,
em {
	font-style: normal;
}
img {
	border: none;
	vertical-align: bottom;
}
table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
	text-align: inherit;
	line-height: inherit;
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
thead {
	display: table-header-group;
}
tbody {
	display: table-row-group;
}
tfoot {
	display: table-footer-group;
}
tr {
	display: table-row;
}
th,
td {
	display: table-cell;
}
caption {
	display: table-caption;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
input,
select,
textarea,
button {
	font-size: inherit;
	line-height: inherit;
}
button {
	cursor: pointer;
}


/*----------------------------------------------------------------------*/
/*html {
	overflow-x: visible;
}*/
/*--------------------------------------------------
+2: Redefine
==================================================*/
a {
	text-decoration:underline;
}

a:link {
	text-decoration:underline;
}

a:visited {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:underline;
}



h2 {
	font-size: 15px;
	font-weight: bold;
	color: #8f2f2f;
	background: url(../images/h3-point.gif) no-repeat left 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
}

/* clearfix
-------------------------------------------------*/

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

.clearfix {display: inline-block;}/*IE7用*/

/* Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

/* alpha
-------------------------------------------------*/
a.alpha:hover img {  
	opacity:0.8;  
	filter: alpha(opacity=80);  
	-ms-filter: "alpha( opacity=80 )";  
	background: #fff;  
} 

/*--------------------------------------------------
+3: Float, Clear, Align Set, Valign Set
==================================================*/
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}
.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.valignTop {
	vertical-align: top;
}
.valignMiddle {
	vertical-align: middle;
}
.valignBottom {
	vertical-align: bottom;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+4: body
==================================================*/
/* Font-size Setting

80%  = 10px	    |	130% = 16px	|	180% = 22px
90%  = 11px(*)	|	140% = 17px	|	190% = 23px
100% = 12px     |	150% = 18px	|	200% = 24px
105% = 13px	    |	160% = 19px	|	210% = 25px
115% = 14px	    |	165% = 20px	|	215% = 26px
125% = 15px	    |	175% = 21px	| 
/* font 
---------------------------------------------------*/

body {
	color: #333;
	font-family:Verdana,Meiryo,sans-serif;
	font-size: 76%;
	line-height:1.5;
	background:url(../images/body_bg.jpg) repeat-x left top #3366ff;
}
.foS{font-size: 0.875em;}
.foM{font-size: 1.0em;}
.foL{font-size: 1.125em;}
.foLL{font-size: 1.2em;}

/*--------------------------------------------------
+5: #wrap
==================================================*/
div#wrap {
	width:100%;
	margin:0 auto;
}
/*--------------------------------------------------
+6: #container
==================================================*/

div#container{
	margin:0 auto;
	width:850px;
	overflow:hidden;
	clear:both;
}
/*----------------------------------------------------------------------*/

/*--------------------------------------------------
+7: #header
==================================================*/
div#header {
	position:relative;
	width:850px;
	height:97px;
	overflow:hidden;
	clear:both;
	background:url(../images/head_bg.jpg) repeat-x left top;
}
div#header p#logo {
	position:absolute;
	top:17px;
	left:23px;
}
div#header h1 {
	position:absolute;
	top:17px;
	left:23px;
}
div#header p.img {
	position:absolute;
	top:11px;
	left:199px;
}
div#header p.img2 {
	position:absolute;
	top:58px;
	left:199px;
}

div#header p.btnLang {
	position: absolute;
	top: 65px;
	right: 10px;
}


/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+8: #mainBody
==================================================*/

div#mainBody {
	clear:both;
	overflow:hidden;
	width:850px;
	background:url(../images/mainBody_bg.jpg) repeat-y left top;
}
div#mainBody div.mainContent {
	width:630px;
	overflow:hidden;
	float:right;
	padding:18px 0 0 20px;
	background:url(../images/mainContent_bg.gif) no-repeat left top #ffffff;
}
div#mainBody div.mainContent p.gotop {
	float:right;
	padding:80px 16px 9px 0;
}
div#mainBody div.subContent {
	width:200px;
	overflow:hidden;
	float:left;
	background:#cccccc;
}
div#mainBody div.subContent ul {
	width:200px;
	overflow:hidden;
	clear:both;
}
div#mainBody div.subContent ul li {
	margin-bottom:1px;
}
div#mainBody div.subContent ul li a {
	color:#0c46d3;
	text-decoration:none;
	padding:8px 0 5px 0px;
	line-height:1.6;
	display:block;
	width:200px;
	background:url(../images/sbtn_off.gif) no-repeat left center;
}
div#mainBody div.subContent ul li a.on {
	background:url(../images/sbtn_on.gif) no-repeat left center;
	color:#ffffff;
}
div#mainBody div.subContent ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	background:url(../images/sbtn_on.gif) no-repeat left;
}
div#mainBody div.subContent ul li a span {
	display:block;
	background:url(../images/sico.gif) no-repeat left 3px;
	*background:url(../images/sico.gif) no-repeat left 4px;
	margin:0 0 0 9px;
	padding:0 0 0 20px;
}
div#mainBody div.subContent div.stxt {
	width:183px;
	overflow:hidden;
	clear:both;
	background:url(../images/stxt_bg.gif) repeat-y left top;
	margin:23px 0 0 9px;
}
div#mainBody div.subContent div.stxt p.txt {
	padding:2px 0 3px 23px;
}
div#mainBody div.subContent div.stxt p.txt2 {
	padding:0 0 4px 23px;
	line-height:1.4;
}
div#mainBody div.subContent div.stxt p.txt3 {
	padding:0 0 3px 23px;
}
div#mainBody div.subContent div.stxt p.txt3 a {
	background:url(../images/stxt_ico.gif) no-repeat left;
	padding:0 0 0 23px;
}
/*----------------------------------------------------------------------*/
/*--------------------------------------------------
+9: #footer
==================================================*/
div#footer {
	margin:0 auto;
	clear:both;
	width:850px;
	background:#003366;
	height:139px;
}
div#footer div#footer_inner {
	margin:0 auto;
	clear:both;
	width:850px;
	background:#003366;
	height:139px;
	position:relative;
}
div#footer div#footer_inner p.txt {
	color:#ffffff;
	position:absolute;
	top:22px;
	left:25px;
	line-height:1.6;
	-webkit-text-size-adjust:none;
	width:800px;
}




.linkpointbottom{
	font-size: 13px;
	color: #0033FF;
	background: url(../../common/h3-point2.gif) no-repeat left 3px;
	margin: 0px 0px 40px;
	padding: 0px 0px 2px 35px;
}


.linkpoint {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	background: url(../../common/h3-point.gif) no-repeat left 3px;
	margin: 0px 0px 0px;
	padding: 4px 0px 2px 25px;
}


.linkpoint2 {
	font-size: 13px;
	color: #0033FF;
	background: url(../../common/h3-point2.gif) no-repeat left 3px;
	margin: 0px 0px 20px;
	padding: 0px 0px 2px 35px;
}
