@charset "shift_jis";

/*--------------------------------------------

Name: n020 Polka dot
Version: 1.0
Date: 2008-09-19
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

--------------------------------------------*/

/*	　目次
----------------------------------------------
1.全体
2.見出し
3.リンク
4.リスト
5.フォーム
6.テキスト装飾
7.ラッパー
8.ヘッダー
9.メニュー
10.コンテンツ
11.フッター
--------------------------------------------*/

/*	　1.全体
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.8;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}
html,
body {
	scrollbar-3dlight-color: #ffb8c0;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #ffb8c0;
	scrollbar-darkshadow-color: #ffb8c0;
	scrollbar-face-color: #ffb8c0;
	scrollbar-highlight-color: #ffb8c0;
	scrollbar-shadow-color: #ffb8c0;
	scrollbar-track-color: #fff;
}
html {
	overflow-y: scroll;
}
body {
	color: #a89577;
	background: #eee url('bg.gif') repeat fixed;
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 76%;
	text-align: center;
	letter-spacing: 1px;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
	vertical-align: baseline;
}
br {
	letter-spacing: normal;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
--------------------------------------------*/
h2 {
	margin: 0 0 20px;
	padding: 0 1em;
	line-height: 1.4;
	color: #baae9a;
	background: #eee url('h2.gif');
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 2px;
}
h3 {
	margin-bottom: 1em;
	padding-left: 28px;
	line-height: 1.4;
	height: 1.4em;
	color: #ff96a2;
	background: url('h3.gif') no-repeat left center;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
}
h4 {
	margin-bottom: 1em;
	padding-left: 15px;
	line-height: 2;
	color: #ffb8c0;
	background: url('h4.gif') no-repeat left center;
	font-weight: bold;
}
h5 {
	margin-bottom: 1em;
	font-weight: bold;
}
h6 {
	margin-bottom: 1em;
	color: #baae9a;
	font-weight: bold;
}
/*	　3.リンク
--------------------------------------------*/
a {
	color: #a0a5b2;
	text-decoration: none;
}
a:hover,
a:active {
	color: #acff8a;
}
/*	　4.リスト
--------------------------------------------*/ 
ul,
ol,
dl {
	margin: 0 0 1em;
}
ul li {
	list-style: disc inside;
}
ol li {
	list-style: decimal inside;
}
dl {

}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1em;
	padding: 0 1em;
	background: url('img/dd.gif') repeat-y left top;
}
/* テキストリスト水平（main-Illustration-Category2, bkm-Category2で使用） */
ul.horizontal li {
	margin-right: 1em;
	display: inline;
}
/* イメージリスト水平（main-Illustration-Category1, bkm-Category1で使用） */
ul.imglist {
	list-style: none outside;
}
ul.imglist li {
	display: inline;
	list-style: none outside;
}
ul.imglist a {
	border: 0;
	background: none;
}
ul.imglist a:hover,
ul.imglist a:active {
	border: 0;
}
ul.imglist li img {
	margin: 0 0 8px 0;
}
/* 番号付きリスト水平 （main-Text-Long storyで使用） */
ol.horizontal {
	margin: 0 0 1em;
}
ol.horizontal li {
	margin-right: 1em;
	padding: 0;
	display: inline;
	list-style: none outside;
}
/* 定義リスト水平（contact-Mailformで使用） */
dl.horizontal {
	border: 0;
}
dl.horizontal dt {
	margin-bottom: 1px;
	padding: 0;
	width: 8em;
	line-height: 1.8;
	text-align: right;
	font-weight: normal;
}
dl.horizontal dd {
	margin: -1.8em 0 2px 9em;
	border: 0;
}
dl.horizontal dd.second {
	margin-top: 0.1em;
	border: 0;
}
/*	　5.フォーム
--------------------------------------------*/
fieldset {
	border: 0;
}
legend {
	display: none;
}
textarea,
select,
input {	
	margin-bottom: 1em;
	border: 1px dotted #ffb8c0;
	line-height: 1.2;
	color: #a89577;
	background-color: #fff;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}
textarea {
	width: 450px;
}
select:hover,
input:hover,
textarea:hover,
select:focus,
input:focus,
textarea:focus {
	border: 1px solid #d5ffc4;
}
select {
	background: #ccc;
}
option {
	padding-right: 1em;
}
form p {
	padding-top: 1em;
	text-align: center;
}
input.button {
	margin-right: 0.5em;
	padding: 0 0.5em;
	border: 1px solid #ffb8c0;	
	width: 100px;
	vertical-align: middle;	
	color: #fff;
	background-color: #ffb8c0;	
	cursor: pointer;
}
input.button:hover,
input.button:focus {
	border: 1px #d5ffc4 solid;
	background: #d5ffc4;
}
input.check,
input.radio {
    margin: 0 0.5em 0 0;
	border: none;
	width: auto;
	background: none;
}
/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
em {
	font-weight: bold;
}
/* より強い強調 */
strong {
	border-bottom: 1px dotted #ff96a2;
	color: #ff96a2;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 削除 */
del {
	color: #888;
	text-decoration: line-through;
}
/* 整形済みテキスト */
code {
	font-family: "Osaka−等幅", monospace;
}
/* アドレス */
address {
	margin-bottom: 1em;
	font-style: normal;
}
/* テーブル */
table {
	margin-bottom: 1em;
	border-collapse: separate;
}
th,
td {
	padding: 0 0.8em;
}
th {
	color: #ff96a2;
	background-color: #eee;
	text-align: center;
}
td {	
	border: 1px #eee solid;
}
/* 装飾ボックス */
div.deco {
	margin-bottom: 1em;
	padding: 1em 1em 0;
	border: 1px #ff96a2 dotted;
	color: #ff96a2;
}
/*	　7.ラッパー
--------------------------------------------*/
div#wrapper {
	margin: auto;
	width: 650px;
	background: #fff;
	text-align: left;
}
/*	　8.ヘッダー
--------------------------------------------*/
div#header {
	height: 82px;
	line-height: 82px;
	background: url('header.gif') repeat-x;
}
/* サイト名 */
h1 {
	margin: 0 50px 0;
	height: 82px;
	line-height: 82px;
	color: #ff96a2;
	font-weight: bold;
	font-size: 24px;
}
h1 a {
	padding-left: 25px;
	height: 82px;
	line-height: 82px;
	color: #ff96a2;
	background: url('h1-l.gif') no-repeat scroll left center;
	font-weight: bold;
}
h1 a span {
	padding-right: 25px;
	height: 82px;
	line-height: 82px;
	background: url('h1-r.gif') no-repeat scroll right center;
	font-weight: bold;
}
h1 a:hover,
h1 a:active {
	color: #a89577;
}
/*	　9.メニュー
--------------------------------------------*/
ul#menu {
	margin: 0;
	padding: 0 20px;
	background: #a89577;
	text-align: right;
}
ul#menu li {
	margin-left: 1.2em;
	padding-left: 10px;
	display: inline;
	height: 18px;
	line-height: 18px;
	list-style: none outside;
	color: #ff96a2;
	background: url('menu.gif') no-repeat left center;
}
ul#menu li a {
	height: 18px;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
ul#menu li a:hover,
ul#menu li a:active {
	color: #ff96a2;
}
ul#menu li.on a {
	color: #d5ffc4;
}
/*	　10.コンテンツ
--------------------------------------------*/
div#contents {
	padding: 20px;
}
div.textbody {
	padding-bottom: 1.5em;
}
/* トップ画像 */
p#topimg {
	margin-bottom: 20px;
	text-align: center;
}
/*	　11.フッター
--------------------------------------------*/
div#footer {
	margin: 15px 20px 0;
	letter-spacing: normal;
}
p#backtop {
	text-align: right;
}
div#footer ul {
	margin: 0;
	padding: 10px 0 20px;
	background: url('footer.gif') repeat-x left top;
	text-align: center;
}
div#footer ul li {
	margin: 0 0.2em;
	display: inline;
	font-size: 11px;
}