@charset "shift_jis";

/* -------------------------
 * common tag
 * ------------------------- */

body {
	line-height: 140%;
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(../images/bg.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

/* a */
a {
	text-decoration: none;
	color: #9F9FA0;
}
a:visited {
	text-decoration: none;
	color: #9F9FA0;
}
a:hover {
	text-decoration: none;
	color: #000000;
}


/* -------------------------
 * common class
 * ------------------------- */

/* float */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clear {
	clear: both;
}
.clearfix {
	min-height: 1px;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/* margin */
.top5px {
	margin-top: 5px;
}
.top10px {
	margin-top: 10px;
}
.top15px {
	margin-top: 15px;
}
.top20px {
	margin-top: 20px;
}
.top30px {
	margin-top: 30px;
}
.left5px {
	margin-left: 5px;
}
.left10px {
	margin-left: 10px;
}
.left15px {
	margin-left: 15px;
}
.left20px {
	margin-left: 20px;
}
.left30px {
	margin-left: 30px;
}
.right10px {
	margin-right: 10px;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.fontsize-min {
	font-size: 10px;
}

/* -------------------------
 * common id
 * ------------------------- */

#top {
	position: fixed;
	left: 0px;
	top: 0px;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: inline-block;
}

/* header */
#header {
	padding-top: 15px;
}
#header h1 {
	margin: 0px;
	float: left;
}
#header-right {
	margin-left: 0px;
	float: right;
	text-align: right;
}

/* content */
#content {
	width: 960px;
	margin-top: 20px;
	background-position: top;
	_margin-top: 25px; /* ie6 hack */
	display: inline-block; /* ie8 */
}
#content-main {
	width: 960px;
}

/* gnavi */
#gnavi-container {
	width: 960px;
}

/* pagetop */
.pagetop {
	width: 960px;
}
.pagetop p {
	clear: both;
	background-image: url(../images/page_top.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	float: right;
	height: 140%;
	margin-top: 20px;
	padding-left: 15px;
}
.pagetop a {
	text-decoration: none;
	color: #000000;
}
.pagetop a:visited {
	text-decoration: none;
	color: #000000;
}
.pagetop a:hover {
	text-decoration: none;
	color: #000000;
}


/* footer */
#footer {
	width: 960px;
	margin-top: 5px;
	font-size: 12px;
}