@charset "shift-jis";
/* CSS Document */


/* ----------------------------------------------------------------------
 base
------------------------------------------------------------------------ */

*{
	font-family: Verdana, Arial, "ƒqƒ‰ƒMƒmŠpƒSPro W3", "Osaka", "MS PƒSƒVƒbƒN", sabs-serif;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

body {
	color: #000;
	line-height: 1.5;
	font-size: 75%;
	background-color: #EBEBEB;
	height: 100%;
	width: 100%;
}

hr {
	display: none;
}



a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}	


#wrapper {
	width:720px;
	margin:0px auto 0;
	background-color: #FFFFFF;
	position : relative;
	border-right: thin solid #999999;
	border-left: thin solid #999999;
}



/* ----------------------------------------------------------------------
 header
------------------------------------------------------------------------ */
#header{
	height: 160px;
	width: 100%;
}

#header_index{
	height: 340px;
	width: 100%;
}

#mainImage{
	background-image: url(../images/main_image.gif);
	background-repeat: no-repeat;
	height: 300px;
	width: 720px;
	float: left;
}

#topImage{
	background-image: url(../images/top_image.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 720px;
	float: left;
}

#topImage p a{
	height: 60px;
	width: 480px;
	margin-top: 40px;
	margin-left: 15px;
	text-indent: -10000px;
	display: block;
}

#mainImage ul,
#topImage ul{
	float: right;
	margin-top: 1px;
	margin-right: 10px;
}

#mainImage li,
#topImage li {
	display: inline;
	list-style: none;
	margin-left: 10px;
}

#mainImage li a,
#topImage li a{
	color: #FFFFFF;
	font-size: 10px;
}

#mainImage li a:hover,
#topImage li a:hover{
	color: #2F7CBB;
	text-decoration: underline;
}


/* ----------------------------------------------------------------------
 navi
------------------------------------------------------------------------ */


#gNav {
	clear: both;
	float: left;
	display: inline;
	height: 40px;
	width: 720px;
}

#gNav li{
	list-style:none;
	display: inline;
	float: left;
}

#gNav li a{
	display: block;
	text-indent: -10000px;
	height: 40px;
	width: 120px;
	}
	
#nav_01 a{
	background-image: url(../images/nav_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav_02 a{
	background-image: url(../images/nav_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav_03 a{
	background-image: url(../images/nav_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav_04 a{
	background-image: url(../images/nav_04.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav_05 a{
	background-image:url(../images/nav_05_2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav_06 a{
	background-image: url(../images/nav_06_2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav_01 a:hover,
#nav_02 a:hover,
#nav_03 a:hover,
#nav_04 a:hover,
#nav_05 a:hover,
#nav_06 a:hover,
#introduction #nav_01 a,
#naibu #nav_02 a,
#qms #nav_03 a,
#ems #nav_04 a,
#isms #nav_05 a,
#member #nav_06 a{
	background-position: 0 -40px;}


/* ----------------------------------------------------------------------
 contaiber
------------------------------------------------------------------------ */


#container{
	width: 720px;
	float: left;
}

#pageList{
	width: 710px;
	margin-top: 8px;
	margin-bottom: 12px;
	margin-left: 10px;
}

/* ----------------------------------------------------------------------
 contents base
------------------------------------------------------------------------ */


#contents{
	width: 560px;
	float: left;
	display: inline;
}	
	
#conBox{
	width: 550px;
	margin-left: 10px;
	margin-bottom: 20px;
	clear: both;
	float: left;
}
	
h1{
	background-image: url(../images/titleBar.gif);
	border: 1px solid #CCCCCC;
	font-size: 15px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	height: 30px;
	width: 540px;
	padding-left: 10px;
	line-height: 2em;
}

h2{
	font-size: 14px;
	color: #1C4F75;
	padding-bottom: 1px;
	border-bottom: 1px solid #1C4F75;
	margin-left: 15px;
	float: left;
	width: 545px;
	margin-bottom: 8px;
	display: inline;
}

#conBox p{
	width: 535px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 10px;
}


#conBox table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 540px;
	margin-left: 10px;
}

#conBox table th{
	border: 1px solid #DDD;
	padding: 7px 10px;
	color: #666666;
	width: 200px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(../images/th_img.gif);
}

#conBox table td{
	border: 1px solid #DDD;
	padding: 7px 15px;
	color: #333333;
	line-height: 16px;
}

#conBox table th a{
	color: #666666;
}

#conBox table th a:hover{
	color: #334868;
}

#conBox ul{
	margin-left: 20px;
}

#conBox li{
	list-style: none;
	line-height: 2em;
	background-image: url(../images/point02.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 19px;
	margin-left: 5px;
	clear: left;
}

#conBox li a{
	color: #004080;
	text-decoration: underline;
}

#conBox li a:hover{
	color: #006DDB;
	text-decoration: none;
}



/* ----------------------------------------------------------------------
 contents index.html
------------------------------------------------------------------------ */
#sp{
	width: 550px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#newsBox{
	width: 550px;
	margin-left: 10px;
	margin-bottom: 20px;
	height: 300px;
	border: 1px solid #999999;
	float: left;
	display: inline;
}


#newsContents{
	width: 520px;
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom: thin dotted #666666;
	float: left;
	clear: both;
	margin-top: 10px;
}

#newsContents p{
	width: 110px;
	float: left;
	font-weight: bold;
	color: #666666;
}

#newsContents dl{
	width: 410px;
	float: left;
}

#newsContents dt{
	font-size: 11px;
	font-weight: bold;
	color: #993300;
}


	
	
	
	
/* ----------------------------------------------------------------------
 contents sitemap.html
------------------------------------------------------------------------ */

h3{
	font-size: 13px;
	height: 25px;
	width: 510px;
	margin-top: 10px;
	margin-left: 20px;
	background-color: #E8E8E8;
	border-top: 1px solid #000060;
	border-right: 1px solid #000060;
	border-bottom: 1px solid #000060;
	border-left: 10px solid #000060;
	line-height: 2em;
	padding-left: 15px;
	margin-bottom: 10px;
	text-decoration: none;
	clear: both;
	float: left;
}

h3 a{
	color: #22578C;
}

h3 a:hover{
	color: #3280CD;
	text-decoration: underline;
}

/* ----------------------------------------------------------------------
 contents member.html
------------------------------------------------------------------------ */


#memBox{
	width: 540px;
	margin-left: 15px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: thin dotted #333333;
}

#memBox p{
	float: left;
	width: 120px;
	margin-right: 10px;
	margin-left: 5px;
	display: inline;
}


#memBox table {
	border-collapse: collapse;
	border-spacing: 0;
	width:400px;
	margin-left: 10px;
}

#memBox table th{
	padding: 2px 6px;
	color: #003264;
	width: 75px;
	border-bottom: 1px solid #999999;
	font-weight: normal;
	font-size: 10px;
}

#memBox table td{
	padding: 2px 6px;
	color: #333333;
	line-height: 16px;
	border-bottom: 1px solid #999999;
}

/* ----------------------------------------------------------------------
  contents introduction.html
------------------------------------------------------------------------ */

#spBox{
	margin-top: 10px;
	margin-bottom: 10px;
}


#spBox ul{
	margin-left: 10px;
}

#spBox li{
	margin-left: 10px;
	list-style: none;
	font-size: 11px;
	color: #273963;
	font-weight: bolder;
	line-height: 2em;
	background-image: url(../images/point.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 19px;
}

/* ----------------------------------------------------------------------
  banner
------------------------------------------------------------------------ */


#banner{
	float: right;
	width: 134px;
	margin-right: 10px;
	display: inline;
}


#banner p{
	border: 1px solid #CCCCCC;
	height: 65px;
	width: 130px;
	padding: 1px;
	margin-bottom: 10px;
}

#banner a{
	display: block;
	text-indent: -10000px;
	height: 65px;
	width: 130px;
	}


#banner01 a{
	background-image: url(../images/banner01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#banner02 a{
	background-image: url(../images/banner02.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#banner03 a{
	background-image: url(../images/banner03.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#banner01 a:hover,
#banner02 a:hover,#banner03 a:hover{
	background-position: 0 -65px;}





/* ----------------------------------------------------------------------
  pagetop
------------------------------------------------------------------------ */


#pagetop {
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 20px;

}

#pagetop p{
	float: right;
	margin-right: 5px;
}



/* ----------------------------------------------------------------------
  footer
------------------------------------------------------------------------ */


#footer{
	background-color: #CCCCCC;
	clear: both;
	height: 45px;
	width: 720px;
	margin-top: 20px;
}


#footer p{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
