﻿body {
	background-image:url("../images/back_canvas.jpg");
}
#wrapper {
	padding-top: 60px;
}
#container {
	width: 970px;
}
p, .ja, .image-title, .image-desc {
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro",  "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}
a {
	text-decoration: none;
}
h2 {
	font-size: 32px;
}
.navbar .nav li a {
	text-shadow: none;
	padding: 11px 10px 9px;
}
.subtitle {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 30px;
}
.sub_info {
	color: #666666;
	font-size: 0.5em;
	margin-left: 1em;
}
h3>.sub_info {
	font-size: 0.7em;
	margin-left: 0.6em;
}
.navbar .nav {
	margin-left: 5px;
}
li {
	display: inline;
}
footer {
	color: #686868;
	text-align: center;
	background-color:#262626;
	min-width:970px;
}
footer ul {
	font-size: 0.9em;
	padding-top: 40px;
	padding-bottom: 70px;
	margin: 0;
}
footer li {
	margin: 15px;
}
footer a {
	color: #686868;
}
footer a:hover {
	color: #f9f9f9;
	text-decoration: none;
}
.footerlogo {
	margin-bottom: 20px;
	display:inline-block;
	position: relative;
	width: 132px;
	height: 70px;
	text-indent: -9999px;
}
.footerlogolist {
	width: 176px;
	height: 49px;
}
.footerlogo span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-position: 0px 0;
	opacity: 0.3;
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}
.footerlogo:hover span {
	opacity: 1;
}
#footerisamiyalogo span {
	background: url("../images/footer_isamiya_logo.png") no-repeat;
}
#footernalelulogo span {
	background: url("../images/nalelu_logo.png") no-repeat;
}
#footeravonlogo span {
	background: url("../images/avon_logo.png") no-repeat;
}
#logolist {
	padding-top: 10px;
	padding-bottom: 0px;
}
#logolist li {
	padding: 10px;
}
address {
 color:;
	font-size: 0.7em;
	margin-bottom: 0;
	padding-top: 70px;
	padding-bottom: 20px;
}
#sub_wrapper {
	padding-top: 100px;
}
#subnav {
	margin-left: 0 auto;
}
.subnav {
	width: 100%;
	height: 37px;
	padding-left: 114px;
	background-color: #eeeeee;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.subnav .nav li {
	width:80px;
	text-align: center;
}
.subnav .nav li a {
	color: #0088cc;
	padding-top:    9px;
	padding-bottom: 9px;
}
.subnav .nav li a:hover {
	color: #005586;
	background-color: #e9e9e9;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	-moz-border-radius: inset 0 3px 5px rgba(0,0,0,.05);
	-webkit-border-radius: inset 0 3px 5px rgba(0,0,0,.05);
}
.subnav .nav .active a, .subnav .nav .active a:hover {
	color: #005586;
	background-color: #e9e9e9;
	border-right-color: #dddddd;
	border-left: 0;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.05);
}
.itemBox {
	padding: 14px 14px 20px 14px;
	background-color:#ffffff;
	border: solid 1px #e5e5e5;
	border-radius: 7px;
	margin-bottom: 20px;
	width: 940px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}
.blockList ul {
	color: #ff0000;
	text-indent: 20px;
	list-style-type: disc;
	list-style-position: inside;
}
.blockList li {
	display: list-item;
}
