@charset "euc-jp";
/* CSS Document */

@import url("reset.css");
@import url("font.css");
@import url("clearfix.css");

body{
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
}

/* header ヘッダー */
#header {
	text-align: center;
}
#headerInner {
	width:950px;
	display:block;
	margin-top:20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 85%;
}

#headerInner ul {
	width:400px;
	text-align: right;
	float: right;
	margin: 10px 0 10px 0;
}
#headerInner ul li {
	display:inline;
	list-style: none;
	margin-left:10px;
}
#headerInner ul li a {
	color:#666;
	text-decoration: none;
}
#headerInner ul li a:hover { text-decoration: underline }


/* page メインスペース */
#page { background-color: #ffffff; padding:0; text-align: center;}
#pageInner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #666;
}


/* side 左サイドメニュー */
#side {
	width:230px;
	float:left;
}

#navi {
	font-size:100%;
	margin-top:10px;
	background: #fff;
}
#navi ul {
	margin-bottom:20px;
}
#navi ul li {
	padding:0px;
	background-image: url(../img/navi_line.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}
#navi ul li.pickup {
	background: #e6e8eb url(../img/navi_line_pickup.gif) repeat-x bottom;
}
#navi ul li.naviEnd {
	background-image: none;
	padding-bottom:0;
}
#navi ul li a {
	text-decoration: none;
	color:#646464;
	padding:12px 0px 12px 30px;
	background-image: url(../img/point.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	display: block;
}
#navi ul li a:hover {
	text-decoration: underline;
}


/* content メインコンテンツ */
#content {
	width: 700px;
	float:right;
	line-height: 140%;
}

#panlist{
	margin:15px 0 15px 0;
	font-size:93% ;
}
#panlist li{
	float:left ;
	*white-space:nowrap ;
}
#panlist a{
	padding: 0 15px 0 0;
	margin: 0 9px 0 0;
	background: url(../img/bg_panlist.gif) no-repeat right center;
	outline: 0;
	*white-space : nowrap ;
	display: block;
}

#content h1{
	font-size:108%;
	line-height: 100%;
	margin:10px 0;
	padding: 8px 0px;
	border-bottom: 1px solid #97959c;
	background: #FFF;
}
#content h2{
	font-size:108%;
	line-height: 100%;
	margin:10px 0 10px 0;
	padding:5px 30px;
	background-image: url(../img/h2_back.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}
#content p{
	margin: 1em 0px 1em 10px;
}


/* footer フッター */
#footer {
	background-image: url(../img/footer_back.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
	padding: 110px 0px 20px 0px;
	color:#666;
}
#footerInner {
	padding:0;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 85%;
}


/* copyright コピーライト＆フッターメニュー */
#copyright {
	float:left;
	display: inline;
}
#footerInner ul {
	width:400px;
	text-align: right;
	float: right;
}
#footerInner ul li {
	display:inline;
	list-style: none;
	margin-left:10px;
}
#footerInner ul li a {
	color:#666;
	text-decoration: none;
}
#footerInner ul li a:hover { text-decoration: underline }


/* ページ上部に戻る */
.totop {
	text-align: right;
	margin: 10px 0 30px 0;
	font-size: 93%;
}
.totop a {
	text-decoration: none;
	color:#97959c;
}
.totop a:hover { text-decoration: underline }


/* 文字修飾 */
em{
	font-weight: bold;
}
a{
	padding:0;
	text-decoration:none;
	color:#009b9f;
}
a:hover{
	text-decoration: underline;
	color:#9d9d9d;
}
.red { color:#ea3e6f }
.right { text-align:right; }
