/*bodyに関するcss*/
body {
	color: #333333;
	line-height: 150%;
}

html,body {  
    height: 100%;  
}  
/* 念のため */  
#flash {  
    height: 100%;  
}  

/*textに関するcss*/
h1 {
	font-size: medium; 
	color: #4D2600; 
	font-weight: bolder;
	background-color: #FFD4A3;
	padding: 6px;
	margin-bottom: 2px;
	/*border-bottom: solid 1px #4D2600; 
	padding-bottom: 8px;
	padding-top: 5px;*/
	}
.contets_title {
	font-size: medium; 
	color: #08378E; 
	font-weight: bolder;
	background-image: url(img/contents_title_bg.jpg);
	padding: 9px 5px 3px 8px;
	margin-bottom: 2px;
	}
h2 {
	font-size:medium; 
	line-height:120%;
	margin-bottom: 8px;
	}
h3 {
	font-size:x-small; 
	line-height:120%;
	}
.addon {
	font-size:xx-small; 
	line-height:140%;
	}
p {
	font-size:x-small; 
	line-height:140%; 
	}
td {
	font-size:x-small; 
	line-height:150%;
	}
.contents_menu {
	font-size:x-small; 
	color: green; 
	font-weight: bold;
	}
.item_list {
	font-size:12px; 
	}
.fee {
	color:#FF0000; 
	}

.contents_midashi {
	font-size:small; 
	color: green; 
	font-weight: bold;
	}
.contents_midashi_2 {
	font-size:110%; 
	color: #7E005F; 
	font-weight: bold;
	}
.contents_midashi_3 {
	font-size:110%; 
	color: #FF6600; 
	font-weight: bold;
	}
.contents_head_menu {
	font-size:9pt; 
	}
.recipe_midashi {
	color: #990000; 
	font-weight: bold;
	border: solid 1px #990000; 
	padding: 3px;
	padding-top: 5px;
	}
.recipe_midashi2 {
	color: #61B400; 
	font-weight: bold;
	}
strong {
	font-size:100%; 
	font-weight: bold;
	}
.contents_color_blue { font-size:12px; color: #0099FF; font-weight: bold;}
.contents_color_deepblue { font-size:12px; color: #003399; }
.news_head { font-size:12px; ; color: #FFFFFF}

.contents_color_pink { font-size:12px; color: #FF2FC2; font-weight: bold;}

.contents_color_deeppink{ font-size:12px; color: #EF0063; }

#recipe {
	border: solid 1px #CCCCCC;
	padding: 5px;
	}
#contact {
	border: solid 1px #CCCCCC;
	padding: 8px;
	}

/*飾り*/
#import {
	color: #003399; 
	border: solid 2px #b0d5ec;
	padding: 7px;
	}


/*listに関するcss*/


/* リンクに関するCSS */
a:link {text-decoration: underline;}
a:visited {text-decoration: underline}
a:hover {color: #FF6600; text-decoration: underline}


