/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "ＭＳ Ｐゴシック", Osaka;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 80%;
}
#categoryLinks h4 {
}

a:link {
	color: #996600;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF0000;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 90%;
}

h2{
 font-size: 114%;
 color: #FF3300;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				
form{
display: inline;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap{
width:900px;
margin:0 auto;
text-align:left;
}


#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
#masthead-top{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#navbarhead{
	float: left;
	width: 189px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#toiawase-hidarinav{
	float: left;
	width: 182px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#navBar{
	padding: 0px;
	background-color: #C9BC92;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 190px;
	margin: 0;
	text-align: left;
}
#content{
	float:right;
	width: 650px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: center;
}

#content h2 {
	color: #FF6600;
	line-height: 35px;
	padding-top: 10px;
	padding-bottom: 5px;
	}

/*********** #navBar link styles ***********/

#navBar  a:link, #navBar  a:visited {display: block;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#navBar ul {
	font-size: 90%;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* fix for browsers that don't need the hack */
/*html>body #navBar li {border-bottom: none;} 


/*********** #sonotamenu styles ***********/

#sonotamenu ul li {
padding: 3px 0px 3px 20px;
} 

#sonotamenu a:link{color: #333333;}

#sonotamenu a:hover{color: #ffffff;}


/*********** #lefttop-box styles ***********/
#lefttop-box li{
	font-size: 110%;
	color: #333333;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}

/*********** #categoryLinks styles ***********/

#categoryLinks{
	margin-bottom: 10px;
}
#categoryLinks ul{
	margin-bottom: 5px;
}

#categoryLinks ul li{
padding: 3px 0px 3px 0px;
	}
#categoryLinks ul li a{
	padding-left: 20px;
}


*#categoryLinks h4 img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		vertical-align: middle;
}

#categoryLinks h4{
	border-top: 1px solid #FFFFFF;
	vertical-align: middle;
}
#categoryLinks h3{
	padding: 3px 0px 3px 3px;
	}

#categoryLinks a:link{
	border-bottom: 1px solid #C9BC92;
	text-decoration: none;
	color: #333333;
}

#categoryLinks a:visited{
	border-bottom: 1px solid #C9BC92;
	text-decoration: none;
	}

#categoryLinks a:hover{
	border-bottom: 1px solid #E4DFCB;
	background-color: #E4DFCB;
	text-decoration: underline;
	color: #996600;

	
}
#catemenuFooter{
	padding: 3px 0px 3px 3px;
	font-size: 80%;
	text-align: center;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 90%;
}


/*************** #pageName styles **************/

#pageName h2{
	padding: 0px 0px 5px 5px;
	font-size: 105%;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px;
	white-space: nowrap;
	text-align: center;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

/* #globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;

 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px;
	clear: both;
}

/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
#boxtest {
	background-image: url(../image/b2btop1-550.jpg);
	left: 10px;
	border: 1px solid #999999;
	height: 120px;
	width: 545px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
}
.boxtext {
	font-size: 80%;
}
.bannarimg{
	padding-top: 5px;
	padding-bottom: 5px;
	}

#showindow-top{
	padding: 0px;
	width: 650px;
	margin-top: 3px;
	margin-bottom: 0px;
}
#showindow-top a{
	text-decoration: none;
}

#showindow-top p{
	float: left;
	padding: 0px 8px 0px 8px;
	text-align: center;
	margin-top: 0px;
	font-size: 80%;
	line-height: 1em;
}


#pickup {

	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	width: 550px;
}


#pickup p{
	float: left;
	width: 260px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

#event-teian {
	font-size: 80%;
	padding-left: 10px;
	text-align: left;
	width: 550px;
	line-height: 150%;
	padding-bottom: 10px;
}

#event-teian td {	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;}


#kakaku {


	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	width: 550px;
}

/************** #カテゴリごとのエントリーリスト*/

.Entrylist-c {	padding: 0px 0px 10px 10px;
	font-size: 80%;
	}
	
.Entrylist-c img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	}
	

.Entrylist-c h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}



/************** #個別エントリー*/

#entry-kobetsu {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 90%;
}

#entry-kobetsu h3 {
	color: #FC9947;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC66;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

.entry-img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

#entry-kobetsu li{
	margin-top: 10px;
	margin-bottom: 5px;
}

.zaiko{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

.nyuka{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.kobetsu-oshirase{
	color: #333333;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC00;
	padding-bottom: 5px;
	}
	
#zaikochui{
	font-size: small;
	color: #000000;
	clear: both;
	width: 550px;
	background-color: #CCCC99;
	padding: 5px;
}


/**********個別ページ　他商品紹介用のリンク*/


#same-category{
	margin: 0px;
	padding: 0px;
	width: 550px;
}
#same-category li{
	float: left;
	width: 100px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 10px;
	font-size: 80%;
	list-style-type: none;
}

.samecate{
	font-size: 105%;
	line-height: 2em;
	color: #331100;
	font-weight: bold;
}

#same-category2{
	margin: 0px;
	padding: 0px;
	width: 550px;
}
#same-category2 li{
	list-style-type: disc;
}
/************** #商品詳細ページ*/

.kei{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC66;
}

.price{
	font-weight: bold;
	color: #FF6600;
	font-size: 120%;
}


#gaiyou{
	font-size: 80%;
}

#shosai{
	line-height: 130%;
}

#shosai img{
	margin-right: 10px;
	margin-left: 10px;
}

.caution{
	font-size: 75%;
}

.tsukuri{
	font-size: 105%;
	color: #FC9947;
	line-height: 2em;
	font-weight: bold;
	color: #FF3300;
	border-bottom: 1px solid #CCCC66;
}

#attention{
	padding: 7px;

	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #FF0000;
	margin-right: auto;
	margin-left: auto;
}
#attention .at-title{
	font-size: 105%;
	font-weight: bold;
	color: #FF0000;}

.junbi {
	font-size: 105%;
	color: #FC9947;
	line-height: 2em;
	border-bottom: 1px solid #CCCC66;
	font-weight: bold;
}





/************** #カテゴリのサブカテゴリエントリー一覧*/

/*#subcatall {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 90%;
	
}

#subcatall h2{
	color: #FC9947;
	line-height: 35px;
	padding-top: 50px;
}
*/
#sub {
	margin-top: 6px;
	margin-bottom: 4px;
	clear: both;
	border-top-style: solid;
	border-top-color: #CCCC66;
	border-top-width: 1px;
	font-size: 80%;
}

#sub h3{
	font-size: 110%;
	line-height: 30px;
}
#sub img{

}
#sub .img2{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

.detail{
	text-decoration: underline;
	color: #999900;
}

#catefooter{
	border-top-style: solid;
	border-top-color: #CCCC66;
	border-top-width: 1px;
	clear: both;
	font-size: 80%;
	text-align: right;
}
#category-top p{
font-size: 80%;
}

/************** #カテゴリメイン*/

#catemain h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC66;
}

#catemain{
	font-size: 80%;
	line-height: 150%;	
}

#catemain li{font-size: 80%;}

/*#imgshitabox {
	width: 520px;
	margin-left: 5px;
	text-align: center;
}
#img-shita {
	float: left;
	width: 90px;
	margin-right: 15px;
	font-size: 90%;
}
*/

/************** #全メニュ共通フッタ*/

#footer{
	clear: both;
	font-size: 70%;
	color: #999999;
	text-align: center;
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer2{
	
}



.clear {
	clear: both;
}


/************** #カレンダー用*/

#calendar {
	font-size: 80%;
	text-align: center;
}
#calendar img{
	margin-left: 5px;
}
 
#calendar2 {
	margin: 0px;
	padding: 0px;
	text-align: center;	
}
.red{
	color: #FF0000;
}

/************** #トップページ用*/


#info-left{
	float: left;
	width: 270px;
	height: 175px;
	background-color: #F3F3DC;
	border: 1px solid #999966;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 80%;
	margin-right: 8px;
}
#info-right2{	float: left;
}


#info-right{
	float: left;
	width: 241px;
	height: 175px;
	background-color: #F3F3DC;
	border: 1px solid #999966;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 25px;

	font-size: 80%;
	margin-right: 0px;
}
#info-center{
	width: 550px;
	height: 160px;
	background-color: #F3F3DC;
	border: 1px solid #999966;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 80%;
	margin-right: 0px;
}
.infotop{
	font-size: 80%;	
}

#topinfo{

	color: #999966;
	margin-left: 0px;
	text-align: center;
	background-image: url(http://www.nendocandle.com/images/top/bannar/top-setsumei650.jpg);
	padding: 5px;
	height: 188px;

}

.topinfo-box{
	margin-top: 110px;
	margin-right: 190px;
		margin-left: 185px;
	text-align: left;
		font-size: 88%;
}

.navibox{
	border: 1px solid #999999;
	font-size: 80%;
		color: #999966;
}


/************** #作り方のページ*/

#howto{padding-top: 20px;
	padding-bottom: 10px;
	font-size: 90%;}
	
	
#howto h3 {
	color: #FC9947;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC66;
	margin-bottom: 5px;
	padding-bottom: 5px;
}


#howto ul{
list-style:none
}

#howto li{
		margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}
#howto img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: middle;

}

.howto-matome{
clear: both;}

.howto-matome h4{
color: #FC9947;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC66;;

	margin-bottom: 5px;
	padding-bottom: 5px;
}
.category-info {
	font-size: 90%;
}



#sample-camp{}


#sample-camp h4{
font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCC66;
}

#sample-camp dt{
	font-weight: bold;
	color: #333333;
}
.sam{
	margin-left:10px;
	color:#666666;
	font-weight: normal;
}
#sample-camp dd{
	
}
.event-lead {
	font-size: 80%;
	color: #5B2626;
}
.top-sagasu {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}
.yahooB{

	font-weight: bold;

}
#sugi-chui{
	background-color: #FFFF99;
	padding: 5px;
	width: 600px;
	border: 1px solid #996600;
	font-size: 90%;
	color: #333333;
}
#nyukatype {
	width: 220px;
	border: 1px solid #999999;
	float: right;
	padding: 5px;
}
#test {
	color: #FF0000;
}


/**********お客様の声、トラックバック用*/

#customervoice li{
	list-style-type: disc;
}

#customervoice{
	margin: 0px;
	padding: 0px;
	width: 550px;
}

#customervoice .title{
	font-size: 105%;
	font-weight: bold;
	color:#660000;
}

.trackbackurl{
	color:#FFFFFF;
	}
	
.custuk{
	color: #666666;
}

.rightimg{
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.leftimg{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/************** #見積もりページ*/

.content-tab td{
	padding-bottom: 25px;
}
/**********読み物用*/

#text{
	font-size: 90%;
	line-height: 25px;
}
.kanabac-midashi {
	color: #FC9947;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC66;
	margin: 0px;
	padding: 0px;

}
#kanaba-contest table{
	border: 1px solid #CC9966;
}
#kanaba-contest p{
	margin: 0px;
	padding: 0px;
}
.mark img{
	padding-right: 5px;

}
.shosaibt{
	float:right;
	margin-right: 200px;
	margin-bottom: 10px;
}
#box {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FF6600;
	width: 548px;
}
#staff-boshu table {
	border: 1px solid #666666;
}
#whatnew {
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 5px;
	padding-top: 5px;
	background-color: #F3F3DC;
	width: 185px;
}
#whatnew ul{
	margin: 0px;
	padding: 0px;
}

#whatnew li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999933;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 5px;
}

.howto{
	width: 650px;
}
.howto img{
	margin-right: 25px;
}

#FS2_Recommend_itemlayout_C .FS2_thumbnail_container img{
width:150px;
}
#snap-zenhan {
}
#snap-zenhan img {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#snap-zenhan p {
	clear: both;
	line-height: 1.5em;
}
.snap-link {
	font-weight: bold;
	color: #FF0000;
}
#snaptop {

}
#snap-kouhan {

	line-height: 1.3em;
}
#kaiinboshu{
	line-height: 1.5em;
	font-size: 90%;
}

#kaiinboshu p{
}

#kaiinboshu .midashi{
	font-size: 110%;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

#kaiinboshu li{
	margin-bottom: 10px;
}
#kaiintokuten li {
	list-style-type: none;
	padding-bottom: 5px;
	font-size: 90%;
}
#boshuyoko ul {
	background-color: #FFFFCC;
	border: 1px solid #FF9900;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 10px;
}
.FS2_eye_catch_icon{
	padding-bottom: 5px;
}
.FS2_bottom_btn_right_and_left_1{
	margin-top: 20px;
}
#about_tuktuk h3 {
	color: #669900;
	font-size: 20px;
}

#about_tuktuk .lead{
	font-size: 110%;
	line-height: 1.5em;
	color: #999900;
	font-weight: bold;
}
#about_tuktuk .lead2 {
	color: #FF6600;
	font-size: 110%;
	line-height: 1.5em;
}
#about_tuktuk .img-right{
	float:right;
	margin-left: 10px;
	margin-right: 15px;
}
#about_tuktuk .img-left{
	float:left;
	margin-right: 10px;
}
#about_tuktuk p{
	font-size: 110%;
	line-height: 1.4em;
}

#about_tuktuk li{
	font-size: 110%;
	color: #CC0000;
	font-weight: normal;
	line-height: 1.5em;
}#guide .g-list {
	font-size: 120%;
	font-weight: bold;
}
#guide .main_midashi {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #A8E3D6;
	padding: 5px;
}
#guide .g-list {
	margin-left: 20px;
}
#guide h2 {
	font-size: 25px;
	color: #000000;
	margin-bottom: 10px;
}
#guide .g-midashi {
	font-size: 22px;
	color: #99CC00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #209B80;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#about_c {	
font-size: 110%;
	line-height: 1.3em;
}
.topcart {
	float: right;
}


#basic-table td {
	font-size: 90%;
	line-height: 1.5em;
}

.red{
	color: #FF0000;
}


#nencan-mitsumori-top .topgazou {
	margin-left: 40px;
}
#toiawaseform td{
font-size: 90%;}

#toiawaseform .priv {
	font-size: 75%;}
	
#nannido td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	}
#nannido {
	margin-top: 30px;
	margin-bottom: 30px;
}
.optionbox {
	font-size: 90%;
}
.top-text {
	font-size: 14px;
	line-height: 1.5em;
	width: 630px;
	margin-left: 20px;
}


#toiawaseform .oshirase {

	font-weight: bold;

	color: #333333;
}

.fourtbox {
	border: 1px solid #666666;
}
#nencan-mitsumoritb {
	text-align: center;
}
.tableborder {	border: 1px solid #999999;
}

#toiawaseform #basic-table .head {
	padding-top: 5px;
	padding-bottom: 5px;
}
#nencan-mitsumori-bottom {
	text-align: center;
}

.textbox {
	border: 1px solid #FF0000;
	margin-left: 40px;
	width: 500px;
	font-size: 90%;

	padding-right: 20px;
	padding-left: 20px;

}
info-right2{
	width: 361px;
	}

#info-right2 .note {
	float: left;
	margin-right: 6px;
}
#info-right2 .imgbn {
	margin-top: 3px;
}

#navBar .searchbox {
	margin-bottom: 10px;
	margin-left: 10px;
}
.shiyo-box {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px dotted #999900;

}
#FS2_itemlayout_A .shiyo-box {
width:200px;}

#FS2_itemlayout_J .shiyo-box{
width:200px;}
.osmclink {
	font-size: 80%;
}
.item_imgspan{
	float: left;
	margin-top: 10px;
		margin-right: 20px;
	margin-bottom: 20px;
}
.item_imgspan img{margin-bottom: 5px;}
