/* CSS Document */


#body {
	background-image:url(../imgs/back2.gif);
	background-repeat: repeat;
	text-align: center;	
	margin: 0px;
	padding: 0px;
}

#layout {
	background-color: #FFFFFF;
	color:#333333;
	text-align: left;
	font-family:Verdana, Tahoma, Arial;
	margin: auto;
	padding: 0px;
	border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	}


/* 色 */	
.bgrey_light {color: #97A7D2;}
.bgrey_dark {color:#4660a4;}	
.green{color:#00cc33;}
.red{color:#FF3333;}
.blue{color:#3333FF}
.brown{color:#996600}
.green_dark{color:#4B923A}
.cherry{color:#FF0066}

.green_dark_italic {
	color:#4B923A;
	font-style: italic;
	}


/* リンク */	
a:link{
	color:#996600;
	text-decoration: none;
	}

a:visited {
	color:#996600;
	text-decoration: none;
	}

a:hover {
	color:#FF0066;
	text-decoration: underline;
		}

a:active {
	color:#FF0066;
	text-decoration: underline;	
	}	


/* リンク 下線あり*/	
.underline:link{
	color:#996600;
	text-decoration: underline;	
	}

.underline:visited {
	color:#996600;
	text-decoration: underline;	
	}

.underline:hover {
	color:#FF0066;
		}

.underline:active {
	color:#FF0066;
	}	



.em {
	font-weight:bold;
	font-style:normal;
	}
	
.bold{
	font-weight: bold;
	}

.text_1 {
	font-family:Verdana, Tahoma, Arial;
	font-size: 14px;
	line-height: 21px;
	width: 700px;
	}


.text_2 {
	font-family:Verdana, Tahoma, Arial;
	text-align:justify;
	font-size: 14px;
	line-height: 20px;
	width: 400px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 14px;
	}
	
	
.text_3 {
	font-family:Verdana, Tahoma, Arial;
	font-size: 14px;
	line-height: 21px;
	width: 460px;
	margin-top: 0px;
	margin-bottom: 10px;
	list-style: none;
	}
	
	
.text_4 {
	font-family:Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
	width: 155px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
	
	
.font10 {
	font-family:Verdana, Tahoma, Arial;
	font-size: 10px;
	line-height: 15px;
	}
	
.font12 {
	font-family:Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	}
	
	
.font14 {
	font-family:Verdana, Tahoma, Arial;
	font-size: 14px;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 14px;
	}	
	
.font16_serif {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 14px;
	}	
	
.font16 {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	}		
	
.font18_serif {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 14px;
	}	
	
.list_mailorder {
	font-family:Verdana, Tahoma, Arial;
	font-size: 14px;
	line-height: 21px;
	list-style-image: url("../imgs/list_bgrey.gif");
	margin-top: 15px;
	margin-bottom: 15px;
	}	
	
	
/* ページのトップに戻る */
.pagetop {
	font-family:Verdana, Tahoma, Arial;
	color: #996600;
	width: 725px;
	font-size: 12px;
	margin-top: 50px;
	margin-bottom: 40px;
	}	

	
#h1 {margin-bottom: 0px;}

.h3 {margin-bottom: 5px;}
	
.h4 {margin-bottom: 5px;}



/* テンプレート */	
#menu {
	border-collapse: collapse;
	border-spacing: 1px;
	padding: 0px;
	margin: 0px;
	}

/* テンプレート */
#footer {
	text-align: center;
	font-size: 10px;
	margin-top: 25px;
	margin-bottom: 0px;
	}

/* テンプレート */
.footer_menu {text-decoration: none;}	
a.footer_menu:link{color:#996600;}
a.footer_menu:visited {color:#996600;}
a.footer_menu:hover {color:#FF0066;}
a.footer_menu:active {color:#FF0066;}


/* テンプレート */
.hp {
	color: #5b75b9;
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0px;
	}
	
/* テンプレート */
.hp_address {text-decoration: none;}
a.hp_address:link{color:#5b75b9;}
a.hp_address:visited {color:#5b75b9;}
a.hp_address:hover {color:#FF0066;}
a.hp_address:active {color:#FF0066;}


/* テンプレート */
#btmline {
	text-align: center;
	margin-bottom: 0px;
	}

	
/* トップページ  */
.hp_top{
	font-family:Verdana, Tahoma, Arial;
	color: #5b75b9;
	font-size: 12px;
	margin-top: 15px;
	}	
	
	


/* テンプレート */	
#copyright {
	font-family:Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #666666;
	}

/* テンプレート */
.contact {
	font-size: 12px;
	color: #666666;
	}
	
/* テンプレート */
.contact_link {text-decoration: none;}
a.contact_link:link{color:#666666;}
a.contact_link:visited {color:#666666;}
a.contact_link:hover {color:#FF0066;}
a.contact_linkt:active {color:#FF0066;}	
	

/* テンプレート */	
/* トップページ */	
#menu {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	}


/* トップページ */	
#images {
	border-collapse: collapse;
	border-spacing: 1px;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 50px;
	}


/* トップページ  */
.hp_top{
	color: #5b75b9;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	}
	
/* トップページ  */
.message {
	font-family:Verdana, Tahoma, Arial;
	color:#543810;
	font-size: 12px;
	line-height: 16px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	}	

/* トップページ  */
.message_oshirase {
	font-family:Verdana, Tahoma, Arial;
	color:#00cc33;
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	}		
	
	
/* トップページ  */
.christmas {
	font-family:Verdana, Tahoma, Arial;
	text-align: left;
	color:#543810;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	}	
	
	
	
/* 個人情報 */
#ppolicy {
	font-family:Verdana, Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color:#996633;
	margin-top: 50px;
	margin-left: 100px;
	margin-bottom: 20px;
	}

/* 個人情報 */
#ppolicy2 {
	font-family:Verdana, Tahoma, Arial;
	font-size: 14px;
	line-height: 21px;
	width: 560px;
	margin-top: 0px;
	margin-left: 100px;
	margin-bottom: 100px;
		}
	
/* お問い合わせ */	

.contact1 {
	font-size: 14px;
	line-height: 21px;
	width: 550px;
	margin-top: 0px;
	margin-left: 100px;
	margin-bottom: 20px;
	}
	
.contact2 {
	font-size: 14px;
	line-height: 21px;
	width: 550px;
	margin-top: 0px;
	margin-left: 100px;
	margin-bottom: 40px;
	}	
		


/* MATSUNOSUKE */
#publications {
	font-size: 14px;
	line-height: 18px;
	margin-left: 15px;
	}

/* MATSUNOSUKE */
.book {
	text-decoration: underline;
	}


	
/* 店舗のご案内 */
.shops {
	font-size: 14px;
	line-height: 18px;
	width: 700px;
	margin-left: 35px;
	margin-top: 0px;
	margin-bottom: 40px;
	}
	
/* 店舗のご案内 */
.address {
font-style: normal;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
/* 店舗のご案内 */
.shop_details {
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	}
	
/* 店舗のご案内 */
.weekdaylunch {
	margin-top: 10px;
	margin-bottom: 5px;
	}	
	
/* パイとケーキ */
.h3_pie1 {
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	}	

/* パイとケーキ */
.h3_pie2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	}		
	
	
/* パイとケーキ */
.images {
	font-family:Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 25px;
	}

/* パイとケーキ */
.cakemenu {
	font-family:Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
	margin-left: 50px;
	}

/* パイとケーキ */
.whole {
	color:#663333;
	font-family:Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 15px;
	width: 460px;
	margin-top: 70px;
	margin-bottom:30px;
	}
	
/* パイとケーキ */
.sconemenu {
	font-family:Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 50px;
	}

/* パイとケーキ */
.cookie {
	font-family:Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 50px;
	}

/* お菓子教室 */
#photo_class {
	margin-bottom: 5px;
	}	
	
/* お菓子教室 */	
.classroom {
	font-family:Verdana, Tahoma, Arial;
	font-size: 14px;
	line-height: 21px;
	width: 460px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 50px;
	}		

/* お菓子教室 */
#schedule {
	margin-bottom: 0px;
	margin-top: 0px;
	}

#schedule2 {
	margin-bottom: 0px;
	margin-top: 5px;
	font-size:12px;
	}
	
/* お菓子教室 */	
.comment {
	font-family:Verdana, Tahoma, Arial;
	font-weight: normal;
	color: #996633;
	font-size: 12px;
	}	
	
	
/* お菓子教室 */
.calendar {
	font-family:Verdana, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	}
	
/* お菓子教室 */
.month {
	font-family:Verdana, Tahoma, Arial;
	font-size:18px;
	font-weight:bold;
	color: #996633;
	margin-top: 5px;
	}
	
/* お菓子教室 */
.lesson {
	font-family:Verdana, Tahoma, Arial;
	font-size:14px;
	font-weight: normal;
	color:#333333;
	margin-top: 20px;
	}	
	
/* お菓子教室 */
.day {
	background-color: #cbd3e9;
	font-weight: normal;
	font-size: 16px;
	}

/* お菓子教室 */	
.kyoto {
	font-family:Verdana, Tahoma, Arial;
	color:#009933;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin-top: 0px;
	}

/* お菓子教室 */
.tokyo {
	font-family:Verdana, Tahoma, Arial;
	color:#CC0066;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	margin-top: 0px;
	}	

	
/* 通信販売 */	

.wholecakeh2 {
  font-size:12px;
	margin-bottom: 0;
	margin-left:5px;
	font-weight: normal;
	}

table#wholecake {
	font-family:Verdana, Tahoma, Arial;
	font-size: 14px;
	}

table#wholecake span {
  font-size: 12px;
	}

table#wholecake tr.top td{
  padding: 7px;
	border-top: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	}

table#wholecake td{
  padding: 7px;
	border-bottom: 1px solid #6699CC;
	}
	

/* メールオーダー　注文書 */	
#body_form {
	background-color: #ffffff;
	color: #000000;
	width: 700px;
	text-align: center;
	font-family:Verdana, Tahoma, Arial;
	}

/* メールオーダー　注文書 */
.table_form {
	border-collapse: collapse;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	pdding: 0px;
	font-size: 14px;
	}
.table_form td {
	border: solid 1px #333333;
	}	
	

/* メールオーダー　注文書 */	
.header_1 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
/* メールオーダー　注文書 */	
.header_2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-bottom:10px;
	}
	
/* メールオーダー　注文書 */			
.title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-left: 80px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

/* メールオーダー　注文書 */		
.zipcode {
	padding-top: 5px;
	padding-left: 10px;
	}
	
	
/* ケーキの歳時記 */	
#cakediary_title {
	margin-top: 0px;
	margin-bottom: 50px;
	}
	
/* ケーキの歳時記 */	
#month {
	margin-left: 0px;
	}
	

/* ケーキの歳時記 */			
.diary_backnumber {
	font-family:Verdana, Tahoma, Arial;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
	}	


/* エッセイ(テンプレート） */	
#book {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 20px;
	}	

/* エッセイ(テンプレート） */		
#caption_book {
	font-family:Verdana, Tahoma, Arial;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	}		


/* エッセイ */		
#essay_title {
	font-family:Verdana, Tahoma, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #00cc33;
	margin-bottom: 15px;
	}

/* エッセイ */		
#essay_backnumber {
	margin-top: 150px;
	}
	
/* エッセイ */	
.backnumber {
	font-family:Verdana, Tahoma, Arial;
	color:#999999;
	font-size: 14px;
	line-height: 15px;
	margin-top: 12px;
	margin-bottom: 0px;
	}	

/* エッセイ */		
.essay {
	font-family:Verdana, Tahoma, Arial;
	text-align: justify;
	font-size: 14px;
	line-height: 21px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 15px;
	}
	