/* CSS Document */

/*=====================================================
タグの初期化
=======================================================*/
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
    font-size:100%;
	}





/*=====================================================
サイト全体の基本スタイル
=======================================================*/
body {
	text-align:center;
    color:#000000;
	background-color:#FFFFFF;
	font-size:12pt;
	}

/* テキストリンク 
a:link {
    color:#0066cc;
	}
a:visited {
    color:#551a8b;
	}
a:hover {
    color:#d70c18;
	}*/

/* 画像リンク */
a img {
    border:none;
	}

li {
	margin-bottom:5px;
	}




/*=====================================================
サイト全体の基本レイアウト
=======================================================*/
div.page{
	width:953px;
	margin:0 auto;
	text-align:left;
	background-image:url(http://hennaojisan.com/images/hen_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	}

div.header {
	margin-left:7px;
	width:940px;
	}
div.header h1 {
	float:left;
	width:705px;
	text-align:right;
	}
div.header p {
	float:right;
	width:235px;
	text-align:left;
	}
div.header div.message {
	text-align:center;
	clear:both;
	margin-bottom:20px;
	}
div.footer {
	clear:both;
	font-size:10pt;
	text-align:center;
	}

div.contents {
	}

div.main {
	width:732px;
	float:left;
	}
div.sub {
	float:right;
	width:208px;
	}

div.main div.menu {
	width:235px;
	float:left;
	}
div.main div.entries {
	width:485px;
	float:right;
	}

div.main div.entry {
	margin-bottom:20px;
	background-image:url(http://hennaojisan.com/images/hen_main_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	line-height:150%;
	}
div.main div.entry h2 {
	background-image:url(http://hennaojisan.com/images/hen_main_top.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:20px 25px 10px 25px;
	font-size:14pt;
	font-weight:bold;
	}
div.main div.entry div.entry_text,
div.main div.entry div.entry_plus {
	padding:10px 25px 15px 25px;
	}
div.main div.entry div.entry_footer {
	background-image:url(http://hennaojisan.com/images/hen_main_bot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:10px 25px 20px 25px;
	font-size:10pt;
	}
div.main div.entry p.pagetop {
	margin-top:10px;
	text-align:right;
	text-align:10pt;
	}
div.main div.entries p.paging {
	text-align:center;
	margin-bottom:20px;
	}

div.menu div.category {
	margin-left:5px;
	padding-top:14px;
	background-image:url(http://hennaojisan.com/images/hen_menu_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
div.menu div.category ul {
	background-image:url(http://hennaojisan.com/images/hen_menu_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	}
div.menu div.category ul li {
	background-image:url(http://hennaojisan.com/images/hen_menu_bg_top.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	list-style:none;
	padding:0px 15px 30px 15px;
	}
div.contents div.main div.menu div.menu_contents {
	margin-left:5px;
	margin-top:-16px;
	padding-top:24px;
	background-color:#f0ffcc;
	}


div.info {
	width:205px;
	background-image:url(http://hennaojisan.com/images/hen_info_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	color:#330000;
	font-size:10pt;
	margin-bottom:20px;
	}
div.info div.info_content {
	background-image:url(http://hennaojisan.com/images/hen_info_bot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0 20px 5px 20px ;
	line-height:120%;
	}
div.info div.info_content div {
	margin:5px 0;
	background-color:#daddae;
	padding:7px 3px;
	}
div.info div.info_content h4 {
	margin-bottom:10px;
	}
div.info div.info_content div h5 {
	margin:10px 5px;
	}
div.info div.info_content div ul {
	margin:5px;
	}
div.info p.price {
	margin:5px 0;
	text-align:right;
	}
div.info p.img {
	text-align:center;
	}
div.info p.button {
	text-align:center;
	margin:5px;
	}
div.info p.moreLink,
div.blog p.moreLink  {
	text-align:right;
	}
div.calendar table {
	width:150px;
	margin-left:5px;
	}
div.calendar ul {
	width:150px;
	margin-left:5px;
	margin-top:10px;
	}
div.info p.right {
	text-align:right;
	}
div.info p.center {
	text-align:center;
	}
div.info p.text {
	margin:2px;
	}
div.info input {
	margin:5px 2px;
	}


div.blog {
	background-image:url(http://hennaojisan.com/images/hen_blog_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	color:#330000;
	width:205px;
	font-size:10pt;
	margin-bottom:20px;
	}
div.blog div.blog_content {
	background-image:url(http://hennaojisan.com/images/hen_blog_bot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:0 20px 5px 20px ;
	line-height:120%;
	}
div.info div.info_content ul,
div.blog div.blog_content ul {
	padding-left:10px;
	}









