


/*	　カラー設定
----------------------------------------------
黄色　#ff0
--------------------------------------------*/


/*	　1.全体
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.8; /* 全体の行の高さ */
	font-style: normal;	
	font-weight: normal;
	font-size: 100%;
}
body {
	color: #000; /* 全体のフォントカラー */
	background: #ff0; /* 全体の背景色 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%; /* 全体のフォントサイズ */
	text-align: left;
}
p {
	margin-bottom: 1.5em;
}
img {
	border: 0;
}
br {
	letter-spacing: normal;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
--------------------------------------------*/
h2 {
	margin-bottom: 20px;
	padding: 0;
	line-height: 0.8;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
h2 span {
	margin: 0 0 0 0.8em;
	padding: 0 0.5em;
	display: inline;
	line-height: 0.8;
	color: #000;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
	font-size: 115%;
}
/*	　3.リンク
--------------------------------------------*/
a {
	color: #000;
	background: #ff0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
}
/*	　4.リスト
--------------------------------------------*/ 
ul,
ol,
dl {
	margin-bottom: 1.5em;
}
ul li {
	list-style: square inside;
}
ol li {
	list-style: decimal inside;
}
dt {
	border-bottom: 1px #575448 dotted;
}
/* テキストのリスト1（横並び・ILLUSTRATION-Category2で使用） */
ul.textlist1 li {
	margin-right: 0.4em;
	display: inline;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif; /* 記号の文字化け対策 */
}
ul.textlist1 li a {
	background: none;
}
ul.textlist1 li a:hover {
	color: #ff0;
	text-decoration: none;
}
/* テキストのリスト2（横並び・BOOKMARK-Category2で使用） */
ul.textlist2 li {
	margin-right: 2em;
	display: inline;
}
/* イメージのリスト（横並び・ILLUSTRATION-Category1とBOOKMARK-Category1で使用） */
ul.imglist li {
	display: inline;
}
ul.imglist a {
	background: none;
}
ul.imglist li img {
	margin: 0 5px 5px 0;
}

/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
em {
	font-weight: bold;
}
/* より強い強調 */
strong {
	border-bottom: 2px #ff0 dashed;
	font-weight: bold;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 装飾ボックス */
div.deco {
	margin-bottom: 1.5em;
	padding: 0.5em 1em 0;
	border: 1px #ff0 solid;
	background: #eee;
}
/*	　7.コンテナー
--------------------------------------------*/
div#container {
	float: left;
	width: 680px;
	height: auto;
	min-height: 100%;
	background: #fff url('bg.gif') repeat-y;
}
	/* IE6以下用 */
	* html div#container {
		height: 100%;
	}
/*	　8.ナビ
--------------------------------------------*/
div#navi {
	padding: 30px 0;
	float: right;
	width: 180px;
	background: #000;
}
/* メニュー1 */
div#navi h2 {
	margin: 0 15px;
	padding: 0;
	display: inline;
	line-height: 1;
	color: #000;
	background: #ff0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
}
ul#menu {
	margin: 20px 15px;
	padding: 0;
}
ul#menu li {
	list-style: none outside;
	line-height: 1em;
}
ul#menu li a {
	line-height: 1.6;
	color: #fff;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
ul#menu li a:hover {
	color: #ff0;
}

/* アドレス */
div#navi h3 {
	margin: 50px 15px 3px;
	padding: 0;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
ul#address {
	margin: 0 15px;
}
ul#address li {
	list-style: none outside;
	line-height: 1.2;
	color: #fff;
	font-size: 10px;
}
ul#address li a {
	line-height: 1.2;
	color: #ff0;
	background: none;
}
/*	　9.メイン
--------------------------------------------*/
div#main {
	padding: 0;
	float: left;
	width: 500px;
	background: #fff;
}
/* サイト名 */
div#header {
	margin: 0 0 30px;
	height: 250px;
	background: url('main.jpg') no-repeat scroll left top;
}
div#main h1 {
	margin: 0;
	padding: 210px 0 0;
	line-height: 1;
	color: #fff;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	letter-spacing: -3px;
}
/* テキストボックス */
div.textbox {
	margin: 0 20px 20px;
}
/* TOPに戻る▲ */
p.back {
	margin: 0;
	padding: 0;
	text-align: right;
}
p.back a {
	color: #000;
	background: none;
	font-size: 115%;
}
p.back a:hover {
	color: #ff0;
	text-decoration: none;
}

/*	　10.indexページ
--------------------------------------------*/
body#index {
	height: auto;
	background: #fff;
}
body#index div#container {
	margin: 100px 0;
	width: 100%;
	background: #fff;
}
body#index p#enter {
	margin: 30px 0;
}
body#index p#enter a {
	background: none;
	text-decoration: none;
}