/*
Theme Name: Porte Blanch Theme
Theme URI: http://bonjoy.net/
Description: The original Restrante <La Porte Blanche> theme .
Version: 1.0
Author: Takayuki Kimura
Author URI: http://bonjoy.net/
Tags: two columns, widgets
*/


/* =====
ユニバーサルリセット
===== */

* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:97.5%;
	line-height:140%;
	margin:0;
	padding:0;
	background-color:transparent;
	color:#63463D;
	outline:none;
}

/*IE6用追加リセット*/
th,td,form {
	margin:0;
	padding:0;
	background-color:transparent;
	color:#333333;
}

body {
	text-align: center;
}

a {
	outline:none;
}
a:link {
	color: #1135DF;
	text-decoration: none;
}
a:visited {
	color: #454869;
	text-decoration: none;
}
a:hover {
	color: #892001;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #0099FF;
	text-decoration: underline;
}
img {
	border:none;
}
blockquote {
	padding-left:3em;
}
.clear {
	clear:both;
}
hr {
	color:#993300;
	margin-bottom: 1em;
	border-width: 1px;
	border-style: dashed;
}
.alignleft {
	float:left;
}
.alignright {
	float: right;
}

/* テキストスタイル */
h1 {
	font-size:140%;
	margin-bottom:0.7em;
}
h2 {
	font-size:120%;
	margin-bottom:0.5em;
}
h3 {
	font-size:110%;
	margin-bottom:0.3em;
}
p {
	margin-left:1em;
	margin-bottom:1.5em;
}
li {
	list-style-position:inside;
	list-style-type:none;
	font-size:95%;
	margin-left:1em;
}

/*レイアウト*/
body {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper {
	background-color: #FFFFFF;
	text-align: left;
	height: 100%;
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/c-back.jpg);
	background-repeat: repeat-y;
}
div#header {
	display: none;
}
ul#menu {
	background-image: url(images/menu-back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 800px;
}
ul#menu li {
	float: left;
	list-style: none;
	margin: 0px;
}
ul#menu li a {
	display: block;
	height: 30px;
	width: 80px;
	color: #31446E;
	font-size: 0px;
}
ul#menu li#m-1 a {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
ul#menu li#m-1 a:hover {
	background-image: url(images/top-h.jpg);
}
ul#menu li#m-2 a {
	background-image: url(images/news.jpg);
	background-repeat: no-repeat;
}
ul#menu li#m-2 a:hover {
	background-image: url(images/news-h.jpg);
}
ul#menu li#m-3 a {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
}
ul#menu li#m-3 a:hover {
	background-image: url(images/menu-h.jpg);
}
ul#menu li#m-4 a {
	background-image: url(images/info.jpg);
	background-repeat: no-repeat;
}
ul#menu li#m-4 a:hover {
	background-image: url(images/info-h.jpg);
}
ul#menu li#m-5 a {
	background-image: url(images/contact.jpg);
	background-repeat: no-repeat;
}
ul#menu li#m-5 a:hover {
	background-image: url(images/contact-h.jpg);
}

div#title {
	background-image: url(images/c-header.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding: 35px 25px 15px;
}
div#title h2.cat-title {
	font: bold 18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div#main {
	height: 100%;
	overflow: hidden;
	min-height:370px;
	background-image: url(images/c-under.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*IEv6*/
/**html div#main {
	height:370px;
}*/
div#main div#content {
	float: left;
	width: 555px;
	padding-right: 20px;
	padding-left: 25px;
	padding-bottom: 50px;
}
div#main div#left_nav {
	padding-left: 610px;
	padding-right: 10px;
}
div#main div#left_nav div.nav-con {
	padding: 5px;
}
div#footer {
	background-image: url(images/footer-back.jpg);
	background-repeat: no-repeat;
	height: 70px;
	background-position: center top;
}
div#footer address {
	display: none;
}
div#footer2 {
	background-image: url(images/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
}
div#footer2 a {
	color: #CCCCCC;
	font-weight: bold;
}
div#footer2    p  {
	color: #CCCCCC;
	text-align: right;
	font-size: 12px;
	margin: 0px;
	padding: 5px 10px 5px 5px;
}

/* =====
投稿記事周辺
===== */
.entry {
	margin-bottom:3em;
	padding:0 10px;
}
.entrybody {
	margin:1em 0 1.5em 0;
	line-height:1.6;
}
.entrybody p {
	padding-bottom:1em;
}
blockquote {
	padding-left:5em;
	margin-bottom:1em;
}
.entrybody ul, .entrybody ol{
	margin-left:15px;
}
ul.entrymeta li {
	font-size:0.95em;
	line-height:1.8;
	display:inline;
}
.postedby {
	background:url(images/pencil.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto {
	background:url(images/page.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink {
	background:url(images/comments.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
/* =====
コメント
===== */
#comments {
	padding:15px;
	background-color: #DBDDE3;
}
#comments h3 {
	font-size:1.5em;
	margin:15px 0 0 0;
}
#comments p {
	margin-bottom: 5px;
}
.commentauthor {
	display:block;
	font-size:1.5em;
}
ol.commentlist {
	color:#777;
	list-style-type:none;
	margin-top:8px;
}
.commentlist li {
	margin-bottom:8px;
	padding:10px;
	background:#F7F0E7;
	border:1px dotted #d1d1d1;
}
.commentlist li.alt {
	background:#F9F6F2;
	border:1px dotted #d1d1d1;
}
.commentlist li img {
	background:#FFF;
	border:1px dotted #d1d1d1;
	padding:0.5em;
	float:left;
	margin-right:8px;
}
.commentlist cite {
	font-style:normal;
	font-weight:bold;
}
.commentlist .commentmetadata {
	font-size:0.9em;
	padding-bottom:1em;
}
.commentlist .commentmetadata a {
	color:#94541A
}#comments textarea {
	width:500px;
	font-size:1em;
	background-color: #FFFFFF;
}
#comments input {
	background-color:#FFFFFF;
	width:160px;
	font-size:1em;
	line-height:2em;
}
#comments input#submit {
	width:9em;
	font-size:1.2em;
	cursor:pointer;
}
#comments input#trackbackurl {
	width:500px;
}
p.alignright {
	text-align:right;
}
