body {
	background-image: url(../images/base_narrow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
}
.btn {
}
.small {
	font-size: 12px;
	line-height: 24px;
}
a:link {
	color: #F63;
	text-decoration: none;
}
a:hover {
	color: #FC6;
	text-decoration: none;
}
a:visited {
	color: #C63;
	text-decoration: none;
}

.topic_text {
}

.topic {
	padding-top: 30px;
	padding-bottom: 10px;
}
.comment {
	font-size: 12px;
	line-height: 24px;
	color: #C60;
}
.itoi_comment {
	color: #1F5A71;
}
.bot_space {
	padding-bottom: 15px;
}
.self_title {
	font-weight: bold;
	color: #C03;
	line-height: 28px;
}
p {
	margin: 0 0 2em 0;
}

#wrapper {
	width:750px;
}

/*--------------------------------------------------------------------------------
 *
 * header
 *
 --------------------------------------------------------------------------------*/
#header {
	width: 750px;
	width: auto;
	height: auto;
}
#header h1 {
	width: 550px;
	margin: 0 auto 40px;
	padding-top: 20px;
}
.demerit #header h1,
.recipe_page #header h1,
.st_page #header h1,
.itoi_page #header h1 {
	width: 750px;
	padding-top: 0;
}

/*--------------------------------------------------------------------------------
 *
 * content
 *
 --------------------------------------------------------------------------------*/
.content h2 {
	margin-top: 80px;
}
.content h2:first-child {
	margin-top: 40px;
}

.content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #C03;
	line-height: 28px;
}

ul.materials {
	max-width: 40em;
	padding: 0;
	overflow-x: hidden;
	list-style: none;
}
ul.materials li:before {
	float: left;
	width: 0;
	white-space: nowrap;
	content:
		"‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥"
		"‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥‥";
	letter-spacing: 0;
}
ul.materials li > span:first-child {
	padding-right: 0.33em;
	background: url(../images/base_narrow.jpg) center center;
	font-weight: bold;
}
ul.materials li > span + span {
	float: right;
	padding-left: 0.33em;
	background: url(../images/base_narrow.jpg) center center;
}

h3[class^="n"] {
	margin-top: 40px;
	padding-left: 45px;
	font-size: 14px;
	color: #000;
}
h3[class^="n"]:before {
	display: block;
	float:left;
	margin-left: -45px;
}
.n1:before {
	content: url(../images/number01.png);
}
.n2:before {
	content: url(../images/number02.png);
}
.n3:before {
	content: url(../images/number03.png);
}
.n4:before {
	content: url(../images/number04.png);
}
.n5:before {
	content: url(../images/number05.png);
}
.n6:before {
	content: url(../images/number06.png);
}
.n7:before {
	content: url(../images/number07.png);
}
.n8:before {
	content: url(../images/number08.png);
}

.recipe_page .content .photo {
	width: 450px;
	margin-left: 40px;
}

/*--------------------------------------------------------------------------------
 *
 * footer
 *
 --------------------------------------------------------------------------------*/
.credit {
}

#footer {
}
#footer ul {
	width: 750px;
	text-align: center;
}
#footer ul + ul {
	margin-top: 20px;
}
#footer ul li {
}
#footer .fblike {
	float:none;
}
#footer .copyright {
	float: none;
	width: 750px;
	padding: 0;
	margin: 40px auto;
}

