
/* 全称セレクタ--------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	border-style: none;
	font:normal normal normal 12px/1.5 Verdana,Osaka,Chicago,sans-serif;
	}
/* 文字----------------------------------------------------- */
em {font-weight:bold;}/* 強調 */
strong {font-size:120%;font-weight:bold;border-bottom:2px solid #ffd309;}/* より強い強調 */
ins {text-decoration:underline;font-size:100%;}/* 追加(下線) */
del {text-decoration:line-through;font-size:100%;}/* 削除 */
small {font-size:80%;}/* 文字を小さく */
hr {display:none;}/* ライン(非表示) */

/* リンク----------------------------------------------------- */
a:link {
	color:#ff0000;
	text-decoration: none;
	}
a:visited {
	color:#ff0000;
	text-decoration: none;
	}
a:hover {
	text-decoration:none;
	color:#fff;
	background-color: #ff0000;
	}
a:active  {
	color : #fff;
	text-decoration: underline;
	background-color: #ff0000;
	 }
/* リンク設定終了----------------------------------------------------- */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11pt;
	line-height:130%;
	color:#888;
	margin:0pt 0pt 0pt 0pt;
	scrollbar-base-color : #fff;
	scrollbar-face-color : #fff;
 	scrollbar-track-color: #fff;
	scrollbar-arrow-color : #000;
 	scrollbar-3dlight-color: #000;
	scrollbar-highlight-color : #fff;
 	scrollbar-shadow-color : #fff;
	scrollbar-darkshadow-color : #000;
}
p{
	margin-bottom: 20px;
}
h1{
	color: #ff0000;
	padding-left:20px;
	font-size: 24pt;
	letter-spacing:10pt;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	}
h2{
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing:10pt;
	border-bottom: 1px dotted #000000;
	}
h3{
	color: #000000;
	font-size: 11pt;
	letter-spacing:8pt;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	margin: 0px;
	}
table,th,td{
	text-align: left;
	border-collapse:collapse;
	border: 1px dotted #000000;
	vertical-align: top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 5px;
	}
input,textarea{
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	color: #000;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	}
.btn {
	border:1px dotted #000000;
	padding: 5px;
	}
	
/*　大枠設定　*/

#wrapper {
	text-align: center;
	width: 100%;
	margin:0px auto;/* autoは#wrapper全体の画面真ん中寄せに必要 */
}
#header {
	width: 100%;
	background-color:#000;
	padding-top:10px;
	padding-bottom:10px;
}
#navi{
	width: 100%;
	height: 40px;
	font-family:"Century Gothic",sans-serif;
	letter-spacing:2px;
	padding-top:10px;
	padding-bottom:10px;
}
#navi ul{
	list-style-type: none;
	list-style-position: inside;
}
#navi li{
	font-size:100%;
	color:ff0000;
	display:inline;
}

#main{
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}
#renew{
	width: 100%;
	height: 400px;
	overflow: aouto;
	padding-bottom:10px;
}
#htlink{
	width: 100%;
	padding-bottom:10px;
}
#ttop{
	position:fixed;
	right:0px;
	bottom:0px;
	background-color:#000000;
	height:70px;
	width:100px;
	padding-top:30px;
}
#footer{
	width: 100%;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dotted #000;
}
/*　内容　*/
.clear {
	clear: both;
	height: 0px;
}
.ime-mode{
	inactive
	}
