@charset "UTF-8";


body {
	margin-top:20px;
	
	background-image : url("../img/bg-new.gif");
	background-position: 0% 90px;
	/*background-attachment: fixed;*/
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}

img {
	border:0;
}
a {
text-decoration: none;
}

#box-page-all {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/*-----------------------------------
	header
-----------------------------------*/
#box-logo {
	width: 325px;
	height: 70px;
	float: left;
}
#box-marquee-all {
	width: 385px;
	height: 22px;
	float: right;
}
#box-marquee-start {
	width: 66px;
	height: 24px;
	float: left;
}
#box-marquee-center {
	width: 284px;
	height: 15px;
	background-color: #F0F0F0;
	margin-top: 1px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	float: left;
}
#box-marquee-end {
	width: 35px;
	height: 24px;
	float: right;
}
#box-about {
	width: 570px;
	margin-top: 20px;
	font-size: 12px;
	text-align: right;
	float: right;
}


/*-----------------------------------
	dropdown menu
-----------------------------------*/
* {
	padding:0;
	margin:0;
}

#globalNav{
	/*position:relative;*/
	clear: both;
	margin-bottom: 25px;
	height: 60px;
}
/*.dropdownBox{
	margin-bottom:20px;
}*/

/*上部メニューバー*/
.dropdown{
	float:left;
	width:150px;
}
/*.dropdownBox dl.firstMenu{
	width:150px;
}*/
.dropdown dt{
	width:150px;
	/*border:1px solid #9ac1c9;*/
	/*font-weight:bold;*/
	cursor:pointer;
	background:/*#D9DEE0*/ url(../img/button-new.gif) /*repeat-x*/no-repeat;
	text-align: center;
	font-size:13px;
	line-height:1.3em;
	padding-top: 25px;
	padding-bottom: 18px;
}
/*.dropdownBox dl.firstMenu dt{
	border-left:2px solid #9ac1c9;
}*/
.dropdown dt:hover{
	background:/*#C9D3D6*/ url(../img/button-new-over.gif) /*repeat-x*/no-repeat;
}
.dropdown dd{
	position:absolute;
	/*margin-left:-2px;*/
	overflow:hidden;
	display:none;
	background:#FFF;
	z-index:200;
}
.dropdownBox dl.firstMenu dd{
	margin-left:0;
}
.dropdown ul{
	/*width:148px;*/
	/*border:solid #9ac1c9;*/
	border:solid #C0E0C0;
	border-width:1px 1px 1px 1px;
	list-style:none;
	border-top:none;
}
.dropdown li{
}
.dropdown li a,
.dropdown li a:active,
.dropdown li a:visited{
	display:block;
	padding:9px;
	color:#333;
	font-size:10pt;
	line-height:1.4em;
	text-decoration:none;
	/*width:138px;*/
	width:170px;
	background-color: #F8FEF9;	/*background:#eaf0f2;*/
}
.dropdown li a:hover{
	/*background-color:#d9e1e4;*/
	background-color:#E8FDEA;
	color:#000;
}
.dropdown .underline{
	/*border-bottom:1px solid #b9d6dc;*/
	border-bottom:1px solid #C0E0C0;
}

/*-----------------------------------
	1 column
-----------------------------------*/
#box-mid-1 {
	width: 720px;
	margin-left: auto;
	padding-top: 30px;
}

/*-----------------------------------
	2 columns
-----------------------------------*/
#box-mid-left {
	width: 180px;
	margin-right: 20px;
	float: left;
}
.banner_left {
	margin-bottom: 10px;
}
#box-mid-right {
	width: 700px;
	float: left;
}

/*-----------------------------------
	columns clear
-----------------------------------*/
#box-mid-clear {
	height: 20px;
	clear: both;
}

/*-----------------------------------
	footer
-----------------------------------*/
#box-footer {
	font-size: 10px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 5px;
	padding-bottom: 25px;
	clear: both;
}
