/*
----------------------------------------
Handmade Log  com CSS
Project: handmadelog.css
Author: YUKI KUROSAWA / Handmade Log
Version: July 2009
--------------------------------------*/

/* - body
   - headder
   - contents
   - footer
   - soap list
   - shopping info
   - other
   -  */


#body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: groove;
	border-left-style: groove;
	border-right-color: #666;
	border-left-color: #666;
	width: 800px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url(imgs/bg.jpg);
	background-repeat: repeat;
	line-height: 1.45em;
}

.body{
	background-color: #FFF;
	}

#headder {
	height: 155px;
	width: 760px;
	background-color: #FFF;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

#navi_top{
	height: auto;
	width: 760px;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}

#contents_1 {
	background-color: #FFF;
	width: 760px;
	clear: both;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}


#contents_2 {
	background-color: #FFF;
	width: 760px;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	}
	
#contents_a {
	height: 400px;
	width: 238px;
	float: left;
	text-align: left;
	padding: 5px;
	margin-bottom: 20px;
	margin-right: 10px;
	border: 1px dashed #DBC89A;
	background-color: #FFF;
	}

#contents_b {
	height: 180px;
	width: 478px;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 20px;
	border: 1px dashed #DBC89A;
	float: right;
	}
	
	
#contents_c {
	height: 148px;
	width: 480px;
	float: right;
	clear: both;
	background-color: #FFF;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 1px dashed #DBC89A;
	}
	
#sitemap {
	background-color: #FFF;
	width: 760px;
	clear: both;
	height: 250px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	}
	
	
#footer {
	background-color: #FFF;
	height: 50px;
	width: 760px;
	clear: both;
	padding: 5px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/* listの設定
----------------------------------------------------------- */
ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 3px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCC4DB;
}

a:link {
	text-decoration: none;
	color: #9EAD95;
}
a:visited {
	text-decoration: none;
	color: #33AFB8;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/* ナビゲーションメニューの設定
----------------------------------------------------------- */
.nav-wrap {
	padding:0;
	background-color:rgba(255,255,255,0.6);
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
 #example-one {
    position:relative;
	margin:0 auto; padding:0;
	list-style:none;
	width:760px;
}
#example-one li {
	margin:0; padding:0;
	list-style:none;
	 display:inline-block; /* inline->inline-block */
}
#example-one li a {
	color:#bbb; 
	display:block; float:left;
	padding:4px 10px 2px 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}
#example-one li a:hover {
	color:#33AFB8;
}
#magic-line {
	position:absolute;
	bottom:-2px;
	left:0px;
	width:100px;
	height:2px;
	z-index:9999px;
	background-color: #CF9E9B;
         }


h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	color: #33AFB8;
}
	
.area{
	line-height: 1.75em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

	
h3{
	color: #CF9E9B;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

.date{
	text-align: left;
	font-size: 9px;
}

p{
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC4DB;
	font-size: 10px;
	color: #666;
}

.new{
	color: #BF0426;
	font-family: "MS Serif", "New York", serif;
}

/* tableの共通設定
----------------------------------------------------------- */
table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	border: 1px solid #999;
}

th, td{
	padding: 5px;
	border: 1px solid #999;
}


/* SOAP Listのカート設置
----------------------------------------------------------- */
#soap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #666;
	padding: 20px;
	height: 400px;
	width: 720px;
	border: 1px dashed #999;
}


.soap_photo{
	height: 400px;
	width: 400px;
	float: left;
	}

.soap_h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #33AFB8;
	float: right;
	width: 280px;
	padding-left: 20px;
	height: 50px;
	}

.soap_id{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	color: #666;
	float: right;
	width: 280px;
	padding-left: 20px;
	height: 15px;
	}
	
.soap_coment{
	height: 80px;
	width: 280px;
	clear: right;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	padding-left: 20px;
	}
	
.soap_material{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	width: 280px;
	height: 150px;
	clear: right;
	float: right;
	padding-left: 20px;
	}

.soap_cart{
	height: 100px;
	width: 280px;
	clear: right;
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 20px;
	}

/* トップの写真スライドショー
----------------------------------------------------------- */
#slideshow {
	position:relative;
	width:760px;
	margin: 0px;
	padding: 0px;
	height: 470px;
}
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }




/* 布小物の写真プレビュー
----------------------------------------------------------- */
.largeImage{
border: solid 1px #ccc;
width: 630px;
height: 420px;
padding: 0px;
}

.thumbs img{
border: solid 1px #ccc;
width: 140px;
height: 93px;
padding: 5px;
}

.thumbs img:hover{
border-color: #FF9900;
}

/* カートCGIページ
----------------------------------------------------------- */
.cart	{
	background: url(image/bg_td.jpg) no-repeat bottom;
	width: 100%;
}

.cart_h_td	{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	text-align: center;
	padding: 5px;
}

.cart_td	{
	color: #33AFB8;
	height: 26px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}



.diary{
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC4DB;
}


.sitemap_area{
	clear: none;
	float: left;
	width: 105px;
	padding: 5px;
	margin-right: 5px;
	font-size: 10px;
}



.cart_check{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #666;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	}

a:link {
	text-decoration: none;
	color: #9EAD95;
}
a:visited {
	text-decoration: none;
	color: #33AFB8;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

