﻿@charset "UTF-8";

/* --------------------------------------------------
	(c) moitem
	http://moi.poo.gs/
-------------------------------------------------- */
/* --------------------------------------------------
	各ブラウザのスタイルをリセット
-------------------------------------------------- */

html{
	margin:0;
	padding:0;
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,hr,th,td{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,address,th,td,del,strong,em,ins,a{
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none outside;
}
img{
	border:0;
}
a{
	text-decoration:none;
}
table{
	margin:0 auto;
	border-collapse:collapse;
}
th,td{
	text-align:left;
}

/* --------------------------------------------------
	基本のスタイル
-------------------------------------------------- */

body{
	background:#ffffff url(r3s.png) repeat scroll; /* 背景 */
	color:#6b4621; /* 文字色 */
	font-size:12px; /* 文字サイズ */
	font-family:Verdana,"MS P Gothic","Hiragino Kaku Gothic Pro W3",Osaka,sans-serif; /* フォントの種類 */
}
p,ul,ol,dl{
	line-height:1.8; /* 行間 */
	margin-bottom:10px;
}
textarea,input{
	margin:5px 0;
	padding:2px;
	border:1px solid #bcdad7;
	background-color:#ffffff;
	color:#6b4621;
	font-size:12px;
	font-family:Verdana,"MS P Gothic","Hiragino Kaku Gothic Pro W3",Osaka,sans-serif;
}
/* リンク クリック前 */
a:link{
	color:#faa65d;
}
/* リンク クリック後 */
a:visited{
	color:#faa65d;
}
/* リンク 触れたとき */
a:hover{
	color:#6b4621;
	background-color:#ffead8;
}
/* リンク クリックしたとき */
a:active{
	color:#6b4621;
	background-color:#ffead8;
}
/* 強調 */
em{
	background-color:#ffead8;
}
/* 重要 */
strong{
	color:#f76d60;
	font-weight:bold;
}
/* 追加 */
ins{
	text-decoration:underline;
}
/* 訂正・削除 */
del{
	color:#cebeaf;
	text-decoration:line-through;
}
/* テーブル */
table{
	margin-bottom:20px;
	padding:5px;
	width:100%;
	border:1px solid #bcdad7;
	background-color:#ffffff;
}
th{
	padding:5px;
	border:1px dotted #bcdad7;
	background-color:#e0f3f1;
}
td{
	padding:5px;
	border:1px dotted #bcdad7;
}


dl,dt,dd{ margin:0px; padding:0px; }

dl#hist{
	height:50px;
	overflow:auto;
	line-height:150%;
	color:#999;
}
dl#hist dt{ width:80px; clear:both; float:left; }
dl#hist dd{ margin-left:80px; zoom:100%;}

.txt{ padding-left:5px; margin-bottom:10px; }


/* --------------------------------------------------
	レイアウト
-------------------------------------------------- */

/* ページ全体 */
div#page{
	margin:0 auto;
	width:770px;
	border-left:1px dotted #bcdad7;
	border-right:1px dotted #bcdad7;
	background-color:#ffffff;
}
/* ヘッダ */
div#header{
	padding:160px 20px 0 20px;
	width:730px;
	height:190px;
	background:#ffffff url(007.png) no-repeat left top scroll;
	text-align:right;
}
/* メニューとメインを囲む */
div#contents{
	margin:0 auto;
	padding:10px;
	width:750px;
}
/* メニュー */
div#nav{
	float:left;
	margin:0 auto;
	padding:10px;
	width:100px;
}
/* メイン */
div#main{
	float:left;
	margin:0 auto;
	padding:10px;
	width:610px;
}
/* フッタ */
div#footer{
	clear:both;
	padding:10px 20px;
	width:730px;
	text-align:center;
}

/* --------------------------------------------------
	ヘッダ
-------------------------------------------------- */

/* サイトの名前 */
div#header h1 a{
	color:#6b4621;
	font-size:100%;
	font-weight:bold;
}
div#header h1 a:hover{
	font-size:100%;
	font-weight:bold;
}

/* --------------------------------------------------
	メニュー
-------------------------------------------------- */

div#nav ul{
	margin:0 !important;
}
div#nav li a{
	padding:5px 5px 15px 22px;
	background:#ffffff url(img/bg3.gif) no-repeat 0px 5px scroll;
	color:#6b4621;
	font-weight:bold;
	line-height:15px !important;
	display:block;
}
div#nav li a:hover{
	padding:5px 5px 15px 22px;
	background:#ffffff url(img/bg5.gif) no-repeat 0px 5px scroll;
	color:#fabf8b;
	font-weight:bold;
	line-height:15px !important;
	display:block;
}

/* --------------------------------------------------
	メイン
-------------------------------------------------- */

/* 見出し h2 */
div#main h2{
	margin-bottom:10px;
	padding:0 0 13px 2px;
	background:url(img/bg2.gif) repeat-x left bottom scroll;
	font-size:125%;
	font-weight:bold;
}
/* 見出し h3 */
div#main h3{
	margin-bottom:10px;
	padding:0 0 8px 2px;
	background:url(img/bg4.gif) repeat-x left bottom scroll;
	color:#a4dad5;
	font-weight:bold;
}
/* 見出し h4 */
div#main h4{
	margin-bottom:10px;
	font-weight:bold;
}
/* リスト */
div#main ul li{
	padding-left:17px;
	background:url(img/bg6.gif) no-repeat 0em 0.5em scroll;
}
/* 順序リスト */
div#main ol li{
	margin-left:22px;
	list-style-type:decimal;
}
/* 定義リスト */
div#main dl dt{
	color:#a4dad5;
}
div#main dl dd{
	margin:0 0 5px 10px;
}
/* ボックス */
div.box1{
	margin-bottom:20px;
	padding:10px;
	border:1px solid #bcdad7;
}
div.box2{
	margin-bottom:20px;
	padding:10px 10px 35px 10px;
	border:1px solid #bcdad7;
	background:url(img/bg7.gif) repeat-x left bottom scroll;
}
/* ページトップ */
p.pagetop{
	margin-top:20px;
	text-align:right;
}

/* --------------------------------------------------
	フッタ
-------------------------------------------------- */

div#footer p{
	margin:0 !important;
	font-size:83%;
}

/* --------------------------------------------------
	著作権表示
	(変更OKですが、背景色と同色にしたり、
	読めないほど小さくするのはご遠慮ください)
-------------------------------------------------- */

p#copy{
	margin:0 !important;
	font-size:83%;
}
p#copy a{
	color:#6b4621;
}
