/*
design by x103 http://103.coxb.net/~x103/
graphic by HELIUM http://hel2.web.fc2.com/index.html
*/

@charset "Shift_JIS"; /* 文字エンコードの設定（削除不可） */

/* ********************************************** */
@media screen{ /* スクリーンメディア用 */

/* 全称 */
*	{
	font-size: 14px;
/*	margin: 0px;*/
	margin: auto;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 1000px;

}

/* html・body */

html	{	}
body	{
	/*background-color: #F5F5F5;*/
	background-color: #FAF9F7;
	color: #666666;
}

/* 見出し */
h1,h2,h3,h4,h5,h6	{	}
h1	{
	font-size: 30px;
	font-weight: bold;
	line-height: 100px;
	letter-spacing: -3px;
	text-transform: uppercase;
	padding-left: 0px;
}
h2	{
	font-size: 28px;
	line-height: 1.3em;
}
h3	{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	line-height: 1.8;
	font-size: 20px;
}
h4,h5,h6	{
	font-size: 13px;
	padding: 5px;
}

/* 段落 */
p	{
	padding: 10px;
	line-height: 1.7em;
}

/* 罫線 */
hr	{
	display: none;
}

/* 強制改行 */
br	{	}

/* アンカー */
a	{
	color: #B15131;
	text-decoration: none;
}
	a:link	{
	text-decoration: none;
}
	a:visited	{
	color: #B15131;
}
	a:hover	{
	color: #FF9900;
	text-decoration: underline;
}
	a:active	{	}
	a:focus	{	}

/* 強調・追加・削除 */
em	{	}
strong	{ color: #EE0000; }
ins	{	}
del	{	}

/* フォーム */
form	{	}
fieldset	{	}
legend	{	}

label	{	}

input	{
	padding: 2px;
	margin: 3px;
	border: 1px solid #ddd;
	background-color: transparent;
	font-size: 12px;
	width: 200px
}
	input[type="text"]	{	}
	input[type="checkbox"]	{ width: 30px	}
	input[type="radio"]	{ width: 30px	}
	input[type="button"]	{ width: 130px	}
	input[type="submit"]	{ width: 30px	}
	input[type="reset"]	{ width: 30px	}
	input[type="image"]	{ width: 30px	}

textarea	{
	padding: 2px;
	margin: 3px;
	border: 1px solid #ddd;
	background-color: transparent;
	font-size: 12px;
	width: 400px
}
select	{
	padding: 2px;
	margin: 3px;
	border: 1px solid #ddd;
	background-color: transparent;
	font-size: 12px;
}
option	{	}
optgroup	{	}

/* リスト */
ol	{
	/* list-style-position: inside;
	list-style-type: decimal;*/
	margin: 0 0 1em 35px;
	list-style: decimal;
	line-height: 1.5;
}
	ol li	{
		margin: 0 0 7px 0;
	}
ul	{
	/* list-style-type: circle;
	list-style-position: inside;
	margin: 0 0 0.5em 0.2em;*/
	margin: 0 0 1em 35px;
	list-style: square;
	line-height: 1.5;
}
	ul li	{
		/* margin: 0 0 7px 0;*/
	}
dl	{
	padding: 5px;
	/* margin: 0 0 1em 5px;*/
}
	dt	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F0F0F0;
	padding-left: 5px;
	color: #B15131;
	font-weight: bold;
}
	dd	{
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
	/* margin: 0 0 0.5em 0.2em;*/
	line-height: 1.7;
	/* font-size: .9em;*/
}

/* アドレス */
address	{	}

/* テーブル */
table	{	}
caption	{	}
thead	{	}
tbody	{	}
tfoot	{	}
tr	{	}
	thead tr	{	}
	tbody tr	{	}
	tfoot tr	{	}
th	{	}
	thead th	{	}
	tbody th	{	}
	tfoot th	{	}
td	{	}
	thead td	{	}
	tbody td	{	}
	tfoot td	{	}

/* 画像 */
img	{	}
a img	{	}

/* 引用 */
blockquote	{
	margin: 5px;
	padding: 5px;
	border: 1px solid #ddd;
}
q	{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/* 参照元 */
cite	{	}

/* 整形済みテキスト */
pre	{	}

/* コード・出力サンプル */
code	{	}
samp	{	}

/* キーボード */
kbd	{	}

/* 変数・置き換え可能語 */
var	{	}

/* 定義語 */
dfn	{	}

/* 省略語 */
abbr, acronym	{	}

/* 書字方向指定 */
bdo	{	}

/* インラインフレーム */
iframe	{	}

/* オブジェクト */
object	{	}

/* ノースクリプト */
body noscript	{	}

/* ノーフレーム */
body noframes	{	}

/* 上付き文字・下付き文字 */
sup	{	}
sub	{	}

/* その他物理要素 */
b	{font-weight:bold;}
i	{font-style:italic;}
big	{font-size: larger;}
small	{font-size: smaller;}
tt	{	}

/* 各#ID＆.class */
div#HEADER	{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 16px;
}
div#HEADER a{
	font-size: 16px;
}
div#HEADER h2{
	padding-bottom: 15px;
}
div#HEADER h3{
	line-height: 1.5;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}

div#ABSTRACT {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
	width: 900px;
}

div#VIDEO{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: auto;
}


ul#PAN{
	padding: 10px;
	clear: both;
	font-size: 12px;
	list-style-type: none;
	
}
ul#PAN li{
	float: left;
	padding-right: 15px;
}

ul.modori  li a{
	display: block;
}
div#FOOTER	{
	clear: both;
	padding: 10px;
	margin: 0px;
	/* background-color: #fff;*/
	background-color: transparent;
	text-align: center;
	color: #999999;
	font-size: 90%;
}
	div#FOOTER ul{
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	list-style: none;
	overflow: hidden
}
div#FOOTER ul li{
	float: left;
	margin: 3px 5px
}
		li#FOOTER01	{	}
		li#FOOTER02	{	}
		li#FOOTER03	{	}

}
/* ********************************************** */
@media handheld, tty{ /* モバイルメディア用 */

/* (仮) */
div	{position: static;}

}
/* ********************************************** */
@media print{ /* 印刷メディア用 */

/* (仮) */
body	{background-color:#ffffff; color:#000000; font-family:Serif;}
a[href]::before	{content:"("attr(href)")";}
ul#PAN,ul.modori#MENU,#FOOTER	{display: none;}
div	{position: static;}

}
