/*-------------------------------------
▼▼　基本
-------------------------------------*/

html
	{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	}

body
	{ 
	margin: 0;
	padding: 0;
	background-image:url(http://www.nagominoma.com/aromatherapy/img/body.gif);
	text-align: center;
	color: #000000;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	}

td
{
	color: #000000;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	text-align:left;
	line-height:160%;
}

form, input
	{
	margin: 0;
	padding: 0;
	}

/*-------------------------------------
▼▼　リンク
-------------------------------------*/

a
	{
	color: #0000FF; 
	font-weight: bold;
	}
a:visited {color:#990099;}
a:hover {color:#808080;}
a img {border: none;}

h1, h2, h3, h4, h5, h6 
	{
	margin:0;
	padding:0;
	}

/*-------------------------------------
▼▼　外枠
-------------------------------------*/

#container
	{
	width:800px;
	margin:0 auto 5px auto;
	padding:auto;
	background-color: #FFFFFF;
	text-align:left;
	}

/*-------------------------------------
▼▼　ヘッダー部分
-------------------------------------*/


#banner
	{
	margin: 0; /* 外の隙間 ピッチリ合わせている */
	width:800px;
	height: 153px; /* サイトロゴの高さ */
	background-image: url(http://www.nagominoma.com/aromatherapy/img/banner_bg.jpg); /* 背景画像 */
	background-repeat:no-repeat; /* 背景画像の表示のさせ方 繰り返しなし */
	}

#banner h1
	{
/* ページタイトル */
margin: 0px;
padding: 5px 0px 0px 15px;
text-align: left;
font-size: 13px;
color: #FFFF99;
	}

#banner h2{ /* サイト名 */
margin: 7px 0px 0px 0px; /* サイトトピックの上に表示 */
padding: 0px 0px 0px 700px;
text-align: left;
font-size: 13px;
}

#banner p{ /* ページトピック */
margin: 1px 0px 0px 0px; /* サイト名の下に表示 */
padding: 0px 0px 0px 30px;
text-align: left;
font-size: 13px;
color: #FFFFFF;
}

#banner img{ /* サイトロゴ */
float: left; /* ヘッダの左に動かす */
position: absolute; /* ヘッダの左上に表示する仕掛け */
top: 55px; /* ヘッダの左上に表示する仕掛け */
margin: 0px;
}

#banner a
	{
	text-decoration:none;
	color: #0000FF;
	}

#banner a:hover
	{
	color: #FF6600;
	}


/*-------------------------------------
▼▼　メイン
-------------------------------------*/

#wrap
	{
	width:800px;
	}

#main
	{
	float:left;
	width:580px
	}

#main p
	{
	margin:7px 0;
	}

#main-inner
	{
	margin-left:20px;
	line-height:160%;
	}


/*-------------------------------------
▼▼　メイン【サイト説明】
-------------------------------------*/

#main_des
	{
	background:url(img/des_bg.jpg) right top no-repeat;
	margin-top:10px;
	border:1px solid #ccc;
	width:560px;
	}


#main_des h3
	{
	background-image:url(http://www.nagominoma.com/aromatherapy/img/h3.jpg);
	background-repeat: no-repeat;
	height:35px;
	line-height: 39px;
	margin: 0;
	color: #FFFFFF;
	padding-left: 45px;
	font-size: 16px;
	}

#main_des p
	{
	padding: 5px;
	}

#main_des h4
	{
	background:#ECFCD6;
	font-size:13px;
	letter-spacing:1px;
	margin:10px 5px 0 5px;
	padding:1px 5px;
	}

/*-------------------------------------
▼▼　メイン部分【一覧部分】
-------------------------------------*/

#box
	{
	width:560px;
	margin-top:10px;
	}

#box p
	{
	padding: 5px;
	}

#box h3.title
	{
	background-image:url(http://www.nagominoma.com/aromatherapy/img/h3.jpg);
	background-repeat: no-repeat;
	height:35px;
	line-height: 39px;
	margin: 0;
	color: #FFFFFF;
	padding-left: 45px;
	font-size: 16px;
	}

#box h3.entry{
	background-image:url(http://www.nagominoma.com/aromatherapy/img/icon_h3entry.gif);
	background-repeat: no-repeat;
	background-position: 1% 30%;
	color:#168344;
	padding-left:30px;
	margin: 20px 0 0 0;
	border-bottom:solid 3px #168344;
	padding-bottom:2px;
	width:530px;
	font-size:15px;
}

#box h4.title
	{
	background:#ECFCD6;
	font-size:13px;
	letter-spacing:1px;
	margin:10px 5px 0 5px;
	padding:1px 5px;
	}


/*-------------------------------------
▼▼　メインメニュー部分
-------------------------------------*/

#menubox
	{
	width:560px;
	margin-top:10px;
	}

#menubox h3
	{
	background-image:url(http://www.nagominoma.com/aromatherapy/img/h3.jpg);
	background-repeat: no-repeat;
	height:35px;
	line-height: 39px;
	margin: 0;
	color: #FFFFFF;
	padding-left: 45px;
	font-size: 16px;
	}

#menubox .mokuji
	{
	float:left;
	width:270px;
	padding: 5px;
	}

#menubox h4
	{
	background: url(img/category.jpg) ;
	background-repeat: no-repeat;
	color:#666666;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 2px 0 3px 5px;
	}

#menubox h4 a
	{
	color:#666666;
	text-decoration: none;
	}

#menubox h4 a:visited
	{
	color:#666666;
	}

#menubox h4 a:hover
	{
	color:#666666;
	}

#menubox h5{
	background-image:url(http://www.nagominoma.com/aromatherapy/img/icon_tenyaji.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 13px;
	margin: 0;
	padding-left:15px;
	}


/*-------------------------------------
▼▼　サイド部分
-------------------------------------*/

#side
	{
	float:right;
	width:200px;
	background:#ECF1F4;
	margin-top:10px;
	}


/*-------------------------------------
▼▼　カテゴリ部分
-------------------------------------*/

.category
	{
	}

.category-inner
	{
	margin:5px 5px 15px 5px;
	}

.category h3
	{
	padding:5px 0 5px 30px;
	font-size:13px;
	background-image: url(http://www.nagominoma.com/aromatherapy/img/h3_side.jpg);
	color: #FFFF99;
	}

.category ul
	{
	list-style-type: disc;
	color: #0000FF; 
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left:15px;
	padding-left:15px;
	}

.category ul li
	{
	padding-top:2px;
	padding-bottom:2px;
	}

.category-inner-s
	{ /* 検索用 */
	margin:5px 0 15px 5px;
	}

.category-innerrss
	{
	margin:0 0 5px 22px;
	}


/* 画像を使ったサイドバーのli,ul */

.category2
	{
	margin: 0;
	padding: 0;
	}

.category2 h3
	{
	padding:5px 0 5px 30px;
	font-size:13px;
	background-image: url(http://www.nagominoma.com/aromatherapy/img/h3_side.jpg);
	color: #FFFF99;
	}

.category2 .module-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.category2 .module-list-item a
{
   background-image: url(http://www.nagominoma.com/aromatherapy/img/li_side.jpg);
   background-repeat: no-repeat;
   display: block;
   margin: 0;
   padding: 0 0 0 12px;
   text-decoration: none;
   line-height:270%;
   height: 37px;
}

.category2 .module-list-item a:visited {
   color: #0000FF;
}

.category2 .module-list-item a:hover
{
   background-image: url(http://www.nagominoma.com/aromatherapy/img/li_side2.jpg);
   background-repeat: no-repeat;
   text-decoration: underline;
   color: #0000FF;
}



/*-------------------------------------
▼▼　フッター部分
-------------------------------------*/

#footer
	{
	clear:both;
	width:800px;
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.nagominoma.com/aromatherapy/img/footer_bg.gif);
	height: 36px;
	border-top:1px #000000 solid;
	}


#footer img{
margin: 2px 2px 0px 3px; /* サイトバナーの位置 */
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
float: right; /* サイトコピーライトをフッタの右に */
margin: 0px;
padding: 10px 8px 0 0; /* サイトコピーライトの上からの位置 */
color: #FFFF99;
font-size: 12px;
}

#footer a{
	color: #FFFF99;
	text-decoration: none;
	}
#footer a:hover {
	color: #FF6600;
	text-decoration: none;
	}


/*-------------------------------------
▼▼　エントリーページ【コメント・トラックバック】
-------------------------------------*/

.trackbacks
	{
	margin-top:20px;
	}

.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 490px;
	margin:10px;
	}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
	{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 460px;
	w\idth: auto;

	margin: 0;
	border-left: 5px solid #c43606;
	padding: 5px;
	color:#c43606;
	background: #ECF1F4;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	}

.trackbacks
	{
	margin-top:20px;
	}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
	{
	clear: both;
	margin: 5px 10px;
	}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
	{
	clear: both;
	margin: 5px 10px 20px 10px;
	}

.entry,
.trackbacks,
.comments,
.archive
	{
	position: static;
	overflow: hidden;
	clear: both;
	width: 460px;
	margin-bottom: 20px;
	}

#comment-author, #comment-email, #comment-url, #comment-text
	{
	width: 240px;
	}

#comment-bake-cookie
	{
	margin-left: 0;
	vertical-align: middle;
	}

.comments-open label { display: block; }




/* 次へ前へ */
td.before{text-align:right; border-right:solid 1px #000000; padding-right:10px;}
td.next{text-align:left; border-left:solid 1px #000000; padding-left:10px;}

/* アライン  */
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

.floleft { float: left; margin-right:8px; }
.floright { float: right; }

p.space{margin:0;}
p.clear{margin:0; clear: both;}

strong{background-color: #FFFF66;}

/* 太字 */
.bold{font-weight:bold;}

/* 太字＋赤 */
.redbold{font-weight:bold; color:#cc0000;}

/* 赤 */
.red{color:#cc0000;}

/* 太字＋オレンジ */
.orangebold{font-weight:bold; color:#FF6600;}

/* グレー */
.gray{color:#666666;}

/* 黄色い太線 */
.yellowbar{background-color: #FFFF66; font-weight:bold;}

/* リンク集の点線 */
p.link {
	border-bottom:dotted 1px #999999;
	margin: 2px 0;
	}

/* SBM */
ul.sbm{
	text-align:center;
}
li.sbm{
	display: inline;
	margin-left: 5px;
	padding: 0px;
	list-style-type: none;
}

.google{margin:0; padding:0 5px; color:#E0E0C5; font-size:x-small;}

blockquote { padding: 5px; margin: 0px; color:#993366; background: #eaf7ff;}

.no1{
	background-image:url(http://www.nagominoma.com/aromatherapy/img/icon_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:27px;
	margin: 7px 0 7px 0;
}
.no2{
	background-image:url(http://www.nagominoma.com/aromatherapy/img/icon_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:27px;
	margin: 7px 0 7px 0;
}
.no3{
	background-image:url(http://www.nagominoma.com/aromatherapy/img/icon_c.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:27px;
	margin: 7px 0 7px 0;
}