@charset "UTF-8";
body {
	padding: 0px;
	height: auto;
	text-align: center;
	margin: 0px;
}

/* CSS Document */

div#page {
/* 	width: 950px; */
	width: 100%;
	padding: 0px;
/* 	background-image: url(images/background.jpg); */
/* 	background-repeat: no-repeat; */
/* 	background-position:center center; */
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
/* 	height: 650px; */
	min-height: 100vh; /* フッター最下部固定用 */
	position: relative; /* フッター最下部固定用 */
	padding-bottom: 30px;  /* フッター最下部固定用 */
}

/* 最上部帯～メニューラインまで */
div#headerArea {
/* 	width: 950px; */
	width: auto;
	margin-left: auto;
	margin-right: auto;
	 /* 確認用 */
/* 	background-color: aqua; */
}
#headerBlock {
/* 	width: 950px; */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
/* 	background-color: pink; */
}

#headerBlock2 {
	width: 950px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: inherit;
}

h1 {
	font-size: 0.85em;
	color: #3e6a80;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 950px;
	padding: 0px;
	text-align: right;	
	margin-left: auto;
	margin-right: 18%;
	margin-top: 2px;
	font-weight: lighter;
	display: block;
	clear: none;
}

h2#logo {
	float: left;
	height: 56px;
	width: 204px;
	margin-left: 0px;
	margin-bottom: 20px;
}

ul#gNav {
	font-size: 1em;
	color: #3e6a80;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	margin-left: 5%;
	padding-top: auto;
	padding-bottom: auto;
	padding-left: 0px;
	text-align: left;
	/* clear: both; */
	margin-bottom: 4px;
	line-height: 4.5em;
	font-style: normal;
	text-decoration: none;
}

ul#gNav a {
  color: navy;
/*   color: #3e6a80; */
/*   color: black; */
  position: relative;
  display: inline-block;
  text-decoration: none;
}

ul#gNav li {
display: inline-block;
list-style-type: none;
text-decoration: none;
}

.current{
	font-weight: bold;
	color: #39C;
}

ul#gNav li  {
	text-decoration: none;
	border-left-width: 1px;
/* 	border-left-style: solid; */
/* 	border-left-color: #3e6a80; */
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 10px;
}
ul#gNav li.gNavlast  {
	border-right-width: px;
	font-color: white;
/* 	background-color: #3d97c3; */
/* 	margin-left: px; */
/* 	width: 120px; */
/* 	background-color: ; */
/* 	border-right-style: solid; */
/* 	border-right-color: #3e6a80; */
}


/* カーソル合わせ時、選択中の動き */
ul#gNav li a:hover {
	color: #7bbc60;
	font-weight: bold;
}
ul#gNav li a:active {
font-weight: bold;
color: #7bbc60;
}

/* カーソル合わせ時のアンダーライン */
ul#gNav a::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #525252;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
ul#gNav a:hover::after {
  bottom: 14px;
  opacity: 1;
  visibility: visible;
}

/* 最後尾のみアンダーラインなし */
ul#gNav li.gNavlast a:hover::after {
  bottom: 14px;
  opacity: 1;
  visibility: hidden;
}

/* メニュー最後尾の要素の独立設定 */
ul#gNav li.gNavlast a  {
/* 	border-right-width: 1px; */
	display: inline-block;
	color: white;
	background: url(images/shoppingcart2.png) 8px 14px no-repeat #3d97c3;
}

/* ヘッダーとメインの境界 */
div#headerLine  {
	height: 3px;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}

/* メインコンテンツ */
div#main{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	height: auto;
	/* 確認用 */
	background-color: antiquewhite;
/* 	overflow: hidden; */
}

div#mainBlock {
	float: left;
	width: 600px;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 38px;
}
/* サイドバー */
div#sidebar	{
width: 170px;
float: left;
text-align: left;
}

ul.sidemenu	{
	font-size: 0.875em;
	padding-left: 0;
	line-height: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	margin-top: 0;
	margin-left: 0;
}

ul.sidemenu li	{list-style-type: none}

ul.sidemenu li a	{
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #3e6a80;
	background-color: #eee;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px
}

ul.sidemenu li a:hover	{
	background-color: #d7e9c4;
	font-weight: bold;
}ul.sidemenu li a:active {
color: #FFF;
background: #7bbc60;
}
ul.sidemenu li a:focus {
	background-color: #eee;
}

#mainPhoto {
	float: left;
	height: 426px;
	width: 380px;
	margin-left: 30px;
	background-image: url(images/01_lotion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#copyBlock  {
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-bottom: 16px;
}

div#h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.3em;
	color: #3e6a80;
	width: 300px;
	float: left;
	clear: none;
	text-align: left;
	letter-spacing: 0.2em;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#h3small  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.45em;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 300px;
	color: #3e6a80;
	text-align: left;
}

div#h4  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 17px;
	color: #7bbc60;
	text-decoration: none;
	font-weight: bold;
	width: 300px;
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
	height: 33px;
	text-align: left;
	font-variant: normal;
}
div#h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.05em;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
	clear: right;
	float: left;
	height: 300px;
	width: 300px;
	margin-top: 13px;
	color: #3e6a80;
	text-align: left;
	margin-bottom: 30px;
}
div#h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	float: left;
	width: 300px;
	text-align: left;
	color: #3e6a80;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#h6 a:hover {
	color: #7bbc60;
	text-decoration: none;
	font-weight: bold;
}


#h4 h4 p1 {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #7bbc60;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* === フッター === */
div#footerAria {
	padding-top: 0px;
/* 	float: left; */
	width: 950px;
	clear: both;
	vertical-align: bottom;
/* 	text-align: justify; */
/* 	text-align: center; */
	margin: auto;
/* 	margin-bottom: 12px; */
/* 	margin-top: 105px; */
	position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
    height: 25px; 
    left: 0; /*以下中央寄せのおまじない*/
    right: 0;
    margin: auto;
 	/*確認用*/
/* 	background-color: silver; */
}

div#footer {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	float: left;
	color: #3e6a80;
	margin-left: 17px;
	clear: none;
	height: auto;
	width: auto;
	font-weight: normal;
	text-decoration: none;
}

div#footer a {
	color: #3e6a80;
}

/* div#footer a:hover {
	color: #7bbc60;
	text-decoration: none;
	font-weight: bold;
} */

#footerAria #footer a { text-decoration: none; }

div#address {
	font-size: 10px;
	color: #3e6a80;
	float: right;
	width: auto;
/* 	margin-right: 20px; */
/* 	text-align: right; */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin-top: 2px;
}: none;
	margin-top: 2px;
}

/* ↓headerBlock2の前にあったやつ */
div#siteMap  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.85em;
	color: #3e6a80;
	text-align: right;
	float: right;
	margin-top: 5px;
	width: 950px;
	margin-right: 20px;
}
div#siteMap a:hover {
	color: #7bbc60;
	font-weight: bold;
}
div#siteMap a{
	text-decoration: none;
}