
/*---all---*/
body {
/*background-image:  url(../images/top_bg.gif); */
margin: 0px; 
padding: 0px;
background-repeat: repeat-x; 
background-color: #eeebd7;
font-family: Arial,Helvetica,sans-serif;
}

hr {
color: #333333;
background-color: #333333;
border: 0px;
height: 1px;
text-align: center;
margin: 0px auto;
}

.center {
text-align: center;
margin-left : auto;
margin-right : auto;
margin-bottom: 20px;
}

img {
border: none;
}


/*---logo---*/
h1 {
text-align: center;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
vertical-align: top;
width: 690px;
height: 150px;
}


/*---mennu---*/
#menu {
list-style-type:none;
list-style-position: inside;
line-height: 90%; 
}

.menu02 {
display: inline;
margin-left: auto;
margin-right: auto;
padding:0px;
}

#menu a {
text-decoration: none;
}


/*---box---*/
h2 {
font-family: 'Times New Roman',Times,serif;
font-size: x-large;
color: #cc3300;
}

h3 {
font-size: small; 
color: #3333ff
}

.indent {
margin: 0px 30px;
}

.indent02 {
margin: 0px 15px;
}

.past {
color: #990000;
font-size: small;
}

.small {
font-size: small;
}

.red {
color: red;
font-weight: bold;
line-height: 150%;
font-size: small;
}


/*info box*/
.box01 {
width: 50%;
text-align: left;
margin-left: auto;
margin-right: auto; 
border: 0px; 
}

.box01 ul {
list-style-type: circle;
}

.box01 li {
font-size: small; 
line-height: 140%;
}


/*what'snew box*/
.box02 {
width: 50%;
text-align: left;
margin-left: auto;
margin-right: auto; 
border: 0px; 
}
.box02 ul {
list-style-type: circle;
}
.box02 li {
font-size: small; 
line-height: 140%;
}


/*---copyright---*/
#copy {
text-align: center;
font-size: x-small;
margin: 20px auto;
}




/*#header-e { 
background-image: url(../images/top_bg_e.gif);
margin: 0px; 
padding: 0px;
background-repeat: repeat-x; 
background-color: #eeebd7;
}

#topimg {
	width: 696px;
	height: 150px;
	margin: 0;
	float: left;
}

#header-e .language {
margin: 0px; 
padding: 0px;
width: 78px;
height: 26px;
float:right;
border: 2px dotted #960;
}

.clear {
clear: both;
}*/


/*==================タイトル==================*/

/*ヘッダー部分　いけだ*/
#header-top {
	width: 100%;
	height: 150px;
	margin: 0;
	background-image: url(../images/top_bg_e.gif);
	background-repeat: repeat-x;
}
.topimg {
	width: 696px;
	height: 150px;
	margin: 0 auto;
	/*position:relative;
	position:50%;*/
}

.jp-button {
	width: 78px;
	height: 26px;
	margin: 0;
	float: right;
	position:absolute; 
	top:0px; 
	left:92%;
}

.clear {
clear: both;
}



/*==================ヘッダーナビ==================*/
#header-navi {
	width: 80px;
	height: 26px;
	float: right;
}
#header-navi ul {
	list-style-type : none;
}
#header-navi li {
	display : inline;
	float:left;
}
#header-navi #en a {
	display: block;
	width: 78px;
	height: 26px;
}


