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

/*------------------------------------------------------
css clear
------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	background: #659ADD url(../../image/bg_body.png) left top repeat-x;
}

h1,h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
}

table, caption, th, td {
margin: 0;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
}

h1{
margin: 0;
padding: 0;
}

p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
a {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.all-clear {
	clear: both;
}

/*------------------------------------------------------
css all
------------------------------------------------------*/

#container {
	background: url(../../image/bg_container.jpg) center top no-repeat;
}
#wrapper {
	width: 740px;
	margin: 0 auto;
}
@media print {
    #wrapper {
		width: 741px;
	}
  }

#header {
	_overflow: visible;/* ~WinIE6 */
	_height: 1px;/* ~WinIE6 */
	zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
	
	padding-top: 12px;

	
	/*2011.7.19追加*/
	height: 129px;

}

#header:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}



#header h1 {
	margin-left: 5px;
	float: left;

	text-indent: -9999px;
	overflow: hidden;
	width: 241px;
	height: 39px;
	
	height: 59px;
	background: url(../../image/title.png) left 20px no-repeat;
}

#header h1 a {
	display: block;
	margin-top: 20px;
	text-decoration: none;
	width: 241px;
	height: 39px;
}


#topmenu {
	float: right;
	width:181px;
	height: 29px;
	margin-right: 5px;

	padding-top: 36px;
	background: url(../../image/topmenu.png) left 36px no-repeat;
}

#topmenu ul {
	margin: 0;
	padding: 0;
	width: 181px;
	height: 29px;
	list-style-type: none;
}

#topmenu li {
	float: left;
	width: 90px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;	
}

#topmenu li a {
	display: block;
	text-decoration: none;
	width: 90px;
	height: 29px;
}






#banner {
	margin-right: 5px;
	margin-top: 20px;
}
#banner li {
	float: right;
	margin-left: 10px;
}


#glovalNavi {

	
	/*2011.7.22追加*/
	
	padding-top: 19px;
	*padding-top: 6px;
	_padding-top: 6px;	
}

/*html #glovalNavi {
	padding-top: 10px;
}*/


#glovalNavi li {
	display: block;
	float: left;
	height: 45px;
	width: 148px;
}

#glovalNavi li a {
	display: block;
	height: 45px;
	width: 148px;
	text-indent: -9999px;
	outline: none;
}


#gNavi01 {
	background-image: url(../../image/glovalNavi01_over.png);
	background-repeat: no-repeat;
}
#gNavi01 a {
	background-image: url(../../image/glovalNavi01.png);
	background-repeat: no-repeat;
}
#gNavi01 a:hover {
	background-image: url(../../image/glovalNavi01_over.png);
	background-repeat: no-repeat;
}

#gNavi02 {
	background-image: url(../../image/glovalNavi02_over.png);
	background-repeat: no-repeat;
}
#gNavi02 a {
	background-image: url(../../image/glovalNavi02.png);
	background-repeat: no-repeat;
}
#gNavi02 a:hover {
	background-image: url(../../image/glovalNavi02_over.png);
	background-repeat: no-repeat;
}

#gNavi03 {
	background-image: url(../../image/glovalNavi03_over.png);
	background-repeat: no-repeat;
}
#gNavi03 a {
	background-image: url(../../image/glovalNavi03.png);
	background-repeat: no-repeat;
}
#gNavi03 a:hover {
	background-image: url(../../image/glovalNavi03_over.png);
	background-repeat: no-repeat;
}

#gNavi04 {
	background-image: url(../../image/glovalNavi04_over.png);
	background-repeat: no-repeat;
}
#gNavi04 a {
	background-image: url(../../image/glovalNavi04.png);
	background-repeat: no-repeat;
}
#gNavi04 a:hover {
	background-image: url(../../image/glovalNavi04_over.png);
	background-repeat: no-repeat;
}

#gNavi05 {
	background-image: url(../../image/glovalNavi05_over.png);
	background-repeat: no-repeat;
	width: 147px;
}
#gNavi05 a {
	background-image: url(../../image/glovalNavi05.png);
	background-repeat: no-repeat;
}
#gNavi05 a:hover {
	background-image: url(../../image/glovalNavi05_over.png);
	background-repeat: no-repeat;
}

#mainArea {
	clear: both;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2361A0;
	border-bottom-color: #2361A0;
	border-left-color: #2361A0;
	padding: 10px;
}
#mainUnder {
	margin-left: 10px;
}
#mainUnder li {
	float: left;
	background-image: url(../../image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-right: 30px;
}
#mainUnder li a {
	text-decoration: none;
	color: #339900;
	font-size: 10px;
}
#mainUnder li a:hover {
	text-decoration: underline;
}
#footer {
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
