/*
  駆け出しライダー CSS
 */


/*全般のフォントサイズおよび背景定義*/
body {
	font-size:12pt;
	color: #ffffff;
/*	background-color:#f8f8ff;*/
	background-color:#000000;
}


/*左側のメニュー専用フォントサイズおよび背景定義*/
body.menu{
	font-size:10pt;
	background-color:#000000;
}

/*最トップページのタイトル定義*/
h1.class0{
	color:#ffffff;
	background-color:#202020;
	font-size:14pt;
	text-align:center;
	border-style:ridge;
	border-color:#ffffff;
	font-style:italic;
}

table.class0{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

/*トップページのタイトル定義*/
h1.class1{
	color:#ffffff;
	background-color:#202020;
	font-size:14pt;
	text-align:center;
	border-style:ridge;
	border-color:#ffffff;
	width:700px;
	font-style:italic;
}

/*メニューのタイトル定義*/
h1.menu{
	color:#ffffff;
	background-color:#202020;
	font-size:14pt;
	text-align:center;
	border-style:ridge;
	border-color:#ffffff;
	width:235px;
	font-style:italic;
}

/*枠無し(最トップページ用)*/
div.class0{
	background-color:#000000;
	padding:2px 2px 2px 2px;
	margin:0px 0px 0px 0px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;

}

/*枠組み*/
div.class1{
	background-color:#000000;
	border-style:solid;
	border-width:1pt;
	border-color:#ffffff;
	width:700px;
	padding:2px 2px 2px 2px;
	margin:0px 0px 0px 0px;
}

/*枠無し*/
div.class2{
	background-color:#000000;
	width:700px;
	padding:2px 2px 2px 2px;
	margin:0px 0px 0px 0px;
}

/*リストのマージン設定*/
ul{
	margin:0 0 0 30px;
	padding:0;
}


/*リンクの文字色*/
a.class1{
text-decoration: underline;
}
a.class1:link {
color: #ffffff;
}
a.class1:visited {
color: #ffffff;
}
a.class1:active {
color: #555555;
}
a.class1:hover {
color: #555555;
}