@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;
}


.toTop {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 10px;
}
.toTop a {
	color: #666666;
	text-decoration: none;	
}

/*------------------------------------------------------
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 {
	padding-top: 12px;
	
	height: 129px;
}


#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;
}







#glovalNavi {

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

#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;
}


/*------------------------------------------------------
pop all
------------------------------------------------------*/
#popBox {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#popBox #pheader #close {
	background-image: url(../../image/popup/closeBack.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	float: right;
	height: 66px;
	width: 72px;
	padding-top: 5px;
}
#popBox #pheader #close p {
	margin-top: 3px;
}


#popBox #pheader h1 {
	padding-top: 30px;
}

/* @group 2011.7.22修正 */

#popBox #pheader h1 {
	padding-top: 30px;
	margin-left: 5px;

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

#popBox #pheader h1 a {
	display: block;
	text-decoration: none;
	width: 241px;
	height: 39px;
}

/* @end */















#popBox #pheader #pMenu {
	margin-top: 15px;
	background-image: url(../../image/popup/menuUnder.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 40px;
}


#popBox #pheader #pMenu li {
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: left;
}

#popBox #pheader a {
	outline: none;
}



#popBox #pheader #pMenuB_01 {
	height: 30px;
	width: 130px;
	background-image: url(../../image/popup/menuB_01_over.png);
	background-repeat: no-repeat;
}
#popBox #pheader #pMenuB_01 a {
	background-image: url(../../image/popup/menuB_01.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
	display: block;
}
#popBox #pheader #pMenuB_01 a:hover {
	background-image: url(../../image/popup/menuB_01_over.png);
	background-repeat: no-repeat;
}



#popBox #pheader #pMenuC_01 {
	height: 30px;
	width: 130px;
	background-image: url(../../image/popup/menuC_01_over.png);
	background-repeat: no-repeat;
}
#popBox #pheader #pMenuC_01 a {
	background-image: url(../../image/popup/menuC_01.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
	display: block;
}
#popBox #pheader #pMenuC_01 a:hover {
	background-image: url(../../image/popup/menuC_01_over.png);
	background-repeat: no-repeat;
}



#popBox #pheader #pMenuA_02 {
	background-image: url(../../image/popup/price/menuA_02_over.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
}
#popBox #pheader #pMenuA_02 a {
	background-image: url(../../image/popup/price/menuA_02.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
	display: block;
}
#popBox #pheader #pMenuA_02 a:hover {
	background-image: url(../../image/popup/price/menuA_02_over.png);
	background-repeat: no-repeat;
}


#popBox #pheader #pMenuC_02 {
	background-image: url(../../image/popup/price/menuC_02_over.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
}
#popBox #pheader #pMenuC_02 a {
	background-image: url(../../image/popup/price/menuC_02.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
	display: block;
}
#popBox #pheader #pMenuC_02 a:hover {
	background-image: url(../../image/popup/price/menuC_02_over.png);
	background-repeat: no-repeat;
}


#popBox #pheader #pMenuA_03 {
	background-image: url(../../image/popup/kouzi/menuA_03_over.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
}
#popBox #pheader #pMenuA_03 a {
	background-image: url(../../image/popup/kouzi/menuA_03.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
	display: block;
}
#popBox #pheader #pMenuA_03 a:hover {
	background-image: url(../../image/popup/kouzi/menuA_03_over.png);
	background-repeat: no-repeat;
}


#popBox #pheader #pMenuB_03 {
	background-image: url(../../image/popup/kouzi/menuB_03_over.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
}
#popBox #pheader #pMenuB_03 a {
	background-image: url(../../image/popup/kouzi/menuB_03.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 130px;
	text-indent: -9999px;
	display: block;
}
#popBox #pheader #pMenuB_03 a:hover {
	background-image: url(../../image/popup/kouzi/menuB_03_over.png);
	background-repeat: no-repeat;
}




#popBox #pheader #menuUnder {
	background-image: url(../../image/popup/menuUnder.jpg);
	background-repeat: repeat-x;
	height: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #339900;
	border-left-color: #339900;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
