
#container{
  width : 760px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  background-color : #ffffff;
  border : solid 1px #000000;
  height : auto;
}
#menu{
  width : 165px;
  font-size : 10pt;
  line-height : 25px;
  color : #371fbe;
  text-align : left;
  padding-left : 5px;
  height : 100%;
  float : left;
  padding-top : 10px;
  padding-bottom : 10px;
}
#main{
  width : 570px;
  float : right;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  font-size : 10pt;
  color : #414141;
  text-align : left;
  height : 100%;
  line-height : 16px;
}
#bottom{
  width : 760px;
  color : white;
  background-color : #3e25e9;
  height : 15px;
  font-size : 10pt;
  text-align : center;
  top : 100%;
}
BODY{
  text-align : center;
  margin-top : 0px;
  margin-bottom : 0px;
  background-image : url(back.gif);
  background-repeat : repeat;
  padding-top : 0px;
  padding-bottom : 0px;
  padding-left : 0px;
  padding-right : 0px;
  margin-left : 0px;
  margin-right : 0px;
}
#top{
  width : 760px;
  height : 110px;
}
#main_intro{
  width : 500px;
  height : auto;
  color : #414141;
  font-size : 10pt;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  background-image : url(explanation.gif);
  background-repeat : no-repeat;
  background-attachment : fixed;background-position : right top;border-width : 1px 1px 1px 1px;border-style : solid solid solid solid;border-top-color : #00cc00;border-left-color : #00cc00;border-right-color : #00cc00;border-bottom-color : #00cc00;}
.main_midashi_txt{
  font-size : 11pt;
  color : #3e25e9;
  font-weight : bolder;
}

P {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
  font-size : 13px;
  line-height : 16px;
  color : #333333;
  
  
}

/* リンク */

a:link {
	color: #371fbe;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #371fbe;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #371fbe;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCFFFF;
}

/* テキスト */

.txt-bold {
	font-weight: bold;
	letter-spacing: 0.1em;
  font-size : 14px;
}

.txt-blue {
	color: #3e25e9;
	letter-spacing: 0.1em;
}

.txt-gray {
	color: #666666;
	letter-spacing: 0.1em;
}

.txt-9 {
	font-size: 9px;
}

.txt-10 {
	font-size: 10px;
	letter-spacing: 0.1em;
}

.txt-11 {
	font-size: 11px;
	letter-spacing: 0.1em;
  color : #535353;
}

/* ボーダー */
.border {
	border: 1px solid #CCCCCC;
	padding: 3px;
}

/* 画像 */
.pic {
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 3px;
}


/* リスト */

dl {
	margin: 8px;
	padding: 5px;
	fon-size: 10px;
}
dt {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	letter-spacing: 0.1em;
}
DD {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 5px;
  
}
