@charset "UTF-8";
/* CSS Document */

/* ぱんくず */

.pan {
	width: 80%;
	margin: 30px 0 30px 30px;
	padding: 0px;
	font-size: 12px;
	color: #999999;
	text-align: left;
	float: left;
	background-color: #ffffff;
}
#renew {
	width: 220px;
	margin: 30px 30px 30px 0;
	padding: 0px;
	font-size: 12px;
	color: #999999;
	text-align: right;
	float: right;
	background-color: #ffffff;
}

/* リンク */

a:link {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #333399;
	text-decoration: none;
}
a:active {
	color: #333399;
	text-decoration: none;
}
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
a img {
	border-style: none;
}

/* レイアウト */

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-color: #000066
}
#data-body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-color: #ccc
}
#wrap {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}
#inner {
	margin: 0px;
}
.header {
	background-color: #000066
}
#side-menu {
	width: 180px;
	float: left;
	background-color: #000066
}
#main {
	width: 780px;
	float: right;
	background-color: #FFF
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}

/* メニュー */

.navi {
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
}
.navi li {
	display: inline;
}
.navi li a {
	padding: 20px 0px;
	width: 180px;
	display: block;
	background-color: #000066;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #666666;
}
.navi li a:hover {
	background-color: #000033;
	color: #ffffff;
	text-decoration: none;
}


/* メイン */

.h {
	color:#d9131d;
	font-weight:bold;
}
.n {
	color:#008cbb;
	font-weight:bold;
}
p {
	width: 620px;
	/*position: relative;*/
	margin-left: auto;
	margin-right: 40px;
	line-height: 180%;
	background-color: #ffffff;
}
#blog {
	background-color: #f9f0d4;
	font-size: 12px;
	padding: 30px;
	line-height: 180%;
}
#copy {
	background-color: #ffffff;
	margin: 0px 30px;
	padding: 0px 30px;
	line-height: 180%;
}
#ta {
	width: 640px;
	position: relative;
	margin-left: auto;
	margin-right: 40px;
	margin-top: 20px;
	line-height: 170%;
	font-size: 12px;
}
.img {
	vertical-align: text-top; 
	float: left;
	margin-right: 20px;
}

/* リスト */

ul {
	margin: 0 0 0 1em;
	padding: 0;
}
li {
	list-style-image: url(../../img/icon_check.gif);
	width: 640px;
	position: relative;
	margin-left: auto;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 180%;
	background-color: #ffffff;
}

/* 見出し */

h1 {
	color: #ffffff;
	font-size: 10pt;
	line-height: 120%;
	padding: 10px 5px 10px 0;
	margin: 0;
	font-weight:normal;
}
.h2-hatsu {
	background-image: url(../../img/h2_hatsu.gif); /* 画像の指定 */
	background-repeat: no-repeat; /* 画像の並び */
	margin: 50px 0px 0px -30px;
	padding: 1em 1.5em;
	font-size: 18pt;
	color:#fff;
}
.h2-nigori {
	background-image: url(../../img/h2_nigori.gif); /* 画像の指定 */
	background-repeat: no-repeat; /* 画像の並び */
	margin: 50px 0px 0px -30px;
	padding: 1em 1.5em;
	font-size: 18pt;
	color:#fff;
}
.h2-info {
	background-image: url(../../img/h2_info.gif); /* 画像の指定 */
	background-repeat: no-repeat; /* 画像の並び */
	margin: 50px 0px 0px -30px;
	padding: 1em 1.5em;
	font-size: 18pt;
	color:#663300;
}
h3 {
	/*border-left: 20px solid #a09a84;*/
	background-image: url(../../img/h3.gif); /* 画像の指定 */
	background-repeat: no-repeat; /* 画像の並び */
	margin: 50px 0px 0px -24px;
	padding: 0.5em 2.5em;
	font-size: 16pt;
	color:#000099;
}

/* footer */

#footer {
	font-size: small;
	line-height: 150%;
	background-color: #ccc;
}
