*{
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-family: tahoma,arial,sans-serif;
}

img{
	border-width: 0px;
}


a:link{ color: #3030a0; text-decoration: none; }
a:visited{ color: #3070d0; text-decoration: none; }
a:hover,a:active{ color: #70d070; text-decoration: underline; }

p{
	margin: 1em 0;
}

p.clear{
	clear: both;
	positon: relative;
}

b{
	font-weight: bold;
}

blockquote{
	margin: 1.5em 0;
	padding: 5px;
	border: 1px solid #48C800;
	background-color: #E8FFD8;
}

.small{
	font-size: 80%;
}

.emphasis{
	font-weight: bold;
}


input.flat{
	background-color: #ffffff;
	border: 1px solid #3EA600;
}

h2.pageTitle{
	font-size: 120%;
	color: #388818;
	font-weight: bold;
	border-left: 5px solid #F5A22D;
	padding-left: 5px;
	margin-top: 1em;
    text-align: left;
}

.contents{
	margin: 0.5em 1em;
}

ul.crumbList {
	margin-left: 5px;
	padding-left: 3px;
	list-style: none;
	right: 0;
}

ul.crumbList li{
	display: inline;
	font-size: 80%;
}

p.page-navi{
	width: 200px;
	margin: 2em 0;
	padding-left: 1em;
    background-image: url("/image/back_topic_s.gif");
    background-repeat: no-repeat;
	border-bottom: 1px solid #c8f0c0;
}

p.backGSTop{
	border-left: 5px solid #F5A22D;
	padding-left: 5px;
	margin-top: 2em;
}


table.table-basic{
	background-color: #ffffff;
	border-collapse: collapse;
	border: 1px solid #c8f0c0;
	margin: 0.3em;
}

.table-basic th{
	background-color: #E8FFD8;
	border: 1px solid #c8f0c0;
	padding: 4px;
}

.table-basic td{
	background-color: #ffffff;
	border: 1px solid #c8f0c0;
	padding: 4px;
}

pre.code{
	margin: 1.5em 0;
	padding: 5px;
	font-family: monospace;
	overflow: auto;
	border: 1px solid #48C800;
	background-color: #E8FFD8;
}

pre.code .reserve{
	color: #008;
	font-weight: bold;
}

pre.code .string{
	color: #00f;
}

pre.code .comment{
	color: #080;
}

dl.ref{
	margin: 1em 0;
}

dl.ref dt{
	font-weight: bold;
}

dl.ref dd{
	font-size: 95%;
	margin-left: 1em;
	margin-bottom: 1em;
}


/* --- header --- */

#header{
	position: relative;
	width: 100%;
}

#headerTop{
	width: 100%;
	height: 30px;
	position: relative;
	background-image: url('/image/header_back.png');
	background-repeat: repeat-x;
}

#headerTop h1{
	font-size: 100%;
}


#headerLogo{
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 30px;
}

#headerSearch{
	position: absolute;
	right: 10px;
	top: 2px;
	width: 450px;
	height: 20px;
	text-align: right;
	
}

#headerSearch label{
	font-size: 75%;
	color: #fff;
}

.headerSearchInput{
	background-color: #D3F77E;
	border: 1px solid #70b050;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.headerSearchSubmit{
	background-color: #6bc012;
	border: 1px solid #a0d040;
	color: #fff;
}

.headerSearchSubmitHover{
	background-color: #80e030;
	border: 1px solid #a0d040;
	color: #fff;
}

#headerLinks{
	background-color: rgb(225,255,200);
	position: relative;
	height: 1.1em;
	text-align: center;
}

#headerLinks ul{
	list-style-type: none;
	display: inline;
	text-align: left;
	font-size: 80%;
}

#headerLinks li{
	display: inline;
	font-family: Arial;
}

#headerLinks a{
	font-size: 95%;
	color: #1E6E00;
	padding: 0 12px;
}

#headerLinks a:hover{
	color: #fff;
	background-color: #6BD736;
	text-decoration: none;
}

/* footer */

#footer{
	margin-top: 10px;
	padding: 5px;
	font-size: small;
	color: #888;
	text-align: center;
}

/* 3pain page */

#container{
	width: 100%;
	margin-top: 1em;
}

#contents{
	width: 100%;
	position: relative;
}

#leftArea{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
}

#centerArea{
	margin-left: 180px;
	margin-right: 210px;
}

#rightArea{
	position: absolute;
	top: 0;
	right: 0;
	width: 210px;
}

/* normal page */

.page-content{
	margin: 1em 0.5em;
}

/* materials */

#materialsAgreement{
	border: 1px dashed #97DE56;
	background-color: #F0FFE0;
	padding: 5px;
	margin: 1em 0; 
}

#materialsAgreement li{
  font-size: 80%;
  margin-left: 1.5em;
}

h3.materialsHeader{
	margin-top: 2em;
	border-bottom: 1px solid #97DE56;
	clear: left;
	font-weight: bold;
	font-size: 110%;
	background-color: #B5E860;
	color: #fff;
}

div#materialsMaterialArea{
  margin: 1em 0;
}

div.materialsMaterial{
  float: left;
  height: 150px;
  padding: 1em;
  text-align: center;
  border: 1px dotted #97DE56;
  margin: 0.8em 0.5em;
}

div.materialsMaterial p{
	margin-top: 1em;
}

div.materialsMaterial img{
	border-width: 0;
}

.materialsMark{
  font-size: 10pt;
  font-weight: bold;
  color: #97DE56;
}

.materialsMaterial h4
{
  font-weight: bold;
  font-size: 100%;
}

span.materialsInfo
{
	font-weight: normal;
	font-size: 80%;
}

