@charset "UTF-8";

@import url(contact.css);

/* 基本設定 */

body {
	margin: 0;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 85%;
	line-height: 1.5;
	color: #333;
	background: #BBC2D0 url("../images/body_bg.gif") repeat-x;
}
	/* for IE -6 */
	* html body {
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	}
input, textarea, select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
textarea {
	font-size: 100%;
}
p, h1, h2, h3, ol, ul {
	margin: 0 0 1.5em 0;
	padding: 0;
}
h1 {
	margin: 0;
}
h2 {
	font-size: 118%;
	border-left: 4px solid #FF9800;
	padding-left: 0.5em;
}
h3 {
	font-size: 118%;
}
a {
	color: #2e487d;
	text-decoration: none;
}
a:hover {
	background-color: #FFFADD;
	text-decoration: underline;
}
h1 a:hover {
	border-bottom: none;
}
img {
	border: 0;
}
img.header {
	margin-bottom: 1.5em; /* 見出し画像の下余白 */
}
#wrap {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #263248;
	border-top-width: 0;
	background-color: #FFF;
}

/* ヘッダ */
#head {
	width: 860px;
	height: 30px;
	padding: 10px 20px;
	background: #FFF url("../images/head_bg.gif") repeat-x;
}
#headPhoto {
	width: 900px;
	height: 150px;
	margin-bottom: 26px;
/*	background: #FF9800 url("../images/head_bottomline.gif") bottom repeat-x; */
	border-top: 1px solid #263248;
	border-bottom: 1px solid #263248;
}

/* メニュー */

#nav {
	float: left;
	width: 170px;
	padding: 0 1px 0 20px;
}
#nav ul li {
	list-style: none;
}
#nav ul li ul {
	padding: 0 0 0 1em;
}
#nav ul li ul li {
	list-style: circle;
	margin: 0.5em;
}
#nav p img.icoRss {
	margin-bottom: -2px;
}
#nav p.badges img {
	margin-bottom: 5px;
}
#nav p.banner-comment {
	font-size: smaller;
}
/* 本文 */

#mainWrap {
	float: right;
	width: 689px;
}
#main {
	float: left;
	width: 450px;
	height: auto;
	min-height: 500px;
	padding: 0 20px 0 29px;
	background: url("../images/main_bg.jpg") no-repeat;
}
#main ul, #main ol {
	padding: 0 1em;
}
.blogData {
	text-align: right;
	font-size: 92%;
	color: #999;
}

/* サブコンテンツ */

#sub {
	float: right;
	width: 170px;
	padding: 0 20px 0 0;
	font-size: 100%;
}
#sub h2 {
	font-size: 118%;
}
#sub ul {
	margin-bottom: 0;
}
#sub ul li {
	list-style: none;
}
.feedData {
	font-size: 92%;
	color: #999;
}
.feedMore {
	font-size: 85%;
	color: #999;
}

/* フッタ */

#nav, #mainWrap {
	margin-bottom: 1em;	
}
#foot {
	width: 860px;
	height: 50px;
	padding: 10px 20px;
	background: #263248 url("../images/foot_bg.gif");
	border-top: 1px solid #263248;
	clear: both;
}
#foot p {
	text-align: right;
	font-size: 92%;
	color: #CCC;
	line-height: 50px;
}
