* {
	/*color:#555555;*/
	color:#444444;
	padding:0;
	font-size: 15px;
	line-height: 150%;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
                /*font-family: Tahoma;*/
}

body {
	background-color: #fff;
	/*background-color: #FF9475;*/
	background-image: url(img/back.gif);
	background-repeat: repeat-x;

	/*background-color: #C1BEAB;
	background-image: url(img/bg4.jpg);
	background-repeat: repeat-x;*/
}

h2 {
	font-size: 16px;
	color: #666666;
	background-image: url(img/title_01.gif);
	background-repeat: no-repeat;
	padding: 25px 25px 25px 20px;
}

h4 {
	padding-left: 3px;
	margin: 5px;
	background-image: url(img/tama_04.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 25px;
}

h4,h4 a {
	color: #FF6600;
	line-height: 16px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E7E7;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DCDAD6;*/
}

a {
	color: #0000FF;
	/*color:#4B70CD;*/
}

a:hover {
	text-decoration: none;
}

hr {
	clear: both;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #FFF;
	border: 1px solid #999999;

	/*background-image: url(img/base_bg.gif);
	background-repeat: repeat-y;*/

}

#wrap {
	width: 790px;
	float: left;
	padding: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:800px;
	height:150px;
	background-image: url(img/h_dog.jpg);
	background-repeat: repeat-x;
	/*border: 1px solid #ff6600;*/
}

#header .logo_h {
	font-size: 26px;
	font-weight: bold;
	color: #FF8C3F;
}


h1 a {
	font-size: 26px;
	color: #666666;
	display: block;
	width: 230px;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 20px 0 0 550px;
}


p#desc {
	margin-left: 400px;
	color: #666666;
	font-size: 16px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width:785px;
	height: 3px;
	background-color: #ffdab9;
	/*background-image: url(img/nav2.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;*/
	padding-left: 15px;
}

#nav p {
	color: #333333;
	/*color: #EEEEEE;
	padding-top: 3px;*/
}

/*
#nav table {
	float: right;
	margin-right: 10px;
}
#nav label {
	font-size: 10px;
	color: #FFFFFF;
}
#nav td {
	padding-left: 1px;
}
#nav a {
	color: #333333;
	color: #EEEEEE;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10px;
}
#nav a:hover {
	color: #333333;
	background-color: #DDDDDD;
	border-bottom-style: none;
}
*/

/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:580px;
	float: left;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	background-image: url(img/line.gif);
}

#contents img {
	margin: 10px;
}

#contents p{
	padding: 10px 15px 5px 15px;
	/*color: #000000;*/
}

#contents h3 {
	font-size: 14px;
	padding: 10px;
	background-image: url(img/title_02.gif);
	background-repeat: no-repeat;

	color: #515151;
	margin-top: 15px;

	/*margin-bottom: 5px;
	margin-left: 5px;*/
}

#contents dt{
	padding: 15px 10px 5px 30px;
}

#contents dd{
	padding: 0 30px 0 60px;
}

/*
解説項目用
-------------------------------------------------------------------*/
.description{
	margin-right: 15px;
	margin-left: 5px;
	margin-bottom: 10px;
	/*background-color: #FFFF99;*/
}

.description p{
	padding:10px;
	margin:0;
	/*color: #333333;*/
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 194px;
	padding: 5px 0 5px 5px;
}

#side_d {
	padding-top: 2px;
	/*background-color: #E0DEDA;
	border: 1px solid #C6C0B9;
	background-image: url(img/linebg3.jpg);*/
}

#side_d h3 {
	display: block;
	width: 185px;
	line-height: 20px;
	text-align: center;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	
	font-size: 10px;
	letter-spacing: 0.1em;

	/*
	background-image: url(img/side4_do.jpg);
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	color: #FFFFFF;
	padding-bottom: 5px;
	*/
}

#side_d li {
	list-style-type: none;
}

#side_d li a {
	display: block;
	width:140px;
	font-size: 10px;
	text-decoration:none;
	
	line-height: 15px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 22px;
	padding-bottom: 5px;

	background-image:url(img/li3.jpg);
	background-repeat: repeat-x;
	background-color: #E0DBD5;

	/*
	color:#333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9E917E;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C6BCB0;
	border-left-color: #C6BCB0;
	*/
}


#side_d li a:hover {
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: underline;
	background-image: none;
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

/*
アドセンス
-------------------------------------------------------------------*/

.ads {
	margin-top: 5px;
	margin-bottom: 5px;
    margin-left: 15px;
    padding-top: 15px;
	/*text-align: center;*/
}

/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	background-color: #F0EFEE;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 10px;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #DDDDDD;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	background-color: #FF9475;
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	clear: both;
}

/*
TOPページ
-------------------------------------------------------------------*/

#contents .top_cat {
	padding: 5px 30px 5px 20px;
	/*
	background-image: url(img/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	*/
}

#contents .top_cat h4 {
	background-image: none;
	font-size: 18px;
	padding: 5px 5px 5px 8px;
}

#contents .top_cat p {
	margin: 5px 5px 5px 10px; 
	background-color: #FFFF99;
}

#contents .top_cat ul {
	margin: 5px 5px 10px 20px;
}


#contents .top_cat li {
	list-style-type: none;
}

#contents .top_cat li a {
	text-decoration: underline;
	background-image:url(img/y-2.gif);
	background-repeat: no-repeat;
	padding: 0 10px 0 30px;
}

#contents .top_cat li a:hover {
	color: #f97935;
}

/*
#contents .top_cat p a{
	font-size: 10px;
	padding-left: 5px;
}
*/

#top_img {
	width:100%;
	text-align: center;
	/*background-color: #666666;
	border: 1px solid #C6CFD0;
	background-image: url(img/linebg3.jpg);*/
}

#contents .centermenu {
	width: 565px;
}

#contents .centermenu h5 {
	color: #000000;

	background-image: url(img/top-h5.gif);
	background-repeat: no-repeat;

	border: 1px solid #FF6600;

	margin: 10px 0 0 0;
	padding: 10px 0 7px 60px;
}

#contents .centermenu p {
	background-image: url(img/top-p.gif);
	background-repeat: repeat-y;
	/*border-bottom: 1px solid #FF6600;*/
	padding:12px 18px 12px 18px;
	font-size: 13px;
}

#contents .centermenu ul {
	background-color: #FFF; 
	border: 1px solid #FF6600;

	height: 30px;
	padding: 5px 0 3px 30px;

	/*background-color: #FFE4B5;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;*/
}

#contents .centermenu li {
	list-style-type: none;
}

#contents .centermenu li a {
	font-size: 14px;

	background-image:url(img/y-2.gif);
	background-repeat: no-repeat;

	padding: 0 0 0 20px;
}

#contents .centermenu li a:hover {
	color: #f97935;
	text-decoration: none;
}

#contents .leftmenu {
	width:274px; 
	float:left;
}

#contents .rightmenu {
	width:274px; 
	float:right;
}

#contents .spa1 {
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
}

#contents .spa2 {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	padding: 5px 0 5px 10px;
}

.clearing {
	clear: both;
	margin:0; 
	padding:0; 
	height:0px; 
	width:0px; 
	border:none;
}


.ctgy dt{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 11px;
	/*
	margin-bottom: 0;
	padding: 0 0 0 18px;
	background-image: url(img/dt4.jpg);
	background-position: left;
	background-repeat: no-repeat;*/
	}

.ctgy dt a {
	color: #555555;
	line-height: 16px;
}
.ctgy dt a:hover{ color:#FF3333; }

.ctgy dd{
	margin: 0 0 0 0;	
	padding : 0 0 0 0;
	/*
	font-size:12px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 15px;	
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AAAAAA;
	*/
}

.ctgy dd a {
	font-size:11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	padding-left: 5px;
	margin-left: 5px;
}


/*
カテゴリーページ用
-------------------------------------------------------------------*/
.cat_list dt{
	background-image: url(img/sankaku.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cat_list dd{
	margin-bottom:10px;
	font-size:12px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
	padding-left: 10px;
}

/*
エントリページ用
-------------------------------------------------------------------*/
.entry-body{
	padding: 5px 5px 5px 5px;
	/*border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;*/
}

/*
画像用
-------------------------------------------------------------------*/
.img-left {
    float:left;
    margin: 0 15px 10px 0;
}
.img-right {
    float:right;
    margin-left:0 0 10px 15px;
}

/* サロン一覧
--------------------------------------------------------------------*/
.salon {
	align: center; 
	border:none;
	font-size:0.75em;
	width: 520px;
	margin: 5px 0 10px 0;
	}
	
.salon td {
	color:#666666;
	border-bottom:solid 1px white;
	padding:4px 10px 4px 10px;
	text-align:left;
	valign: middle;
	}
	
.salon1 {
	background-color:#FFCC00;
	width: 70px;
	}	
.salon2 {
	background-color:#FFDEAD;
	}
	
/* お手入れ手順
--------------------------------------------------------------------*/
.tejun {
	align: center; 
	border: none;
	/*border:1px solid #666666;*/
	font-size:0.75em;
	width: 550px;
	margin: 10px 10px 20px 10px;
	}
	
.tejun td {
	color:#333333;
	valign: middle;
	padding:5px 20px 5px 20px;
	}

.tejun1 {
	text-align: left;
	border: 1px solid #FFCC00;
	}	
.tejun2 {
	text-align: center;
	}

/* 備考
--------------------------------------------------------------------*/
.bikou {
	font-size: 14px;
	border: 1px solid #FFCC00;
	margin: 10px 10px 10px 15px;
}

.bikou td {
	color:#666666;
	font-weight: bold;
	text-align: left;
	valign: middle;
	padding: 5px 5px 5px 15px;
}

.bikou ul {
	margin: 5px 5px 10px 0;
}

.bikou li {
	list-style-type: none;
}

.bikou li a {
	text-decoration: underline;
	background-image:url(img/y-2.gif);
	background-repeat: no-repeat;
	padding: 0 10px 0 20px;
}
	
.bikou1 {
	background-color:#FFCC00;
}	
.bikou2 {
	background-color:#FFFFFF;
}

/*タイプ別
--------------------------------------------------------------------*/
.entry-body dl{
	padding-left: 25px;
}
.entry-body dt{
	background: url(./img/tama_04.gif) no-repeat;
	background-position: 1% 65%;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #FF6600;
}

.entry-body dd{
	padding:5px 0 5px 0;
	line-height: 150%;
}

/*--PR--*/
#pr {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
  	text-align: right;
  	color: #666666;
}

#pr a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
  	color: #666666;
}

