@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #FFF;
	color: #333;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}



/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 755px;
	margin: 0 auto;
	text-align: left;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	float: left;
	width: 755px;

}

#contents .pageTop {
	clear: both;
	text-align: right;
}

#topright {
  text-align:right;
	width : 200px;
	height : 30px;
	position : absolute;
	top : 7px;
	font-size:11px;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: left;
	width: 535px;
	background: #ffffff;
	background-image:url("../img/bg_nasca.png");
  background-repeat   : no-repeat;
  background-position : center center;

}

#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;
}


/* -----------------------------------------------------------
	#menu
		サイドバー、サブ
----------------------------------------------------------- */
#menu {
	float: right;
	width: 200px;
	background: #fafaff;
}



/* #gNav
----------------------------------------------------------- */
#header #headernavi {
	overflow: hidden;
}

* html #header #headernavi {
	height: 1%;
}

#header #headernavi li {
	display: inline;

}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer ul li {
	display: inline;
}


#footer .copyright {
	text-align: center;
}




/*----------------------------------------------------
	#ここから edited by developers
----------------------------------------------------*/

*.submitbutton
{
	border: solid 1px #666666;
}


body { color: #333333; }

h1 { font-size: 150%; border-bottom:solid 1px #555555; line-height:130%; padding-bottom:0px; margin-bottom:2px;}

h1 {  height:22px; 
      width:550px;
      }
#h1text
    {
display: none;

    }



h2 { font-size: 125%; color: #ff7715;}
h3 { font-size: 110%; color: #ff9915;}



ol {
  margin-left: 2em;
}

ol li {
  list-style-type: decimal; 
}

#menu h2 {
margin-top:10px;
border-bottom:solid 1px #555555;
}
div#menulist a {
	display: block; width: 170px; margin-left:14px; padding:2px;
}
#menu a:hover {
	background-color: #ffe4a8; color: red;}


#main table {border-collapse: collapse;border: 1px #888888 solid;}
#main td {border: solid 1px #bbbbbb;padding: 0.3em}
#main td.ttl {border: solid 1px #bbbbbb;font-weight: bold;padding: 0.3em;text-align:right;}


.sitetag ul li {
	list-style-type: circle;
	margin-left: 22px;
	margin-bottom: 5px;
}

div.login {
	color:#ff2222;
	text-align:right;
	font-size:10px;
}

.sitetag input[type="text"]{
	background-color: #ffe6aa;
}

.sitetag textarea{
	background-color: #ffe6aa;
  font-size: 100%;
}

#login_form {
	font-size:10px;
} 

#about ul li {
	list-style-type: circle;
	margin-left: 22px;
	margin-bottom: 20px;
}

#basic_list ul li {
	list-style-type: circle;
	margin-left: 22px;
	margin-bottom: 3px;
}

#word ul li {
	list-style-type: none;
	margin-left: 14px;
	margin-bottom: 0px;
}


#topright a {
	display:inline;
}

#topright a:hover {
	background-color: #ffe4a8; color: red;
}

div#word {
	margin-left: 10px;
}


#reporttable table {border-collapse: collapse;border: 0px #fff solid;}
#reporttable td {border: solid 0px #fff;padding:3px;}

h3#reporttitle  {
  margin-left:10px;
  padding-left:5px;
  color:#ffffff;
  background-color:#ffb743;
}


div#tracktable {
	margin-left: 10px;
}
div#tracktable a {
text-decoration: none; }

div#tracktable table {border-collapse: collapse;border: 0px #fff solid;}
div#tracktable td {border: solid 0px #fff;padding:3px;}


span.time {
  font-size:11px;
  margin-right:8px;
}
