@charset "utf-8";
/*
Theme Name: an_hue
Theme URI: http://an-hue.jp
Description: The original theme only for "an hue." the beauty parlor.
Version: 1.0
Author: an hue.
Tags: none

An hue. all rights reserved.
*/

@import "menu_replace.css";
@import "fortop.css";
@import "miscellaneous.css";

/*whole*/
* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Georgia;
	color:#f6e5d8;
	line-height:1.8em;
	font-size: 100.01%;
	_font-size: 100.01%;
	*font-size: 100.01%;
}

body {
	background-color:#490c0a;
	text-align:center;
	font-size:0.8em;
	font-weight:normal;
}
a.pages {
	padding-right:17px;
	background:url(images/internal.gif) right no-repeat;
}

a.external {
	padding-right:17px;
	background:url(images/external.gif) right no-repeat;
}

a:link {
	text-decoration:none;
	color:#f6e5d8;
}

a:visited {
	color:#FFD9D9;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#f6e5d8;
}

#container {
	width:990px;
	margin:0 auto;
}

#footer_area {
	clear:both;
	text-align:center;
	width:990px;
	margin:0;
	padding:1em 0;
	font-size:0.9em;
	font-weight:normal;
}

div.footer_menu {
	margin:1em 0;
	font-size:0.9em;
	position: relative;
	overflow: hidden;
}

div.footer_menu ul {
	position: relative;
	left: 50%;
	float: left;
}

div.footer_menu li {
	position: relative;
	left: -50%;
	float: left;
	border-right:1px dotted #f6e5d8;
	padding:0 0.8em;
	list-style-type:none;
}

p.copy_desc {
	clear:both;
	font-size:0.9em;
}

input[type=text] {
	background:#FFFFFF url(images/text_bg.jpg) right no-repeat;
	border:2px solid #FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size:1em;
	color:#490c0a;
	width:250px;
	height:20px;
	padding:0 1em;
}

input[name=your-email] {
	background:#FFFFFF url(images/mail_bg.jpg) right no-repeat;
	border:2px solid #FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size:1em;
	color:#490c0a;
	width:250px;
	height:20px;
	padding:0 1em;
}

input[type=password] {
	background:#FFFFFF url(images/password_bg.jpg) right no-repeat;
	border:2px solid #FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size:1em;
	color:#490c0a;
	width:250px;
	height:20px;
	padding:0 1em;
	margin-bottom:0.3em;
}

div.sidebar input[name=s] {
	background:#FFFFFF url(images/text_bg.jpg) right no-repeat;
	border:1px solid #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size:1em;
	color:#490c0a;
	width:150px !important;
	height:20px;
	margin:1.5em 1em 1em 1em !important ;
}

textarea {
	background:#FFFFFF url(images/text_bg.jpg) right bottom no-repeat;
	_background:#FFFFFF;
	*background:#FFFFFF;
	border:2px solid #FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color:#490c0a;
	width:250px;
	padding:0 1em;
	font-size:1em;
	line-height:1.3em;
	margin-bottom:0.3em;
}

select {
	font-size:1em;
	color:#490c0a;
	line-height:1.4em;
	width:250px;
	height:20px;
	margin-bottom:0.3em;
}

option {
	color:#490c0a;
	background-color:#FFFFFF ;
	width:210px;
}

input[type=submit] {
	font-size:1em;
	color:#490c0a;
	background-color:#96b5c4;
	border:2px solid #96b5c4;
	border-right:2px solid #648c9f;
	border-bottom:2px solid #648c9f;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

blockquote {
	background-color:#e1cccb;
	border:#490c0a 1px dotted;
	color:#490c0a;
	padding:1em;
	margin:1em 1em 1em 2em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

table {
	border:none;
	margin:0.5em;
	border-collapse:collapse;
}

th {
	padding:0.3em 0.8em;
	background:#e1cccb url(images/th_bg.jpg) left top no-repeat;
	color:#2C3638;
	font-weight:700;
	letter-spacing:0.1em;
	border-right:#a26d6b solid 1px;
	border-bottom:#a26d6b solid 1px;
}

td {
	background:#be9493 url(images/td_bg.jpg) left top no-repeat;
	padding:0.2em 0.5em;
	color:#233c46;
	border-right:#e1cccb solid 1px;
	border-bottom:#e1cccb solid 1px;
	font-weight:normal;
}

table.reservation {
	border:none;
	margin:0.5em;
	border-collapse:collapse;
	width:90%;
	margin:0 auto;
}

th.reservation {
	padding:0.3em 0.8em;
	background:none;
	color:#f6e5d8;
	font-weight:700;
	letter-spacing:0;
	border-right:none;
	border-bottom:none;
}

td.reservation {
	background:none;
	padding:0.3em 0.3em;
	color:#f6e5d8;
	border-right:none;
	border-bottom:none;
	font-weight:normal;
	text-align:right;
}


td.zeebra {
	background:#cfb1b1 url(images/td_zeebra_bg.jpg) left top no-repeat;
	padding:0.2em 0.5em;
	color:#152f39;
	border-right:#be9493 solid 1px;
	border-bottom:#be9493 solid 1px;
	font-weight:normal;
}

hr {
	display:block;
	border:none;
	background-image:url(images/hr_bg.jpg);
	background-repeat:repeat-x;
}

/*css for contents page*/
#left_area {
	width:220px;
	float:left;
	font-weight:normal;
}
#left_area ul {
	text-align:center;
	margin:0 auto;
	padding:0;
}

#left_area h2 {
	margin:0;
}


#left_area li {
	list-style-type:none;
}


#left_area li.etc {
	line-height:1.5em;
}

#left_area .other {
	font-weight:normal;
	margin:0.5em 0;
	text-align:left;
	padding:0 2em;
	font-size:0.8em;
}

#main_area {
	width:690px;
	float:left;
	margin-top: 0.5em;
	margin-right: 10px;
	margin-bottom: 0.5em;
	margin-left: 20px;
	font-weight:normal;
}

#main_area h2 {
	background-image:url(images/page_header2.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	height:40px;
	text-align:left;
	font-size:1.3em;
	letter-spacing:0.2em;
	vertical-align:middle;
	padding:1em 0em 0 2em;
	margin:0 0 0.5em 0;
}

div.bread_crumb {
	margin:1em 0 1em 0;
	font-size:0.8em;
	letter-spacing:0.2em;
	font-weight:normal;
}

div.bread_crumb ul {
	margin:0;
	padding:0;
}

li.bread_crumb {
	display:block;
	background:url(images/breadcrumb_bg.jpg) right no-repeat;
	float:left;
	list-style-type:none;
	padding:0 12px 0 5px;
	margin-bottom:1em;
}

img.shutterset {
	float:left;
	margin:0 1em 1.5em 0;
}

div.textbody {
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	font-weight:normal;
}

div.textbody  p {
	margin-bottom:1.5em;
	padding:0.5em 1.3em;
	font-weight:normal;
}

div.entry {
	clear:both;
}

p.entry {
	clear:both;
	margin-bottom:1em;
	padding:0 1em;
	text-align:left;
	font-weight:normal;
}



div.entry  h4 {
	width:85%;
	margin-top:2em;
	margin-left:3em;
	margin-bottom:0.5em;
	color:#f6e5d8;
	background-color:#490c0a;
	border:1px dotted #E8CCCC;
	border-right:1px dotted #E8CCCC;
	border-bottom:1px dotted #E8CCCC;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(http://an-hue.jp/wp/wp-content/themes/anhue_theme/border-radius.htc);

	padding-left:1.5em;
}

div.entry  h4.menu {
	color:#f6e5d8;
	margin-top:2em;
	margin-bottom:0.5em;
	background-color:#490c0a;
	border:1px dotted #E8CCCC;
	border-right:1px dotted #E8CCCC;
	border-bottom:1px dotted #E8CCCC;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(http://an-hue.jp/wp/wp-content/themes/anhue_theme/border-radius.htc);

	padding-left:1.5em;
}

h3.page_title {
	height:42px;
	width:670px;
	margin:0 auto 0.5em 1em;
	letter-spacing:0.3em;
	color:#490c0a;
	text-align:left;
	padding-top:0.8em;
	padding-left:2em;
	background-image:url(images/entryh3_midashi2.jpg);
	background-position:center middle;
	background-repeat:no-repeat;
	font-size:1.1em;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "Times New Roman", Georgia;
}
div.entry ul {
	padding:0 0 0 1em;
}
div.entry li {
	background-image:url(images/list_header.jpg);
	background-position:left middle;
	background-repeat:no-repeat;
	list-style-type:none;
	padding:0 0 0 18px ;
}

/*for linkpage only*/
div.entry .linkpage_list {
	list-style-type:none;
	background:none;
}

div.entry .linkpage_sites {
	margin:0 3em;
}
/*--end--*/

/*for linkTemp only*/
#linkpage li {
	background:none;
	margin-bottom:0.5em;
	margin-top:0.5em;
}

#linkpage li.name {
	background-image:url(images/list_header.jpg);
	background-position:left middle;
	background-repeat:no-repeat;
	list-style-type:none;
	margin:0.3em 3em 1.2em 3em;
	padding:0 0 0 18px ;
	line-height:2.2em;
}

/*--end--*/

div.entry ol {
	padding:0 0 0 3em;
}

div.entry ol li {
	list-style-type:decimal;
	background:none;
	padding:0;
}

div.info {
	width:100%;
	clear:both;
	text-align:right;
}

ul.info {
	width:600px;
	margin-top: 0pt;
	margin-bottom: 1em;
	padding-top: 0.3em;
	padding-right: 0pt;
	padding-bottom: 0.3em;
	padding-left: 0pt;
	list-style-type: none;
}

div.info li {
	margin: 0.3em 0.5em 0.3em 0;
	padding-right: 10px;
	border-right:1px solid #f6e5d8;
	background-image:none;
	float: right;
	font-size: 0.8em;
}

div.sidebar {
	width:200px;
	margin:0.7em auto 0 auto;
	background: url(images/sidebar_header.jpg) left top no-repeat;
	text-align:left;
	font-weight:normal;
}

div.sidebar h4 {
	font-size:1em;
	background: url(images/sidebar_headerbg.jpg) left top repeat-y;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}

div.sidebar ul {
	margin:0;
	padding:0 0.5em;
	text-align:left;
	width:100%;
}

div.sidebar li {
	display:block;
	font-size:0.9em;
	line-height:1.7em;
	padding:0 0 0 15px ;
	margin:0.8em 1em;
	background-image:url(images/list_header.jpg);
	background-position:left middle;
	background-repeat:no-repeat;
	text-align:left;
	font-weight:normal;
}

div.sidebar p {
	font-size:0.9em;
	padding:0.5em 1em;
	line-height:1.7em;
}

/*blog投稿セクション*/
h3.blog_entry {
	width:100%;
	letter-spacing:0.3em;
	height:2.5em;
	margin:0 0 0.5em 1em;
	text-align:left;
	color:#490c0a;
	padding-top:0.4em;
	padding-left:3em;
	background-image:url(images/entryh3_midashi2.jpg);
	background-position:left;
	background-repeat:no-repeat;
	font-size:1.2em;
	vertical-align:top;
}

h3.blog_entry a:link {
	color:#490c0a;
	text-decoration:none;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "Times New Roman", Georgia;

}

h3.blog_entry a:visited {
	color:#490c0a;
	text-decoration:none;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "Times New Roman", Georgia;

}

h3.blog_entry a:hover {
	color:#490c0a;
	text-decoration:underline;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "Times New Roman", Georgia;

}

div.blog_info {
	width:100%;
	clear:both;
	text-align:left;
	padding:0;
	margin:0;
}

ul.blog_info {
	margin:0;
	padding:0;
}

div.blog_info li {
	list-style-type: none;
	display:block;
	margin:0;
	padding:0 0.5em 0 1em;
	border-right:1px dotted #f6e5d8;
	border-bottom:1px dotted #f6e5d8;
	background-image:none;
	letter-spacing:0.1em;
	float: left;
	font-size: 0.8em;
}

#navi {
	text-align:center;
}

#navi ul {
	margin:0 auto;
	width:30%;
}

#navi li.newer {
	width:auto;
	background-image:url(images/list_header.jpg);
	background-position:left middle;
	background-repeat:no-repeat;
	padding:0 0 0 15px ;
	margin:0 auto;
	font-size:0.8em;
	
}

#navi li.older {
	width:auto;
	background-image:url(images/list_header_older.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding:0 15px 0 0 ;
	margin:0 auto;
	font-size:0.8em;
}
#co2gel {
	background-color:white;
	border:white 2em solid;
	width:480px;
	margin:0 auto;
}

#co2gel p {
	color:#490c0a;
	clear:both;
}

#co2gel div.threebox {
	height:17em;
	margin-bottom:1.5em;
}

#co2gel div.threepart {
	width:115px;
	height:100%;
	float:left;
	padding: 0.5em 1em 0 1em;
	margin:0 0.5em;
	color:#490c0a;
	background-color:#E8CCCC;
	border:1px dotted #E8CCCC;
	border-right:1px dotted #E8CCCC;
	border-bottom:1px dotted #E8CCCC;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#co2gel p.twopart {
	text-align:left;
	font-size:0.8em;
	margin-bottom:1.5em;
	padding:0 1.5em;
}

#co2gel div.threepart p {
	text-align:left;
	font-size:0.8em;
	margin:0;
}

#co2gel p.middle {
	clear:both;
	text-align:left;
	font-size:0.8em;
	margin-top:1em;
}


#co2gel h4 {
	color:#490c0a;
	font-size:1em;
	margin:0 auto;
	clear:both;
}

#co2gel h4.single {
	width:80%;
	color:#490c0a;
	background-color:#E8CCCC;
	border:1px dotted #E8CCCC;
	border-right:1px dotted #E8CCCC;
	border-bottom:1px dotted #E8CCCC;
	font-size:1em;
	text-align:center;
	margin:0 auto;
	clear:both;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#co2gel h4.co2 {
	width:85%;
	margin-bottom:0.5em;
	background-color:#E8CCCC;
	color:#490c0a;
	border:1px dotted #490c0a;
	border-right:1px dotted #490c0a;
	border-bottom:1px dotted #490c0a;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


div.section{
	padding:1em 2em;
	width:80%;
	margin:0 auto 2em auto;
	line-height:2em;
	font-size:1em;
	border:1px dotted #f6e5d8;
	border-right:1px dotted #f6e5d8;
	border-bottom:1px dotted #f6e5d8;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

p.menu_en{
	padding:1em 2em;
	background-color:#7c3f43;
	width:80%;
	margin:0 auto;
	line-height:2em;
	font-size:1em;
	border:1px solid #7c3f43;
	border-right:1px solid #7c3f43;
	border-bottom:1px solid #7c3f43;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(http://an-hue.jp/wp/wp-content/themes/anhue_theme/border-radius.htc);
}

