@charset "Shift_JIS";

/* ----- 基本構造 ----- */
*	{
	font-style: normal;
	font-weight: normal;
}
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html	{	}
body	{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 90%;
	color: #716359;
	background-color: #FFFFFF;
}
* html body,*:first-child+html body{font-size: small;}

/* ----------------------------------------------- */
/* ----- レイアウト ----- */

body#INDEX	{	}

div#PAGETOP	{
	margin: 0px auto;
	width: 800px;
	padding-top: 20px;
}
div#HEADER	{
	background-image: url(hedder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 260px;
	margin-bottom: 1em;
}
	ul#PAN	{
	display: none;
}
div#MENU	{
	background-image: url(images/bg_st1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	margin-bottom: 1em;
}
div#MENU ul{
	margin-left: 9px;
	border-left: 5px solid #FFFFFF;
	height: 40px;
}
div#MENU li{
	float: left;
	width: 125px;
	height: 40px;
	font-size: 120%;
	line-height: 40px;
	border-right: 5px solid #FFFFFF;
	text-align: center;
}
div#MENU li a{
	display: block;
	width: 125px;
	height: 40px;
	color: #663333;
	text-decoration: none;
}
	li#MENU01	{	}
	li#MENU02	{	}
	li#MENU03	{	}
	li#MENU04	{	}
	li.menu-on a,div#MENU li a:hover	{
	background-color: #ff9999;
	color: #FFFFFF!important;
	}
div#KIZI	{
	line-height: 1.5;
	float:left;
	width: 500px;
}
div.text	{
	background-image: url(images/line_b04_3.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 20px 1em;
	margin-bottom: 1em;
	

}
div.text p,ol,#KIZI ul,dl {margin-bottom: 1em;}
ul.modori	{
	list-style-type: none;
	text-align: right;
	font-size: 85%;
}
ul.modori li{display: inline;}


div#FOOTER	{
	font-size: 85%;
	margin: 1em;
	padding-right: 20px;
	text-align: center;
	clear: left;
}
div#FOOTER li{
	display: inline;
	margin-left: 2em;
}
	li#FOOTER01	{	}
	li#FOOTER02	{	}
	li#FOOTER03	{	}

/* ----------------------------------------------- */

div#SIDE	{
	background: #ffffff;
	font-size:90%;
	width:250px;
	border: 0px dashed #000000;
	margin: 2px;
	padding: 0px;
	line-height: 140%;
	float:right;
}

/* ----------------------------------------------- */
/* ----- 見出し ----- */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin:0;
	padding:0;
}
h1	{
	font-size: 153.9%;
	letter-spacing: 2px;
	color: #663333;
	padding: 10px 0px 0px 15px;
}
h1:first-letter{
	color: #ff9999;
}

h2,h3,h4,h5,h6	{
	font-weight: bold;
	margin-bottom: 0.5em;
}
h2	{
	font-size: 108%;
	line-height: 21px;
	color: #ff6666;
	background-image: url(images/icon_94_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 21px;
	padding-left: 28px;
	margin-left: 5px;
}
#MENU h2,#FOOTER h2	{display: none;}
h3,h4,h5{
	background-repeat: no-repeat;
	background-position: left center;
}
h3	{
	color: #ff9999;
	background-image: url(images/v.gif);
	letter-spacing: 1px;
	padding-left: 15px;
}
h4	{
	color: #663333;
	background-image: url(images/h4.gif);
	letter-spacing: 1px;
	padding-left: 15px;
}
h5	{
	color: #E9546B;
	background-image: url(images/h5.gif);
	padding-left: 11px;
}
h6	{
	color: #663333;
	letter-spacing: 1px;
}


/* ----------------------------------------------- */
/* ----- アンカー ----- */
a	{color: #FF9900;}
	a:link	{	}
	a:visited	{	}
	a:hover	{text-decoration: none;}
	a:active	{	}
	a:focus	{	}

/* ----------------------------------------------- */
/* ----- リスト ----- */
ol,ul {list-style:none;}
.text ol,.text ul{list-style-position: outside;}
.text ol{list-style-type: decimal;}
.text ul{list-style-type: disc;}
.text li{margin-left: 2em;}
dl	{	}
	dt	{
	background-color: #ff6666;
	color: #663333;
	border-left: 2px solid #663333;
	margin-bottom:0.3em;
	padding-left: 0.5em;
}
	dd	{
	padding-left: 1em;
	margin-bottom: 0.3em;
}


/* ----------------------------------------------- */
/* ----- フォーム ----- */
fieldset{border-style: none;}
input,textarea{
	font-size: 100%;
	background-color: #f5f5f5;
	padding: 2px;
	margin:1px;
	border: 1px solid #663333;
}
	input#TEXT	{	}
	input#CHECKBOX	{	}
	input#RADIO	{	}
	input#BUTTON	{	}

input[type="checkbox"],input[type="radio"]{
	background-color: #FFFFFF;
	border-style: none;
}
input[type="button"],input[type="submit"],input[type="reset"],button{
	background-color: #f5f5f5;
	border-top: 3px double #CCCCCC;
	border-right: 3px double #666666;
	border-bottom: 3px double #666666;
	border-left: 3px double #CCCCCC;
}
select	{	}
option	{	}
optgroup	{}

/* ----------------------------------------------- */
/* ----- テーブル ----- */

table {font-size: inherit;}

/* ----------------------------------------------- */
/* ----- 段落 ----- */
p	{	}

/* ----- 水平線 ----- */
hr	{display: none;}
div.text hr{display: block;}

/* ----- 画像 ----- */
i{border-style: none;}

/* ----- 強調・追加・削除 ----- */
em,strong	{color:#ff0000;}
strong	{
	font-size: 108%;
	font-weight: bold;
	padding: 0px 3px;
}
ins	{text-decoration: underline;}
del	{
	text-decoration: line-through;
	color: #999999;
}

/* ----- アドレス ----- */
#FOOTER address	{display: inline;}

/* ----- 引用 ----- */
blockquote	{
	color: #808080;
	background-color: #ff9999;
	border: 1px dotted #663333;
	margin-bottom: 0.5em;
	padding: 5px;
}
q{
	color: #808080;
	background-color: #ff9999;
	border-bottom: 1px dotted #663333;
}
cite{font-style:oblique;}

/* ----- 整形済みテキスト ----- */
pre	{
	font-size: 100%;
	font-family: monospace;
	color: #663333;
	background-color: #ff9999;
	border: 1px solid #663333;
	margin-bottom: 0.5em;
	padding: 5px;
	overflow: auto;
	line-height: 1.1;
}
* html pre{
	width:97%;
}
code{
	font-family: monospace;
	font-size: 100%;
}
/* ----- 他 ----- */

kbd,samp {font-size: 100%;}

/* ----- 物理要素 ----- */
b{font-weight:bold;}
i{font-style:oblique;}
big{font-size:123.1%;}
small{font-size:77%;}
tt{
	font-family: monospace;
	font-size: 100%;
}
