@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{
	height:100%;}

body{
	font-size:78%;
	color:#666;
	text-align:right;
	background:url(../img/aozakuro/061120xmas3-2.gif) repeat-x fixed 0% 100%;
	height:100%;}

p{
	margin-bottom:0.8em;}

br{
	letter-spacing:normal;}

hr{
	display:none; padding: 0em 0px 1.5em; height: 20px; margin: 0px 0px 0.5em}

/*-----------------------------------------------------
	2. リンク
-----------------------------------------------------*/

a{
	font:inherit;}

a:link{
; font-weight: bold; color: #666666}

a:visited{
	color:#aaa;}

a:hover,
a:active,
a:focus{
	color:#B3BDBB;}

	#KIZI a{
		text-decoration:underline;}

/*-----------------------------------------------------
	3: 見出し
-----------------------------------------------------*/
h1{
	font-weight:bold;
	font-size:185%;
	position:absolute;
	bottom:25px;
	margin-left:5px;
	color:#383838;
	font-family:"Georgia", "Times", "serif";}

h2{
	font-weight:bold;
	font-size:220%;
	color:#ddd;
	text-align:center;
	font-family:"Georgia", "Times", "serif";; padding: 0em 0em 0.8em}

	#KIZI h2{
		margin:0 0 -1.2em;}

h3{
	font-weight:bold;
	font-size:110%;
	color:#678E67;
	border-bottom:solid 1px #ddd;
	margin-bottom:0.5em;; padding-top: 1.5em}

h4{
	font-weight:bold;
	color:#98B391;
	margin-bottom:0.5em;}
h6{
	font-weight:bold;
	text-align:center;}

/*-----------------------------------------------------
	4. リスト
-----------------------------------------------------*/
ol{
	list-style:decimal outside;
	margin:0.8em 2.5em;}

ol li{
	list-style-type:decimal;}

ul{
	list-style:circle outside;
	margin:0.8em 2.3em;}

ul li{
	list-style-type:circle;}

dl{
	list-style-position:inside;
	margin:0.8em 0;}

dt{
	font-weight:bold;}

dd{
	margin-left:3.5em;}

/*-----------------------------------------------------
	5. フォーム
-----------------------------------------------------*/
form{
	}

label{
	font-size:100%;}

input,
textarea,
select{
	margin-bottom:0.3em;
	vertical-align:middle;}

input,
textarea{
	background:#666;
	border:solid 1px #666;
	color:#eee;}

	input#RADIO,
	input#CHECKBOX{
		border:none;
		background:none;}

option,
optgroup{
	}

/*-----------------------------------------------------
	6. その他のタグ要素
-----------------------------------------------------*/
em{
	font-weight:bold;}

strong{
	font-weight:bold;
	color:#4a4a4a;}

ins{
	text-decoration:underline;}

del{
	text-decoration:line-through;}

blockquote{
	margin:0.8em auto;
	padding:0.3em 0.5em;
	border:solid 1px #ddd;
	background:url(img/quote.gif) no-repeat 0% 0%;}

cite{
	font-style:oblique;
	border-bottom:dotted 2px #ddd;}

q{
	border:solid 1px #ddd;}

pre{
	width:95%;
	overflow:auto;
	margin:0.8em auto;
	padding:0.2em 0.3em;
	border-left:3px solid #ddd;
	font-family:monospace;}

/* 物理要素(非推奨) */

b{
	font-weight:bold;}

i{
	font-style:oblique;}

big{
	font-size:110%;}

small{
	font-size:84%;}

tt{
	font-family:monospace;}

/*-----------------------------------------------------
	7. レイアウト
-----------------------------------------------------*/

/* --------------- ページの大枠 ---------------*/
#PAGETOP{
	margin:0 50px 0 auto;
	width:420px;
	background:#f7f7f7;
	text-align:left;
	position:relative;/* 削除不可 */
	border:double #ddd;
	border-width:0 3px;
	height:100%;
	min-height:100%;}

	body > #PAGETOP{
		height:auto;}

/* --------------- ヘッダー ---------------*/
#HEADER{
	height:200px;
	position:relative;; background-image: url(../img/aozakuro/061120xmas3-4.gif); background-repeat: repeat-x; background-position: 0% 0%}

	/* サイトタイトル部分 */
	#HEADER h1{
		}
	
	/* パン屑 */
	ul#PAN{
		display:none;}

	ul#PAN li{
		}

		ul#PAN li a{
			}

		ul#PAN li a:link,
		ul#PAN li a:visited{
			}

		ul#PAN li a:hover{
			}

/* --------------- メニュー ---------------*/
#MENU{
	background:#E7EDF0 url(../img/webcitron/bg_b04_15.gif) repeat 0% 0%;
	margin:0px 0 0;
	height:25px;}

	#MENU h2{
		display:none;}

	#MENU ul{
		list-style:none outside;
		margin:0;
		position:absolute;
		z-index:1;}

	#MENU li{
		list-style-type:none;
		display:inline;
		padding:0;}
		
		/* メニューのリンク設定 */
		#MENU li a{
			display:block;
			float:left;
			width:70px;/* メニュー1個の幅 */
			height:25px;
			line-height:25px;
			text-align:center;
			font-weight:bold;}
		#MENU li a:visited{
			color:#AAB5B3;}

		#MENU li a:hover{
			color:#404040;}

		#MENU li.menu-on a:link{
			color:#98B391;}

		#MENU li.menu-on a:hover{
			color:#404040;}

/* --------------- 記事部分 ---------------*/
#KIZI{
	clear:both;; padding-top: 1.5em; padding-right: 0.8em; padding-bottom: 1.5em; padding-left: 0.8em}

	#KIZI .text{
		margin:0 0 0 10px;
		padding:0.8em 0 0;}

	/* 戻りの設定 */
	#KIZI ul.modori{
		list-style:none outside;
		text-align:right;
		margin:0 0;}

	#KIZI ul.modori li{
		list-style-type:none;}

		#KIZI ul.modori li a{
			text-decoration:none;
			padding-left:11px;}
		#KIZI ul.modori li a:visited{
			color:#4a4a4a;
			background:url(../img/modori_off.gif) no-repeat 0% 50%;}

		#KIZI ul.modori li a:hover{
			color:#B3BDBB;
			background:url(../img/modori_on.gif) no-repeat 0% 50%;}

/* --------------- フッター ---------------*/
#FOOTER{
	padding:0.3em 0 0.5em;}

	#FOOTER h2{
		display:none;}

	#FOOTER ul{
		list-style:none outside;
		margin:0;
		text-align:center;}

	#FOOTER li{
		list-style-type:none;
		display:inline;
		margin:0 0.8em;}

		#FOOTER li a{
			}

		#FOOTER li a:link,
		#FOOTER li a:visited{
			color:#888;}

		#FOOTER li a:hover{
			color:#666;}

	#FOOTER address{
		display:inline;}
		#MENU li a:link { 			color:#8F9999; } 		#MENU li.menu-on a:visited { 			color:#98B391; } 
		#KIZI ul.modori li a:link { 			color:#4a4a4a;
			background:url(../img/modori_off.gif) no-repeat 0% 50%; } 
h5 { text-decoration: underline ; letter-spacing: 0.1em}
h5 { 	font-weight:bold;
	text-align:left; } 