@charset "utf-8";

/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body,p,img,table,td,th,h1,h2,h3,h4,h5,h6,dl,ul,address {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
li{
	list-style-type: none;
}
h3{
	font-size: 1em;
}

/* link styles
------------------------- */
a img{
	border-style: none;
}
a{
	outline: none;
}
a:link{
	color: #4ca0b2;
	text-decoration: none;
}
a:visited{
	color: #4ca0b2;
	text-decoration: none;
}
a:hover{
	color: #666666;
	text-decoration: underline;
}
a:active{
	color: #666666;
	text-decoration: underline;
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic styles
------------------------- */
#wrapper {
	width: 900px;
	margin: 0px auto;
}
#footer{
	clear: both;
	padding: 5px;
}
#main_text{
	padding: 0px 0px 10px 15px;
	width: 660px;
	margin-bottom: 20px;
}
#pageIndex1{
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top:20px;
}
.empBold{
	font-weight: bold;
}
.indent{
	margin: 0px 0px 20px 10px;
}
.indent_bt{
	margin: 0px 0px 0px 10px;
}
p.clearB{
	clear: both;
}
p.goTop{
	margin: 30px 15px 0px 0px;
	text-align: right;
}
p.right{
	margin: 10px 0px;
	text-align: right;
}
span.red{
	color: #ff0000;
}
span.redBold{
	color: #ff0000;
	font-weight: bold;
}
span.blue{
	color:#4ca0b2;
}
span.blueBold{
	color:#4ca0b2;
	font-weight: bold;
}

/* header styles
------------------------- */
#header{
	margin-bottom: 25px;
}
#header ul#gNavi{
	width: 820px;
	margin: 0px auto;
}
#header ul#gNavi li{
	float: left;
}
#header ul#gNavi li a{
	font-size: 1px;
	background-color: #ffffff;
	text-indent: -10000px;
	display: block;
	height: 15px;
	width: 86px;
	top: 0px;
	overflow: hidden;
	outline: none;
}
#header ul#gNavi li a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
#header ul#gNavi li#gn01 a{
	width: 70px;
	background: url(../images/g_navi01.gif) -40px 0px;
}
#header ul#gNavi li#gn01 a:hover{
	background: url(../images/g_navi01.gif) -40px -15px;
}
#header ul#gNavi li#gn02 a{
	width: 155px;
	background: url(../images/g_navi01.gif) -110px 0px;
}
#header ul#gNavi li#gn02 a:hover{
	background: url(../images/g_navi01.gif) -110px -15px;
}
#header ul#gNavi li#gn03 a{
	width: 120px;
	background: url(../images/g_navi01.gif) -265px 0px;
}
#header ul#gNavi li#gn03 a:hover{
	background: url(../images/g_navi01.gif) -265px -15px;
}
#header ul#gNavi li#gn04 a{
	width: 110px;
	background: url(../images/g_navi01.gif) -385px 0px;
}
#header ul#gNavi li#gn04 a:hover{
	background: url(../images/g_navi01.gif) -385px -15px;
}
#header ul#gNavi li#gn05 a{
	width: 85px;
	background: url(../images/g_navi01.gif) -495px 0px;
}
#header ul#gNavi li#gn05 a:hover{
	background: url(../images/g_navi01.gif) -495px -15px;
}
#header ul#gNavi li#gn06 a{
	width: 125px;
	background: url(../images/g_navi01.gif) -580px 0px;
}
#header ul#gNavi li#gn06 a:hover{
	background: url(../images/g_navi01.gif) -580px -15px;
}
#header ul#gNavi li#gn07 a{
	width: 85px;
	background: url(../images/g_navi01.gif) -705px 0px;
}
#header ul#gNavi li#gn07 a:hover{
	background: url(../images/g_navi01.gif) -705px -15px;
}
#header ul#gNavi li#gn08 a{
	width: 70px;
	background: url(../images/g_navi01.gif) -790px 0px;
}
#header ul#gNavi li#gn08 a:hover{
	background: url(../images/g_navi01.gif) -790px -15px;
}

/* main styles
------------------------- */
#main{
	margin-left: 200px;
}

.space{
	margin-bottom: 15px;
}

/* sideL(contents) style
------------------------------*/
#contents{
	margin-bottom: 20px;
}
#contents ol{
	margin-top: 15px;
}
#sideL{
	float: left;
	width: 185px;
	text-align: left;
	font-size: 90%;
	line-height: 1.8;
	margin-bottom: 20px;
}
.botan{
	line-height: 3;
	background: url(../images/top/side_line.gif) no-repeat 1px 7px;
	list-style: url(../images/top/side_botan.jpg) none inside;
}

.submenu{
	line-height: 2;
	margin-left: 10px;
	background-image: none;
	list-style: url(../images/top/list_img.gif) none inside;	
}
#sideL a{
	color: #333333;
	text-decoration: none;
}
#sideL a:hover{
	color: #4ca0b2;
	text-decoration: none;
}
.side_bana img{
	margin-bottom: 5px;
}

/* footer styles
------------------------- */
#footer ul#textLink{
	margin-left: -10px;
}
#footer ul#textLink li{
	float: left;
	width: 218px;
	font-size: 85%;
	margin-bottom: 5px;
}
#footer address{
	clear: both;
	font-size: 90%;
	border-top: 1px solid #666666;
	text-align: center;
	padding: 5px;
}

/*------------------------------*/

/* for ie6 : starHack
----------------------------*/
* html #footer {
	width: 100%;
	height: 100%;
}
* html #header #logo1 h2{
	float: left;
	width: 440px;
	font-size: 85%;
	margin-top: 115px;
}
* html #header #logo1 a:link,
#header #logo1 a:visited{
	color: #333333;
}

/* tuika : Hack
----------------------------*/
* html #header{
	margin-bottom: 10px;
}
* html #main{
	margin-left: 196px;
}
* html .contentsimg{
	margin-bottom:5px;
}
* html .botan{
	line-height: 1;
	background-position-y: 1px;
}
* html .botan a{
	margin-left: 0.5em;
}

/*----------------------------*/
*+html .botan{
	line-height: 0.9;
	background-position-y: 0px;
}
*+html .botan a{
	margin-left: 1em;
}

/*----------------------------*/
.submenu{
	/margin: 10px 0px 15px;
}

