@charset "UTF-8";


/***** Reset  *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;}
body {line-height: 1;}
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
caption {width: 100%;}



/***** 共通のタグ CommonTag *****/
body{
	background-color:#FFF;
	margin:0px;
	padding:20px 0px 0px 0px;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	background-image: url(img/m-back.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: fixed;
	letter-spacing: 0.01em;
}
h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0px 0 15px;}

ul,ol{padding: 0px 0 15px 30px;margin: 0;}
h1{font-size: 20px;line-height: 22px;}
h2{font-size: 18px;line-height: 20px;}
h3{font-size: 16px;line-height: 18px;}
h4{font-size: 14px;line-height: 16px;}
h5{font-size: 12px;line-height: 14px;}
h6{font-size: 11px;line-height: 13px;}
img{
	padding: 0px;
}
a{
	color: #900;
	text-decoration: none;
	outline:none;
}
a:hover{
	color: #F09;
	text-decoration: underline;
}
.content a[target="_blank"] {background: url(img/target_blank.gif) no-repeat right center;padding-right: 15px;}


/*スペース領域 AreaSpace*/
#space{
	background-image: url(img/spacer.gif);
	background-repeat: no-repeat;
	height: 1px;
	width: 988px;
	margin: 0px;
	text-indent:-50px;
}
.content blockquote{background-color: #e1f5f9;border: 1px solid #b2d3e0;}
#container{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}
#header{
	height:180px;
	overflow: hidden;
	background-image: url(img/hedder-back.png);
	background-repeat: no-repeat;
	width: 1000px;
}
#header-in{
	height:118px;
	width: 770px;
	float: right;
	position: relative;
	margin-right: 10px;
}
#rap{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D8D8D8;
	border-left-color: #D8D8D8;
	background-image: url(img/spacer.gif);
	background-repeat: repeat;
	background-color:#FFFAFA;
}
#alpha{
	float: left;
	text-align:left;
	width: 655px;
	padding-left: 22px;
	padding-bottom: 10px;
	padding-right: 13px;
	background-color:#FFFAFA
}
#alpha2{
	float: left;
	text-align:left;
	width: 963px;
	padding-left: 22px;
	padding-bottom: 10px;
	padding-right: 13px;
}
.alpha_bg{background: url(img/alpha_bg.gif) repeat-x center top;}
#beta{
	border-left: 1px solid #ccc;
	width: 270px;
	overflow: hidden;
	margin: 0px;
	float: right;
	border-bottom: 1px solid #ddd;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #666666;
}
#gamma{text-align: left;width: 960px;padding: 20px 0 20px 20px;}


/*ヘッダー Header*/
#header #searchform {
	float: right;
	position: relative;
	height: 20px;
}
#header #searchform input{vertical-align: middle;height:20px;}
#header #searchform #s{vertical-align:middle;border: 1px solid #777;padding:1px;margin:0px;height:16px;background-color: #fff;width: 153px;}
#header #searchform #searchsubmit{border-width: 0;vertical-align: middle;margin: 0px;padding: 0px;height: 20px;}
#selene1{
	position: relative;
	float: left;
	height: 138px;
	width: 170px;
	padding-left: 24px;
	padding-bottom: 0px;
}


/*ヘッダーナビ*/
#navi-s{
	position: relative;
	font-size: 11px;
	float: right;
	width: 770px;
	text-align: right;
	padding-bottom: 0px;
	margin-top: 5px;
}
#navi-s a{
	color: #000099;
}
#navi-s a:hover{
	color: #FF00FF;
}
#navi-s li{
	background-image: url(img/try.png);
	background-repeat: no-repeat;
	background-position: left center;
	display:inline;
	padding-left: 13px;
	margin-top: 15px;
}
#navi-l{
	position: relative;
	font-size: 11px;
	float: right;
	text-align: right;
	padding-bottom: 0px;
	padding-right: 5px;
	margin-top: 2px;
	padding-top: 0px;
	width: 790px;
}
#navi-l li{
	background-image: url(img/try2.png);
	background-repeat: no-repeat;
	background-position: left center;
	display:inline;
	padding-left: 15px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
}
#navi-l li a{
	color: #FFFFFF;
}
#navi-l li a:hover{
	color: #FF00FF;
}
#navi-l li.current_page_item a{
	color: #FFFF00;
}
#header_navi{
	padding: 0;
	width: 770px;
	float: right;
	background-image: url(img/hedder-navi.png);
	height: 28px;
	background-repeat: no-repeat;
}
#page_navi{
	padding: 0;
	list-style-type:none;
	margin: 0;
	white-space: nowrap;
	float: right;
	width: 770px;
	height: 28px;
}
#page_navi li{
	font-size: 14px;
	margin: 0;
	float: left;
	height: 28px;
	width: 152px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	text-align: center;
	font-weight: bolder;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-variant: normal;
	line-height: 26px;
}
#page_navi li a{
	color: #FFFFFF;
	float: left;
	height: 28px;
	text-align: center;
	width: 152px;
	background-image: url(img/li-a.png);
	background-repeat: repeat-x;
	background-color: #AD8200;
}
#page_navi li a:hover{
	text-decoration: none;
	color: #CCCC00;
	text-align: center;
	height: 28px;
	width: 152px;
	background-color: #33FF00;
}
#page_navi li.current_page_item a{
	color: #CCCC00;
	background-color: #FF0000;
}
.header_description{
	font-size: 11px;
	color: #fff;
	line-height: 13px;
	margin: 0;
	float:left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	font-weight: lighter;
	width: 166px;
	text-align: center;
}


/*トップ画像 Topimage*/
#topimage{
	background-image: url(img2/top-img.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 290px;
	width: 1000px;
}
#topimage2{
	height: 420px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul#top-list{
	padding :0;
	list-style:none;
	float:left;
	width: 270px;
	height: 260px;
	margin: 0;
}

ul#top-list a{
    margin: 0; 
    padding :0; 
    display:block;
    width:270px;
    height:65px;
    text-indent:-200px;
    overflow:hidden;
}
ul#top-list a:hover{
	opacity: 0.7; /* IE以外透過設定 */
	filter: Alpha(opacity=70); /* IE用透過設定 */
}
#top-list a.relax{
	background-image:url(img2/top-list1.png);
}
#top-list a.scalp{
    background-image:url(img2/top-list3.png);
}
#top-list a.eye{
    background-image:url(img2/top-list2.png);
}
#top-list a.anti{
    background-image:url(img2/top-list4.png);
}


/*中間画像*/
#midimage{
	height: 30px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
	clear: both;
	margin: 0px;
}


/*メニュー画像 Topimage*/
#menu-list{
	width: 1000x;
	height: 248px;
	padding: 0px;
	margin: 0px;
}

#menu-list ul{
	list-style:none;
	float:left;
	margin: 0px;
	padding: 0px;
}
#menu-list li{
	padding :0;
	list-style:none;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
}

ul#menu-list a{
	text-indent:-150px;
	height: 250px;
	width: 248px;
	padding :0;
	display:block;
	overflow:hidden;
	margin: 0;
}
ul#menu-list li a:hover{
	opacity: 0.7; /* IE以外透過設定 */
	filter: Alpha(opacity=70); /* IE用透過設定 */
}
#menu-list a.relax{
	background-image: url(img2/menu1.png);
}
#menu-list a.scalp{
background-image: url(img2/menu2.png);
}
#menu-list a.eye{
background-image: url(img2/menu3.png);
}
#menu-list a.anti{
background-image: url(img2/menu4.png);
}

/*バナー画像 Banner image*/
#shikaku{
	clear: both;
	margin: 0px;
}
ul#topic-list{
	padding :0;
	margin: 0;
	height: 148px;
	width: 655px;
	clear: both;
}
ul#topic-list li{
	padding :0;
	list-style:none;
	float:left;
	margin: 0px;
}
ul#topic-list a{
    margin: 0; 
    padding :0; 
    display:block;
    overflow:hidden;
}
ul#topic-list a:hover{
	opacity: 0.7; /* IE以外透過設定 */
	filter: Alpha(opacity=70); /* IE用透過設定 */
}
ul#topic-list img {
	margin-top: 5px;
	margin-bottom: 0px;	
}
#naka-list{
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#naka-list ul{
	padding :0;
	list-style:none;
	margin: 0px;
	padding: 0px;
	display: list-item;
}
#naka-list li{
	padding :0;
	list-style:none;
	padding: 0px;
	height: 100px;
	width: 218px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

ul#naka-list a{
	text-indent:-170px;
	height: 100px;
	width: 218px;
	padding :0;
	display:block;
	overflow:hidden;
	margin: 0;
}
ul#naka-list li a:hover{
	opacity: 0.7; /* IE以外透過設定 */
	filter: Alpha(opacity=70); /* IE用透過設定 */
}
#naka-list a.media{
	background-image: url(links/media.jpg);
}
#naka-list a.yukie{
	background-image: url(links/yukie.jpg);
}
#naka-list a.gift{
	background-image: url(links/gift.jpg);
}
#naka-list a.jinzai{
	background-image: url(links/jinzai.png);
}




/*コンテンツ Content*/
.pagename{
	font-weight: bold;
	clear: none;
	color: #000099;
	line-height: 18px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0px;
	padding-left: 15px;
}
.media{
	color: #000099;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: -10px;
}
.content .title a{color: #C00;text-decoration:none;}
.content .index .title {color: #C00;text-decoration:none;background: url(img/title_bg.gif) no-repeat left bottom;padding: 0 0 5px;margin-bottom: 10px;}
.content .title a:hover{color:#E6332D;} 
.content a{
	color: #990000;
} 
.content a:hover{
	color: #FF00FF;
} 
.content a.more-link {font-size: 12px;line-height: 14px;} 
.content {clear: both;}
.content ul{margin-left: 25px;padding-left: 0px;list-style-type:disc;}
.content ol{margin-left: 30px;padding-left: 0px;list-style-type:decimal;}
.content .title .date {font-size:11px;font-style:italic;font-weight:normal;}
.content .ddsg-wrapper a{color: #666;}
.content blockquote {margin: 0px 0px 15px 0px;padding: 10px 20px 10px 20px;}
.content blockquote p{padding: 0px;margin: 0px 0px 0px 0px}
.content blockquote ol,.content blockquote ul{padding: 0px;margin: 0px 0px 0px 20px}
.content .postmetadata {text-align: right;font-size: 12px;line-height: 14px;background:url(img/entry_bg.gif) no-repeat right bottom;width: 100%;padding: 0 0 7px;margin: 0;color: #555;clear: both;}
.content .index {padding: 0 0 20px;}
.content pre {background-color: #eee;padding: 5px 15px;margin: 0 0 15px;font: 11px/16px "Courier New", Courier, mono;white-space: pre;overflow: scroll;}


/*コメント comments*/
#comments,#respond {clear: both;font-size: 13px;color: #246;padding: 20px 0 10px;}
ol.commentlist{float: left;width: 512px;margin: 0;padding: 0 0 0 40px;list-style-type: none;}
ol.commentlist li{padding: 10px 10px 6px;font-size: 12px;line-height: 17px;}
ol.commentlist li img.avatar {float: left;margin-right: 7px;}
ol.commentlist li cite {}
ol.commentlist li small.commentmetadata {}
ol.commentlist li p {clear: both;padding: 3px 0;font-size: 12px;line-height: 15px;}
ol.commentlist li.alt {background-color: #eceeef;}
.nocomments{display: none;}


/*ページ page*/
.kuzu-box{
	height: 52px;
}
.kuzu{
	paddingp: 0px;
	margin-top: 5px;
	background-image: url(img2/home.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.page{
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}


/*子ページ relation*/
.relation{
	paddingp: 0px;
}
.relation ul {
	color: #666666;
	list-style-type: none;
	display: inline-block;
}
.relation li{
	float: left;
}
.relation ul li{
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
}
.relation ul li a{
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 16px;
	background-image: url(img/icon_subpage.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #990000;
}
.relation ul li a:hover{
	color: #FF00FF;
	text-decoration: none;
}


/*ページ分割*/
.linkpages{text-align: center;}



/*アーカイブリスト Archive*/
.archive a{
	color: #990000;
	font-size: 14px;
	line-height: 16px;
} 
.archive h4{color: #666;font-size: 13px;line-height: 15px;margin: 0;padding: 10px 0 5px;} 
.archive ul {padding: 0 0 0 15px;margin: 0;color: #666;}
.archive ul li{
	font-size: 11px;
	line-height: 13px;
	padding: 9px 0 9px 9px;
	margin: 0 0 1px;
	list-style-type: decimal;
	list-style-position: inside;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ccc;
	border-left-color: #CCCCCC;
}
.archive ul li ul{padding: 7px 0 0 12px;}
.archive ul li li{
	font-size: 11px;
	line-height: 13px;
	padding: 6px 0 3px 8px;
	border-left: 2px solid #999;
	list-style-type: decimal;
	border-bottom-style: none;
	border-top: 1px solid #ccc;
	margin: 1px 0 0;
	color: #CCCCCC;
}
.archive a.title {font-size: 14px;line-height: 16px;}


/*リンク集 Links*/
.links{color: #666;}
.links ul{font-size: 11px;line-height: 13px;list-style-type: none;padding: 0;margin: 0;}
.links ul h2{font-size: 13px;line-height: 15px;margin: 0;padding: 10px 0;color: #246;}
.links a{font-size: 14px;line-height: 16px;}
.links ul li{padding: 0 0 1px;}
.links ul li li a{padding: 6px 0 2px 11px;border-left: 3px solid #999;border-bottom: 1px solid #ccc;margin: 0 0 0 15px;display: block;}
.links ul li li a:hover{background-color: #fffae2;text-decoration: none;}


/*サイトマップ sitemap*/
.sitemap{color: #666;}
.sitemap h3{font-size: 13px;line-height: 15px;margin: 0;padding: 4px 0 3px 6px;border-left: 3px solid #999;color: #555;}
.sitemap ul{font-size: 11px;line-height: 13px;list-style-type: none;margin:0;padding: 0;}
.sitemap ul ul {padding-left: 15px;border-top: 1px solid #666;border-right: 1px solid #bbb;}
.sitemap ul li{margin: 0 0 20px;padding: 0;}
.sitemap ul ul a{
	font-size: 14px;
	line-height: 16px;
	color: #990000;
}
.sitemap ul ul a:hover{
	color: #FF00FF;
}
.sitemap ul ul li{padding: 10px 0 6px 12px;border-left: 1px solid #bbb;margin: 0;border-bottom: 1px solid #aaa;background-color: #fafafa;border-top: 1px solid #fff;}
.sitemap ul ul ul{padding: 5px 0 2px 9px;margin:0;border-top-style: none;border-right-style: none;}
.sitemap ul ul ul a{
	font-size:12px;
	line-height: 14px;
	color: #666666;
}
.sitemap ul ul ul a:hover{
	color: #FF00FF;
}
.sitemap ul ul ul li{border-style: none;list-style-type: disc;list-style-position: inside;padding: 2px;}
.sitemap ul ul ul ul li{}



/*delicious*/
.delicious-posts ul,#delicious ul{padding: 0;margin: 0;font-size: 12px;line-height: 15px;list-style-type: none;}
li.delicious-post.delicious-odd a,#delicious a{
	padding: 5px 0 5px 12px;
	border-left: 3px solid #999;
	margin: 0 0 0 15px;
	background-color: #f9f9f9;
	display: block;
	color: #000066;
	width: 524px;
}
li.delicious-post.delicious-even a{padding: 5px 0 5px 12px;border-left: 3px solid #999;margin: 0 0 0 15px;background-color: #f0f0f0;display: block;color: #297ee5;width: 524px;}
li.delicious-post.delicious-odd a:hover,#delicious a:hover{text-decoration: underline;color: #43b2fc;background-color: #fcfcfc;}
li.delicious-post.delicious-even a:hover{text-decoration: underline;color: #43b2fc;background-color: #f3f3f3;}



/*タグ検索 Tags*/
.tags {line-height: 200%;}



/*トピックス表示 Topics*/
#toptopics-top{
	background-image: url(img/topics.png);
	height: 26px;
}
#toptopics-box{
	padding-bottom: 20px;
}
#toptopics {
	clear: both;
	margin: 0;
	list-style-type: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(img/topics-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#toptopics a{color: #b6000a;font-size: 11px;line-height: 14px;}
#toptopics a:hover{
	color: #ee000b;
	text-decoration: underline;
}
#toptopics li {
	margin-bottom: 2px;
	padding-bottom: 1px;
	width: 450px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8BDA4;
}
#toptopics li span.date {color: #fff;font-size: 11px;background-color: #aaa;padding: 3px 4px 2px;margin-right: 4px;}


/*ナビゲーション Navi*/
.navigation{clear: both;text-align: center;padding: 20px 0 0;}
.navigation a{color: white;padding: 2px 10px;background-color: #999;border: 2px solid #ccc;font-size: 11px;}
.navigation a:hover{color: #fff;}
.navigation div.alignleft {display: inline;margin: 0 5px;}
.navigation div.alignright {display: inline;margin: 0 5px;}


/*サイドバー共通 Sidebar*/
#beta ul{margin-left:0px;padding: 0;list-style-type: none;font-size: 11px;line-height: 15px;}
#beta ul li{padding: 0 0 0 10px;background: url(img/beta_li.gif) no-repeat left 3px;}
#beta .widget{padding:0 0 15px;font-size:11px;line-height:1.3;}
#beta .module_title {font-size:12px;padding:0px 0px 4px 0;border-bottom:1px solid #bbb;margin:0 0px 6px;color:#888;}


/*サイドメニューボタン Menu*/
#beta li.cat-item{padding: 0 0 6px;background-image: none;}
#beta li.cat-item a{width: 180px;display: block;text-align: center;font-size: 12px;line-height: 15px;margin: 0;padding: 11px 0 0;height: 24px;background: url(img/menu_btn.gif) no-repeat center top;}
#beta li.cat-item a:hover{background-position: center bottom;text-decoration: none;color: #5eb3d1;}
#beta ul.children{padding: 5px 0 0;}
#beta ul.children ul{padding: 0;}
#beta ul.children li.cat-item  {padding: 0 0 0 10px;font-size: 11px;background: url(img/beta_li.gif) no-repeat left 3px;}
#beta ul.children li.cat-item a {font-size: 11px;line-height: 13px;height: auto;background-image: none;text-align: left;width: 100%;padding: 0;}



/*NAVT*/
div.navt_tog {padding: 2px 0 4px;margin: 0 0 0 -10px;background-image: none;background-color: #f9f9f9;}
div.navt_tog a {width: 180px;display: block;height: 24px;text-align: center;font-size: 12px;line-height: 15px;color: #4083af;margin: 0;padding: 11px 0 0;}
div.navt_tog a:hover{background-position: center bottom;text-decoration: none;color: #5eb3d1;}
#beta ul.menu li.emptytab{height: 3px;margin: 0 0 5px;background-image: none;width: auto;font-size: 1px;line-height: 1px;border-bottom: 1px solid #bbb;padding: 0;}
#beta ul.menu li.item_parent li,
#beta ul.menu li.current_item_parent li{padding: 0 0 0 10px;background: url(img/beta_li.gif) no-repeat left 3px;list-style-type: none;height: inherit;width: inherit;}
#beta ul.menu li.item_parent li a,
#beta ul.menu li.current_item_parent li a {text-align: left;padding: 0;font-size: 11px;line-height: 13px;height: auto;width: inherit;background-image: none;}
div.navt_tog.blue a{background: url(img/menu_btn1.gif) no-repeat center top;}
div.navt_tog.yellow a{background: url(img/menu_btn2.gif) no-repeat center top;}
div.navt_tog.red a{background: url(img/menu_btn3.gif) no-repeat center top;}
div.navt_tog.green a{background: url(img/menu_btn4.gif) no-repeat center top;}
div.navt_tog.gray a{background: url(img/menu_btn.gif) no-repeat center top;}



/*タグクラウドウィジェット Tags*/
div#tag_cloud,div.st-tag-cloud {margin-bottom: 15px;line-height: 1.3;}



/*サイドバー Tags*/
ul.side-list{
	padding :0;
	list-style:none;
	float:left;
	margin: 0;
}

ul.side-list a{
    margin: 0; 
    padding :0; 
    display:block;
    overflow:hidden;
}
ul.side-list a:hover{
	opacity: 0.7; /* IE以外透過設定 */
	filter: Alpha(opacity=70); /* IE用透過設定 */
}
ul.side-list img{
	margin-top: 0px;
	margin-bottom: 7px;
}
ul.side-list2{
	padding :0;
	list-style:none;
	float:left;
	width: 270px;
	margin: 0;
}

ul.side-list2 a{
    margin: 0; 
    padding :0; 
    display:block;
    overflow:hidden;
}
ul.side-list2 a:hover{
	opacity: 0.7; /* IE以外透過設定 */
	filter: Alpha(opacity=70); /* IE用透過設定 */
}
ul.side-list2 img{
	margin-top: 5px;
	margin-bottom: 2px;
}
ul.side-list-moji{
	list-style:none;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(img2/lacasta.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.side-list-moji li{
	margin-bottom: 10px;
}
.side-list-moji li a{
	color: #FFF;
	background-image: url(img/try3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	}
.side-list-moji li a:hover{
	color: #FF00FF;
}
ul.side-list-moji2{
	list-style:none;
	margin: 0;
	font-size: 12px;
	line-height: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(img2/qe.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.side-list-moji2 li{
	margin-bottom: 10px;
}
.side-list-moji2 li a{
	color: #FFF;
	background-image: url(img/try3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	}
.side-list-moji2 li a:hover{
	color: #FF00FF;
}




/*フッター Footer*/
#footer2{
	clear:both;
	height:55px;
	background-image: url(img/footer.png);
}
.copyright {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 18px;
	padding-left: 17px;
}
.produced{
	color:#666;
	font-size: 11px;
	text-align:right;
	margin-top:10px;
	line-height: 13px;
	height: 21px;
}


/*地図 Map*/
#map {border-style: solid;border-width: 1px;}


/*WP2.5ビジュアルエディタ*/
img.aligncenter {display: block;margin: 0 auto;}
img.alignleft {float: left;margin: 0 10px 10px 0;}
img.alignright {float: right;margin: 0 0 10px 10px;}


/*その他 Others*/
.code{font-style: italic;color: #f60;border: 1px solid #b3b3b3;padding: 10px;font-size: 9px;margin: 10px 0;}
.download{margin: 0;padding: 10px;list-style-type: none;text-align: center;width: 500px;background-color: #fff7e9;border: 1px solid #f5aa6a;border-bottom-width: 3px;}
#alpha .edit{text-align: center;font-style: italic;padding: 0;float: right;width: 49px;height: 15px;}
#alpha .edit a{width: 49px;height: 15px;float: right;text-indent: -9999px;background: url(img/edit.gif) left top;}
#alpha .edit a:hover{background-position: left bottom;}


/*デザイン-写真*/
.item1{
	float: left;
	position: relative;
	padding-bottom: 3px;
	}
.item1 a{
	background-color: #EBEBEB;
	}
.item1 a:hover{
	background-color: #66FF00;
}


	
/*デザイン-文字*/
.title-1{
	padding-bottom: 20px;
	color: #000099;
}
.title-moon{
	color: #800000;
	padding-bottom: 5px;
	background-image: url(img/maru-b.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
	padding-top: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	margin-left: 0px;
	padding-right: 10px;
	text-decoration: underline;
}
.moji-blue{
	color: #FFC;
	padding-bottom: 2px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ACACAC;
	margin-bott om: 10px;
	padding-left: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ACACAC;
	margin-top: 18px;
}
.title-sub {
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	display: block;
}
.ber {
	color: #FF9;
	margin-top: 10px;
	padding: 0px;
	margin-bottom: 10px;
	clear: both;
}
.ber a{
	color: #FF9;
}
.ber a:hover{
	color: #FF00FF;
}
.red {
	color: #D30000;
}
.azk {
	color: #900;
}
.blu {
	color: #000099;
	margin-top: 5px;
}
.org{
	color: #FF6600;
}
.glay a{
	color: #333333;
}
.up5 {
	margin-top: 5px;
}
ul.list_none {
	list-style: none;
	margin:0px;
	padding-left: 30px;
}
ul.list_try{
	margin-bottom: 0px;
	}
ul.list_try li{
	list-style: none;
	background-image: url(img/try3.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
ul.list_try li a{
	color: #990000;
	font-weight: bold;
}
ul.list_try li a:hover{
	color: #FF00FF;
}

ul.list_try30 li{
	list-style: none;
	background-image: url(img/try3.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	margin-left: 155px;
	}
ul.left30{
	padding-left: 30px;
}
ul.kigou3{
	list-style: url('img2/kigou3.png');
	padding-left: 30px;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	line-height: 28px;
	font-weight: bold;
	color: #990000;
}
.left30{
	padding-left: 30px;
	padding-top: 5px;
}
.left31{
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
	top: -10px;
}
.left10{
	padding-left: 10px;
}
.right{
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
ul.imp li{
	list-style: none;
	padding-left:50px;
	background-image: url(img/hito.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.maru-pink {
	background-image: url(img/maru-pink.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	margin-top: 30px;
	padding-top: 1px;
	display: run-in;
	padding-right: 10px;
	text-decoration: underline;
	color: #900;
}
dl.list_try30 dd{
	background-image: url(img/try3.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	margin-left: 30px;
	}
dl.list-non dd{
	margin-left: 30px;
	}





/*個別デザイン*/
.clumn{
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	
	padding-left: 15px;
	padding-bottom: 10px;
	clear: both;
}
.clumn-p{
	background-color: #FFE7FB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	clear: both;
}
.clumn-p a{
	color: #993300;
	font-weight: bold;
}
.clumn-p  a:hover{
	color: #FF00FF;
	font-weight: bold;
}
 .clumn-party {
	background-color: #FFEAF4;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
	clear: both;
	list-style-type: none;
}
.clumn7{
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	clear: left;
}
dl.list{
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 5px;
}
dl.list dt {
	clear: left;
	float: left;
	width: 80px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.8em;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E5E5E5;
	border-left-color: #CCCCCC;
}

dl.list dd {
	margin-bottom: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	height: auto;
	padding-left: 20px;
	margin-left: 100px;
}
dd.list2{
	padding-left: 100px;
}
#map{
	border: 1px solid #CCCCCC;
}
#right  {
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#qr {
	width: 270px;
	padding-left: 15px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	margin-bottom: 2px;
	padding-bottom: 10px;
	padding-right: 15px;
	clear: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	background-image: url(img/s-back.png);
	background-repeat: repeat-y;
}
#qr img{
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
#qr p {
	padding-top: 3px;
	padding-bottom: 7px;
}
#qr2 {
	width: 270px;
	padding-left: 15px;
	float: right;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ddd;
	border-left-color: #ccc;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-right: 15px;
	clear: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ddd;
	border-right-color: #ccc;
}
dl.list-m{
	padding-left: 30px;
	padding-bottom: 20px;
	padding-top: 5px;
}
dl.list-m dt {
	clear: left;
	float: left;
	width: 210px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E5E5E5;
	border-left-color: #CCCCCC;
}

dl.list-m dd {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	height: auto;
	padding-left: 20px;
	margin-left: 100px;
}
.pad-l30 {
	padding-left: 30px;
	padding-bottom: 20px;
	}
#side-naka-out {
	margin-left: 25px;
	margin-top: 0px;
}
#side-naka {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ddd;
	border-right-color: #ccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	background-color: #FFFFFF;
	padding: 15px;
	display: inline;
	width: 272px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#kukuru {
	padding: 0px;
	width: 290px;
	position: relative;
	float: left;
}
#kukuru2 {
	padding: 0px;
	width: 290px;
	position: relative;
	float: right;
}
#yoyaku {
	background-image: url(links/qr-yoyaku.jpg);
	background-repeat: no-repeat;
	background-position: right;
}



/*リンク*/
.link img {
	display: inline-block;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.link img a:hover{
	opacity: 0.7; /* IE以外透過設定 */
	filter: Alpha(opacity=70); /* IE用透過設定 */
}
.book-l{
	height: 240px;
	width: 120px;
	float: left;
}
.book{
	height: 240px;
	width: 130px;
	float: right;
}





/*スペーサー*/
.spacer-5 {
	height: 5px;
	clear: both;
	margin-top: 20px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.spacer-10 {
	height: 10px;
	clear: both;
	padding: 0px;
}

/*カレンダーテーブル*/
table.table021 {
	width: 950px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 12px;
	background-color: #FFF;
}
table.table021 th,
table.table021 td {
  padding: 0px 3px;
}

table.table021 th {
	border-bottom: solid 1px #B2B2B2;
	border-right: solid 1px #B2B2B2;
	text-align: center;
	white-space: nowrap;
	background-color: #561818;
	color: #FFF;
}


table.table021 td {
	text-align: center;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-left-color: #EFEFEF;
}
table.table021 tr.close {
	color: #CCC;
}

table.table021 tr.sat {
	color: #0000CC;
}
table.table021 tr.sun {
	color: #FF0000;
}

table.table021 tr {
	color: #333;
}




/*精油値段表*/
table.table022 {
	width: 650px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 12px;
	background-color: #FFFFFF;
}
table.table022 td {
  padding: 2px 5px;
}

table.table022 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #FFD9F3;
}

table.table022 td {
	text-align: left;
	white-space: nowrap;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-left-color: #EFEFEF;
}


/*サトマップ*/
#s-map li {
	display: inline;
	float:left;
	margin-right: 10px;
	width: 175px;
}
#c-map ul li {
	list-style: none;
	background-image: url(img/try3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.site-map {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #666666;
	background-color: #FFF0F9;
	clear: both;
	margin: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.clear {
	clear: both;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	position: relative;
	bottom: -5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
}
.clear a {
	color: #990000;
}





