@charset "utf-8";

/*
body {
	background: #F4E8C6 repeat;
}
*/

body {
	background: url(../images/background.jpg) repeat;
	color: #222222;
}

a{
	color:#005697;
	text-decoration:none;
}
a:hover{
	color:#990033;
	text-decoration:none;
}

.clearfix{
    clear: both;
    display: block;
	visibility: hidden;
	height: 0;
}

p {
	display:block;
}

/* strongの代わりにspanで使う */
.bold {
	font-weight: bold;
}

#header:after, #gnav ul:after, #topArea:after, #content:after{
  clear: both;
  display: block;
	visibility: hidden;
	height: 0;
}

#header, #gnav ul, #content, #topArea, #footer{
	display: inline-block;
}

#header, #gnav ul, #content, #topArea, #footer{
	display: block;
}


#header{
	width: 100%;
	padding-top: 12px;
	height: 30px;
	min-width: 860px;
}
#header #gmenu{
	height: 20px;
	width: 860px;
	margin: 0px auto;
	color: #FFFFFF;
}

#header #gmenu ul{
	float:right;
	padding: 0px 15px 0px 0px;
}

#header #gmenu ul li{
	font-size: 85%;
	display: inline;
	float: left;
	border-right: 1px solid #FFFFFF;
	padding: 0px 10px;
	font-weight: bold;
}

#header #gmenu .end {
	border-right-style: none;
	padding-right: 0px;
}


#header #gmenu a{
	color:#FFFFFF;
	text-decoration:none;
}

#header #gmenu a:hover{
	background: #5395CA;
}

#wrap {
	background: #FFFFFF;
	width: 100%;
	min-width: 860px;
}


#logo{
	width: 860px;
	display: block;
	margin: 0px auto;
	background: #FFFFFF;
}
#logo h1 {
	padding: 20px 0px 20px 15px;
}


#container{
	width: 860px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
}


#gnav{
	height: 22px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#gnav ul li{
	display: block;
	float: left;
	width: 110px;
	margin-right: 10px;
}

#gnav ul li.en{
	margin-right: 0px;
}

#content{
	padding: 0px 30px 50px;
	clear: both;
	overflow: hidden;
}



#footer{
	clear:both;
	height:60px;
	width: 100%;
}

#copyright{
	width: 860px;
	text-align: right;
	color: #FFFFFF;
	position: relative;
	margin: 10px auto;
	font: 100% "Times New Roman", Times, serif;
}

.dotline {
	background: #FFFFFF url(../images/dot_line.gif) repeat-x center;
	height: 3px;
	clear: both;
	display: block;
}

.newWin {
	margin: 0px 0px 0px 2px;
}


/*top以外のページで共通*/

#container #topicPath {
	font-size: 77%;
	margin: 20px 0px 20px;
	padding: 0px 0px 0px 15px;
	color: #666666;
}
#container #topicPath a{
	color: #666666;
}
#container #topicPath a:hover {
	text-decoration:underline;
}


#container #content h2 {
	padding: 0px 0px 6px 10px;
	margin-bottom: 20px;
	display: block;
	background: url(../images/dot_line.gif) repeat-x bottom;
}



/* UNDER CONSTRUCTION */

.ready{
	text-align:center;
	height: 500px;
	background: url(../images/ready.gif) no-repeat center center;
	overflow: hidden;
}
#container #content #pageup {
	width: 800px;
	clear: both;
	text-align: right;
	margin: 30px 0px 0px;
}
