@charset "UTF-8";
/*
Theme Name: Home Cooking Salon Ajiki
Theme URI: http://homecooking-ajiki.com/
Description: 料理教室ホームクッキングサロンアジキのテンプレート <a href="http://homecooking-ajiki.com">Home</a>
Author: Motoki Matsumoto
Author URI: 
Version: 1.0
.
.
*/



body {
	font-family:MS PGOTHIC,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro W6",Osaka,Verdana,Helvetica,sans-serif;
	font-size: 87%;
	color: #555555;
}

textarea{
	font-size:85%;
}
input{
	font-size:85%;
}
a{
	text-decoration:none;
}

/* MAIN BODIES
-------------------------*/
#container {
	margin: 25px auto 25px auto;
	width: 650px;
	background-color: #FFFFFF;
	border: 1px solid #BDAD9B;
	padding: 20px;
}
#logo{
	padding: 10px 20px 5px 20px;
}
#headimg {
	width: 610px;
	border: 20px solid #fff;
	border-top:0px;
}

#menu {
	height:39px;
	width:610px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	background-image:url(images/menu_bar.gif);
	background-repeat:no-repeat;
	list-style: none;
}

#main {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 610px;
	background-color: #fff;
	padding: 20px;
	padding-top:0px;
}

#side {
	float: right;
	width: 200px;
	background-color: #eee;
}

#foot {
	clear: both;
	width: 610px;
	padding: 20px;
	background-color: #fff;
}


/* MAIN MENU
-----------------------------------*/
#menu li {
	float: left;
}

#menu li a {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight:bold;
	line-height:40px;
	vertical-align: bottom;
	display: block;
	height:30px;
	width: 70px;
}

#menu li a:hover {
	text-transform: uppercase;
	color: #2D2D2D;
	line-height:40px;
	vertical-align: middle;

	display: block;
	height:30px;
	width: 70px;
}

#amenu li a {
	height: 15px;
	color: #2D2D2D;
	line-height:40px;
	vertical-align: middle;
	height:30px;
	width: 70px;
}

#amenu li a:hover {
	height: 15px;
	color: #2D2D2D;
	line-height:40px;
	vertical-align: middle;
	height:30px;
	width: 70px;
}

#navigation {
	float: left;
}

#feed {
	float: right;
	padding-bottom: 10px;
	text-align:right;
}

#feed img {
	border: 0px;
}



/* HEADINGS 
-----------------------------------*/
h1, h1 a, h2, h2 a, h3 a, h4 a {
	color:#666666;
	font-family: Georgia, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#333333;
	font-family: Georgia, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

#box {
	font-size: 11px;
	font-family: Verdana, Arial Helvetica, "sans serif";
	color: #999;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 160px;
	background-color: #fff;
	padding: 20px;
	list-style: none;
}

#centered {
	margin: 0 auto;
	text-align: center;
}

#centered #s {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
}

#centered:hover {
	color: #666;
}

#centered a {
	color: #666;
	text-decoration: none;
}

#centered a:hover {
	color: #333;
	text-decoration: none;
}

#box h3 {
	color:#666666;
	font-family: Georgia, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	margin: 2px;
}

#box li {
	padding: 5px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

#box li:hover {
	color: #666;
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
}

#box li a {
	color: #999;
}

#box li a:hover {
	color: #666;
}

#box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#boxx {
	font-size: 11px;
	font-family: Verdana, Arial Helvetica, "sans serif";
	color: #999;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 160px;
	background-color: #fff;
	padding: 20px;
	list-style: lower-roman;
}

#boxx h3 {
	color:#666666;
	font-family: Georgia, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	margin: 2px;
}

#boxx li {
	padding: 5px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

#boxx li:hover {
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
}

#boxx li a {
	color: #666;
}

#boxx li a:hover {
	color: #333;
}

#boxx ul {
	list-style: lower-roman;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}




/* LINKS
-----------------------------------*/
a {
	text-decoration: none;
}

a img {
	border: 1px solid #eee;
	padding: 3px;
}

/* COMMENTS
-----------------------------------*/

#comments a {
	color: #666;
}

#comments a:hover {
	color: #ff9900;
}

#comments ul {
	margin: 0;
	padding: 0;
}

#comments li {
	list-style-type: none;
	background-color: #fafafa;
	border: 1px solid #f3f4f4;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

.header {
	padding: 4px;
	background: #f3f4f4;
}

#comments fieldset {
	border: 0px;
}



/* ENTRY
------------------------------------*/

.entry img {
}

.entry {
	padding-bottom: 40px;
}

.entry a {
	color: #666;
}

.entry a:hover {
	color: #333;
}
.entry p{
	margin-top:15px;
	margin-bottom:15px;
	line-height:150%;
}
.entry h2.page_title{
	color:#FFFFFF;
	font-weight:bolder;
	font-size:120%;
	text-align:right;
	line-height:150px;
	background-color:#E67E5E;

	display:block;
	float:left;
	width:90px;
	height:90px;
	padding: 5px;
}

.entry div.content{
	display:block;
	float:left;
	width:500px;
	margin-left:10px;
}
.entry h3{
}


.entry h4{
	font-weight:bolder;
	font-size:110%;
}
.info {
}

.entry .info {
	padding: 5px;
	padding-left:15px;
	background: url("images/post.gif") center left no-repeat;
	background-color: #fafafa;
	border: 1px solid #f3f4f4;
}

.entry .info a {
	color: #949494;
}

.entry .info a:hover {
	color: #666;
}

.hidetxt {
	color: #fff;
}

.entry blockquote {
	padding: 3px;
	background-color: #fafafa;
}

.entry li {
	list-style-type: circle;
}
.entry em{
	color:#FF3300;
	font-weight:bold;
	font-size:100%;
}
.notice{
	font-size:70%;
	color:#F30000;
}
label {
	font-weight:bold;
	width: 60px;
}

#author, #email, #url, #comment, #comments #submit {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
}

/* SEARCH
-------------------------------------------*/

#search {
	border: 0px;
}

#searchbutton {
	background-color: #fff;
	border: 1px solid #999;
}

/*
 * guide
-------------------------------------------*/
#guide h2.page_title{
	background-image:url(images/guide.gif);
	background-repeat:no-repeat;
	padding:0px;
	padding-top:100px;
	overflow:hidden;
	height:0px;
	width:100px;
}
#guide table{
	background-color:#FFD393;
	width:300px;
	margin: 0 auto;	
}
#guide th{
	background-color:#FF974F;
	line-height:140%;
	border-right:solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding:4px;
	width:80px;
}
#guide td{
	border-right:solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding:4px;
}


/*
 * concept
-------------------------------------------*/
#concept h3{
	background-image:url(images/concept.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	padding-top:31px;
	height:0px;
	width:499px;
}

/*
 * schedule
-------------------------------------------*/
#schedule h3{
	background-image:url(images/schedule.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	padding-top:38px;
	height:0px;
	width:499px;
}

#schedule th{
	width:80px;
}

/*
 * course
-------------------------------------------*/
#course h3{
	background-image:url(images/course.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	padding-top:34px;
	height:0px;
	width:499px;
}

#course th{
	width:100px;
}

/*
 * licentiate
-------------------------------------------*/
#licentiate h3{
	background-image:url(images/licentiate.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	padding-top:31px;
	height:0px;
	width:499px;
}

#licentiate th{
	width:100px;
}

/*
 * voice
-------------------------------------------*/
#voice h2.page_title{
	background-image:url(images/voice.gif);
	background-repeat:no-repeat;
	padding:0px;
	padding-top:100px;
	overflow:hidden;
	height:0px;
	width:100px;
}

#voice .entry img{
	float:left;
}
#voice dl{
	margin:5px 0px 0px 5px;
	float:left;
}
#voice dt{
	float:left;
}
#voice dd{
}

#voice .review {
	clear:both;
}
#voice .playback{
	margin-bottom:30px;
}

/*
 *  
-------------------------------------------*/
#teacher h2.page_title{
	background-image:url(images/teacher.gif);
	background-repeat:no-repeat;
	padding:0px;
	padding-top:100px;
	overflow:hidden;
	height:0px;
	width:100px;
}
	
#teacher .profile{
	float:left;
}
#teacher .licentiate{
	margin-left:30px;
	float:left;
}
#teacher .message{
	clear:both;
}

/*
 * contact  
-------------------------------------------*/
#contact h2.page_title{
	background-image:url(images/contact.gif);
	background-repeat:no-repeat;
	padding:0px;
	padding-top:100px;
	overflow:hidden;
	height:0px;
	width:100px;
}

/*
 * access  
-------------------------------------------*/
#access h2.page_title{
	background-image:url(images/access.gif);
	background-repeat:no-repeat;
	padding:0px;
	padding-top:100px;
	overflow:hidden;
	height:0px;
	width:100px;
}

/*
 * experience
-------------------------------------------*/
#experience h2.page_title{
	background-image:url(images/experience.gif);
	background-repeat:no-repeat;
	padding:0px;
	padding-top:100px;
	overflow:hidden;
	height:0px;
	width:100px;
}


/*
 * wpcf7-f1-p6-o1
-------------------------------------------*/
#wpcf7-f1-p6-o1{	
}
#wpcf7-f1-p6-o1 label{
	text-align:right;
	width:150px;
}

/*
 *  contact form
-------------------------------------------*/
#wpcf7-f2-p3-o1{
}
#wpcf7-f2-p3-o1 label{
	text-align:right;
	width:120px;
}

div.wpcf7{
	width:415px;
	margin-left:auto;
	margin-right:auto;
}
div.wpcf7 textarea{
	width:100%;
}
div.wpcf7 input.text{
	width:75%;
}
.wpcf7 p{
	margin:0px;
}
.wpcf7 img{
	margin:0px;
	padding:0px;
	
}
/*
 * footer 
 */
#foot .info{
	text-align:right;
	font-size:78%;
}
#rights{
	text-align:right;
	font-size:80%;
}
/*
 * google map
-------------------------------------------*/
.gmap img{
	background-color:transparent;
	border:none;
	padding:0;	
}
