/*

Theme Name: ATELIER Y's HAIR
Theme URI: 
Description: 
Version: 1.0
Author:  アライブ
Author URI: http://www.tokoyaga.com/

*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
body {
 height: 100%;
	background: #fff url(images/content_bg_yellow.gif) repeat-y center;
}
html>/**/body {
 background: #fff url(images/content_bg_yellow_MZ.gif) repeat-y center;
}

img {
 border:0;
}

a {
 color: #F8851D;
}

a:hover {
 color: #999;
}
/* all */
#wrapper {
	width: 800px;
	margin: 0px auto;
	padding:0 0 20px 0px;
	font: 1.0em/150% 'arial', sans-serif;
	float:none;
	clear:both;
}

h1,h2,h3,h4,h5,h6,p {
	margin:0;
}


/* Header */
#header {
	width: 100%;
	height: 173px;
	margin: 0px;
	padding: 0px;
	background: url(images/header_bg_ys.jpg) no-repeat;
}

/*
#headerimg a {
	position: relative;
	top: 80px;
	left: 15px;
	font-size: 24px;
	background: transparent;
	padding: 5px;
	color: #333;
	text-decoration: none;
}

#headerimg a:hover {
	position: relative;
	top: 80px;
	left: 15px;
	font-size: 24px;
	background: transparent;
	padding: 5px;
	color: #5F707A;
	text-decoration: none;
}
*/
.description {
	position: relative;
	top: 80px;
	left: 15px;
	font-size: 13px;
	background: transparent;
	padding: 5px;
	color: #999999;
	text-decoration: none;
}

#header #title {
	margin: 20px 0px 0px 30px;
	padding: 0px;
	color: #fff;
	font: bold 2.5em 'arial black', sans-serif;
	text-align: left;
}

#header #title a {
	color: #666666;
}

#header div#description {
	margin: 5px 0px 0px 30px;
	padding: 0px;
	color: #666;
	font-size: 1.2em;
	text-align: left;
}

h1.head {
	margin:0;
	height: 22px;
	font-size:12px;
	font-weight:normal;
	text-align: left;
	color:#333;
/*	background-color:#555; */
}
#header #headerimg h2 {
	margin:0;
}

.blog {
 margin: 10px 0;

}

/* Navigation */
#navigation {
 float: left;
 width: 780px;
 margin: 0px 0px 0px 10px;
 padding: 10px 0px 0px;
}

#navigation ul {
 list-style:none;
 float: left;
}

#navigation li {
 display:inline;
 float:left;
 margin: 0px;
}

#navigation li a.tabs {
	float:left;
	padding-left: 4px;
	background: url(images/syoi.jpg) no-repeat;
	text-decoration:none;
}

#navigation li a.tabs:hover {
}

#navigation li a.tabs span {
 float:left;
 padding: 10px 30px 10px 70px;
 color: #6B78A9;
 font-size: 1.0em;
}

#navigation li a.tabs:hover span {
 color: #6B78A9;
}

/* Main contents */
#contents {
 float: left;
 width: 480px;
 margin: 0;
 padding: 0;
 font-size: 14px;
 text-align: left;
 background:url(images/content_bg.jpg) no-repeat top;
}
#contents h2 {
 font: bold 'arial', sans-serif;
 text-align: left;
}

#contents h2 a {
 color: #fff;
}

#contents .contents_body {
 margin: 0px 15px 15px 10px;
 color: #666;
}


#contents h3 {
 font: bold 1.0em 'arial', sans-serif;
 text-align: left;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

/* Sidebar */
#firstside {
	float: left;
	background:url(images/side1_bg.jpg) no-repeat top;
	width: 160px;
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 12px;
	text-align: left;
}
#secondside {
	 float: right;
	 margin: 0;
	 padding: 10px 0 20px 0;
	 _padding: 30px 0 20px 0;
	 background:url(images/side2_bg.jpg) no-repeat top;
	 width: 160px;
	 font-size: 12px;
	 text-align: left;
}
*+html body #wrapper #secondside {
	 padding: 30px 0 0 0;
}
.sidebar ul li {list-style-type: none;}

.sidebar h2,
.sidebar h4 {
	margin:20px 0 0 10px;
	padding: 5px;
	border-bottom: 1px dashed #F8851D;
	border-left: 5px solid #F8851D;
	color: #F8851D;
	font: bold 1.0em 'arial', sans-serif;
	text-align: left;
}
.sidebar ul {
 list-style:none;
}

.sidebar p {
 padding: 10px 0px 10px 10px;
 margin-bottom: 10px;
 color: #fff;
 font-size: 12px;
/* border-bottom: 1px dashed #999999;
*/}
.sidebar img {
 padding: 10px 0px 5px 4px;
}

.sidebar li {
 line-height: 0;
 padding: 8px 0px 5px 5px;
 margin: 0 0 0 1.5em;
 font-size: 1em;
 text-align: left;
 border-bottom: 1px dashed #999;
 color:#F8851D;
}

.sidebar li a {
 display:block;
 line-height: normal;
 height:100%;
 width:100%;
 color: #333;
 text-decoration: none;
}

.sidebar li a:hover {
/* border-bottom: 1px dashed #0600B3; */
 color: #009A00;
}

.sidebar li .sidebar_sub li {
 line-height: 0;
 padding: 6px 0px 0 10px;
 margin: 0.5em 0 0 0;
 font-size: 1.0em;
 text-align: left;
 border-bottom:none;
 background: url(http://blog.yellow98.com/~ys/wp-content/themes/Ys/images/sidebar_sub.gif) no-repeat left top;
}


.calendar {
	width:160px;
	background: url(images/side1_ca_bg.jpg) no-repeat bottom #FAD029;
	padding: 0 0 25px 0;
	margin:39px auto 0 auto;
}

/* Footer */
#footer {
	float:none;
	clear:both;
	margin: 0px;
	padding: 15px 0px;
	background: #FAD029;
	font-size: 11px;
	text-align: center;
}
#footer a {
 color: #666;
}
#footer a:hover {
 color: #333;
}

.ajax-entry-more-link {
	margin-left: 0px;
}

/* Entry */
.entry-topics-title {
	display:block;
	font-size:14px;
	text-align:left;
	padding: 0 20px;
	margin:0;
}
#home h2.entry-topics-title {
	background: url(images/toplist_bg.gif) repeat;
	display:block;
	font-size:14px;
	text-align:left;
	padding:3px;
	margin:0 20px;
}
.gaiyou {
	font-size:12px;
	text-align:right;
	color:#FFF;
	padding:0;
}

.entry-single_title {
	background: url(images/blogtitle.gif) repeat;
	font-size: 1.3em;
	line-height:1.3em;
	padding: 6px 5px 5px;
	color:#F8851D;
}
.entry-single .entry-single_title {
	margin: 20px 20px 0 20px;
}
.entrylist1 .entry-single_title {
	margin: 10px 20px 0 20px;
}
.entry-single_title a {
	text-decoration: none;
}
.entry-single_title a:hover {
	color:#333;
}
.entry-topics {
	color: #333;
	font-size:12px;
	background-color:#ffffff;
	margin:0 10px 20px 10px;
	padding: 0;
}
#post2 .entry-topics,
#post3 .entry-topics,
#post4 .entry-topics,
#post19 .entry-topics,
#post195 .entry-topics {
	margin:10px 20px 20px 20px;
}

#home .entry-topics {
	color: #333;
	font-size:12px;
	background-color:#ffffff;
	margin:0 20px 20px 20px;
	padding: 0;
}
#home .entry-topics ul.entrylist1 {
	list-style:none;
	margin: 0;
	padding: 10px;
}
#home .entry-topics .entrylist1 li {
	margin: 0.5em 0;
}

.entry-single .entry-topics,
.entrylist1 .entrylist2 {
	color: #333;
	font-size:12px;
	background-color:#ffffff;
	margin:0 20px;
	padding:1em;
}
.entry-topics span{
	display: block;
	height:16px;
}

.entry-topics p,
.entry-topics ul,
.entrylist2 p,
.entrylist2 ul {
	margin:0 10px;
	padding-top:5px;
}
.entry-topics p img,
.comment p img,
.emoji {
	vertical-align:middle;
}
.entrylist2 a {
	color:#369;
}
.entrylist2 a:hover,
.entry-topics a:hover {
	color: #999;
}
p.entry-footer {
	clear:both;
	display:block;
	font-size:12px;
	text-align:right;
	color:#333;
	background-color:#FFF;
	margin: 0 20px 20px 20px;
	padding:2px;
	border-top: 1px solid #FAD029;
}
p.entry-footer a:hover {
	color: #333;
}

#archivelist ul{
	margin: 0 20px;
	list-style:none;
}
#archivelist ul li {
	margin: 1em 0;
}
#archivelist ul li a {
	color:#333;
}

/* End Entry */


#topimage {
	margin: 20px auto 0 20px;
	padding:0;
}
#topimage img {
	margin:0;
	padding:0;
}
.style1 {font-size: 14px;
 margin-left:5px;
 }
.style2 {font-size: 12px;
 margin-left:5px;
 margin-right:5px;
}
.style3 {
	font-size: 10px;
	color: #FF0000;
}
.content-nav {
	font-size:10px;
	color:#333;
	text-align:center;
}
.content-nav a {
	text-decoration:none;
	color:#333;
}
/* comment */
h3#comments,
h3#respond {
	color:#333;
	margin: 20px 0 6px 20px;
}
.commentlist {
	 margin: 0 20px 20px 20px;
	 list-style: none;
	 font-size: 12px;
}
.commentlist li {
	 background-color: #FFF /* #FDE894 */;
	 margin: 1px auto 0 auto;
	 padding: 10px;
}
.comment {
	 line-height: 1.5em;
	color: #333;
	 padding: 6px 10px;
/*	 border: 1px solid #FFF;
*/}
#commentform {
	margin: 10px 0 0 20px;
}
#commentform p {
	margin:2px 0;
	line-height:normal;
}
#commentform #author,
#commentform #email,
#commentform #url {
	width:150px;
	border: 1px solid #666;
}
#commentform #comment {
	width:95%;
	height:150px;
	border: 1px solid #666;
}
#commentform #submit {
	font-size:12px;
	padding: 1px 3px;
	margin: 10px auto;
}
li.usercomment {
/*	background-color:#FEEFB1;
*/}
#wp_grins {
	padding:10px 24px 10px 0;
	margin: 0;
}
#wp_grins img {
	margin: 0 0 3px 0;
	padding: 0;
}
cite {
	text-decoration:none;
	font-style:normal;
	color: #333;
	background-color:#FDEBA4;
	padding: 2px 5px;
}
cite a {
	text-decoration:underline;
	color: #333;
	background-color:#FDEBA4;
}
/* end comment */

.ad {
	margin: 10px 0 10px 10px;
	padding: 10px 0;
	color: #fff;
	font-size: 1em;
	line-height:1.3em;
	background: #F8851D;
}
.ad p {
	margin: 0;
	padding: 0;
}
.ad a { color: #F8851D;}
.ad a:hover{ color: #fff;}
.ad img {
	margin: 0 auto;
	padding: 6px 0;
}
.shops {
	margin-bottom:20px;
}
#shopinfo {
	display:block;
	text-align:center;
}
#shopinfo table.lin{

	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:410px;
	margin: auto;
}
.lin td{
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	line-height: 130%;
	font-size: 12px;
	background-color: #FFE4AC;
}
.lin td a {
	padding:0;
	color: #0600B3;
}
.lin td a:hover{
	color: #6699cc;
}
#shopinfo .lin p {
	font-size:12px;
	line-height: 1.4em;
	text-align:left;
	margin: 5px 20px;
	color:#333;
}
.shopmap {
	display:block;
	text-align:center;
	margin: 0 auto;
	background-color:#FFFFFF;
}

/* メニュー＆プライス　*/
#menulist {
	margin:10px auto;
}
#menulist table.lin{
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width:420px;
	margin: auto;
}
#menulist .lin td{
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
.lin p {
	font-size: 12px;
	text-align:left;
	margin: 1px 5px 5px 5px;
	line-height: 1em;
}
.lin td.menuname,
.lin td.menuname_col2 {
	background-color: #DAF2F8;
	color:#333;
}
.lin td.menuname_col2,
.lin td.menuname2_col2 {
	width:340px;
}
.lin td.menuname1 {
	background-color: #5AC1D8;
	color:#fff;
}
.lin td.menuname2,
.lin td.menuname2_col2 {
	background-color: #FFDDDD;
	color:#333;
}
.lin td.menuname3 {
	background-color: #FF9999;
	color:#fff;
}
.lin td.menuprice {
	background-color: #FFE9B9;
	color:#333;
	width:115px;
}
.lin td.menutime {
	background-color: #FFDF9D;
	width:80px;
	color:#333;
}
.lin td.menutime p {
	text-align:left;
}

/* ここまで */

#page_ikumou {
	margin:auto;
	padding: 10px;
	background-color:#FFF;
}
#page_saikyo {
	margin:auto;
	padding: 4px;
	background-color:#FFF;
	color:#666666;
}
#page_saikyo #ov {
	padding: 0 6px;
	margin:0 auto;
}
#page_ikumou #ikumou,
#page_saikyo #ikumou {
	  margin:0 auto;
	  padding:10px;
	  background-color: #F2F2F2;
	  border: #0099FF solid 1px;
	  text-align: center;
}
#page_ikumou #ikumou p {
	margin:0;
	padding:0;
	line-height:normal;
}
#page_saiko p,
#page_ikumou p {
	color:#666666;
}
#q_list td {
	padding: 3px 0 3px 10px;
}
.q {
	font-size: 12px;
	line-height: 150%;
	color: #0099CC;
	text-align: left;
	padding: 3px 0 2px 10px;
	background-color: #f5f5f5;
	border: 1px solid #CC9900;
}
.chuui {
	font-size: 12px;
	color: #FF6666;
	background-color: #ccffff;
	padding-left: 10px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.top1 {
	font-size: 10px;
	color: #0099FF;
	text-align: right;
}
.ans {
	font-size: 14px;
	color: #FF6666;
	line-height: 130%;
}

.style10 {
	font-size: 12px;
	color: #000;
	line-height: 160%;
}
.style11 {
	font-size: 12px;
	color: #000;
	line-height: 160%;
}
.style11 a:hover {
	color: #ccc;
}
.style12 {
	font-size: 12px;
	line-height: 150%;
	color: #FF0000;
}
.style13 {
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}
.style14 {
	font-size: 12px;
	color: #0099CC;
	line-height: 150%;
}
.style19 {
	font-size: 12px;
	color: #666;
	line-height: 160%;
}
.style21 {
	font-size: 12px;
	color: #000;
	line-height: 160%;
	margin:0;
}
.style22 {
	font-size: 12px;
	line-height: 150%;
	color: #FF0000;
}
.style23 {
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
}
.style26 {
	font-size: 16px;
	color: #FF0000;
	text-align: center;
}
.style24 {
	font-size: 14px;
	color: #0099CC;
	line-height: 150%;
}
.style25 {
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	background-color: #0099FF;
	width: 410px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.style27 {
	background-color: #FFFFCC;
	text-align: left;
	margin: 0px;
	padding: 5px;
	width: 408px;
	border: 1px dotted #FFCC66;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}
.style28 {
	font-size: 12px;
	line-height: 150%;
	color: #0099CC;
	text-align: center;
}
.style29 {
	font-size: 14px;
	line-height: 150%;
	color: #006699;
	margin-left: 5px;
}

.style20 {color: #0099FF; font-size: 18px;}

/* スタッフ紹介　2008年5月1日～ */
#staffs {
	width: 410px;
	margin: 0 auto;
}
#staffs div {
	float:none;
	clear:both;
	padding: 1em 0;
}
#staffs_master {
	width:240px;
	height: 127px;
	padding:0 0 1.5em 0;
	margin: 0 auto;
}

#staffs dl {
	display: compact;
	line-height: 1.4em;
}
#staffs dt,#staffs dd {
	display: block;
}
#staffs dt {
	margin: 0.8em auto 0.1em auto;
	padding-left: 12px;
}
#staffs dd {
	margin: 0.1em auto auto 1em;
	padding: 0.5em 0.8em;
}

#staffs_hori dt {
	background:url(http://blog.yellow98.com/~ys/wp-content/themes/Ys/images/staffsstar1.gif) no-repeat left;
}
#staffs_koyanagi dt {
	background:url(http://blog.yellow98.com/~ys/wp-content/themes/Ys/images/staffsstar2.gif) no-repeat left;
}
#staffs_master dt {
	background:url(http://blog.yellow98.com/~ys/wp-content/themes/Ys/images/staffsstar3.gif) no-repeat left;
}
#staffs_hori dd {
	background-color:#FAEAFB;
}
#staffs_koyanagi dd{
	background-color:#FFF0F4;
}


.illustby { /* のえさん */
	font-size:10px;
	color:#666666;
	text-align:right;
	display:block;
}