@charset "EUC-JP";


/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
 Update : 2008.11.17
━━━━━━━━━━━━━━━━━━━━━━━━━
*/


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 共通 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
* {
	word-break: break-all;
}

body
, textarea {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
}

body {
	color: #000;
	margin:0px ;
	padding:0px ;
}

a:hover {
	text-decoration: none;
}
a:visited {
	color: #0000ff;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトルエリア */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div#title {
	background: #336699;
}
div.title-inner {
	width:860px;
	margin:0 auto ;
	padding: 10px 0px;
}
div#title h1 {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	text-align:left;
	margin: 0px;
	padding: 10px 0px;
}
div#title a {
	color:#ffffff;
	text-decoration:none;
}
div#title a:hover {
	text-decoration:underline;
}
div#title p {
	color:#cccccc;
	font-size:13px;
	font-weight:normal;
	line-height:150%;
	text-align:left;
	margin: 0px;
	padding: 0px 0px 10px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レイアウト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

body { 
	text-align:center;
	background: #336699;
}
div#container {
	background: #e8e8e8;
}
div#content {
	width:860px;
	margin: 0 auto ;
	padding: 0;
	background: #ffffff;
}
.cl {
	clear:both;
	width:1px;	height:1px;	font-size:1px;	line-height:1px;
}

div#main {
	float:right;
}
div#main-inner {
	width:595px;
	margin:30px 20px 30px 0;
}

div#main-1 {
	float:left;
	width:245px;
	margin:0 5px 0 0;
}
div#main-2 {
	float:left;
	width:245px;
	margin:0 5px 0 0;
}


div#side {
	float:right;
}
div#side-inner {
	width:190px;
	margin:30px 30px 0 0;
}

/* clearfix
───────────────────────── */
div#container:after
, div#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* hasLayout
───────────────────────── */
{
	height: 1%;
}

/* peek-a-boo bug
───────────────────────── */
 {
	height: 1%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メイン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div#main h3 {
	color:#333333;
	font-size:15px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:30px 0 10px;
	padding:7px 0px 3px;
	border-top:#336699 solid 1px;
}
div#main h4 {
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	text-align:left;
	border-left:#336699 solid 14px;
	margin:1.5em 0 5px;
	padding:0 0 0 4px;
}
div#main p {
	font-size:13px;
	line-height:175%;
	text-align:justify;
	text-justify:distribute-all-lines;
	margin:0 0 1em;
}
div#main li {
	font-size:13px;
	line-height:175%;
	text-align:left;
	margin:0;
}
div#main blockquote {
	font-size:12px;
	line-height:165%;
	text-align:justify;
	text-justify:distribute-all-lines;
	background:#f3f3f3;
	margin:1em 0 1em;
	padding:1em;
}

div#main table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0 0 25px;
	border-left:#999999 solid 1px;
	border-top:#999999 solid 1px;
}
div#main th {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	line-height:150%;
	vertical-align:top;
	white-space:nowrap;
	padding:3px 5px;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
	background:#f8f8f8;
}
div#main td {
	text-align:left;
	font-size:11px;
	line-height:150%;
	vertical-align:top;
	padding:3px 5px;
	border-right:#999999 solid 1px;
	border-bottom:#999999 solid 1px;
}

.image-right {
	float:right;
	margin:0 0 1em 1em;
}

/* 広告
───────────────────────── */
div.ad-main {
	float:right;
	padding:0 0 12px 12px;
	background: #ffffff;
}
div.ad-main-title {
	font-size:13px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:0 0 5px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイドバー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div#side h2 {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:0 0 10px;
	padding:5px 5px 3px;
	background:#e8e8e8;
	border-top:#999999 solid 1px;
}
div#side p {
	font-size:12px;
	line-height:165%;
	text-align:justify;
	text-justify:distribute-all-lines;
	margin:0 0 1em;
}
div#side ul {
	margin:0 0 0 1.3em;
	padding:0;
}
div#side li {
	font-size:12px;
	line-height:150%;
	text-align:justify;
	text-justify:distribute-all-lines;
	margin:0 0 10px;
}

/* 広告
───────────────────────── */
div.ad-side {
	text-align:left;
}
div.ad-side-title {
	font-size:13px;
	font-weight:bold;
	line-height:150%;
	text-align:left;
	margin:0 0 10px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

div#footer {
	clear:both;
	padding:30px;
}
div.footer-inner {
	width:860px;
	margin:0 auto ;
	padding: 10px 0px;
}
div#footer address { 
	color:#666666;
	font-size:12px;
	font-style:normal;
	line-height:180%;
	text-align:left;
	margin:0;
	padding:5px 0px 0px;
}
div#footer address a { 
	color:#666666;
	font-weight:normal;
}


/* End */