@charset "utf-8";

/* body
--------------------------------------------------*/
body {
	text-align: center;
	background: #b1302a url(../img/body_bg.png) repeat-x top;
}

/* container
--------------------------------------------------*/
#container {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../img/container_bg.png) repeat-y;
	text-align: left;
}

* html #container {
	background: #fff8f8 url(../img/container_bg_ie.png) repeat-y;
}

/* header
--------------------------------------------------*/
#header {
	position: relative;
	width: 920px;
	height: 215px;
	background: url(../img/content_topvisual.jpg) no-repeat bottom;	
}

#header #logo {
	position: relative;
	top: 14px;
	left: 18px;
	width: 319px;
	height: 62px;
}

/*----- toppage -----*/
body.toppage #header {
	height: 426px;
	background: url(../img/top_topvisual.jpg) no-repeat bottom;	
}

/* topicPath
--------------------------------------------------*/
#topicPath {
	position: relative;
	width: 640px;
	margin-left: 260px;
	padding-top: 10px;
}

#topicPath ul {
	font-size: 77%;
	zoom: 1;
}

#topicPath ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

#topicPath ul li {
	float: left;
	display: inline;
	font-weight: bold;
}

#topicPath ul li a {
	margin-right: 1em;
	padding-right: 1.5em;
	font-weight: normal;
	text-decoration: none;
	background: url(../img/topicpath_bg.png) no-repeat right;
}

/* content
--------------------------------------------------*/
#content {
	position: relative;
	width: 640px;
	margin-left: 260px;
	margin-bottom: 50px;
	padding-top: 10px;
	zoom: 1;
}

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

#content .columnLeft {
	float: left;
	display: inline;
}

#content .columnRight {
	float: right;
	display: inline;
}

#content #contentTitle {}

#content #contentLeadcopy {
	margin-top: 20px;
}

/*----- section .list -----*/
body.toppage #content .section ul.list {
	margin-top: 20px;
	zoom: 1;
}

body.toppage #content .section ul.list:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

body.toppage #content .section ul.list li {
	float: left;
	display: inline;
}

body.toppage #content .section ul.list li a {
	display: block;
	width: 310px;
	height: 144px;
}

body.toppage #content .section ul.list li.listHayashiMina a { background: url(../img/top_list_hayashi-mina_bg.png); margin-right: 10px;}
body.toppage #content .section ul.list li.listAzumaAimi a { background: url(../img/top_list_azuma-aimi_bg.png); margin-left: 10px;}
body.toppage #content .section ul.list li.listSuzukiAmi a { background: url(../img/top_list_suzuki-ami_bg.png); margin-right: 10px;}
body.toppage #content .section ul.list li.listHayashiMana a { background: url(../img/top_list_hayahsi-mana_bg.png); margin-left: 10px;}
body.toppage #content .section ul.list li.listSuzukiHanako a { background: url(../img/top_list_suzuki-hanako_bg.png); margin-right: 10px;}
body.toppage #content .section ul.list li.listHondaKyouko a { background: url(../img/top_list_honda-kyouko_bg.png); margin-left: 10px;}
body.toppage #content .section ul.list li.listKojimaSayo a { background: url(../img/top_list_kojima-sayo_bg.png); margin-right: 10px;}

body.toppage #content .section ul.list li a:hover {
	background-color: transparent;
}

body.toppage #content .section ul.list li a:hover img {
	visibility: hidden;
}

/*----- section -----*/
#content .section {
	margin-top: 20px;
	zoom: 1;
	overflow: hidden;
}

#content .section:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

#content .section h3 {
	margin-bottom: 20px;
}

#content .section p {
	margin-top: 0.5em;
}

#content .section img.imageLeft {
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
}

#content .section img.imageRight {
	float: right;
	display: inline;
	margin-left: 20px;
	margin-bottom: 20px;
}

/*----- contentSalon -----*/
#content #contentSalon  {
	margin-top: 40px;
	padding-top: 5px;
	background: url(../img/content_salon_border.png) repeat-x center top;
}

#content #contentSalon #contentSalonInner {
	padding: 20px;
	background: url(../img/content_salon_bg.png) no-repeat center bottom;
	overflow: hidden;
	zoom: 1;
}

#content #contentSalon #contentSalonInner:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

#content #contentSalon #contentSalonInner .columnLeft {
	width: 220px;
}

#content #contentSalon #contentSalonInner .columnLeft p {
}

#content #contentSalon #contentSalonInner .columnRight {
	width: 380px;
}

#content #contentSalon #contentSalonInner .columnRight h3 {
	font-weight: bold;
	color: #900;
	margin-bottom: 10px;
}

#content #contentSalon #contentSalonInner table {
	font-size: 77%;
	margin: 10px 0;
	border-top: 1px #ddd solid;
}

#content #contentSalon #contentSalonInner table th {
	width: 5em;
	padding: 3px 0;
	border-bottom: 1px #ddd solid;
}

#content #contentSalon #contentSalonInner table td {
	padding: 3px 0;
	border-bottom: 1px #ddd solid;
}

#content #contentSalon #contentSalonInner table td span.annotation {
	color: #666;
}

#content #contentSalon #contentSalonInner a {
	padding-left: 1em;
	background: url(../img/link_bg.png) no-repeat left;
}

/*----- contentCampaign -----*/
#content #contentCampaign {
	margin-top: 30px;
}

/*----- photoGallery -----*/
#content ul#photoGallery li {
	float: left;
	display: inline;
	text-align: center;
}

#content ul#photoGallery li a {
	display: block;
	width: 128px;
	height: 100px;
	vertical-align: middle;
}

/* nav
--------------------------------------------------*/
#nav {
	position: absolute;
	top: 180px;
	left: 10px;
	width: 260px;
	height: 544px;
	background: url(../img/nav_bg.png) no-repeat;
	zoom: 1;
}

#nav dl {
	margin: 45px 0 0 30px;
}

#nav dl dd {
	margin-top: 1px;
}

#nav dl dd a {
	display: block;
	width: 200px;
	height: 69px;
}

#nav dl dd a:hover {
	background-color: transparent;
}

#nav dl dd a:hover img {
	visibility: hidden;
}

body.azuma-aimi #nav dl dd#azuma-aimi a img,
body.hayashi-mana #nav dl dd#hayashi-mana a img,
body.hayashi-mina #nav dl dd#hayashi-mina a img,
body.honda-kyouko #nav dl dd#honda-kyouko a img,
body.kojima-sayo #nav dl dd#kojima-sayo a img,
body.suzuki-ami #nav dl dd#suzuki-ami a img,
body.suzuki-hanako #nav dl dd#suzuki-hanako a img {
	visibility: hidden;
}

/*----- navPhoto -----*/
#nav p#navPhoto {
	display: block;
	width: 260px;
	height: 101px;
	background: url(../img/nav_photo_bg.png) no-repeat;
	zoom: 1;
}

#nav p#navPhoto a {
	display: block;
	width: 220px;
	height: 81px;
	padding: 10px 0 0 20px;
}

#nav p#navPhoto a:hover {
	background-color: transparent;
}

#nav p#navPhoto a:hover img {
	visibility: hidden;
}

/*----- navSlim -----*/
#nav p#navSlim p,
#nav p#navSlim a {
	display: block;
	width: 220px;
	height: 70px;
	padding: 0 0 0 20px;
}

/*----- toppage -----*/
body.toppage #nav {
	top: 400px;
}

/* footer
--------------------------------------------------*/
#footer {
	position: relative;
	width: 880px;
	margin: 50px 20px 0 20px;
	padding: 25px 0;
	border-top: 1px #ccc dotted;
}

#footer p {
	display: block;
	width: 348px;
	height: 12px;
	margin-left: 532px;
}
