/* @override http://www.ono-navi.jp/shared/default.css */
/*---ページ全体---*/
body {
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
a, a:link, a:visited, a:active {
	color: #f33;
	text-decoration: underline;
}

a:hover {
	color:#999;
	text-decoration: underline;
}

h1 {
	line-height: 150%;
}

/*---TOPヘッダ---*/
#header{
	width: 780px;
	text-align: center;
}

.head_under{
	height: 32px;
	background-image: url(/images/news_header_bg.gif);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #FFE930;
	line-height: 32px;
}

/*---メニューボタン---*/
#menu{
	width: 780px;
	margin: 5px 0px;
}

/*---パンくずリスト---*/
#rootlist{
	margin: 5px 0px;
	width: 780px;
	text-align: left;
}

/*---トップページ---*/
#main{
	width: 780px;
	margin: 0;
	padding: 0;
	background-image: url(/images/book_bg.jpg);
	background-repeat: no-repeat;
	height: 640px;
}

/*---下層ページ---*/
#contents{
	width: 780px;
	margin: 0;
	padding: 0;
	text-align: left;
}

/*---フッタ---*/
#footer{
	color: #FFF;
	width: 780px;
	height: 116px;
}
#footermail{
	height: 55px;
	background-image: url(/images/mail_bg.gif);
	background-repeat: repeat-x;
/*	text-align: right;	*/
}

#footer_address{
	height: 68px;
	background-image: url(/images/footer_bg.gif);
	background-repeat:no-repeat;
}

#footer a {
	color: #fff;
}

/*---カテゴリー表示---*/
.category-icon {
	width: 780px;
}

.content-list {
	border-bottom: 1px dotted #ff4c00;
	margin: 10px 1em;

}

.content-list-title {
	
}

.content-list-description {
	
}

/*---ページ表示---*/
.article-title {
	font-size: 16px;
	text-align: left;
	margin: 5px 0 0 0 ;
}

.article-description {
	text-align: left;

}

.article-text {
	margin: 10px 0;
	text-align: left;
}

/*---区切り線---*/
.line {
	width: 780px;
	height: 9px;
	background-image: url(/images/line.gif);
	background-repeat: repeat-x;
	margin: 5px 0;
}

/*---トップ区切り線---*/
.top-wineline {
	height:10px;
	background-image: url(/images/top/wine_line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.top-left-whiteline {
	height: 8px;
	background-image: url(/images/top/white_dotline.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.top-right-whiteline {
	height: 16px;
	background-image: url(/images/top/white_dotline.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.fs1 { font-size:  8pt; }
.fs2 { font-size: 10pt; }
.fs3 { font-size: 12pt; }
.fs4 { font-size: 14pt; }
.fs5 { font-size: 18pt; }
.fs6 { font-size: 24pt; }
.fs7 { font-size: 36pt; }

/*--- index2.html からコピー ---*/
#menu {
	width: 780px;
	height: 30px;
	margin: 4px 0 20px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	height: 30px;
	display: block;
	text-indent: -9999px;
	background: url(/images/menu.jpg) no-repeat;
	padding: 0;
}
#menu ul li.top a {
	width: 91px;
	background-position: 0 0;
}
#menu ul li.news a {
	width: 91px;
	background-position: -91px 0;
}
#menu ul li.about a {
	width: 100px;
	background-position: -182px 0;
}
#menu ul li.view a {
	width: 91px;
	background-position: -282px 0;
}
#menu ul li.shop a {
	width: 135px;
	background-position: -373px 0;
}
#menu ul li.stay a {
	width: 91px;
	background-position: -508px 0;
}
#menu ul li.item a {
	width: 91px;
	background-position: -599px 0;
}
#menu ul li.access a {
	width: 90px;
	background-position: -690px 0;
}
#menu ul li.top a:hover { background-position: 0 -30px; }
#menu ul li.news a:hover { background-position: -91px -30px; }
#menu ul li.about a:hover { background-position: -182px -30px; }
#menu ul li.view a:hover { background-position: -282px -30px; }
#menu ul li.shop a:hover { background-position: -373px -30px; }
#menu ul li.stay a:hover { background-position: -508px -30px; }
#menu ul li.item a:hover { background-position: -599px -30px; }
#menu ul li.access a:hover { background-position: -690px -30px; }

#newslist { clear: both; }
#newslist h4 {
	margin: 0;
	padding: 0;
	background: url(/images/news.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
#newslist h4 a {
	width: 780px;
	height: 32px;
	display: block;
}
#newslist dl {
	margin: 0 20px;
	padding: 10px 0;
}
#newslist dt {
	clear: both;
	width: 100px;
	margin: 0;
	padding: 2px 0 2px 16px;
	float: left;
	border-bottom: 1px dotted #FF9900;
	background: url(/images/arrow_org.gif) no-repeat 2px 7px;
}
#newslist dd {
	margin: 0;
	padding: 2px 0;
	border-bottom: 1px dotted #FF9900;
}
#newslist .more {
	width: 140px;
	float: right;
}
#newslist .more p {
	margin: 0;
	padding: 0 0 0 14px;
	background: url(/images/arrow_org.gif) no-repeat 2px 7px;
}
#topBooks {
	clear: both;
	padding: 0 0 30px;
}

/* ページ埋め込みgmap */
.inframe_map {
  margin-top: 1em;
}
