@charset "utf-8";

/* universal reset
------------------------------------------------ */

*{
	margin:0;
	padding:0;
	color:#1E1E1E;
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* body and base
------------------------------------------------ */
body {
	text-align:center;/* box centering */
	margin: 0px;
	padding: 0px;
	background: #FFF ;
	color:#000;
}
html {
	overflow-y:scroll;
}

/* general params
------------------------------------------------ */
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.6;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size:small;
}
p
{
	margin:10px 0;
}


.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */

hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #006CB6;
	height: 1px;
	padding-top: 24px;
	margin-top: 24px;
}
.HrDot {
	height: 1px;
	padding-top: 24px;
	margin-top: 24px;
	border-width: 1px 0px 0px 0px;
	border: dotted;
	border-top-color: #666;
}

/* link
------------------------------------------------ */
a:link{
	color: #006699;
	text-decoration:none;
}
a:visited{
	color: #664466;
}
/* 
a:hover{
	color: #FFF;
	background:#D0E800;
	text-decoration:none;
}
 */
a:hover{
	text-decoration: underline;	
}
a:active{
	color: #FF6666;
}

/* CLEARFIX 
------------------------------------------------ */
.clearfix{
    zoom:1;/*for IE 5.5-7*/
}
.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .clearfix{
	display:inline-table;
	/*\*/display:block;/**/
}

/* EACH MODULE
------------------------------------------------ */
.pagetop{
	text-align:right;
	padding:1em;
}

/* PANKUZU LIST
------------------------------------------------ */
#Pan a {
	text-decoration: none;
	color: #006CB8;
	height: 30px;
}
#Pan a:hover {
	text-decoration:underline;
	color: #006CB8;
	height: 30px;
}
#Pan SPAN {
	font-size: 8pt;
	line-height:30px;
	padding: 0px;
	margin: 0 5px;
	color: #006CB8;
	height: 30px;
}

/* TEKISUTO Style
------------------------------------------------ */

#MainArea .txt14 {
	font-size: 14px;
	letter-spacing: 1px;
}
#MainArea .txt_indent {
	letter-spacing: 1px;
	padding-left:30px;
	line-height: 25px;
}