@charset "Shift_JIS";

/*------------------------------------------

	構成

	1. 基本設定(p/br/hrも含む)
	2. リンク
	3. 見出し
	4. リスト
	5. フォーム
	6. その他のタグ要素
	7: レイアウト(#id/.class)


------------------------------------------*/

/*-----------------------------------------------------
	1. 基本設定(p/br/hrも含む)
-----------------------------------------------------*/
*{
	margin:0;
	padding:0;
	font:normal normal normal 100%/1.5 Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;}

html{
	}

body{
	color:#ddd;
	background:url(kitty_img/bg.gif) repeat fixed 0% 0%;
	font-size:74%;
	text-align:center;}

p{
	margin-bottom:0.8em;}

br{
	letter-spacing:normal;}

hr{
	display:none;}

/*-----------------------------------------------------
	2. リンク
-----------------------------------------------------*/

a{
	font:inherit;}

a:link{
	color:#b5276b;}

a:visited{
	color:#c284ff;}

a:hover,
a:active,
a:focus{
	color:#666;}

	#KIZI a{
		text-decoration:underline;}

/*-----------------------------------------------------
	3: 見出し
-----------------------------------------------------*/
h1{
	font-size:200%;
	font-weight:bold;
	font-family:Georgia,"Times New Roman",serif;}

h2{
	font-size:220%;
	font-weight:bold;
	font-family:Georgia,"Times New Roman",serif;
	color:#666;}

	h2:first-letter {
		font-size:100%;
		font-weight:bold;
		color:#cb62f2;}

	#KIZI h2{
		margin:0 15px;
		text-align:right;
		line-height:1;}

h3{
	font-size:110%;
	font-weight:bold;
	border-bottom:double 1px #8fec39;
	color:#8fec39;
	position:relative;}

	#KIZI h3{
		margin:0 0 0.6em -1em;}

h4{
	font-size:105%;
	font-weight:bold;
	color:#cb62f2;}

	#KIZI h4{
		margin:0 0 0.3em -0.5em;}

h5,
h6{
	font-weight:bold;
	text-align:center;
	margin-bottom:0.3em;}

/*-----------------------------------------------------
	4. リスト
-----------------------------------------------------*/
ol{
	list-style:decimal outside;
	margin:0.8em 1.8em;}

ol li{
	list-style-type:decimal;}

ul{
	list-style:circle outside;
	margin:0.8em 1.5em;}

ul li{
	list-style-type:circle;}

dl{
	list-style-position:inside;
	margin:0.8em 0;
	position:relative;}

dt{
	font-weight:bold;}

dd{
	margin:0.5em 0 0.5em 2.5em;
	border:solid 1px #333;
	background:#080808;
	padding:0.2em 0.4em;}

/*-----------------------------------------------------
	5. フォーム
-----------------------------------------------------*/
form{
	}

label{
	font-size:100%;}

input,
textarea,
select{
	font-size:100%;
	margin-bottom:0.3em;
	vertical-align:middle;}

input,
textarea{
	border:solid 1px #333;
	background:#080808;
	color:#888;}

	input#RADIO,
	input#CHECKBOX{
		border:none;
		background:none;}

	input#BUTTON{
		background:#8fec39;
		color:#111;
		border:none;}

option,
optgroup{
	}

/*-----------------------------------------------------
	6. その他のタグ要素
-----------------------------------------------------*/
em{
	font-weight:bold;}

strong{
	font-weight:bold;
	color:#edd634;}

ins{
	text-decoration:underline;
	color:#fb62f2;}

del{
	text-decoration:line-through;
	color:#666;}

blockquote{
	margin:0.8em auto;
	padding:0.5em;
	background:url(kitty_img/quote.gif) no-repeat 0% 0% #080808;
	color:#b5276b;
	border:double 4px #111;}

cite{
	font-style:oblique;
	text-decoration:underline;}

q{
	background:#080808;
	color:#b5276b;
	border:double 4px #111;
	padding:0.2em 0.3em;}

pre{
	width:90%;
	overflow:auto;
	margin:0.8em auto;
	padding:0.2em 0.3em;
	font-family:monospace;
	background:#080808;
	color:#888;}

/* 物理要素(非推奨) */

b{
	font-weight:bold;}

i{
	font-style:oblique;}

big{
	font-size:110%;}

small{
	font-size:84%;}

tt{
	font-family:monospace;}

/*-----------------------------------------------------
	7. レイアウト
-----------------------------------------------------*/

/* --------------- ページの大枠 ---------------*/
#PAGETOP{
	margin:0 auto;
	width:728px;
	text-align:left;
	border:solid #111;
	border-width:0 1px;
	position:relative;
	background:#111;}

/* --------------- ヘッダー ---------------*/
#HEADER{
	height:85px;
	border-bottom:double 6px #333;}

	/* サイトタイトル部分 */
	#HEADER h1{
		color:#fff;
		padding:20px 0 0 5px;}
	
	/* パン屑 */
	ul#PAN{
		list-style:none outside;
		margin:0 0 0 5px;
		font-size:90%;}

	ul#PAN li{
		list-style-type:none;
		color:#fff;
		display:inline;}

		ul#PAN li a:after{
			content:" >";}

		ul#PAN li a:link,
		ul#PAN li a:visited{
			color:#fff;}

		ul#PAN li a:hover{
			color:#fff;}

/* --------------- メニュー ---------------*/
#MENU{
	position:absolute;
	top:0;
	right:0;
	height:85px;}

	#MENU h2{
		display:none;}

	#MENU ul{
		list-style:none outside;
		margin:0;}

	#MENU li{
		list-style-type:none;
		float:left;
		display:inline;
		padding:0;}
		
		/* メニューのリンク設定 */
		#MENU li a{
			font-weight:bold;
			display:block;
			width:85px;/* メニュー1個の横幅 */
			height:85px;/* メニュー1個の高さ*/
			line-height:85px;
			text-align:center;}

		#MENU li a:link,
		#MENU li a:visited{
			color:#fff;
			background:#111;}

		#MENU li a:hover{
			color:#111;
			background:#94fa0a;}

		#MENU li.menu-on a:link,
		#MENU li.menu-on a:visited{
			color:#111;
			text-decoration:underline;
			background:#94fa0a;}

		#MENU li.menu-on a:hover{
			color:#111;
			text-decoration:underline;}

#ADSENSE{
text-align: center;}

/* --------------- 記事部分 ---------------*/
#KIZI{
	clear:both;
	background:url(kitty_img/img.jpg) no-repeat 50% 0% #111;
	padding:470px 0 0;}

	#KIZI .text{
		padding:0.8em 1.5em 0.8em 2.5em;
		margin-bottom:1.5em;}

	/* 戻りの設定 */
	#KIZI ul.modori{
		list-style:none outside;
		text-align:right;
		margin:0 0 0 -1em;}

	#KIZI ul.modori li{
		list-style-type:none;}

	#KIZI ul.modori:hover{
			background:#080808;}


		#KIZI ul.modori li a{
			text-decoration:none;
			padding:0.2em 0.3em;}

		#KIZI ul.modori li a:link,
		#KIZI ul.modori li a:visited{
			color:#666;}

		#KIZI ul.modori li a:hover{
			color:#fff;}

#INFO{
text-align: center;}

/* --------------- フッター ---------------*/
#FOOTER{
	background:#111;
	padding:10px 0;
	border-top:double 6px #333;}

	#FOOTER h2{
		display:none;}

	#FOOTER ul{
		list-style:none outside;
		margin:0;
		text-align:right;}

	#FOOTER li{
		list-style-type:none;
		display:inline;
		margin:0 8px;}

		#FOOTER li a{
			}

		#FOOTER li a:link,
		#FOOTER li a:visited{
			color:#fff;}

		#FOOTER li a:hover{
			color:#8fec39;}

	#FOOTER address{
		display:inline;}
