@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: 13px;
	color: #e0e0e0;
	background-color: #BF668A;
}
* html body,*:first-child+html body{font-size: small;}

/* ----------------------------------------------- */
/* ----- レイアウト ----- */

body#INDEX	{	}

div#PAGETOP	{	}
div#HEADER{
	background-image: url(img/header.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width:222px;
	height: 100%;
	position:fixed;
	top:0px;
	left:40px;
}
ul#PAN	{display: none;}
div#MENU	{
	width: 220px;
	position: fixed;
	left: 41px;
	top: 200px;
}
div#MENU	li{	}
div#MENU	a{
	font-size: 108%;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 25px;
	padding-left: 15px;
}
	li#MENU01	{	}
	li#MENU02	{	}
	li#MENU03	{	}
	li#MENU04	{	}
	li.menu-on a,div#MENU li a:hover	{
	background-image: url(img/menu-on.gif) !important;
}
div#KIZI	{
	line-height: 1.5;
	height: 100%;
	max-width:650px;
	margin-left: 300px;
	padding-right: 40px;
}
div.text	{	}
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;
	background-image: url(img/toplink.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 7px;
}
ul.modori a{text-decoration: none;}
div#FOOTER	{
	text-align: right;
	font-size: 85%;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 222px;
	padding-top: 28px;
	position: fixed;
	left: 40px;
	bottom: 10px;
}
div#FOOTER ul{padding-right: 10px;}
div#FOOTER li{}
	li#FOOTER01	{	}
	li#FOOTER02	{	}
	li#FOOTER03	{	}

/* ----- IE6用(擬似フレーム) ----- */
* html,* html body	{
	overflow-y: hidden;
	display: block;
	height: 100%;
}
* html div#HEADER,* html div#MENU,* html div#FOOTER,{
 position:absolute; 
}
* html div#KIZI	{
 overflow:auto;
}
/* ----- IE6用(max-width) ----- */
* html div.text{
	width:650px;
	width : expression(  (document.documentElement.clientWidth > 990)? "650px" :   "auto");	
}
* html h2{
	width:640px;
	width : expression(  (document.documentElement.clientWidth > 990)? "640px" :   "auto");	
}

/* ----------------------------------------------- */
/* ----- 見出し ----- */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin:0;
	padding:0;
}
h1	{
	color: #FFFFFF;
	font-size: 153.9%;
	letter-spacing: 2px;
	line-height: 130px;
	text-align: center;
	background-image: url(img/h1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px 11px 0px;
	width: 200px;
	height: 171px;
}
h2,h3,h4,h5,h6	{
	font-weight: bold;
	margin-bottom: 0.5em;
}
h2	{
	font-size: 108%;
	line-height: 1;
	color: #000000;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 20px 0px 6px 10px;
	letter-spacing: 1px;
}
#MENU h2,#FOOTER h2	{display: none;}
h3,h4,h5{
	background-repeat: no-repeat;
	background-position: left center;
}
h3	{
	font-size: 108%;
	color: #000000;
	background-image: url(img/h3.gif);
	padding-left: 23px;
}
h4	{
	color: #ECEB7F;
	background-image: url(img/h4.gif);
	padding-left: 18px;
}
h5	{
	color: #7C2146;
	background-image: url(img/h5.gif);
	padding-left: 18px;
}
h6	{
	letter-spacing: 1px;
	color: #FFFFFF;
}


/* ----------------------------------------------- */
/* ----- アンカー ----- */
a	{
	color: #A3D6CC;
}
	a:link	{	}
	a:visited	{	}
#KIZI a:hover,#FOOTER	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	{
	margin-bottom:0.1em;
	color: #FFFFFF;
}
	dd	{
	margin: 0px 0px 0.3em 1em;
	padding: 0px 0.5em;
	border: 1px dotted #e0e0e0;
}


/* ----------------------------------------------- */
/* ----- フォーム ----- */
fieldset{border-style: none;}
input,textarea{
	font-size: 100%;
	background-color: #f5f5f5;
	padding: 2px;
	margin:1px;
	border: 1px solid #000000;
}
	input#TEXT	{	}
	input#CHECKBOX	{	}
	input#RADIO	{	}
	input#BUTTON	{	}

input[type="checkbox"],input[type="radio"]{
	background-color: #BF668A;
	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;}

/* ----- 画像 ----- */
img{border-style: none;}

/* ----- 強調・追加・削除 ----- */
em,strong	{color:#99FF00;}
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: #000000;
	background-color: #DF91B1;
	border: 1px dotted #000000;
	margin-bottom: 0.5em;
	padding: 5px;
}
q{
	color: #000000;
	background-color: #DF91B1;
	border-bottom: 1px dotted #000000;
}
cite{font-style:oblique;}

/* ----- 整形済みテキスト ----- */
pre	{
	font-size: 100%;
	font-family: monospace;
	color: #000000;
	line-height: 1.1;
	background-color: #DFA6BD;
	border: 1px solid #000000;
	margin-bottom: 0.5em;
	padding: 5px;
	overflow: auto;
}
* 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%;
}