/***********************
default set
************************/
body,p,div,form,ul,h1,h2,h3,h4,h5,h6,h7 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}



/***********************
layout
************************/
body{
	text-align: center;
	font-size: 12pt;
}


#wrapper{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    background-image: url(../image/main_bg.gif);
    background-repeat: repeat-y;
}

#header h1{
	background-color: #9A5F42;
    background-image: url(../image/head_bg.gif);
    background-repeat: repeat-x;
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
    margin-left: 14px;
    margin-right: 14px;
}


#footer{
	background-color: #632100;
	text-align: center;
	font-size: 0.7em;
	color: #FFFFFF;
	padding: 8px;
    margin-left: 14px;
    margin-right: 14px;
}

 リンク色  --!>

a:link{
	color:#cc6600; 

}
a:visited{
	color:#cc6600; 

}

a:active{
	color:#cccccc; 

}

 文字のサイズ  --!>
p {
	font-size: 0.7em;
}

.text_m {  font-size: 12px; line-height: 18px;}

.form { border: solid 1px #D46767;}

.btn {
	height: 20px;
	width: 75px;
	padding-top: 1px;
	border-color: #8A1F04;
	border-style: double;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	background-color: #FCD4B3;
	font-size: 11px;
	color: #330B01;
	text-align: center;
}

.recipe {  font-size: 16px; font-weight: bold; color: #AE275D}

.form_title { font-size: 12px; line-height: 18px; color: #D20303; font-weight: bold;}

.text_s {  font-size: 11px; line-height: 16px;}

.text_m2 {
 font-size: 12px;
 color: #818181;
}
.text_mr {
 font-size: 12px;
 color: #F01060
}
.form_l {
	font-size: 12px;
	background-color: #663333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F71E0E;
	border-bottom-color: #F71E0E;
}
.form_r {
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F71E0E;
	border-bottom-color: #F71E0E;
	color: #818181;
	background-color: #FFFFCC;

}
.text_blue {
	font-size: 12px;
	line-height: 18px;
	color: #FF6666;
	background-color: #FFEEEE;


}
.border {
	border: 1px solid #A8D5EA;

}
