@charset "utf-8";
/* CSS Document */

.chara-top {
	width: 720px;
	height: 337px;
	background: url(../images/bg-chara-top3.jpg) no-repeat;
	padding-bottom: 10px;
}

.next-recipe {
	width: 720px;
	height: 150px;
	padding: 0 0 10px 0;
}

* html .ie6-p {
	margin-top: 10px;
}

/* 半ボックス設定 */

.inside-left {
	width: 150px;
	padding: 0 10px 0 0;
	float: left;
}

.inside-left-photo {
	padding: 0 0 10px 0;
}

.inside-right {
	width: 170px;
	float: left;
}

.inside-right h3 {
	color: #006699;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.inside-right2 h3 {
	color: #139045;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.arrow-txt {
	text-align: right;
	padding: 0 10px 0 0;
}

/* 検索ボックス */

.select-box h3 {
	color: #ff6600;
	font-size: 13px;
	font-weight: bold;
}

.select-box1 {
	padding: 10px 0;
}

.select-box2 {
	padding-bottom: 10px;
}

.box2-left {
	width: 130px;
	padding-right: 10px;
	float: left;
}

.box2-right {
	width: 157px;
	float: left;
}

.select-box3 {
	padding-bottom: 10px;
}

.box3-left {
	width: 247px;
	padding: 0 5px 0 0;
	float: left;
}

.box3-right {
	padding-top: 12px;
	width: 77px;
	float: right;
}


*:first-child+html .box3-right {
	padding: 14px 0 0 5px;
}


/* レシピを投稿するボタン */

.btn-add {
	width: 335px;
	padding: 10px 0;
	border-bottom: #b1b1b1 1px dashed;
	border-top: #b1b1b1 1px dashed;
}

.btn-add p{
	text-align: center;
}


/* レシピ一覧 */

.recipe-list1 {
	padding: 5px 0;
	border-bottom: #b1b1b1 1px dashed;
}

.recipe-list-top {
	padding: 10px 0 5px 0;
	border-bottom: #b1b1b1 1px dashed;
}

.recipe-list-top2 {
	padding: 10px 0 0px 0;
	height: 125px;
}

.recipe-list-img {
	width: 150px;
	padding: 0 10px 0 0;
	float: left;
}

* html .recipe-list-img {
	padding: 0 5px 0 0;
}

.recipe-list-right {
	width: 175px;
	float: left;
}

* html .recipe-list-right {
	width: 170px;
	float: left;
}


.author-name {
	color: #0d6071;
	font-size: 15px;
	font-weight: bold;
}

.author-name2 {
	color: #a3602e;
	font-size: 15px;
	font-weight: bold;
}

.author-name3 {
	color: #0d6071;
	font-weight: bold;
}

.difficulty {
	padding: 5px 0;
}

.difficulty-bg {
	width: 138px;
	height: 20px;
	line-height: 20px;
	background-color: #ffffcc;
}


.next-link {
	text-align: right;
}
	

/* ギャラリー */

.gallary-top-txt {
	padding: 10px 0;
}
