@charset "utf-8";
@import url(/reset.css);

html, body{
	height:100%;
}
* html div#container{
	height:100%;
}

/* --- 背景・テキスト --- */
body {
	margin:0;
	padding:0;
	color:#333333;
	font-size:9pt;
	background:#ECE9D8 url(/img/background.jpg) repeat-x center top;
}

/* --- 全体のリンクテキスト --- */
a:link		{ color:#006699; }
a:visited	{ color:#006699; }
a:hover		{ color:#003366; }
a:active	{ color:#006699; }

/* --- コンテナ --- */
div#container {
	width:750px;
	margin:0 auto;
	position:relative;
	min-height:100%;
	background-color:#FFFFFF;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

body > #container {
	height:auto;
}

/* --- ヘッダ --- */
#header {
	height:110px;
	text-align:right;
	color:#FFFFFF;
	padding:10px 5px 0;
	background:#000033 url(/img/header.gif) no-repeat 0 0;
}

/* --- コンテンツ --- */
#content {
	padding:20px;
	font-size:10pt;
	line-height:1.4;
}

div#content {
	padding-bottom:70px;
}

/* --- フッタ --- */
#footer {
	width:750px;
	text-align:center;
	height:50px;
	line-height:50px;
	background-color:#000033;
	position:absolute;
	bottom:0px;
	color:#FFFFFF;
}

/* --- フッタのリンクテキスト --- */
#footer a:link		{ color:#CC9999; }
#footer a:visited	{ color:#CC9999; }
#footer a:hover		{ color:#CCCC66; }
#footer a:active	{ color:#CC9999; }

/* --- ナビ --- */
div#navi {
	overflow:hidden;
	height:40px;
}
div#navi ul {
	width:750px;
	height:40px;
}
div#navi ul li {
	float:left;
	width:125px;
	height:40px;
}
div#navi ul li a {
	display:block;
	width:125px;
	height:40px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
	background-image:url(/img/navi.gif);
}
div#navi ul li#menu01 a {
	background-position:0px 0px;
}
div#navi ul li#menu01 a:hover {
	background-position:0px -40px;
}
div#navi ul li#menu02 a {
	background-position:-125px 0px;
}
div#navi ul li#menu02 a:hover {
	background-position:-125px -40px;
}
div#navi ul li#menu03 a {
	background-position:-250px 0px;
}
div#navi ul li#menu03 a:hover {
	background-position:-250px -40px;
}
div#navi ul li#menu04 a {
	background-position:-375px 0px;
}
div#navi ul li#menu04 a:hover {
	background-position:-375px -40px;
}
div#navi ul li#menu05 a {
	background-position:-500px 0px;
}
div#navi ul li#menu05 a:hover {
	background-position:-500px -40px;
}
div#navi ul li#menu06 a {
	background-position:-625px 0px;
}
div#navi ul li#menu06 a:hover {
	background-position:-625px -40px;
}

/* --- 左帯 --- */
div.obi {
	border-left:4px solid #0099CC;
	padding-left:8px;
}

h1 { }

h2 {
	padding-left:21px;
	margin:15px 0 7px;
	font-size:11pt;
	background:url(/img/h2.gif) no-repeat 4px center;
	border:1px solid #999933;
	height:23px;
	line-height:23px;
	color:#666600;
}

/* --- 表組 --- */
table.tbl {
	width:100%;
	border:1px solid #BBBBBB;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin:5px 0;
}
.tbl th {
	text-align:left;
	border:1px solid #BBBBBB;
	padding:10px;
	background:#EFEFEF;
	width:100px;
	vertical-align:top;
	line-height:1.3;
}
.ls1 {
	letter-spacing:1em;
}
.tbl td {
	text-align:left;
	border:1px solid #BBBBBB;
	padding:10px;
	line-height:1.3;
}

div#faq {
}
div#faq dt {
	margin-bottom:3px;
	font-weight:bold;
	color:#000066;
}
div#faq dd {
	margin:0.5em 1.5em 1.5em;
	padding:5px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#EFEFEF;
}
div#faq dd .end {
	margin-bottom:0px;
}

img.photo {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:4px;
}

/* --- トップページ関連 --- */
.topread {
	margin:15px 0 10px;
}
.toptbl td {
	vertical-align:top;
	line-height:1.3;
}

/* --- 旬のお勧め --- */
div.item {
	position:relative;
	width:710px;
	height:190px;
	margin-top:10px;
}
div.item ul {
	position:absolute;
	top:0;
	left:0;
	width:720px;
	height:190px;
	list-style-type:none;
}
div.item li {
	float:left;
	width:230px;
	height:190px;
	margin-right:10px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
div.item img {
	border:1px solid #CCC;
	padding:4px;
	margin-bottom:8px;
}

sup {
	vertical-align:text-top;
	color:red;
	font-size:8pt;
}

/* --- ブログRSS --- */
div#blog_rss dl {
	border-bottom:1px solid #CCC;
	margin-bottom:5px;
	padding-bottom:5px;
}
div#blog_rss dt,
div#blog_rss dd {
	line-height:1.3;
}
div#blog_rss dt {
	font-weight:bold;
}
div#blog_rss dd {
	margin-left:2em;
}

/* --- 相互リンク --- */
ul#links {
	width:100%;
	border-top:1px solid #CCCCCC;
	padding:10px 0 0;
	margin:20px 0 0 0;
}
ul#links li{
	font-size:11px;
	list-style:none;
	background:url('/img/arrow2.gif') no-repeat left top;
	padding:1px 0 0 12px;
	margin:0 10px 2px 0;
	float:left;
	white-space: nowrap;
}
#links a:link		{ color: #666666; text-decoration: none }
#links a:visited	{ color: #666666; text-decoration: none }
#links a:active	{ color: #0066CC; text-decoration: underline }
#links a:hover		{ color: #FF6600; text-decoration: underline }


#SlideShow {
 width: 750px;
 height: 350px;
 background:#FFF url(/img2/loading.gif) no-repeat center center;
}

