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

* {
	margin:0;
	padding:0;
	}
	
html,
body {
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-image: url(../images/back_img.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
h1,h2,h3,h4,ul,li,p,address {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

	
img {
	border:0;
	}
	
h1,address {
	color:#FFF;
	}
	
a:link,
a:visited,
a:active {
	color: #3366FF;
	text-decoration: none;
}

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

.cl {
	clear:both;
	}

/* Wrapper
-------------------------------------------------*/	
#wrapper {
	width:100%;
	min-height:100%;
	margin:0 auto -130px;
	height:auto !important;
	height:100%;
	}	

/* header
-------------------------------------------------*/		
#header {
	width:760px;
	height:30px;
	margin:0 auto;
	background-image: url(../images/hed_haikei.png);
	background-repeat: no-repeat;
	}
	
#header h1 {
	line-height:30px;
	}

/* content
-------------------------------------------------*/	
#content {
	width:760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#content #rogo {
	width: 760px;
	background-image: url(../images/rogo_haikei.png);
	background-repeat: no-repeat;
	height: 80px;
}
#content #rogo h2 {
	text-align:center;
	position: absolute;
	left: -9999px;
	}
#content #gnavi {
	float: left;
	width: 200px;
	background-image: url(../images/gnv_haikei.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content #gnavi ul {
	text-align: right;
	margin-top: 30px;
}
#content #gnavi ul li {
	list-style-type: none;
}
#content #gnavi em {
	position: absolute;
	left: -9999px;
}

#content #gnavi ul li a#g01:link,
#content #gnavi ul li a#g01:visited,
#content #gnavi ul li a#g01:active {
	background-image: url(../images/gnv_01.png);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 20px;
	width: 80px;
	display: block;
	margin-left: 120px;
}	

#content #gnavi ul li a#g01:hover {
	background-image: url(../images/gnv_01.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 80px;
}
	
#content #gnavi ul li a#g02:link,
#content #gnavi ul li a#g02:visited,
#content #gnavi ul li a#g02:active {
	background-image: url(../images/gnv_02.png);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 20px;
	width: 80px;
	display: block;
	margin-left: 120px;
}	

#content #gnavi ul li a#g02:hover {
	background-image: url(../images/gnv_02.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 80px;
}
	
#content #gnavi ul li a#g03:link,
#content #gnavi ul li a#g03:visited,
#content #gnavi ul li a#g03:active {
	background-image: url(../images/gnv_03.png);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 20px;
	width: 80px;
	display: block;
	margin-left: 120px;
}	

#content #gnavi ul li a#g03:hover {
	background-image: url(../images/gnv_03.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 80px;
}
	
#content #gnavi ul li a#g04:link,
#content #gnavi ul li a#g04:visited,
#content #gnavi ul li a#g04:active {
	background-image: url(../images/gnv_04.png);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 20px;
	width: 80px;
	display: block;
	margin-left: 120px;
}	

#content #gnavi ul li a#g04:hover {
	background-image: url(../images/gnv_04.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 80px;
}

#content #gnavi ul li a#g05:link,
#content #gnavi ul li a#g05:visited,
#content #gnavi ul li a#g05:active {
	background-image: url(../images/gnv_05.png);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 20px;
	width: 80px;
	display: block;
	margin-left: 120px;
}	

#content #gnavi ul li a#g05:hover {
	background-image: url(../images/gnv_05.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 80px;
}

#content #gnavi ul li a#g06:link,
#content #gnavi ul li a#g06:visited,
#content #gnavi ul li a#g06:active {
	background-image: url(../images/gnv_06.png);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 20px;
	width: 80px;
	display: block;
	margin-left: 120px;
}	

#content #gnavi ul li a#g06:hover {
	background-image: url(../images/gnv_06.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 80px;
}

#content #main {
	width: 560px;
	float: left;
	background-image: url(../images/main_haikei.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
}
#main #toptxt {
	width: 440px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: left;
	height: 400px;
}
#main #toptxt h2 {
	line-height: 35px;
	color: #000066;
	margin-top: 20px;
}
#main #toptxt p {
	font-size: 90%;
	line-height: 150%;
	color: #666666;
}
#main #pro_area,#main #link_area {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
#main #pro_area h2 {
	line-height: 30px;
	color: #333333;
}
#main #pro_area h3 {
	line-height: 20px;
	color: #3399FF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #3399FF;
	text-indent: 0.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
}
#main #pro_area p {
	font-size: 85%;
	line-height: 25px;
	margin-left: 30px;
	color: #666666;
}
#main #pro_area dl {
	font-size: 85%;
	color: #666666;
}
#main #pro_area dt {
	line-height: 25px;
	text-indent: 0.5em;
}
#main #pro_area dd {
	line-height: 25px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3399FF;
}
#main #pro_area ul {
	font-size: 85%;
	color: #666666;
}
#main #pro_area ul li {
	line-height: 150%;
	margin-left: 30px;
	list-style-type: none;
}
#main #pr_area {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: left;
}
#main #pr_area .prbox {
	margin-bottom: 15px;
	overflow: visible;
	height: 220px;
	float: left;
	text-align: center;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	width: 118px;
	padding-right: 10px;
	padding-left: 10px;
}
#main #pr_area .prbox h3 {
	font-size: 90%;
	color: #666666;
	padding-top: 5px;
}
#main #pr_area .prbox p {
	font-size: 80%;
	width: 120px;
	line-height: 150%;
}
#main .phobox {
	background-image: url(../images/pro_img01.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 560px;
}
#main #link_area h3 {
	line-height: 20px;
	color: #006699;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #006699;
	text-indent: 0.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 90%;
}
#main #link_area dl {
	font-size: 85%;
	color: #666666;
}
#main #link_area dt {
	line-height: 25px;
	text-indent: 0.5em;
}
#main #link_area dd {
	line-height: 25px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

	
#footer-space {
	height:130px;
	}

/* footer
-------------------------------------------------*/		
#footer {
	width:100%;
	height:130px;
	background-color:#006;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
#footer address {
	text-align:center;
	line-height:30px;
	font-size: 75%;
	color: #CCCCCC;
	}
