@charset "utf-8";
/* CSS Document */

/* All Layout
-------------------------------------------------*/
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;
}

fieldset,img{
	border: 0;
}

abbr,acronym{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
body {
	background-color:#000000;
	line-height:normal;
	color:#FFFFFF;
	font-family:"ＭＳ ゴシック", "Times New Roman", Times;
	text-align: center;
	font-size:60%;
}

/* Wrapper
-------------------------------------------------*/
div#wrapper {
	margin: 0 auto;
	width: 760px;
	background-color: #f0e1f0;
}
/* Header
-------------------------------------------------*/
div#header {
  margin: 0 auto;
  width: 760px;
  height: 20px;
}

div#contents {
	background-color:#000000;
	background-image:url(images/ybl_grade.gif);
	background-repeat:repeat-y;
	width:760px;
	height: auto;
	text-align:left;
	padding-left: 40px;
	padding-top: 20px;
 	font-size:14px;
}

div#mainContents{
	background-color:#cc99cc;
	margin:10px 50px;
	padding:20px 20px;
	color:#663300;
	font-size:small;
	text-align:left;
	line-height: 120%;
	list-style-type:none;
	vertical-align: top;
  }


div#Frame{
	background-color:#cc99cc;
	background-image:url(images/xgradex.gif);
	background-repeat:repeat-y;
	margin:0 0;
	padding:20px 20px;
	text-align:right;
	line-height:120%;
 	font-size:small;
}
div#Frame ul{
 	list-style-type:none;
}

div#Frame a:link {color:#ffffff;}
div#Frame a:visited {color:#ffffff;}
div#Frame a:active {color:#ffffff;}
div#Frame a:hover {color:#ffffff;}

div#footer{
  background-color:#000000;
  background-image:url(images/footGradex.gif);
  background-repeat:repeat-x;
  padding: 10px 0 0;
  text-align:center;
  clear: both;
}

a:link {color:#ffffff;}
a:visited { color:#a949be;}
a:active { color:#92f5f5;}
a:hover{color:#660000}

P { text-indent: 16px }

h1{
	font-size:large;
	font-weight:bolder;
	color:#FFFFFF
	}
h2{
	font-size:normal;
	font-weight:bolder;
	color:#FFFFFF;
	}
h3{
	font-size:small;
	color:#660099;
	}

h4{
	font-size:smaller;
	font-weight:bolder;
	}
	
h5{
	font-size:16px;
	}

em{color:#990033}

.exp{
	color:#663300;
	font-size:smaller;
	padding:0px 5px;
	line-height:120%;
	}

.title{
	padding:0px 30px;
	}

	

