/*
Theme Name: Bonappetit
Theme URI: http://www.kimono-de-bonappetit.com/
Description: <a href="http://www.kimono-de-bonappetit.com/">Bon appetit</a>.'sTheme
Version: 3.0
Author: Ryoji Okamoto
Author URI: http://www.kimono-de-bonappetit.com/
*/

#TopImage {
	width:730px;
	height:200px;
	float:left;
	background-image:url(images/topimage.jpg);
	background-repeat:no-repeat;
}
#BBSTopImage {
	width:730px;
	height:200px;
	float:left;
	background-image:url(images/bbs_topimage.jpg);
	background-repeat:no-repeat;
}
div.article_block {
	margin:0 0 40px;
	border:1px solid #ff6666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
div.article_block h2 a {
	color:#0000ff;
	text-decoration:none;
}
div.article_block h2 a:hover {
	text-decoration:underline;
}
p.date {
	margin:2px;
	padding:2px 10px;
	font-size:93%;
	text-align:right;
	background-color:#ff6666;
	color:#ffffff;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-radius:5px 5px 0 0;
}
* html p date {
	margin: 2px 4px;
}

div.article {
	margin:0 20px;
}
div.meta {
	clear:both;
	font-size:93%;
	margin:2px;
	padding:2px 5px;
	background-color:#ff6666;
	color:#ffffff;
	text-align:center;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius:0 0 5px 5px;
}
div.meta a {
	color:#000099;
}
#CommentWrap {

}

#CommentWrap h3 {
	font-size:108%;
	font-weight:normal;
}

#CommentList {
	list-style-type:none;
	margin:0;
	padding:0;
}
#CommentList li {
	clear:both;
	margin-bottom:20px;
	padding:10px 0;
	border:1px solid #ff6666;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.comment_head {
	margin:0 10px 10px;
	padding:3px 10px;
	font-size:93%;
	border-bottom:1px dotted #ff6666;
}
.comment_foot {
	clear:both;
	margin:0 10px;
	padding:3px 10px;
	font-size:93%;
	border-top:1px dotted #ff6666;
	text-align:right;
}
.comment_entry_block {
	margin:0 20px;
}

.comment_entry {
	width:472px;
	float:right;
}
.comment_avatar {
	width:48px;
	padding:0 0 10px;
	float:left;
}
.no_comments {
	text-align:center;
}
#CommentList li ul.children {
	list-style-type:none;
	margin:20px 10px 20px 40px;
}
#CommentList li ul.children .comment_entry {
	width:422px;
}
#Trackback {
	margin:0 80px 40px;
}

#Trackback input {
	width:400px;
	padding:5px;
	border:1px solid #ff6666;
	font-size:100%;
	color:#666666;
}
* html #Trackback input {
	width:408px;
	height:25px;
}

#postcomment {
}

#CommentForm {
	width:540px;
	margin:0 10px;
	border-collapse:collapse;
}

#CommentForm th, #CommentForm td {
	padding:10px 10px 5px;
}
#CommentForm th {
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	width:120px;
}
#CommentSubmit {
	margin:10px 0 40px;
}

.com_notice {
	font-size:83%;
	color:#ff6666;
}
.com_tx {
	width:370px;
	padding:5px;
	border:1px solid #ff6666;
	font-size:100%;
	color:#333333;
}

.com_ta {
	width:370px;
	padding:5px;
	border:1px solid #ff6666;
	font-size:100%;
}

.blog_msg {
	margin:0 20px;
}

/* widget */
.widget {
	width:170px;
	margin:0 0 20px;
}

.widget h2 {
	font-weight:normal;
	font-size:108%;
	color:#ffffff;
	text-align:center;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border-radius:5px 5px 0 0;
	background-color:#ff6666;
}
.widget ul {
	list-style-type:none;
	margin:0;
	padding:0 0 10px;
	border:1px solid #ff6666;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-radius:0 0 5px 5px;
}

.widget ul li {
	margin:0 5px;
	padding:3px 5px 3px 15px;
	font-size:85%;
	border-bottom:1px dotted #ff6666;
	background-image:url(images/ico_list.gif);
	background-repeat:no-repeat;
	background-position:3px 5px;
}

/* Begin Calendar */
#wp-calendar {
	width: 170px;
	border-collapse:collapse;
	border-right:1px solid #ff6666;
	border-left:1px solid #ff6666;
	border-bottom:1px solid #ff6666;
}

#wp-calendar caption {
	text-align: center;
	border-left:1px solid #ff6666;
	border-right:1px solid #ff6666;
	border-bottom:1px dotted #ff6666;
}
#wp-calendar tfoot td {
	border-top:1px dotted #ff6666;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar th {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* Logon */
#LoginForm {
	padding:5px 0 10px;
	border-right:1px solid #ff6666;
	border-left:1px solid #ff6666;
	border-bottom:1px solid #ff6666;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
#LoginInput {
	border:none;
}
#LoginInput li {
	border:none;
	text-align:right;
	padding:3px 5px;
	background-image:none;
}

#LoginID {
	width:100px;
	border:1px solid #ff6666;
	padding:0 5px;
}
*:first-child+html  #LoginID, * html #LoginID {
	width:90px;
}

#LoginPass {
	width:100px;
	border:1px solid #ff6666;
	padding:0 5px;
}
*:first-child+html #LoginPass, * html #LoginPass{
	width:90px;
}
.blog_submit {
	padding:5px 0;
	text-align:center;
}
#LoginButton {
	padding:3px 10px;
	border:1px solid #ff6666;
	background-color:#ffccff;
	color:#3333ff;
	font-size:93%;
	text-align:center;
}