﻿@charset "utf-8";
/*-------------------------------------------------------
	RESET
-------------------------------------------------------*/

body,h1,h2,h3,h4,h5,h6,p,div,ul,ol,li,form,fieldset,legend,select,dl,dt,dd {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight:normal;
	font-style:normal;
	font-family:font-family: "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}

img,fieldset {
	margin: 0px;
	border: 0px none;
}

img {
	vertical-align:top;
}

hr {
	display: none;
	border: none;
}
 table, tr, td {
 	border:0px none;
	padding:0;
	margin:0px;
}

/*-----clearfix-----*/
.clearfix:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
.clearfix {
	zoom:100%;
}




/*-------------------------------------------------------
	common
-------------------------------------------------------*/
body {
	color: #231815;
}


/*---link---*/
a:link { color:#0000ff; text-decoration: none;}

a:visited { color:#0000ff; text-decoration: none;}

a:active { color: #0000ff; text-decoration: none; }

a:hover { color: #0000ff; text-decoration: underline;}


/*---text Setting---*/

/* default */
body,h1,h2,h3 {
	font-size:100%;
	line-height:1.5;
}

/* Except IE */
html>/**/body,h1,h2,h3 {
	font-size: 16px;
	line-height:1.5;
}

html>/**/h1 {
	font-size: 16px;
	line-height:1.5;
}

html>/**/h2 {
	font-size: 16px;
	line-height:1.5;
}

html>/**/h3 {
	font-size: 16px;
	line-height:1.5;
}

/*for IE8*/
html>/**/body {
	font-size /*\**/: 92%\9;
}


/*16px*/
.xltxt {
	font-size:115%;
}

/*14px*/
.ltxt {
	font-size:100%;
}

/*12px*/
.mtxt {
	font-size:80%;
}

/*10px*/
.stxt {
	font-size:70%;
	line-height:1.3;
}

/*bold*/
.bold {
	font-weight:bold;
}

strong {
	font-weight:bold;
	}

/*------------------------------
.ul.normal, ol.normal
-------------------------------*/
ul.normal, ol.normal {
	margin: 0 0 20px;
	padding: 0;
	}

ul.normal li, ol.normal li {
	margin-left: 20px;
	padding-left: 0;
	list-style-type: disc;
	}

ol.normal li {
	margin: 0 0 10px 30px;
	list-style-type: decimal;
	}

ol.normal.blockList li {
	margin-bottom: 30px;
	}
ol.normal li ol.secondUl {
	margin-bottom: 20px;
	}
	
ol.normal li ol.secondUl li {
	margin-bottom: 5px;
	}
/*-------------------------------------------------------
	layout basic
-------------------------------------------------------*/
#container {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	padding: 0;
	margin-top: 0;
	position:relative;
}

.containerbg {
	background:url(/com_img/com00001.gif) #fff repeat-y;
}

#contents {
	margin-left:200px;
	width:800px;
}

#contents02 {
	margin-left:319px;
	width:542px;
}

#contents02Wrapper {
	margin: 20px 0;
	}

/*-------------------------------------------------------
	2nd level navi
-------------------------------------------------------*/
#navi {
	width:159px;
	position:absolute;
	top:0px;
	left:19px;
	text-align:center;
}

#navi01 {
	margin-bottom: 30px;
	}



#navi01 li {
	float:left;
	padding-left:12px;
	margin-top:15px;
}


#navi02,
#navi03 {
	margin-bottom: 40px;
	margin-top: 30px;
	}

#navi02 li,
#navi03 li {
	font-size: 0;
	line-height: 0;
	}


#navi02 li {
	margin-bottom: 10px;
	}

#navi02 li.home{
	border-top:1px solid #ccc;
	padding-top:10px;
}

#navi02 li.english{
	margin-bottom: 7px;
}

#navi03 li{
	font-size: 0;
	line-height: 0;
	margin-bottom: 5px;
	}


#navi04{
	margin-top:20px;

	}
	
#navi04 li{
	margin-bottom: 5px;
	}
	




/*-------------------------------------------------------
	2nd level table layout common
-------------------------------------------------------*/
#tablewrapper {
	width:780px;
	padding-bottom:20px;
	background:url(/com_img/com00002.gif) repeat-y;

}

#leftside, #rightside {
	float:left;
}

#tablewrapper table {
	width:390px;
}



.top {
	vertical-align:top;
}

.bottom {
	vertical-align:bottom;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.mgn005b {
	margin-bottom: 5px;
	}
.mgn010b {
	margin-bottom: 10px;
	}
.mgn020b {
	margin-bottom: 20px;
	}
.mgn030b {
	margin-bottom: 30px;
	}
	

.lineBox {
	border-bottom: 1px solid #ccc;
	}


/*------------------------------
.ul.linkbox
-------------------------------*/
ul.linkBox {
	margin-bottom: 20px;
	}
	
ul.linkBox li {
	margin: 0;
	padding: 0 0 5px 15px;
	}

ul.linkBox li.linkSite {
	background: url(/com_img/arw00001.gif) 0 0.4em no-repeat;
	}

ul.linkBox li.linkBlank {
	background: url(/com_img/arw00002.gif) 0 0.4em no-repeat;
	}

ul.linkBox li.linkPdf {
	background: url(/com_img/arw00003.gif) 0 0.4em no-repeat;
	}

ul.linkBox li.mark {
	background: url(/com_img/arw00004.gif) 0 0.3em no-repeat;
	}

ul.linkBox li.down {
	background: url(/com_img/arw00005.gif) 0 0.4em no-repeat;
	}
/*------------------------------
.left right
-------------------------------*/
.leftBox	{
	text-align: left;
}
.centerBox	{
	text-align: center;
}

.rightBox	{
	text-align: right;
}

.imgBoxLeft {
	float: left;
	margin: 0 10px 10px 0;
	}

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

.separateBox {
	clear: both;
	padding: 0;
	}

.separateBoxLeft, .separateBoxRight {
	float: left;
	}

.nonDisplay {
	display: none;
	}
	

#btnpagetop {
	text-align:right;
	padding-bottom:20px;
}