@charset "UTF-8";

/* 全体の背景 */
body {
	background-color: #000000;
}

/* 全体の囲み */
#wrapperTop {
	background-image: url(../images/common/bg_top.jpg);
	background-repeat: repeat-x;
	background-color: #F0F0F0;
}
#wrapperBtm {
	background-image: url(../images/common/bg_btm.jpg);
	background-repeat: repeat-x;
}
#wrapperIndexMdl {
	background-image: url(../images/common/bg_topics.jpg);
	background-repeat: repeat-x;
}

/* ヘッダ */
#header {
	width:800px;
	margin:0 auto;
	padding:0;
	height: 85px;
	padding-top: 24px;
}

#header h1 {
	float: left;
}
#header ul#gMenu {
	margin: 0;
	height: 61px;
	list-style: none;
	overflow: hidden;
	float: right;
}
#header ul#gMenu li {
	border-right: 1px #999999 solid;
	float: left;
}

/* コンテンツ */
#contents {
	width:800px;
	margin:0 auto;
	padding:0;
	background-color:#000000;
	color: #FFFFFF;
	clear: both;
}

#contents h2 {
	margin-bottom: 30px;
}

/* ページ毎に背景画像を変える */
#concept #contents {
	background-image: url(../images/pages/concept_h_img.jpg);
	background-repeat: no-repeat;
	padding: 180px 15px 30px 15px;
	width: 770px;
}
#menu #contents {
	background-image: url(../images/pages/menu_h_img.jpg);
	background-repeat: no-repeat;
	padding: 180px 15px 30px 15px;
	width: 770px;
}
#access #contents {
	background-image: url(../images/pages/access_h_img.jpg);
	background-repeat: no-repeat;
	padding: 180px 15px 30px 15px;
	width: 770px;
}
#gallery #contents {
	background-image: url(../images/pages/gallery_h_img.jpg);
	background-repeat: no-repeat;
	padding: 180px 15px 30px 15px;
	width: 770px;
}
#sitemap #contents, #contact #contents, #recruit #contents {
	padding: 20px 15px 30px 15px;
	width: 770px;
}

/* トピックス・トップページのみ */
#topics {
	width:800px;
	margin:0 auto;
	padding:290px 0 7px 0;
	background-color:#000000;
	color: #FFFFFF;
	clear: both;
	background-image: url(../images/pages/index_img.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #333333;
}

#topics h2 img {
	border-bottom: 1px solid #333333;
	padding-bottom: 3px;
	margin-bottom: 7px;
}

#topics p {
	margin: 3px 15px 0 15px;
}

/* フッタ */
#footer {
	width:800px;
	margin:0 auto;
	padding: 10px 0;
	background-color:#000000;
	color: #FFFFFF;
}
#footer ul#subMenu {
	margin-left: 15px;
}

#footer ul#subMenu li {
	float: left;
	margin-right: 16px;
}

#footer div#copyright {
	float: right;
	margin-right: 15px;
	font-size: 0.8em;
}

/* バナーエリア */
#shops {
	clear: both;
	width:800px;
	margin:40px auto 30px auto;
	padding:0;
}

#shops ul {
	margin-top: 20px;
}
#shops ul li {
	float:left;
	margin-right: 13px;
}
#shops li.rightend {
	float: right;
	margin-right: 0;
}
#shops li a:hover img{
	opacity:0.4;
	filter: alpha(opacity=40);
}


/* 共通項目 */
body {
	font-size:0.9em;
	line-height:1.6;
}

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

h3 {
	font-size:16px;
	font-weight:bold;
}

/* 個別ページ用 */
/* メニュー */
#menu #contents h3 {
	padding: 30px 0 0 0;
	clear: both;
}
#menu #contents div.osusume {
	text-align: right;
}
#menu #contents div.osusume a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
#menu #contents h4 {
	margin-left: 15px;
	padding: 20px 0 15px 0;
	clear: both;
}
#menu #contents dl {
	margin-left: 15px;
	width: 420px;
	font-size: 0.9em;
	line-height: 1.2;
	float: left;
}
#menu #contents dt {
	width: 320px;
	display: block;
	float: left;
	padding: 0 0 15px 0;
}
#menu #contents dd {
	width: 100px;
	display: block;
	text-align: right;
	float: right;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #666666;
}
#menu #contents div.menuImage {
	width: 285px;
	float: right;
}
#menu #contents dl.menuClmLeft, 
#menu #contents dl.menuClmRight {
	width: 340px;
	float: left;
}
#menu #contents dl.menuClmLeft dt, 
#menu #contents dl.menuClmRight dt {
	width: 240px;
}
#menu #contents dl.menuClmRight {
	float: right;
}

/* ギャラリー */
#gallery #contents div.photo{
	float: left;
	margin-right: 37px;
	margin-bottom: 20px;
	border: 1px solid #666666;
}
#gallery #contents div.photoRightend{
	float: right;
	border: 1px solid #666666;
}
#gallery #contents div.photo a:hover img,
#gallery #contents div.photoRightend a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

/* アクセス */
#access #contents div.map {
	float: left;
	width: 340px;
}
#access #contents div.address {
	float: left;
	width: 380px;
	font-size: 0.8em;
}
#access #contents p.detailmap {
	text-align: right;
	border-top: 1px solid #666666;
	margin-top: 10px;
	padding-top: 10px;
}

/* サイトマップ */
#sitemap #contents div {
	margin-right: 61px;
	margin-bottom: 15px;
}

#sitemap #contents div.sitemapTop, 
#sitemap #contents div.sitemapContact, 
#sitemap #contents div.sitemapRecruit {
 	clear: both;
}
#sitemap #contents div.sitemapConcept, 
#sitemap #contents div.sitemapMenu, 
#sitemap #contents div.sitemapAccess, 
#sitemap #contents div.sitemapBlog {
	float: left;
}
#sitemap #contents div.sitemapGallery {
	float: right;
	margin-right: 0;
}
#sitemap #contents div a {
	display: block;
	width: 216px;
}
#sitemap #contents div a:hover {
	background-color: #2D2D2D;
}

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

/* 詳細マップページ */
#sitemap #contents #map {
	margin: 20px auto 0 auto;
}

/* 採用情報 */
#recruit #contents dl dt {
	font-size: 1.2em;
	margin-top: 25px;
}

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

#recruit #contents table {
	margin-top: 30px;
	border-collapse: collapse;
	width: 370px;
	float: left;
}
#recruit #contents table.right {
	float: right;
}
#recruit #contents table th {
	border: 1px solid #666;
	padding: 4px;
	width: 100px;
}
#recruit #contents table td {
	border: 1px solid #666;
	padding: 4px;
	width: 270px;
}
	
/* ARIETTA・A-NEST仮ページ */
#arietta {
	width: 800px;
	height: 370px;
	margin:0 auto;
	padding: 10px 0 7px 0;
	background-color:#000000;
	color: #FFFFFF;
	clear: both;
	background-image: url(../images/arietta/arietta_index_img.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #333333;
}

#anest {
	width: 800px;
	height: 370px;
	margin:0 auto;
	padding: 10px 0 7px 0;
	background-color:#000000;
	color: #FFFFFF;
	clear: both;
	background-image: url(../images/a-nest/a-nest_index_img.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #333333;
}

#arietta p, #anest p {
	font-size: 0.9em;
	width: 260px;
	margin-left: 530px;
}

div.footerPhoto{
	float: left;
	margin-right: 37px;
	margin-bottom: 20px;
	border: 1px solid #666666;
}
div.footerPhotoRightend{
	float: right;
	border: 1px solid #666666;
}

/* 新バナー用 */
ul#link2 {
	width: 399px;
	float: left;
}
ul#link3 {
	width: 374px;
	float: right;
}
ul#link2 li {
	height: 50px;
	margin-bottom: 9px;
	background-color: #FFFFFF;
}
ul#link3 li {
	margin: 0;
	padding: 0;
	line-height: 0
}
ul#link3 li a {
	line-height: normal;
}
ul#link2 li img, ul#link3 li img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
}