@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

li {
	list-style-type: none;
}

a:link {
	color: #36f;
	text-decoration: none;
}

a:visited {
	color: #c6c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #fff;
	font-size: 100%;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#globalHeader {
	background: transparent url(./../images/gheader_bg_base.png) repeat-x left bottom;
}

#globalHeader .upperBlock {
	width: 950px;
	margin: 0 auto;
	zoom: 1;
}

#globalHeader .upperBlock:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#globalHeader .upperBlock h1,
#globalHeader .upperBlock .name {
	float: left;
	width: 246px;
	padding: 4px 0 7px 10px;
}

#globalHeader .upperBlock .eijutop {
	float: right;
	width: 141px;
	padding: 48px 16px 0 0;
}

#globalHeader .contentsMenu {
	position: relative;
	width: 950px;
	height: 70px;
	margin: 0 auto;
	background: transparent url(./../images/gheader_bg_menu.png) no-repeat left top;
	z-index: 1;
}

#globalHeader .contentsMenu .button {
	position: absolute;
	top: 0;
}

#globalHeader .contentsMenu .button01 {
	left: 2px;
}

#globalHeader .contentsMenu .button02 {
	left: 239px;
}

#globalHeader .contentsMenu .button03 {
	left: 476px;
}

#globalHeader .contentsMenu .button04 {
	left: 713px;
}

#globalHeader .contentsMenu .dropMenu {
	display: none;
	border-right: 1px solid #cfb3a8;
	border-bottom: 1px solid #cfb3a8;
	border-left: 1px solid #cfb3a8;
}

#mainBody {
	width: 950px;
	margin: 0 auto;
	zoom: 1;
}

#mainBody:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.second #mainBody .topicpath {
	padding: 15px 0 15px 10px;
	color: #888;
	font-size: 12px;
	line-height: 1;
	background: transparent url(./../images/cmn_bg_topicpath.png) repeat-x left bottom;
}

.second #mainBody .topicpath a:link {
	color: #888;
}

.second #mainBody .topicpath a:visited {
	color: #888;
}

#globalFooter {
	position: relative;
	padding: 0 0 50px 0;
	width: 950px;
	margin: 0 auto;
	border-top: 1px solid #ddd;
	zoom: 1;
}

#globalFooter:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#globalFooter .copyright {
	margin: 18px 0 0 23px;
	color: #444;
	font-size: 12px;
}

#globalFooter ul {
	position: absolute;
	top: 17px;
	right: 23px;
}

#globalFooter li {
	display: inline;
	margin: 0 0 0 10px;
}


