@charset "UTF-8";

/*-----------------------------------------
 0. check
/////////////////////////////////////////

cc {
	Title	: styta
	Version	: 1.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: 0 0 1em; 
	background: #eee url("styta_img/bg.gif") fixed repeat-x 0 0; 
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,メイリオ,Meiryo,"ＭＳ Pゴシック",Sans-serif;
	color: #000; 
	text-align: center; }

p{
	margin: 0.1em 0 0.7em; }

br{ 
	letter-spacing: normal; }

hr{
	display: none; }

	div.text hr{
		display: block; }


/*///リスト要素////////////////////////////*/

ol,
ul{	
	list-style-position: outside;
	margin:0.4em 0 0.8em 2.5em; }


dl{
	margin: 0.4em 0 0.8em; 
	border: solid #ccc; border-width: 0 1px 1px; } 


dl dt{
	padding: 1px 0.5em 0;
	border-top: 1px solid #ccc;
	background: #eee url("styta_img/bg.gif") repeat;  }


dl dd{ 
	padding: 0.5em 0.7em;
	border-top: 1px solid #ccc; 
	background: #fff; }



/*///フォーム//////////////////////////////*/

form{
	}

form label{ 
	font-size: 100%; }

input,
select,
textarea{ 
	margin: 0 1px 4px 0;
	border: none;
	background: #000;
	color: #fff; 
	font: 100%/normal Osaka,Helvetica,Arial,"ＭＳ Pゴシック",Sans-serif;
	vertical-align: bottom; }

input,
textarea{
	max-width: 95%; }


input[type="button"],
input[type="submit"],
input[type="reset"]{
	border: 3px double #000; cursor: pointer; }

input#BUTTON{
	border: 3px double #000; cursor: pointer; }

option,
optgroup,
optgroup option{ 
	font-family: Osaka,Helvetica,Arial,"ＭＳ Pゴシック",Sans-serif; }

	optgroup{ 
		background: #000 none;
		color: #fff;
		font-weight: normal; }

	optgroup option{ 
		margin: 0; padding: 0 0 0 1em;
		color: #fff; 
		font-weight: normal; }


/*///インライン要素//////////////////////////*/

ins{ 
	text-decoration: underline; }

del{ 
	background: #efefef; 
	color: #aaa;
	font-weight: normal;
	text-decoration: line-through; }

del *{
	color: #aaa !important; }

img{ 
	margin: 2px 0;
	border: none;
	vertical-align: bottom; }

em,
em *{ 
	font-style: normal;
	font-weight: bold; }

strong,
strong *{ 
	padding: 0 0.2em;
	color: #E41818;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px; }

q{
	padding: 0 3px; 
	border-bottom: 1px dotted #000; }

	q q{ background: #eee; border: none; }
	q q q{ background: #ddd; border: none; }
cite{
	font-style: oblique; }

code,
samp{
	border: solid #ccc; border-width: 1px 0; 
	background: #f6f6f6; color: #333;
	font-family: "New Courier",Courier,monospace; }

pre code,
pre samp{
	border: none;
	background: transparent; }

var{
	border: none;
	color:#747A42; }

kbd{
	border: 1px solid; border-color: #fff #aaa #aaa #fff;
	background: #ddd;
	color: #000;
	font-weight: bold; font-family: monospace; }

dfn{
	padding:0 0.5em; font-style: normal; }

acronym,
abbr{ 
	padding: 0 2px;
	border-bottom: 2px dotted #ddd; 
	cursor: help; }

acronym:after,
abbr:after{
	content:"?";
	color: #aaa; font-size: 80%;
	vertical-align:super; }

acronym:hover:after,
abbr:hover:after{
	color: #DE8B8B; }


/*---非推奨要素--------------------------*/
b{ 
	font-weight: bold; }
i{ 
	font-style: oblique; }
big{ 
	font-size: large; }
small{ 
	font-size: x-small; }
tt{ 
	font-family: monospace; }

/*--------------------------------------*/


/*///ブロック要素//////////////////////////*/
address{
	 }

	#KIZI address{ 
		padding: 15px 0.5em 0.3em; 
		border-left: 2px solid #D9D9D9;
		background: url("styta_img/address.gif") no-repeat 5px 0; }

blockquote{
	margin: 1em -10px 1em 40px;
	padding: 1.5em 15px 0.5em; 
	border-width: 1px 0 1px 1px; 
	border-style: dotted solid;
	border-color: #000;
	background: url("styta_img/quote.gif") no-repeat 0 4px; }

blockquote[cite]:after{
	content: attr(cite); 
	display: block;
	color: #555;
	font-size: 80%;
	text-align: right;  }

	blockquote p{
		margin: 0 0 0.3em; }

pre{ 
	margin: 1em auto; padding: 5px 2px;
	border: solid #ccc; border-width: 1px 0; 
	background: #fafafa; color: #333;
	font-size: 12px; 
	font-family: monospace; }

	/*長文対策（MacIE省）\*/

	pre{
		width: 95%; 
		overflow: scroll; }

	#KIZI>div.text pre{ 
		padding: 5px 10px;
		width: auto; }

	html>/**/body #KIZI>div.text pre{
		overflow: auto; }

	/**/

table,
td{ 
	font-size: 100%; }
th{ 
	font-weight: bold; }
caption{ 
	text-align: center; }

table.decoration{
	margin: 0.3em 0 0.7em;
	border: 1px solid #000;
	border-collapse: collapse; }

table.decoration caption{
	margin: 0.3em 0 0 }

table.decoration th,
table.decoration td{
	padding: 0.2em 0.4em;
	border: 1px solid #ccc; }

table.decoration th{
	background: #eee url("styta_img/bg.gif") repeat; }

/*----------------------------------------
 2. アンカー 
/////////////////////////////////////////*/

a{
	font: inherit; 
	font-size: 100%; }

html>/**/body a{
	font-size: inherit; }

a:link{ 
	color: #2B47B1;}

a:visited{ 
	color: #aaa; }

a:hover,
a:active,
a:focus{ 
	color: #333;
	text-decoration: none; }


/*----------------------------------------
 3. 見出し 
/////////////////////////////////////////*/

h1{
	color: #000;
	font-weight: bold; font-size: 180%; }

h2{
	margin: 0 -9px; padding: 2px 1em;
	background: #eee url("styta_img/bg.gif") repeat;
	font-weight: bold; font-size: 110%; }


h3{
	margin: 1.2em auto 0.4em 0; padding: 0 0.4em 0 20px;
	background: url("styta_img/h3.gif") no-repeat 0 0.3em;
	border-bottom: 1px solid #000;
	font-weight: bold; font-size: 110%;
	letter-spacing: 0.3em; }

h4{ 
	margin: 1em 0 0.4em; padding: 0 0.5em;
	border-left: 2px solid #000;
	font-weight: bold; font-size: 105%;  }


h5,
h6{
	margin: 1em 0 0.4em; padding: 0 0.25em;
	border-left: 1em solid #000;
	font-size: 90%; font-weight: bold;
	line-height: 1; 
	letter-spacing: 0.25em; }




/*----------------------------------------
 4. レイアウト 
/////////////////////////////////////////*/

#PAGETOP{ 
	position: relative;
	margin: 1em auto; padding: 1px;
	width: 728px;
	min-width: 728px;
	max-width: 1000px;
	border: 1px solid #000;
	background: #fff;
	text-align: left; }

#HEADER{ 
	padding: 2em 0 0;
	border-left: 5px solid #000; }


	#HEADER h1{ 
		margin: 0 0 0 0.25em; }

	ul#PAN{
		margin: 0 0.5em 0 0.3em; padding: 0 0.5em;
		background:#eee url("styta_img/bg.gif") repeat 0 50%; 	
		line-height: 1; }

	ul#PAN li{
		display: inline;
		font-size: 80%; }

		ul#PAN li a{
			padding-right: 9px;
			background: url("styta_img/pan.gif") no-repeat 100% 50%;
			color: #000;
			text-decoration: none; }

#ADSENSE{
	text-align: center;
	}

#MENU{
	float: right;
	width: 8em; }


	#MENU h2{
		display: none; }
	
	#MENU ul{ 
		list-style-type: none;
		margin: 0.5em 0.5em 0; padding: 0; }

	#MENU ul:after{
		content: "";
		display: block; clear: both; }

	#MENU li{
		display: inline;
		list-style-type: none;
		margin: 0; padding: 0; }

		#MENU li a{
			display: block; margin: 0 0 5px;
			border: 1px solid #ddd;
			color: #000;
			text-decoration: none;
			text-align: center; }

		#MENU li a:hover,
		#MENU li a:focus{
			color: #000;
			background: #eee url("styta_img/bg.gif") repeat; }

		#MENU li.menu-on a{
			color: #ccc; }
	

#KIZI{ 
	margin: 0.5em 8em 0.5em 0.5em;
	padding: 1px 10px;
	border: 1px dotted #000; }


	div.text{
		margin: 0.7em 0 2em; }


	ul.modori{
		list-style: none;
		margin: 1.5em 0 0; padding: 0;
		text-align: right; }

	ul.modori li{
		display: inline;
		list-style: none;
		margin: 0; padding: 0; }

		ul.modori li a{
			display: block;
			margin: 0 0 0 auto; padding: 0 20px;
			width: 5em;
			border: 1px solid #ccc; 
			text-decoration: none;
			text-align: center; 
			line-height: 1; }

		ul.modori li a:link,
		ul.modori li a:visited{
			border-color: #ccc;
			color: #ccc; }

		ul.modori li a:hover,
		ul.modori li a:focus{
			border-color: #000;
			color: #000; }

#INFO{
	text-align: center;
	}

#FOOTER{	
	background: url("styta_img/bg.gif") repeat; 
	text-align: center; }

	#FOOTER h2{
		 display: none; }

	#FOOTER li{
		display: inline; }

		#FOOTER li a{
			padding: 0 0.25em;
			text-decoration: none; }

		#FOOTER li a:visited{
			color: #666; }

	#FOOTER li address{ 
		display: inline;
		padding: 0; }


* html #HEADER,
* html #KIZI{
	height: 1%; }

