@charset "UTF-8";

/*-----------------------------------------
 0. check
/////////////////////////////////////////

cc {
	Title	: Neaten
	Version	: 3.0
	URL	: http://a-c.2-d.jp/
}

contents {
	1. elements
	2. アンカー
	3. 見出し
	4. レイアウト用 #ID/.class
}

-----------------------------------------*/


/*-----------------------------------------
 1. elements
/////////////////////////////////////////*/

*{
	margin:0; padding:0;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	line-height: 1.5; }

body{ 
	margin-bottom: 20px;
	background: #fff url("neaten_img/bg.gif") repeat-x fixed 0 50px;
	color: #000;
	font-family: Helvetica,Arial,Meiryo,メイリオ,Osaka,"ＭＳ Ｐゴシック",Sans-serif; }

p{
	margin: 0 0 0.3em; }

br{ 
	letter-spacing: normal; }

hr{
	display: none; }

	div.text hr{
		display: block; }


/*///リスト要素////////////////////////////*/

ol,
ul{	
	list-style-position: outside;
	margin-left: 2em; padding: 0.3em 0 0.6em; }


dl{
	margin: 0.3em 0 0.5em; 
	border: 1px solid #ddd; }

dt{
	padding: 0 0.5em;
	background: #eee;
	font-weight:bold; }

dd{
	margin: 0.5em; padding:2px 10px; 
	border: 1px solid #eee;  }

	li img,
	dt img,
	dd img{
		margin:1px; }


/*///フォーム//////////////////////////////*/

form{
	}

	form p{ 
		margin:0 0 5px; }

form label{ 
	font-size:100%; }

input,
select,
textarea{ 
	margin: 0 1px 3px 0;
	border: 1px solid #ddd;
	background: #f3f3f3; 
	color: #000; 
	font: 100%/normal Osaka,Chicago,Verdana,"ＭＳ Ｐゴシック",Sans-serif; 
	vertical-align:middle; }

input[type=button],
input[type=submit],
input[type=reset]{
	border-color: #fafafa #aaa #aaa #fafafa; 
	cursor: pointer; }

input#BUTTON{
	border-color: #fafafa #aaa #aaa #fafafa; 
	cursor: pointer; }

option,
optgroup,
optgroup option{ 
	font-family: Osaka,Chicago,Verdana,"ＭＳ Ｐゴシック",Sans-serif; }

	optgroup{ 
		background: #ddd; 
		color: #000;
		font-weight: normal; }	

	optgroup option{ 
		margin:0; padding:0 0 0 1em;
		background: #eee; 
		color: #000; 
		font-weight: normal; }


/*///インライン要素//////////////////////////*/

ins{ 
	text-decoration: underline; }

del{ 
	color: #999;
	text-decoration: line-through; }

img{ 
	border: none;
	vertical-align: bottom; }

em,
em *{ 
	font-weight: bold; }

strong,
strong *{ 
	color: #FC5068;
	font-weight: bold; }

q{
	padding: 0 1px;
	border: 2px solid #ddd; }

cite{
	color: #666;
	font-style: oblique; }

code,
samp{ 
	border: dashed #ddd; border-width: 1px 0;
	font-family: monospace; }

	pre code,
	pre samp{
		border: none; }

var{
	color: #A36209;
	font-family: monospace; }

kbd{
	border: solid #888; border-width: 0 1px 1px 0;
	background: #d5d5d5;
	color: #000; 
	font-weight: bold; font-size: 90%; }

dfn{
	padding: 0 0.5em; }

acronym,
abbr{ 
	border-bottom: 2px solid #eee; 
	cursor: help; }

	acronym:after,
	abbr:after{
		content:"?";
		color: #aaa; font-size: 80%;
		vertical-align:super; }



/*---非推奨要素--------------------------*/
b{ 
	font-weight: bold; }
i{ 
	font-style: oblique; }
big{ 
	font-size: large; }
small{ 
	font-size: x-small; }
tt{ 
	font-family: monospace; }

/*--------------------------------------*/


/*///ブロック要素//////////////////////////*/


address{
	margin: 0.5em 0; }

blockquote{
	margin: 1em 20px; padding: 0.5em;
	border: 2px solid #ddd; 	
	background: url("neaten_img/quote.gif") no-repeat 100% 100%; }

	blockquote p{
		margin: 0 0 0.3em; }

blockquote[cite]:before{
	content: attr(cite) "より";
	display: block;
	margin: 0 0 0.5em; padding: 0.1em 0.2em;
	border-bottom: 1px solid #ccc;
	color:#999;
	font-size:84%; }

pre{ 
	margin: 1em auto; 
	padding: 3px 0px;
	border: dashed #ddd; border-width: 1px 0;
	font-size: 12px; font-family: monospace; }

pre[title]:before{
	content: attr(title); 
	display: block;
	width: 50%;
	margin: 0 -3px 3px;
	padding: 0 0 0 10px;
	background: url("neaten_img/menu.gif") no-repeat 0 0.4em;
	font-weight: bold;
	font-family: Helvetica,Arial,Meiryo,メイリオ,Osaka,"ＭＳ Ｐゴシック",Sans-serif; }

	/*長文対策（MacIE省）\*/

	* html pre{
		width: 95%; 
		overflow: scroll; }

	#KIZI>div.text pre{ 
		width: auto;
		overflow: scroll; }

	html>/**/body #KIZI>div.text pre{
		padding: 3px 8px;
		overflow: auto; }

	/*長文対策、後者IE以外終わり*/

table,
td{ 
	font-size: 100%; }
th{ 
	font-weight: bold; }
caption{ 
	text-align: center; }


table.decoration{
	margin: 0.2em 0; padding: 2px;
	border: 1px solid #e3e3e3;
	border-spacing: 2px;
	border-collapse: separate; }

table.decoration caption{
	padding: 0 0 0 10px;
	background: url("neaten_img/menu.gif") no-repeat 0 0.4em;
	text-align: left; }

table.decoration th{
	margin: 0.2em 0; padding: 0.1em 0.4em;
	border: 1px solid #ddd;
	background: url("neaten_img/shadow.gif") repeat-x 0 100%; }

table.decoration tbody th{
	background: none; }

table.decoration td{
	padding: 0.1em 0.4em;
	border: 1px solid #ddd; }


/*----------------------------------------
 2. アンカー 
/////////////////////////////////////////*/

a{
	font: inherit; }

a:link{ 
	color: #69A997; }

a:visited{ 
	color: #78B4C6; }

a:hover,
a:active,
a:focus{ 
	color: #86D8C6; 
	text-decoration: none; }


/*----------------------------------------
 3. 見出し 
/////////////////////////////////////////*/

h1{
	font-weight: bold; font-size: 170%; }

h2{
	padding: 0 4px; 
	border: solid #e6e6e6; border-width: 1px 0;
	background: url("neaten_img/shadow.gif") repeat-x 0 100%;
	font-size: 115%; 
	letter-spacing: 0.25em; }

h3{
	margin: 0.7em 0 0.4em; 
	background: url("neaten_img/h3.gif") no-repeat 0 100%;
	font-weight: bold; font-size: 115%;
	border-bottom: 1px solid #DADADA;
	line-height: 1; 
	letter-spacing: 0.2em; }

h3:first-letter { 
	font-weight: bold; font-size: 135%; 
	line-height: 1; }

h4{
	margin: 0.7em 0 0; padding-left: 20px;
	background: url("neaten_img/h4.gif") no-repeat 0 50%; 
	font-weight: bold; font-size: 110%; 
	letter-spacing: 0.1em; }

h5,
h6{ 
	margin: 0.7em 10px 0.2em; padding:0 5px; 
	border-left: 0.5em solid #ddd;
	font-size: 90%; font-weight: bold;
 	letter-spacing: 0.3em; }


	div.text h2{ 
		position: relative;
		margin: 0.5em -10px 8px; }

	div.text h3,
	div.text h4,
	div.text h5,
	div.text h6{
		margin-left: 0px; margin-right: 0px; } 


/*----------------------------------------
 4. レイアウト#ID.class
/////////////////////////////////////////*/

#PAGETOP{
	position: relative;
	margin: 20px auto 0 50px; 
	width: 750px;
	background: url("neaten_img/main.gif") repeat-y 50% 0%;
	text-align: left; }

#HEADER{
	padding: 0 12px;
	background: url("neaten_img/head.gif") no-repeat 50% 0%; }
				
	#HEADER h1{
		padding: 40px 10px 0;
		border-bottom: 3px solid #e6e6e6;  }

	ul#PAN{ 
		display: none; }


#MENU{
	margin: 0 12px; padding-bottom: 50px;
	border: solid #fff; border-width: 3px 0;
	background: url("neaten_img/img.gif") no-repeat 100% 100%; }

	#MENU h2{
		display: none; }
	
	#MENU ul{ 
		list-style-type: none;
		margin: 0;	padding: 15px 0 0 10px; 
		width: 190px; }

	#MENU li{
		display: inline; 
		list-style-type: none;
		padding: 0; 
 		background: none; }

		#MENU li a{
			display: block;
			border-bottom: 1px solid #e0e0e0; 
			color: #69A997;
			text-decoration: none; }

		#MENU li.menu-on a,
		#MENU li a:hover,
		#MENU li a:focus{ 
			padding-left: 10px; 
			background: url("neaten_img/menu.gif") no-repeat 0 50%; }

#ADSENSE{
text-align: center;
}

#KIZI{ 
	margin: 0 12px;
	border-top: 3px solid #e6e6e6; }

	div.text{
		padding: 0.3em 0.5em; }

	ul.modori{
		list-style-type: none;
		margin: 0.5em 0; padding: 0;
		text-align: right; }

	ul.modori li{ 
		list-style-type: none;
		padding: 0; 
		background: none;  }

		ul.modori li a{
			text-decoration: none; }

		ul.modori li a:link,
		ul.modori li a:visited{ 
			border-bottom: 3px solid #e6e6e6; 
			background: #fff;
			color: #333; }

		ul.modori a:hover,
		ul.modori a:active{
			border-color: #ddd;
			background: #fff;
			color: #333; }

#INFO{
text-align: center;
}
	
#FOOTER{
	padding: 0 0 25px;
	background: url("neaten_img/foot.gif") no-repeat 50% 100%; }

	#FOOTER h2{
		display: none; }

	#FOOTER ul{ 
		list-style-type: none;
		margin: 0 12px 5px; padding: 0;
		border: solid #e6e6e6; border-width: 1px 0;
		background: url("neaten_img/shadow.gif") repeat-x 0% 100%;
		text-align: center; }

	#FOOTER li { 
		display:inline;
		padding: 0 0.25em; }

	#FOOTER li address{ 
		display: inline; }

		#FOOTER li a{
			text-decoration: none; }

