@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;

}
body {
	text-align: center;
	background-color: #e8e8e8;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	
}
#wrapper {
	text-align: left;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
img {
	border-style: none;
}

ul#trans {
	list-style-type: none;
	margin-right: 5px;
	margin-left: 120px;
	float: right;
}
#trans li {

}


/* header */
#header {
	width: 880px;
	float: left;
}
#header1 {
	float: left;
	height: 125px;
	width: 391px;
}
#header #header2 {
	float: right;
	height: 125px;
	width: 489px;
	background-image: url(../images/header.jpg);
}
#header #header2 #global {
	margin-top: 40px;
	margin-bottom: 53px;
	margin-left: 399px;
}

/* menu */
#menu {
	width: 880px;
}
#menu #menu1 {
	float: left;
	clear: left;
}
#menu #menu1 #menu2 {
	float: left;
	width: 15px;
	height: 40px;
	background-image: url(../images/index_left.jpg);
}
#menu #menu1 #menu3 {
	float: left;
	width: 444px;
}
#menu #menu1 #menu3 h2 {
	float: left;
}
#menu #menu1 #menu4 {
	float: right;
	width: 421px;
	height: 40px;
	background-image: url(../images/index_000.jpg);
	background-repeat: repeat-x;
}
#menu #menu1 #menu4 #menu5 {
	float: right;
	height: 40px;
	width: 30px;
	background-image: url(../images/index_right.jpg);
	background-repeat: no-repeat;
}

/* location */
#main .location{
	margin-top: 5px;
}
#main .location p{
	font-size: 80%;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif, "lr oSVbN", Osaka, "qMmpS Pro W3";
	padding-top: 0.4em;
	padding-left: 20px;
	color: #666666;
}
#main .location em{
color: #698CA0;
font-style: normal;
}
/* main */
#wrapper #main {
	width: 880px;
	float: left;
}
#main #main1 {
	margin-top: 10px;
}

/* navi */
#main #main1 #navi {
	width: 190px;
	float: left;
}

/* contents */
#main #main1 #contents {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	float: left;
	width: 680px;
}

/* footer */
#footer {
	width: 880px;
	background: url(../images/footer.jpg) no-repeat;
	float: left;
	height: 175px;
}
#footer #submenu {
	margin: 45px 0px 0px 5px;
	float: left;
}
#footer #submenu ul {
	width: 875px;
	float: left;
}
#footer #submenu li {
	float: left;
	list-style: none;
	margin-right: 15px;
}
#footer #address1 {
	float: left;
	margin-top: 95px;
	margin-left: 5px;
}
#footer #address1 #address2 {
	width: 875px;
}
/* link */
a:link {
	color: #565656;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #565656;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
