@charset "Shift_JIS";
	/* 文字エンコードの設定（削除不可） */

/* ***********************************************
/* HTML要素（一部#ID） */
*	{
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* 基本構造 */
html	{	}
body	{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Verdana, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 72%;
	color: #333333;
	background-attachment: fixed;
	background-color: #fafafa;
	background-image: url(img/back.gif);
	background-repeat: repeat;
	text-align: center;
}
hr	{display: none;}
img{
	border-style: none;
	vertical-align:bottom;
}

/* 見出し */
h2,h3,h4,h5,h6	{
	font-size: 100%;
	font-weight: bold;
}

h1	{
	line-height: 40px;
	background-image: url(img/dot_x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 110px 0px 0px 20px;
	height: 40px;
	font-size: 150%;
	letter-spacing: 5px;
}
h1:first-letter {color: ##FFCC00;}

h2	{
	line-height: 25px;
	color: #000000;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 3px 5px 0.5em 5px;
	height: 25px;
	padding-left: 28px;
}
#MENU h2,#FOOTER h2	{display: none;}
h3,h4,h5{
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0.5em;
}
h3	{
	background-repeat: no-repeat;
	color: #59B9C6;
	background-image: url(img/h3.gif);
	padding-left: 19px;
}
h4	{
	color: #333333;
	background-image: url(img/h4.gif);
	background-repeat: repeat-y;
	padding-left: 13px;
}
h5	{
	color: #FFCC00;
	background-image: url(img/h5.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
}
h6	{
	color: #000000;
}

/* 段落 */
p	{	}

/* アンカー */
a	{
	color: ##FFCC00;
}
	a:link	{	}
	a:visited	{	}
	a:hover	{
	text-decoration: none;
}
	a:active	{	}
	a:focus	{	}

/* 強調・追加・削除 */
em,strong	{font-weight: bold;}
strong	{color:#ff0000;}
ins	{text-decoration: underline;}
del	{
	text-decoration: line-through;
	color: #999999;
}

/* フォーム */
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: #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	{}

/* リスト */
ol,.text ul{list-style-position: inside;}
div#MENU ul,div#PAN ul{list-style-type: none;padding:0px;}
ol	{	}
	ol li	{	}
.text ul	{list-style-type: disc;	}
	ul li	{	}
dl	{	}
	dt	{
	border-left: 5px solid #B8D200;
	padding-left: 3px;
}
	dd	{
	color: #7f7f7f;
	padding-left: 8px;
}

/* アドレス */
address	{display: inline;}

/* 引用 */
blockquote	{
	color: #808080;
	background-color: #f0f0f0;
	border: 1px solid #808080;
	}
cite,q	{
	font-style:oblique;
	color: #808080;
	}

/* 整形済みテキスト */
pre	{
	border: 1px solid #808080;
	width: 95%; 
	overflow: scroll; 
}
html>/**/body pre{
		width:auto;
		overflow:auto; }
		
/* 物理要素 */
b{font-weight:bold;}
i{font-style:oblique;}
big{font-size:medium;}
small{font-size:x-small;}
tt	{font-family: monospace;}

/* ***********************************************
/* 各#ID＆.class */

body#INDEX	{	}

div#PAGETOP	{
	text-align: left;
	margin: 0px auto;
	width: 750px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #FFFFFF;
	background-image: url(img/back_main.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
div#HEADER	{
	background-color: #FFFFFF;
	background-image: url(img/photo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
	}
	ul#PAN	{
	display: none;
}
div#MENU	{
	float: left;
	width: 180px;
}
div#MENU li{
	background-image: url(img/dot_x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 32px;
}
div#MENU li a{
	font-size: 14px;
	line-height: 30px;
	color: ##FFCC00;
	text-decoration: none;
	display: block;
	height: 30px;
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
}
	li#MENU01	{	}
	li#MENU02	{	}
	li#MENU03	{	}
	li#MENU04	{	}
	li.menu-on a,div#MENU li a:hover	{
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: right center;
}
div#KIZI	{
	line-height: 150%;
	float: right;
	width: 570px;
}
div.text	{
	padding: 0px 20px 1em;
}
div.text p,ol,#KIZI ul,dl {margin-bottom: 1em;}
		ul.modori	{
	list-style-type: none;
	text-align: right;
	font-size: 10px;
}
		ul.modori li{
	display: inline;
}
div#FOOTER	{
	background-image: url(img/dot_x.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	background-color: #FFFFFF;
	padding: 1em 0px;
	text-align: right;
	font-size: 11px;
	width:750px;
}
div#FOOTER ul{padding-right:20px;}
div#FOOTER li{
	display: inline;
	margin-left: 2em;
}
	li#FOOTER01	{	}
	li#FOOTER02	{	}
	li#FOOTER03	{	}

