@charset "UTF-8";

/* ============================================================
Template : 反射
Author   : Rin Ishizawa
URL      : http://riszw.com/
Date     : 2007.7.13
Version  : 1.00

Contents : 1 フォントサイズの定義
           2 ページ全体
             2.1 リンク
             2.2 見出し
             2.3 テキスト
             2.4 リスト
             2.5 フォーム
             2.6 画像
           3 ヘッダ
             3.1 左上のメニュー
             3.2 サイト内検索
           4 コンテンツ
             4.1 コメント・トラックバック
             4.2 コメントフォーム
             4.3 トラックバックURL
           5 ナビゲーション
           6 フッタ
           7 CSS 適用下で非表示

Copyright (C) 2005-2007 Riszw. All rights reserved.
============================================================ */

/* 1 フォントサイズの定義
	Yahoo! UI Library: Fonts CSS を利用しています。
	http://developer.yahoo.com/yui/fonts/
	Copyright (c) 2007, Yahoo! Inc. All rights reserved.
	http://developer.yahoo.net/yui/license.txt
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
============================================================ */

/* この部分の数値は全体の基準となるものなので変更せず、
文字サイズを変更したい部分に個別指定してください。 */

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

/* 変更不可 ここまで */


/* 2 ページ全体
============================================================ */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #f5e1ce;
	background-color: #000206;
	line-height: 1.3;
	font-family:
		"Arial",
		sans-serif
		;
	text-align: center;
}
div#header,
div#content,
div#navi,
div#footer {
	margin: 0 auto;
	position: relative;
	width: 800px;
	text-align: left;
}

/* 2.1 リンク
------------------------------------------------------------ */
a {
	color: #de9c8d;
}
a:visited {
	color: #a18177;
}
a:hover,
a:active {
	color: #ffffff;
}

/* 2.2 見出し
------------------------------------------------------------ */
h2,
div.comment legend {
	margin-bottom: 2.5em;
	padding-top: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 122%;
}
h2 a,
h2 a:visited {
	color: #ffffff;
	text-decoration: none;
}
h3,
h4,
h5,
h6 {
	margin: 0.5em 0; 
}
h3 {
	font-size: 144%;
}
h4 {
	font-size: 122%;
}
h5 {
	font-size: 107%;
}
h6 {
	font-size: 107%;
}

/* 2.3 テキスト
------------------------------------------------------------ */
p,
pre,
address,
cite {
	margin: 0.5em 0;
	font-size: 100%;
}
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	color: #ff0000;
}
pre {
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	width: 90%;
	overflow: scroll;
	background-color: #0e0e19;
	font-family: monospace;
}
blockquote {
	margin: 1.5em 0;
	padding: 1px 10px;
	border: 1px dotted #6e5f59;
	background-color: #0e0e19;
}
cite {
	display: block;
	text-align: right;
}
del {
	color: #a18177;
	text-decoration: line-through;
}
ins {
	border-bottom: 1px dotted #f5e1ce;
	text-decoration: none;
}

/* 2.4 リスト
------------------------------------------------------------ */
dl,
ul,
ol {
	margin: 0.5em 20px;
	padding: 1px 0;
	list-style-position: inside;
}
li,
dt,
dd {
	margin: 0.1em 10px;
}
dt {
	margin-top: 0.6em;
}
dd {
	margin-bottom: 0.6em;
}
li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.1em 10px;
}

/* 2.5 フォーム
------------------------------------------------------------ */
form {
	padding: 1px 0;
}
fieldset {
	border: none;
}
input,
textarea {
	border: 1px solid #6e5f59;
	color: #f5e1ce;
	background-color: #0e0e19;
	font-family:
		"Arial",
		sans-serif
		;
}
input {
	line-height: 1.2;
}
input:hover,
textarea:hover {
	border: 1px solid #de9c8d;
}
input:focus,
textarea:focus {
	border: 1px solid #f5e1ce;
	background-color: #000206;
}
input.button {
	padding: 3px 0;
	color: #000206;
	background-color: #6e5f59;
	font-weight: bold;
}
input.button:hover {
	background-color: #de9c8d;
}
input.button:focus {
	background-color: #f5e1ce;
}
input.check {
	border: none;
	background-color: transparent;
}
textarea {
	padding: 0.4em 10px;
}

/* 2.6 画像
------------------------------------------------------------ */
img {
	vertical-align: bottom;
}
a img {
	border: 3px solid #000206;
}
a:hover img {
	border-color: #de9c8d;
}


/* 3 ヘッダ
============================================================ */

div#header {
	margin-top: 20px;
	height: 200px;
	background:
		url(http://okinawa-tamashii.net/iheya/template/ri_st005_bg_header.jpg)
		no-repeat
		;
}
h1 {
	margin: 0 20px;
	padding-top: 35px;
	font-size: 136%;
}
h1 a,
h1 a:visited {
	color: #f5e1ce;
	text-decoration: none;
}
h1 a:hover {
	color: #ffffff;
}
p.description {
	margin: 0 20px 0 22px;
	font-size: 92%;
}

/* 3.1 左上のメニュー
------------------------------------------------------------ */
ul.navi {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 740px;
	height: 30px;
	background:
		url(http://okinawa-tamashii.net/iheya/template/ri_st005_bg_header_navi.jpg)
		no-repeat
		;
	text-align: right;
}
ul.navi li {
	margin: 0 18px 0 -10px;
	display: inline;
	line-height: 27px;
	list-style: none;
}
ul.navi li a,
ul.navi li a:visited {
	color: #f5e1ce;
	text-decoration: none;
}
ul.navi li a:hover {
	color: #de9c8d;
}

/* 3.2 サイト内検索
------------------------------------------------------------ */
div#header form {
	display: inline;
}
input#search {
	border: none;
	position: absolute;
	top: 5px;
	right: 34px;
	width: 165px;
	background-color: transparent;
}
/* Safari,MacIE Only */
html:\66irst-child input#search {
	background-color: #62554f;
}

button#search_submit {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 30px;
	background:
		url(http://okinawa-tamashii.net/iheya/template/ri_st005_ico_search.gif)
		no-repeat
		100% 0
		;
	text-indent: -9999px;
	cursor: pointer;
}
/* MacIE Only \*//*/
button#search_submit {
	right: -8px;
	letter-spacing: -9999px;
}
/* */


/* 4 コンテンツ
============================================================ */

div#content {
	min-height: 500px;
	_height: 500px; /* WindowsIE6,older */
	background:
		url(http://okinawa-tamashii.net/iheya/template/ri_st005_bg_content.jpg)
		no-repeat
		;
}
div.section {
	margin: 0 240px 1.0em 20px;
	padding-bottom: 1.0em;
	border-bottom: 1px dotted #6e5f59;
	position: relative;
	width: 540px;
}
div.text,
div.more {
	margin: 0 0 1.2em;
}
.date {
	color: #a18177;
	font-size: 92%;
}
/* Excluding MacIE \*/
div.section ul.state {
	margin: 0;
	text-align: right;
}
/* */
ul.state li {
	margin: 0 0 0 10px;
	list-style: none;
	font-size: 92%;
}
ul.state li.date {
	margin: 0;
	position: absolute;
	top: 2.7em;
	left: 0;
}
ul.state li.category {
	margin: 0;
	position: absolute;
	top: 2.7em;
	right: 0;
}
ul.state li.comment,
ul.state li.trackback {
	margin-right: 0;
	display: inline;
}
p.sequelNavi,
p.page {
	margin-right: 220px;
	text-align: center;
}
p.sequelNavi span.top {
	padding: 0 10px;
}

/* 4.1 コメント・トラックバック
------------------------------------------------------------ */
div.comment,
div.trackback {
	border: none;
}
div.comment h2,
div.trackback h2 {
	margin: 2.0em 0 0.8em;
}
div.comment dl,
div.trackback dl {
	margin: 0;
}
div.comment dt,
div.trackback dt {
	margin: 0 5px 0 0;
	float: left;
	font-weight: bold;
}
dd.date {
	float: left;
}
dd.description {
	margin: 0.5em 0 0.5em;
	padding-bottom: 1.0em;
	clear: left;
	border-bottom: 1px dotted #6e5f59;
}
dd.description p {
	margin: 0;
}

/* 4.2 コメントフォーム
------------------------------------------------------------ */
div.comment legend {
	margin-bottom: 0.5em;
}
div.comment form dl {
	margin-top: 0.5em;
}
div.comment form dt {
	margin-bottom: 4px;
	float: left;
	clear: left;
	width: 7.0em;
	text-align: right;
}
div.comment form dd {
	margin: 0 0 4px 7.5em;
}
input#name,
input#email,
input#url {
	width: 250px;
}
textarea#description {
	width: 400px;
	height: 10em;
}
p.submit {
	margin-left: 7.5em;
}
p.submit label {
	padding-left: 10px;
}
input#comment_submit,
input#comment_reset {
	width: 70px;
}

/* 4.3 トラックバックURL
------------------------------------------------------------ */
p.trackbackUrl {
	margin-bottom: 2.2em;
}
input#tb_url {
	width: 420px;
}


/* 5 ナビゲーション
============================================================ */

div#navi {
	margin-bottom: 2.5em;
	padding-top: 55px;
	background:
		url(http://okinawa-tamashii.net/iheya/template/ri_st005_bg_navi.gif)
		no-repeat
		;
}
div#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}
div#navi li {
	margin: 0 10px;
	padding: 0 0 0 20px;
	float: left;
	width: 155px; /* ここで列の数を変更できます 3列: 220px / 4列: 155px / 5列: 116px */
	_width: 175px; /* ここで列の数を変更できます 3列: 240px / 4列: 175px / 5列: 136px (WindowsIE6以前用設定) */
	color: #ffffff;
	background:
		url(http://okinawa-tamashii.net/iheya/template/ri_st005_ico_list.gif)
		no-repeat
		;
	font-weight: bold;
	font-size: 107%;
}
div#navi ul ul {
	margin: 0.4em 0 2.5em;
}
div#navi li li {
	margin: 0.4em 0 0.4em -20px;
	float: none;
	width: auto;
	color: #f5e1ce;
	background-image: url(http://okinawa-tamashii.net/iheya/template/ri_st005_ico_list2.gif);
	font-weight: normal;
	font-size: 92%;
}
div#navi li li ul,
div#navi li li li ul {
	margin: 0.1em 0 0.1em 20px;
}
div#navi li li li
div#navi li li li li {
	margin: 0.1em 0;
	float: none;
}
div#navi li.img {
	background-image: none;
}


/* 6 フッタ
============================================================ */

div#footer {
	padding: 3.0em 0 10px;
	border-bottom: 5px solid #6d5662;
	clear: left;
}
div#footer a {
	text-decoration: none;
}
address {
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-style: normal;
}
p.top {
	margin: 0;
	position: absolute;
	right: 20px;
	bottom: 10px;
}


/* 7 CSS 適用下で非表示
============================================================ */
ul.navi li.skip,
#header form legend {
	display: none;
}
