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

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

/* 基本構造 */
html	{	
}
body	{
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 0.8em;
	color: #444;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url( );
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: center;
}
hr{
    margin: 3em 0 3em;
    padding: 0;
    height: 1px;
    }

img{
	border-style: none;
	vertical-align:bottom;
}

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

h1	{
	color: #444;
	line-height: 40px;
	font-family: Georgia;
	padding: 0px 0px 0px 0px;
	height: 0px;
	font-size: 1.2em;
}

h2	{
	line-height: 25px;
	color: #444;
	font-size: 1.5em;
	font-family: Georgia;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 3px 5px 0.5em 5px;
	height: 25px;
	padding-left: 35px;
}
#MENU h2,#FOOTER h2	{display: none;}
h3,h4,h5{
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0.5em;
}
h3	{
	color: #333;
	padding-top: 10px;
}

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	{
	padding-left: 20px;
	}
p.hide	 {
	display:none;
}

/* アンカー */
a	{	}
	a:link	{ color: #000000; }
	a:visited	{ color: #930053; }
	a:hover	{
	background-color:#000000;
	color:#ffffff;
}
	a:active	{	}
	a:focus	{ color: #FFcc00; }

/* 強調・追加・削除 */
em,strong	{font-weight: bold;}
strong	{color:#db1a00;}
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:25px;}
ol	{	}
	ol li	{	}
.text ul	{list-style-type: disc;	}
	ul li	{	}
dl	{	}
	dt	{
	border-left: 5px solid #db1a00;
	padding-left: 3px;
	font-weight: bold;
}
	dd	{
	color: #000000;
	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	{

}
div#PAGETOP2	{
	margin: 0 auto;  
	text-align: left;
	width: 750px;
	background-color: #ffFFFF;
	border-top : 20px solid #ff0066;
	border-right : 3px double #000000;
	border-left : 3px double #000000;
}
div#HEADER	{
	height: 370px;
	text-align: left;
}
div#counter	{
	height: 20px;
	margin: 0px 0px auto;
	text-align: left;
}
ul#PAN	{
	display: none;
}
div#MENU	{
	float: left;
	margin: 0px 25px 0px auto;
	padding-bottom: 0px; 
}
div#MENU ul{
	text-align: center;
}
div#MENU li{
	list-style : none;
	font-family: Georgia, Verdana, 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝';
	display: -moz-inline-box;  
	display: inline-block;  
}
div#MENU li a{
	font-size: 1.4em;
	line-height: 22px;
	color: #222;
	text-decoration: none;
	display: block;
	height: 25px;
	margin-right: 20px;
	font-weight: bold;
}
	li.menu-on a,div#MENU li a:hover	{
	color: #000000;
	padding: 0 0 0 0px;
	background: url(link_.png) no-repeat 2px center, url(link_.png) repeat;
}
div#KIZI	{
	border-top : 3px dotted #ff0066;
	line-height: 1.5;
	float: left;
	padding: 10px 0px;
	width: 750px;
}

div.text	{
	padding: 0em 40px 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#cont_absolute	{
	background-color: #fff;
	width: 850px;
	position: absolute;
	top: 190px;
	left: 25px;
}
div#favicon	{
	height: 20px;
	margin: 0px 25px auto;
	text-align: left;
}
div#favicon2	{
	height: 50px;
	margin: 0px 25px auto;
	text-align: left;
}
div#FOOTER	{
	clear: both;
	background-color: #fff;
	padding: 10px 0px;
	text-align: left;
	font-size: 11px;
	width:650px;
}
div#FOOTER ul{padding-right:25px;}
div#FOOTER li{
	display: inline;
	margin-left: 2em;
}
	li#FOOTER01	{	}
	li#FOOTER02	{	}
	li#FOOTER03	{	}

