@charset "Shift_Jis";

/*===目次================================

	1. 全体（p/br/hr含）
	2. アンカー
	3. リスト関係
	4. フォーム関係
	5. その他要素
	6. 見出し
	7. レイアウト用 #ID/.class

=========================================*/


/*----------------------------------------
 1. 全体
=========================================*/

*{
	margin: 0; padding: 0;
	font: normal normal normal x-small/1.6 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,メイリオ,Meiryo,Osaka,"ＭＳ Pゴシック",Sans-serif;
	text-decoration: none; }


body{ 
	padding: 30px;
	background:#ededed;
	color: #444;
	text-align: center; }

p{
	margin: 0 0 1em; }

br{ 
	letter-spacing: normal; }

hr{
	display: none; }

	div.text hr{
		display: block; }

/*----------------------------------------
 2. アンカー 
=========================================*/

a{
	font: inherit; }

a:link{ 
	color: #3947FF; }

a:visited{ 
	color: #A242A6; }

a:hover,
a:active,
a:focus{ 
	color: #dd0000; }

	#KIZI a{
		text-decoration: underline; }


/*----------------------------------------
 3. リスト要素指定
=========================================*/

ol{	
	list-style: decimal outside;
	padding: 0.5em 0 0.5em 2.5em; }

ol li,
li ol li{
	list-style-type: decimal; }

ul{
	list-style: disc outside;
	padding:0.5em 0 0.5em 2.5em; }

ul li,
li ul li{
	list-style: disc outside; }

dl{
	list-style-position: inside;
	margin: 0.25em 0.5em; }

dt{
	display: inline;
	padding: 0 3px;
	background: #ABFFBD; }


dd{
	margin: 2px 0 0.5em 2em;
	padding: 2px 0; }

	dd p{
		margin: 0.5em 0; }

/*----------------------------------------
 4.フォーム関連
=========================================*/

form{
	}

form label{ 
	font-size: 100%; }

input,
select,
textarea{ 
	margin: 0 1px 3px 0;
	border: 1px solid #97B4F7;
	background: #97B4F7;
	color: #000; 
	font: 100%/normal Osaka,Chicago,Verdana,"ＭＳ Pゴシック",Sans-serif; 
	vertical-align: middle; }

input[type="button"],
input[type="submit"],
input[type="reset"]{
	background: #000;
	color: #fff;
	cursor: pointer; }

input#BUTTON{
	background: #000;
	color: #fff; 
	cursor: pointer; }

option,
optgroup,
optgroup option{ 
	font-family: Osaka,Chicago,Verdana,"ＭＳ Pゴシック",Sans-serif; }

	optgroup{ 
		background: #fff;
		color: #000;
		font-weight: normal; }	

	optgroup option{ 
		margin: 0; padding: 0 0 0 1em;
		background: #97B4F7;
		color: #000; 
		font-weight: normal; }

/*----------------------------------------
 5. その他要素指定
=========================================*/

ins{ 
	text-decoration: underline; }

ins:before{
	content: "※";
	color: #dd0000; }

del{ 
	color: #ccc;
	text-decoration: line-through; }

img{ 
	border: none;
	vertical-align: middle; }

address{
	 }

	#KIZI address{ 
		padding: 0 20px; }

em,
em *{ 
	background: #FFFA77;
	color: #444; }

strong,
strong *{ 
	background: #FFFA77;
	color: #dd0000;
	text-decoration: underline;
	letter-spacing: 2px; }

blockquote{
	margin: 1em 20px; 
	padding: 10px;
	border: 2px solid #ABFFBD; }

	blockquote p{
		margin: 0 0 0.3em; }

q{
	padding: 0 1px;
	border-bottom: 2px solid #ABFFBD; }

cite{
	color: #999;
	font-style: oblique; }

pre{ 
	margin: 1em auto; padding: 4px 2px;
	border: 1px solid #9FB7D0;
	font-family: monospace; }

	/*長文対策、前者IE用（MacIE省）\*/

	pre{
		width: 95%; 
		overflow: scroll; }

	#KIZI>div.text pre{ 
		padding: 2px 5px;
		width: auto;
		overflow: auto; }

	/*長文対策、後者IE以外終わり*/

code,
samp{ 
	padding: 0 1px;
	color: #89B5CE;
	font-family: monospace; }

pre code,
pre samp,
pre var{
	background: transparent; }

var{
	font-style: oblique; }

kbd{
	background: #ddd;
	color: #000;
	font-weight: bold; font-family: monospace; }

dfn{
	padding:0 0.5em; }

acronym,
abbr{ 
	padding: 0 2px;
	border-bottom: 1px solid #ff9fbb; 
	cursor: help; }


/* テーブルはご自由に装飾頂ければいいかと */
table,
td{ 
	font-size: 100%; }
th{ 
	font-weight: bold; }
caption{ 
	text-align: center; }


/* 非推奨要素*/
b{ 
	font-weight: bold; }
i{ 
	font-style: oblique; }
big{ 
	font-size: large; }
small{ 
	font-size: x-small; }
tt{ 
	font-family: monospace; }

/*----------------------------------------
 6. 見出し要素指定
=========================================*/

h1{
	color: #000;
	font-weight: bold; font-size: 190%; }


h2{
	margin: 0.5em 15px;
	padding: 0 20px;
	background: url("memos_img/h2.gif") repeat-y 0 50%;
	color: #97B4F7;
	font-weight: bold; font-size: 140%; }

h3{
	margin:0.75em 25px; 
	padding: 0;
	font-weight:bold; font-size:120%;
	letter-spacing: 0.5em; }

h4{ 
	margin: 0.5em 25px;
	padding: 0 5px; 
	border: solid #000; border-width: 0 0 1px;
	color: #000;
	font-size: 110%; 
 	letter-spacing: 0.5em; }


h5,
h6{
	margin: 0 30px;
	padding: 8px  0;
	color: #000; 
	font-weight: bold; }

	.text h2{
		margin-left: -25px; margin-right: -25px;}

	.text h3{
		margin-left: -15px; margin-right: -15px;}

	.text h4{
		margin-left: -15px; margin-right: -15px; }

	.text h5,
	.text h6{
		margin-left: -10px; margin-right: -10px; }

/*----------------------------------------
 7. レイアウト用 #ID/.class
=========================================*/

#PAGETOP{
	position: relative;
	padding: 15px 0 0; 
	margin: 0 auto;
	width: 740px;
	background: url("memos_img/main.gif") repeat-y 0 0;
	text-align: left; }

#HEADER{
	float:left;
	width: 300px; }

				
	#HEADER h1{
		margin: 0 15px;
		padding: 15px 0 0 10px;
		background: url("memos_img/h1.gif") no-repeat 0 0; }

	#PAN{
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		height: 8px;
		width: 740px;
		background: url("memos_img/head.gif") no-repeat 0 0;
		text-align: right; }

	#PAN li{
		display: none; }


#MENU{	
	margin: 0 15px 10px; }


	#MENU h2{
		display: none; }
	
	#MENU ul{ 
		list-style-type:none;
		margin: 0 0 0 450px;
		padding: 4px 10px; 
		border: 1px solid #ddd; }

	#MENU li{
		display: inline;
		list-style-type:none;
		margin: 0;
		padding: 0; }

		#MENU li a{
			display: block;
			padding: 4px 0;
			border-top: 1px solid #eee;
			color: #333;
			text-align: center;
			line-height: 1;
			letter-spacng: 3px; }

			#MENU li#MENU01 a{
				border: none; }

		#MENU li a:hover,
		#MENU li a:focus{
			color: #ccc; }


	/* フロート解除 */

	#MENU ul:after{
		conetnt: "";
		display: block;
		clear:both; }

	#MENU ul{
		height: 1px; min-height: 1px; }

	#MENU>ul{
		height: auto; }

#ADSENSE{
	text-align:center;
	}

#KIZI{ 
	margin: 0 15px;
	padding: 5px 0;
	height: 1px;
	border: 1px solid #ddd;
	background: url("memos_img/kizi.gif") repeat 50% 0;
	clear: both; }

#PAGETOP>#KIZI{
	height: auto; }

	div.text{
		padding: 0 40px 1em; }

	ul.modori,
	ul.modori li{
		display: none; /*表示するときは←この一行削除*/
		list-style: none outside;
		margin: 0;
		padding: 0;
		text-align: right; }

#INFO{
	text-align:center;
	}

#FOOTER{
	padding: 5px 15px;
	background: url("memos_img/foot.gif") no-repeat 0 100%; }

	#FOOTER h2{
		display: none; }

	#FOOTER ul{
		list-style-type: none;
		margin: 0;
		text-align: right; }

	#FOOTER li { 
		list-style-type: none;
		display: inline;
		padding: 0 0.5em; }

	#FOOTER li address{ 
		display: inline; }
