@charset "utf-8";
@charset "utf-8";
@import "jquery.lightbox.css";
@import "thickbox.css";

/***********************************************************

 Yahoo! UI Library: Fonts CSS

************************************************************/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4

==============================================
Font-size Adjustment

77% = 10px	| 	123.1% = 16px	|	167% = 22px	
85% = 11px	|	131% = 17px 	|	174% = 23px
93% = 12px	|	138.5% = 18px	|	182% = 24px
100% = 13px	|	146.5% = 19px	|	189% = 25px
108% = 14px	|	153.9% = 20px	|	197% = 26px
116% = 15px	|	161.6% = 21px	|

※ container で 93％を指定

==============================================*/

body{font:13px/1.231 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/***********************************************************

 Default

************************************************************/

/* clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.clearfix {
	display:inline-block;
}

/* Hides from MacIE \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from MacIE */

/* IE7でimgの拡大縮小を綺麗にする */

img {
	-ms-interpolation-mode: bicubic;
}

/***********************************************************

 Tag

************************************************************/

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	text-align: center;
	word-wrap: break-word;
	word-break: break-all;
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	text-align: left;
}
div, p, table, form {
	text-align: left;
}
p {
	font-size: 100%;
	line-height: 1.5;
	margin-bottom: 16px;
}
table {
	empty-cells: show;
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
	text-align: left;
}
img {
	border: 0px;
	vertical-align: top;
}
ul, ol {
	margin: 0px 0px 30px 20px;
	padding: 0px;
	line-height: 1.5;
}
dl {
	line-height: 1.5;
}
strong {
	font-weight: bold;
}
a:link, a:visited {
	color: #CC0000;
	text-decoration: underline;
	outline: none;
}
a:hover, a:active {
	color: #FF3300;
	text-decoration: none;
	outline: none;
}
hr {
	display: none;
}
blockquote {
}
address {
}
abbr {
	border-bottom-width: 0;
}

/***********************************************************

 Class

************************************************************/

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.last {
	margin-bottom: 0px !important;
}

/***********************************************************

 Main Layout

************************************************************/

#container {
	position: relative;
	width: 900px;
	text-align: center;
	margin: 0px auto;
	font-size: 93%;
}
#header {
	position: relative;
	width: 900px;
	height: 152px;
	margin-bottom: 3px;
	background: url(../images/header_bg.jpg) no-repeat left top;
	z-index: 5;
}
#contents {
	position: relative;
	width: 900px;
	overflow: hidden;
	background: url(../images/bg-contents.jpg) no-repeat left top;
}
#content-body {
	position: relative;
	float: right;
	width: 680px;
	margin: 146px 0px 20px;
	background-color: #FFF;
	border: solid 1px #DFDFDF;
}
#side {
	width: 200px;
	float: left;
	margin-top: 225px;
	margin-bottom: 20px;
}
#footer {
	position: relative;
	width: 900px;
	border-top: solid 1px #CCC;
	padding: 10px 0px 30px;
}

/***********************************************************

 Sub-Layout

************************************************************/

/* header
----------------------------------------------------------- */

#header h1 {
	position: absolute;
	font-size: 83%;
	font-weight: normal;
	top: 13px;
	left: 15px;
}
#header #site-title {
	position: absolute;
	top: 27px;
	left: 15px;
}
#header ul#navigation {
	position: absolute;
	top: 113px;
	left: 0px;
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	z-index: 5;
}
#header ul#navigation li {
	float: left;
}
#header ul#sub-navigation {
	position: absolute;
	top: 76px;
	right: 7px;
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#header ul#sub-navigation li {
	float: left;
	padding-right: 9px;
}
#header ul li img {
	display: block;
}
#header #owner-link {
	position: absolute;
	top: 19px;
	right: 216px;
}
#header #contact-link {
	position: absolute;
	top: 0px;
	right: 8px;
}

/* header プルダウンメニュー
----------------------------------------------------------- */

#header #navigation ul {
	position: absolute;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	list-style: none;
	top: 40px;
}
#header #navigation ul li {
	float: none;
	width: 199px;
	height: 33px;
}
#header #navigation ul li a {
	display: block;
	width: 199px;
	height: 22px;
	background: url(../images/bg-nav-inner.jpg) no-repeat left top;
	overflow: hidden;
	padding: 11px 0px 0px 24px;
}
#header #navigation ul li a:hover {
	background: url(../images/bg-nav-inner-over.jpg) no-repeat left top;
	color: #FFF;
}

/* side
----------------------------------------------------------- */

#side ul {
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#side #side-model-banner {
	margin-bottom: 12px;
}
#side #side-sub-navigation {
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: solid 1px #CCC;
}
#side #side-sub-navigation li {
	margin-bottom: 6px;
}
#side #side-banner {
}
#side #side-banner li {
	margin-bottom: 6px;
}

/* footer 
----------------------------------------------------------- */

#footer a {
	color:#333;
}
#footer a:hover {
	color: #FF3300;
	text-decoration: underline;
}
#footer #footer-navigation {
	width: 600px;
	margin: 0px 0px 10px;
}
#footer #footer-address {
	font-size: 83%;
}
#footer #copyright {
	position: absolute;
	width: 280px;
	top: 8px;
	right: 0px;
	font-size: 83%;
	text-align: right;
}

/* other
----------------------------------------------------------- */

.to-pagetop {
	text-align: right;
	font-size: 83%;
	margin-bottom: 12px;
}

/***********************************************************

 ホーム /index

************************************************************/

#home #header {
	margin-bottom: 0px;
}
#home #contents {
	background: none;
	padding-bottom: 20px;
}
#home #flash-section {
	margin: 10px 0px;
}
#home #content-body {
	width: 680px;
	float: left;
	margin: 0px;
	border: none;
}
#home #side {
	float: right;
	margin: 0px;
}
#home #contents-section {
	background: url(../images/bg-top-content.gif) repeat-y left top;
	width: 676px;
	margin-bottom: 18px;
	padding: 1px 0px 1px 1px;
	overflow: hidden;
}
#home #contents-section .box {
	float: left;
	width: 168px;
	margin-right: 1px;
	color: #FFF;
	background-color: #CC0000;
}
#home #contents-section .box p {
	font-size: 83%;
	padding: 4px 10px 12px;
	margin: 0px;
}
#home #news-section #bt-rss {
	text-align: right;
	margin-top: -26px;
}
#home #news-section-inner {
	height: 194px;
	border: solid 3px #CC0000;
	margin-top: 20px;
	overflow: auto;
}
#home #news-section dl {
	padding: 11px;
	line-height: 1.5;
	zoom: 1;
}
#home #news-section dl dt {
	background: url(../images/p-icon.jpg) no-repeat left 1px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-left: 14px;
}
#home #news-section dl dt .date {
	font-weight: normal;
}
#home #news-section dl dt .news-icon {
	background: url(../images/new-icon.gif) no-repeat;
	padding-left: 23px;
}
#home #news-section dl dd {
	padding-left: 14px;
	padding-bottom: 6px;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 10px;
}

/***********************************************************

 General Layout

************************************************************/

#content-body {
}
#content-body-inner {
	position: relative;
	width: 640px;
	padding: 20px;
}
#content-body #path-list {
	font-size: 83%;
	padding: 12px 12px 6px 12px;
	border-bottom: solid 1px #DFDFDF;
}
#side ul#side-content-navigation, #side ul#side-content-navigation2 {
	list-style: none;
	margin: 0px 0px 12px;
	padding: 0;
	border-bottom: solid 1px #CCC;
}
#side ul#side-content-navigation li, #side ul#side-content-navigation2 li {
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	line-height: 0;
}
#side ul#side-content-navigation li a:link, ul#side-content-navigation li a:visited {
	display: block;
	padding: 10px 8px 10px 22px;
	background: url(../images/mark-side-sub-nav.gif) no-repeat 6px 10px;
	line-height: 1.3;
}
#side ul#side-content-navigation li a:hover, ul#side-content-navigation li a:active {
	display: block;
	padding: 10px 8px 10px 22px;
	color: #FFF;
	background: #CF0404 url(../images/bg-side-sub-nav-over.jpg) repeat-x -3px top;
}
#side ul#side-content-navigation2 li a:link, ul#side-content-navigation2 li a:visited {
	display: block;
	padding: 10px 8px 10px 22px;
	background: url(../images/mark-side-sub-nav.gif) no-repeat 6px 10px;
	line-height: 1.3;
}
#side ul#side-content-navigation2 li a:hover, ul#side-content-navigation2 li a:active {
	display: block;
	padding: 10px 8px 10px 22px;
	color: #FFF;
	background: #CF0404 url(../images/bg-side-sub-nav-over.jpg) repeat-x -3px top;
}

/***********************************************************

 概要 - テーブル部分

************************************************************/
table.Item_Detail {
border-top:1px solid #CCC;
border-left:1px solid #CCC;
padding:0;
margin:0;
width:623px;
border-collapse:collapse;
}
table.Item_Detail th, table.Item_Detail td{
border-bottom:1px solid #CCC;
border-right:1px solid #CCC;
padding:8px 14px;
font-size:12px;
line-height:1.4;
text-align:center;
}
table.Item_Detail th {
width:100px;
background-color:#DFDFDF;
}

table.Item_Detail td img {
margin:0 2px;
}

h4 span {
	line-height: 19px;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 3px;
}
.gmap {
	background: url(../images/icon-gmap.jpg) no-repeat;
	padding-left: 25px;
	font-size: 14px;
	color: #F00;
	font-weight: bold;
	margin-top: 20px;
}
.gmap span {
	color: #666;
	font-size: 10px;
	padding-left: 10px;
}
