/*★☆★☆★ 共通設定 ★☆★☆★*/


/*■透過性の維持(Win2000以前に対応)■*/
img, div
	{
	behavior: url(iepngfix.htc);
	}


/*■通常画面の基本設定■*/
body
	{
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	background-color: #FDF5E6;
	}

/*■リンクの色の設定■*/
a:link
	{
	/*未訪問のリンク*/
	color: #008080;
	}

a:visited
	{
	/*訪問後のリンク*/
	color: #008080;
	}

a:hover
	{
	/*マウスをのせたとき*/
	text-decoration:underline;
	}



/*■ページ情報を画面中央に表示■*/
div#kc-enter-bg
	{
	position: absolute;
	width: 800px;
	height: 500px;
	left: 50%;
	margin-left: -400px;
	margin-top: 30px;
	background-color: #ffffff;
	z-index: 1;
	}

div#kc-enter-welcome
	{
	position: absolute;
	width: 600px;
	top: 150px;
	left: 50%;
	margin-left: -300px;
	text-align:center;
	background-color: #ffffff;
	border-right: 1px solid #d7e2f2;
	border-bottom: 1px solid #d7e2f2;
	border-left: 1px solid #d7e2f2;
	border-top: 1px solid #d7e2f2;
	z-index: 1;
	}

div#kc-enter-caution
	{
	position: absolute;
	width: 800px;
	top: 520px;
	left: 50%;
	margin-left: -400px;
	background-color: #ffffff;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: none;
	z-index: 2;
	}


/*■リンクの下線を消去■*/
a
	{
	text-decoration: none;
	}


/*■画像のボーダーを非表示■*/
img
	{
	border: none;
	}


/*■[段落]デフォルト（文字は青緑）■*/
p
	{
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 0px;
	color: #008080;
	}


/*■文字の設定■*/
span.f0
	{
	color: #008080;
	line-height: 24px;
	font-size: 14px;
	}

span.f1				/*濃茶*/
	{
	 color: #736357;
	line-height: 24px;
	font-size: 14px;
	}

span.f2				/*オレンジ*/
	{
	 color: #f7941d;
	line-height: 24px;
	font-size: 14px;
	}

span.f3				/*グレー*/
	{
	 color: #777777;
	line-height: 24px;
	font-size: 14px;
	}

span.f4				/*赤*/
	{
	 color: #ff0000;
	line-height: 24px;
	font-size: 14px;
	}

span.f5				/*白*/
	{
	 color: #ffffff;
	line-height: 24px;
	font-size: 14px;
	}




/* ★☆★☆★ コンテンツページの構成 ★☆★☆★ */

hr.kiricomu
	{
	width: 600px;
	text-align: left;
	margin-left: 0px;
	border-top:1px dashed #736357;
	border-bottom:none;
	}

hr.n_top
	{
	width: 640px;
	text-align: left;
	margin-left: 0px;
	border-top: 2px solid #008080;
	border-bottom: none;
	}

p.n_title
	{
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 20px;
	color: #008080;
	}

p.n_menu
	{
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 400px;
	color: #008080;
	}

table td.head
	{
	width: 100px;
	border-bottom: #a9bcf5 1px solid;
	color: #008080;
	background-color: #e0f8f1;
	line-height: 18px;
	font-size: 14px;
	}

table td.about
	{
	border-bottom: #a9bcf5 1px solid;
	color: #736357;
	line-height: 18px;
	font-size: 14px;
	}

div#kiricomu_topimage
	{
	position: absolute;
	width: 1000px;
	height: 100px;
	top: 5px;
	left: 50%;
	margin-left: -500px;
	margin-top: 50px;
	background-color: #f8fbef;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: none;
	z-index: 1;
	}

div#kiricomu_menu
	{
	position: absolute;
	width: 200px;
	height: 685px;
	top: 20px;
	left: 50%;
	margin-left: -500px;
	margin-top: 50px;
	background-color: #FFE4C4;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: scroll;
	overflow-x: hidden;
	z-index: 2;
	}

div#kiricomu_main
	{
	position: absolute;
	width: 760px;
	height: 685px;
	top: 20px;
	left: 50%;
	margin-left: -280px;
	margin-top: 50px;
	background-color: #ffffff;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #e0f8f1;
	overflow: scroll;
	overflow-x: hidden;
	z-index: 2;
	}

div#kiricomu_top
	{
	position: absolute;
	width: 960px;
	height: 30px;
	left: 50%;
	background-color: #E9967A;
	margin-left: -500px;
	top: 20px;
	text-align: left; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 4;
	}

div#kiricomu_bottom
	{
	position: absolute;
	width: 960px;
	height: 30px;
	left: 50%;
	background-color: #E9967A;
	margin-left: -500px;
	top: 775px;
	text-align: right; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
	}

td.krcm1				/*キャラ用：中寄せ*/
	{
	width: 50px;
	text-align: center;
	vertical-align: middle;
	}

td.krcm2				/*説明用*/
	{
	text-align: left;
	vertical-align: middle;
	}

span.akane				/*フォント：茜音*/
	{
	 color: #FA8258;
	line-height: 24px;
	font-size: 14px;
	}

span.sora				/*フォント：蒼空*/
	{
	 color: #819FF7;
	line-height: 24px;
	font-size: 14px;
	}