@charset "shift_jis";















/*/////////////////////////////////////////////////////////////////flashの範囲CSS*/
#flash {
	height: 397px;
	width: 800px;
	background: #FFFFCC;
}







/*/////////////////////////////////////////////////////////////////global-naviの範囲CSS*/
#global-navi {
	height: 59px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#global-navi ul {
	padding-left: 8px;
}

#global-navi li {
	float: left;
	height: 59px;
	width: 190px;
	padding-right: 3px;
	padding-left: 3px;
}
#global-navi li a {
	text-decoration: none;

}
#global-navi em {
	visibility: hidden;
}

/*/////////////////////////////////////////////////////////////////ボタンの範囲CSS*/
#global-navi #btn01 a {
	display: block;
	height: 59px;
	width: 190px;
	background: url(../images/btn01.gif) no-repeat top;
}
#global-navi #btn01 a:hover {
	display: block;
	height: 59px;
	width: 190px;
	background: url(../images/btn01.gif) no-repeat bottom;
}
#global-navi #btn02 a {
	background: url(../images/btn02.gif) no-repeat top;
	display: block;
	height: 59px;
	width: 190px;
}
#global-navi #btn02 a:hover {
	background: url(../images/btn02.gif) no-repeat bottom;
	display: block;
	height: 59px;
	width: 190px;
}
#global-navi #btn03 a {
	background: url(../images/btn03.gif) no-repeat top;
	display: block;
	height: 59px;
	width: 190px;
}
#global-navi #btn03 a:hover {
	background: url(../images/btn03.gif) no-repeat bottom;
	display: block;
	height: 59px;
	width: 190px;
}
#global-navi #btn04 a {
	background: url(../images/btn04.gif) no-repeat top;
	display: block;
	height: 59px;
	width: 190px;
}
#global-navi #btn04 a:hover {
	background: url(../images/btn04.gif) no-repeat bottom;
	display: block;
	height: 59px;
	width: 190px;
}







/*/////////////////////////////////////////////////////////////////wapperの範囲CSS*/
#wapper {
	overflow: hidden;
	height: auto;
	width: 800px;
}
#wapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #wapper{
    height: 1em;
    overflow: visible;
}
/**/







/*/////////////////////////////////////////////////////////////////blockAの範囲CSS*/
#blockA {
	float: left;
	height: 250px;
	width: 208px;
}
#blockA .banner {
	padding-top: 28px;
}







/*/////////////////////////////////////////////////////////////////blockBの範囲CSS*/
#blockB {
	float: right;
	height: auto;
	width: 567px;
	text-align: left;
}
#blockB #info_img {
	padding-bottom: 15px;
}
.info {
	padding-left: 10px;
}








/*/////////////////////////////////////////////////////////////////インフォメーションの範囲CSS*/
#blockB #information {
	width: 515px;
	padding-right: 26px;
	height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-left: 10px;
}
#info_variable {
	height: auto;
	width: 515px;
	background: url(../images/info_middle.gif) repeat-y;
	text-align: left;
}
#info_variable dl {
	background: url(../images/line.gif) no-repeat bottom;
	height: auto;
	padding-left: 25px;
	padding-bottom: 3px;
	padding-right: 25px;
}
#info_variable dt {
	color: #74C3EA;
	font-weight: bold;
	background: url(../images/star.gif) no-repeat left center;
	padding-left: 20px;
	padding-top: 5px;
}
#info_variable dd {
	padding-bottom: 8px;
}
#info_variable a {
	color: #0000FF;
	text-decoration: none;
}

