@charset "UTF-8";

/* 共通設定 */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 62.5%; /* about 10px */
	line-height:1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	/* 通常ページの背景画像 */
}
body#top, body#barTop {
	background-image: url(../images/body_top_bg.gif);
	background-repeat: repeat-x;
	/* トップページ用の背景画像 */
}
body#contact, body#sitemap, body#recruit {
	background-image: url(../images/body_bg2.gif);
	background-repeat: repeat-x;
}
	/* 問い合わせ・サイトマップ用の背景画像 */

a {
	color: #000000;
	text-decoration: none;
}
a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#666666;}
a:active {color:#EA7500;}
/* 
a:link：まだアクセスしたことのないリンクに適用
a:visited：既にアクセスしたことのあるリンクに適用
a:hover：マウスが上に乗っている状態のリンクに適用
a:active：選択されている状態のリンクに適用
*/


/* 全体の囲み */
#wrapper {
	width:960px;
	margin:26px auto 0 auto;
	padding:0;
}

/* ヘッダ */
#header {
	height: 52px;
	padding: 0 85px;
}
#header h1 {
	float: left;
	width: 225px;
}
/* 補足ナビゲーション */
#header #subNavi {
	float: right;
	text-align: right;
	width: 400px;
	line-height: 26px;
}
#header #subNavi li {
	display: inline;
	margin-left: 8px;
	font-size: 1.2em;
}
#header h2 {
	clear: both;
	height: 26px;
}

/* ヘッダ下イメージエリア */
#topImageArea {
	clear: both;
	height: 353px;
	background-image: url(../images/top_img.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	overflow: hidden;
}
#topImageArea h3 {
	margin: 240px 0 5px 85px;
}
#topImageArea div {
	margin: 0 0 0 85px;
	font-size: 1.2em;
}
#topImageArea div a {
	color: #FFFFFF;
}
#topImageArea div a:link {color:#FFFFFF;}
#topImageArea div a:visited {color:#FFFFFF;}
#topImageArea div a:hover {color:#666666;}
#topImageArea div a:active {color:#EA7500;}

/* （Barページ用） */
#barTop #topImageArea {
	clear: both;
	height: 379px;
	background-image: url(../images/bar_img.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	overflow: hidden;
}
#barTop #header {
	height: 26px;
	padding: 0 85px;
}
#barTop #header h1, #barTop #topImageArea h2 {
	visibility: hidden;
}

#barTop #footer {
	clear:both;
	text-align: center;
	border-top: 2px solid #FFFFFF;
	padding: 13px 0 30px 0;
}
#barTop #footer div.message {
	padding-top: 40px;
}
#barTop #footer div.map {
	padding-top: 40px;
}
#barTop #footer #copyright {
	text-align: center;
	padding-top: 40px;
}

/* 各ページイメージエリア */
#pageImageArea {
	clear: both;
	height: 186px;
}
body#contact #pageImageArea, 
body#sitemap #pageImageArea,
body#recruit #pageImageArea {
	height: 73px;
}


/* メニュー */
#menu {
	height: 64px;
	margin: 0 85px;
}
#menu ul li {
	overflow: hidden;
	float: left;
 	width: 158px;
	height: 64px;
	/* ¥*/
	position: relative;
	/* */
	/*¥*//*/
	display: inline-table;
	/**/
}
#menu ul li a {
	display:block;
}
#menu ul li a:hover {
	position: relative;
	top: -64px;
}
#menu ul li a img{
	border: none;
}


/* 下層ページコンテンツエリア */
#content {
	margin: 20px 85px;
}

/* 下層ページコンテンツエリア：共通設定 */
#content h3 {
	margin-bottom: 16px;
}
#content p, #content li, #content dt, #content dd, #content div  {
	font-size: 1.4em;
	line-height: 1.8;
}
#content p {
	margin-bottom: 25px;
}
#content img.picR {
	float: right;
	margin: 0 0 10px 40px;
}
#content img.picL {
	float: left;
	margin: 0 40px 10px 0;
}

/* 下層ページコンテンツエリア：個別設定 */
/* メニュー */
body#menupage #content h3 {
	padding: 30px 0 0 0;
	clear: both;
}
body#menupage #content h4 {
	margin: 15px 0 15px 13px;
	padding: 20px 0 0 0;
	clear: both;
}
body#menupage #content dl {
	margin-left: 15px;
	width: 530px;
	font-size: 0.9em;
	line-height: 0.9;
	float: left;
}
body#menupage #content dt {
	padding-bottom: 3px;
	border-bottom: 1px dashed #999999;
}
body#menupage #content dd {
	width: 530px;
	text-align: right;
	margin: -27px 0 10px 0;
}
body#menupage #content div.menuImage {
	float: right;
}
body#menupage #content div.menuImage img {
	border: 1px solid #999999;
}
body#menupage #content dl.menuClmLeft, 
body#menupage #content dl.menuClmRight {
	width: 360px;
	float: left;
}
body#menupage #content dl.menuClmLeft dt, 
body#menupage #content dl.menuClmRight dt {
}
body#menupage #content dl.menuClmLeft dd, 
body#menupage #content dl.menuClmRight dd {
	width: 360px;
}
body#menupage #content dl.menuClmRight {
	float: right;
}
body#menupage #content p.comment {
	clear: both;
	text-align: right;
	font-size: 1em;
	color: #999999;
}
/* メニューページにおすすめボタン追加 */
body#menupage #content div.osusume {
	text-align: right;
	margin-top: 15px;
}
body#menupage #content div.osusume a { }
body#menupage #content div.osusume a:hover img { 
	opacity:0.6;
	filter: alpha(opacity=60);
}
/* ギャラリー */
body#gallery #content {
	margin-right: 0;
}
body#gallery #content ul {
}
body#gallery #content ul li {
	float: left;
	margin:0 30px 18px 0;
	font-size: 1em;
	line-height: 1.3;
	color:#999999;
}
body#gallery #content ul li img {
	margin-bottom: 5px;
}

body#gallery #content a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
body#gallery #content p.comment {
	margin-right: 85px;
	text-align: right;
	font-size: 1em;
	color: #999999;
}

/* アクセス */
body#access #content div.map {
	float: left;
	width: 461px;
	margin-bottom: 20px;
}
body#access #content div.address {
	float: right;
	width: 300px;
	font-size: 1em;
}
body#access #content p.detailmap {
	font-size: 1em;
	text-align: right;
	border-top: 1px solid #666666;
	margin-top: 10px;
	padding-top: 10px;
}

/* サイトマップ */
body#sitemap #content {
}

body#sitemap #content ul li {
	margin-left: 240px;
	margin-bottom: 15px;
}
body#sitemap #content ul li a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

body#sitemap #content ul li.sitemapTop {
	margin-left: 165px;
}

/* コンタクト */
body#contact #content {
}
body#contact #content #contactForm h4 {
	margin-bottom: 15px;
	padding-top: 15px;
}
body#contact #content #contactForm table {
	width: 789px;
	background-color: #FFFFFF;
	color: #333333;
	margin-bottom: 50px;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
}
body#contact #content #contactForm table td,
body#contact #content #contactForm table th {
	padding: 7px;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
body#contact #content #contactForm table th {
	white-space: nowrap;
	background-color: #EEEEEE;
}
body#contact #content #contactForm table td.confirm {
	text-align: center;
}
body#contact #content #contactForm .caption {
	font-size: 0.8em;
}

/* リクルート */
body#recruit #content {
}

/*
body#recruit #content h4 {
	font-size: 18px;
	padding-bottom: 15px;
}

body#recruit #content ol {
	margin-left: 30px;
	list-style:decimal;
	padding-bottom: 25px;
}

body#recruit #content ol.time {
	padding-bottom: 0;
}
body#recruit #content ol.time li {
	font-size: 12px;
}

body#recruit #content ol li {
	font-size: 14px;
}
*/

body#recruit #content dl dt {
	font-size: 1.2em;
	margin-top: 25px;
}

body#recruit #content dl dd {
	margin-left: 35px;
}

body#recruit #content table {
	margin-top: 30px;
	border-collapse: collapse;
	width: 370px;
	float: left;
}
body#recruit #content table.right {
	float: right;
}
body#recruit #content table th {
	border: 1px solid #666;
	padding: 4px;
	width: 100px;
}
body#recruit #content table td {
	border: 1px solid #666;
	padding: 4px;
	width: 270px;
}
	
	
/* フッタ */
#footer {
	clear:both;
	border-top: 2px solid #000000;
	padding: 20px 54px 30px 85px;
}
#footer div#recruitLink {
	font-size: 1.4em;
	width: 200px;
	float: left;
	margin: 0 0 15px 0;
}

#footer div#copyright {
	text-align:right;
	font-size: 1em;
	margin: 0 31px 15px 0;
	width: 400px;
	float: right;
}

/* 旧バナー用指定 */
#footer ul#link {
	height: 78px;
}
#footer ul#link li {
	overflow: hidden;
	float: left;
	height: 78px;
	margin: 0 10px 0 0;
	/* ¥*/
	position: relative;
	/* */
	/*¥*//*/
	display: inline-table;
	/**/
}
#footer ul#link li a { display:block; }
#footer ul#link li a:hover { position: relative; top: -78px; }
#footer ul#link li a img{ border: none; }


/* 新バナー用指定 */
#footer ul#link2 {
	width: 399px;
	float: left;
}
#footer ul#link3 {
	width: 374px;
	float: right;
	margin-right:31px;
}
#footer ul#link2 li {
	height: 50px;
	padding-bottom: 9px;
}
#footer ul#link3 li {
	margin: 0;
	padding: 0;
	line-height: 0
}
#footer ul#link3 li a {
	line-height: normal;
}
#footer ul#link2 li img,
#footer ul#link3 li img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}
#footer ul#link2 li a:hover img, 
#footer ul#link3 li a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}

