@charset "utf-8";

/* ----------------------------------------------- */
/* ----- 基本構造 ----- */
*	{
	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: small;
	color: #333333;
	background-color: #FFFFFF;
}

/* ----------------------------------------------- */
/* ----- レイアウト ----- */

body#INDEX	{	}

div#PAGETOP	{	}
div#HEADER	{
	background-color: #f5f5f5;
	background-image: url(img/header.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 200px;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
}
ul#PAN	{display: none;}
div#MENU	{
	font-size: 85%;
	width: 171px;
	position: fixed;
	left: 15px;
	top: 70px;
}
div#MENU	ul{
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
div#MENU	li{
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 25px;
}
div#MENU	a{
	display: block;
	width: 151px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 20px;
	color: #000000;
	text-decoration: none;
}
	li#MENU01	{	}
	li#MENU02	{	}
	li#MENU03	{	}
	li#MENU04	{	}
	li.menu-on a,div#MENU li a:hover	{
	background-image: url(img/menu_a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#KIZI	{
	line-height: 1.5;
	height: 100%;
	margin-left: 220px;
	padding-right: 30px;
	max-width:700px;
}
div.text	{
	background-color: #f5f5f5;
	padding: 1em 15px;
	margin-bottom: 10px;
}
div.text p,ol,#KIZI ul,dl {margin-bottom: 1em;}
ul.modori	{
	list-style-type: none;
	text-align: right;
	font-size: 10px;
	margin-bottom: 0em!important;
}
ul.modori li{
	display: inline;
	background-image: url(img/toplink.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 9px;
}
ul.modori a{
	text-decoration: none;
}
div#FOOTER	{
	font-size: 85%;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 200px;
	position: fixed;
	left: 0px;
	bottom: 0px;
}
div#FOOTER ul{
	margin: 0px 0px 15px 15px;
	width: 171px;
}
div#FOOTER li{
	line-height: 20px;
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
	padding-left: 10px;
}
	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,* html h2{
	width:670px;
	width : expression(  (document.documentElement.clientWidth > 980)? "670px" :   "auto");
}

/* ----------------------------------------------- */
/* ----- 見出し ----- */
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	margin:0;
	padding:0;
	height:1%;
}
h1	{
	color: #000000;
	font-size: 153%;
	background-image: url(img/h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 45px;
	padding-top: 15px;
	line-height: 45px;
}
h2,h3,h4,h5,h6	{
	font-weight: bold;
	margin-bottom: 0.5em;
}
h2	{
	font-size: 108%;
	line-height: 25px;
	color: #000000;
	background-image: url(img/h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 25px;
	margin-top: 10px;
	padding-left: 18px;
}
#MENU h2,#FOOTER h2	{display: none;}
h3,h4,h5{
	background-repeat: no-repeat;
	background-position: left center;
}
h3	{
	color: #008DB7;
	background-image: url(img/h3.gif);
	padding-left: 19px;
}
h4	{
	color: #434DA2;
	background-image: url(img/h4.gif);
	padding-left: 16px;
}
h5	{
	color: #FCC800;
	background-image: url(img/h5.gif);
	padding-left: 14px;
}
h6	{
	color: #99CC00;
	letter-spacing: 1px;
}


/* ----------------------------------------------- */
/* ----- アンカー ----- */
a	{color: #59B9C6;}
	a:link	{	}
	a:visited	{color: #9fb2c9;}
	a:hover	{
	text-decoration: none;
	color: #ffa500;
}
	a:active	{
	position: relative;
	top: 1px;
}
	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;padding-bottom:5px;}
dl	{	}
	dt	{
	color: #008DB7;
	padding-left: 3px;
	border-left: 5px solid #008DB7;
	margin-bottom:0.3em;
}
	dd	{
	margin: 0px 0px 0.3em 8px;
}

/* ----------------------------------------------- */
/* ----- フォーム ----- */
fieldset{border-style: none;}
input,textarea{
	font-size: 100%;
	background-color: #ffffff;
	padding: 2px;
	margin: 2px 0;
	border: 1px solid #000000;
}
input:focus,textarea:focus{
	border: 1px solid #ffa500;
}
	input#TEXT	{	}
	input#CHECKBOX	{	}
	input#RADIO	{	}
	input#BUTTON	{	}

input[type="checkbox"],input[type="radio"]{
	background-color: #f5f5f5;
	border-style: none;
}
input[type="button"],input[type="submit"],input[type="reset"],button{
	background-color: #ffffff;
	border-top: 3px double #CCCCCC;
	border-right: 3px double #666666;
	border-bottom: 3px double #666666;
	border-left: 3px double #CCCCCC;
}
select	{margin: 2px 0;}
option	{	}
optgroup	{}

/* ----------------------------------------------- */
/* ----- テーブル ----- */

table {
	font-size: inherit;
	border-collapse: collapse;
	border: 1px solid #000000;
}
caption{
	color: #000000;
	text-align: center;
	margin-bottom: 2px;
	border-bottom: 1px solid #000000;
}
th,td{
	padding: 5px 0.5em;
	border-bottom: 1px solid #000000;
}
th{
	color: #ffffff;
	background-color: #66abcb;
	text-align: center;
	border-right: 2px solid #000000;
}
td{
	color: #606060;
	background-color: #FFFFFF;
	border-right: 1px dotted #000000;
}

/* ----------------------------------------------- */
/* ----- 段落 ----- */
p	{	}

/* ----- 水平線 ----- */
hr	{display: none;}
div.text hr{display: block;}

/* ----- 画像 ----- */
img{border-style: none;}

/* ----- 強調・追加・削除 ----- */
em,strong{color:#e54421;}
strong{
	font-size: 108%;
	font-weight: bold;
	padding: 0 3px;
}
ins	{text-decoration: underline;}
del	{
	text-decoration: line-through;
	color: #999999;
}

/* ----- アドレス ----- */
#FOOTER address	{display: inline;}

/* ----- 引用 ----- */
blockquote	{
	color: #808080;
	background-color: #ffffff;
	background-image: url(img/quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 1em 20px 1em 40px;
	margin: 0px 0px 1em 2em;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
blockquote[title]:before {
	content: "引用:"attr(title);
	font-size: 85%;
	color: #0073A8;
	display: block;
	margin-bottom: 0.5em;
}
blockquote[cite]:after {
	content: attr(cite);
	font-size: 85%;
	color: #0073A8;
	text-align: right;
	display: block;
}
q{
	color: #808080;
	background-color: #ffffff;
	border-bottom: 1px dotted #000000;
}
q:before{content:"“";color: #0073A8;}
q:after{content:"”";color: #0073A8;}
cite{font-style:oblique;}

/* ----- 整形済みテキスト ----- */
pre	{
	font-size: 100%;
	font-family: monospace;
	color: #333333;
	background-color: #ffffff;
	line-height: 1.2;
	margin-bottom: 1em;
	padding: 0.7em;
	border-top: 1px solid #666666;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #666666;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}
* html pre{width:95%;}
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%;
}


/* ==================== */
/* 自分で追加 */
/* ==================== */

#chara img{
	float: left;
	clear: both;
	}
#chara dl{
	padding: 20px 0px 0px 0px;
	float: left;
	}
#chara dt{
	width: 4em;
	float: left;
	font-weight: normal;
	clear: both;
	}
#chara dd{
	width: 20em;
	float: left;
	}
dl.link dd{
    padding-bottom: 1em;
    border-bottom:1px solid #cccccc;
    }


.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
