@charset "Shift_JIS";

/* ==================== Default ==================== */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../img/background.gif) top left repeat-x;


	color:#333333;
}

img {
	border: none;
}

em {
	font-style: normal;
	font-weight: normal;
	font-family:  sans-serif; 
}

.voice-navigation {
	height:0;
	font-size:1px;
	overflow:hidden;
	}


/* ==================== Common ==================== */
.img-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 1.5em;
}

.img-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 1.5em;
}
.color-orange {
	color: #ff9900 ! important;
}

.color-gray {
	color: #555 ! important;
}
.color-pink {
	color: #ff1943 ! important;
}

/* ==================== Layout ==================== */

#container {

	width: 900px;

	margin: 0px auto;

	background-color: #fff;

	text-align: left;

	border: 1px solid #000;

}



#header {

	padding: 0px 0px 0px 0px;

	background: url(../img/logo_jiu.gif) 670px 10px no-repeat;

}



#wrapper {

	overflow: hidden;

	height: 100%;

	position: relative;

	padding: 0 15px 30px;

	background: url(../img/title_back.jpg) 0px 0px no-repeat;

}



#content {

	float: right;

	width: 660px;

}



#menu {

	float: left;

	width: 181px;

}



#footer {

	clear: both;

	padding: 10px 10px 10px;

	border-top: 1px solid #791A3E;

}



/* ==================== Header ==================== */

#header-logo {

		display: inline;

		width: 313px;

		height: 44px;

		margin-left:30px;
		
		}

#header-logo img {

		 vertical-align: bottom;
		 
		 margin-top: 10px;

		}

/*#toeng	{

		 display: inline;

		 margin: 0px 0px 0px 0px;

		}*/



/*#jiuhome	{

		 display: inline;

		 position:absolute;
		 
		 margin:28px 0 0 20px;

		}*/




#jiuhome	{

		 display: inline;

		 position:absolute;
		 
		 margin:28px 0 0 200px;

		}




#groval-navigation {

	height: 50px;

	width:900px;

	margin: 13px 0 0 0;

	list-style: none;

}



#groval-navigation li {

	float: left;

	display: block;

	height: 50px;

}



/* ==================== Footer ==================== */

.copyright {

	text-align: center;

	font-style: normal;

	font-size: 75%;

	color:#791A3E;

	font-family: arial, sans-serif;

}



