@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
hr {
	display: none;
}

p {
	line-height: 1.3em;	
}

/*------------ 全体のレイアウト ------------*/
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/*------------ ヘッダー ------------*/
#header {
	padding-top: 7px;
	padding-bottom: 20px;
}

#header #headerList {
	margin-left: 800px;
	display: inline;
}

#header #headerList ul {
	padding-left: 435px;
}

#header #headerList li {
	margin-left: 35px;
	display: inline;
}

/*------------ タイトルロゴ ------------*/
#header h1#titleMain {
	margin-top: 26px;
	display: inline;
	float: left;
}

#header h1 a {
	display: block;
	position: absolute;
	width: 272px;
	height: 36px;
	background-image: url("../img/titleMain.gif");
	background-repeat: no-repeat;
  text-indent: -9999px;
}

/*------------ ナビゲーション ------------*/
#gNav {
	width: 900px;
	margin-bottom: 30px;
	clear: both;
}

#gNav li {
	margin-left: 2px;
	float: left;
}

/*------------ 各ページメニュー ------------*/
#subTitle, ul#menulist {
	margin-left: 50px;
}

ul#menulist {
	padding-top: 15px;
	padding-bottom: 20px;
}

ul#menulist li {
	margin-right: 8px;
	display: inline;
}

/*------------ モバイルサイトバナー ------------*/
#mobile {
	padding: 52px 0 53px 460px;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	background-image: url(../img/mobileBanner.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

/*------ リンク色 ------*/
#mobile a {
	color: #666666;
}

#mobile a:hover {
	color: #;
}

#mobile a:visited {
	color: #;
}

/*------------ フッター ------------*/
#footer {
	margin-bottom: 65px;
	padding-top: 15px;
	background-image: url(../img/dashLine.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#footer #textNav {
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 15px;
	letter-spacing: -0.1em ;
}

#footer #textNav li {
	padding: 0 8px;
	display: inline;
	border-left: 1px solid #666666;
}

#textNavLast {
	border-right: 1px solid #666666;
}

#footer address {
	font-size: 0.8em;
	letter-spacing: -0.1em;
	color: #666666;
	text-align: center;
}

/*------ リンク色 ------*/
#footer #textNav a {
	color: #666666;
	text-decoration: none;
}

#footer #textNav a:hover {
	color: #;
}

#footer #textNav a:visited {
	color: #;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- clearfix --------*/
.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
zoom: 1;
}

.red{
	color:#FF0000;
}

.bold{
	font-weight:bold;
}

