@charset "euc-jp";
/* CSS Document */

/* 基本 */

body { width:800px;
	   height:auto;
	   border:#000000 solid 1px;
	   margin:0 auto;}

#title{	width:800px;
		height:200px;
		background:url(../img/logo.jpg) no-repeat;
		margin:0 auto 10px;}

#menu {	width:800px;
		height:auto;
		margin:0 auto 20px;}
#menu ul{list-style-type: none;margin: 0;padding: 0}
#main {	width:800px;
		height:auto;
		margin:0 auto;}

.btn{ width:115px;
	  height:25px;
	  text-align:center;
	  float:left;
	  display:block;
	  margin:0 5px;}
.footer {text-align: center;}
.cl {clear:both;}

.length1 {width:240px;
		  float:left;
		  margin:7px;}

/* テキスト */

h1{ font-size:14px;
	color:#9932cc;
	line-height:12pt;
	margin:0 auto;
	padding:2px 0 2px 10px;}

h2{ font-size:18px;
	line-height:18pt;
	border-bottom:#9932cc solid 2px;
	border-left:#9932cc solid 15px;
	padding:0 10px;
	margin:20px 15px 15px;}

h3{ font-size:16px;
	line-height:16pt;
	border-bottom:#0099CC dashed 3px;
	padding:0 10px;
	margin:15px 20px;}

#main p{font-size:12px;
		line-height:1.5em;
		padding:0 40px;}

#RESULT {padding-left:10px;
		 padding-right:10px;}

#ADD_MAIN { width:470px;
			margin-left:auto;
			margin-right:auto;}

#ADD_MAIN td {padding:5px;}

dl {margin:0;
	padding:0;}

dt {font-size:16px;
	line-height:25px;
	font-weight:bold;
	text-align:center;}

dd {line-height:1.8em;
	margin:5px 0;}

/* リンク */
	
#menu a {	font-size:14px;
			line-height:25px;
			color:#9932cc;
			border:#9932cc outset 2px;
			background:#ffc0cb no-repeat;}

dt a {text-decoration:none;}

dt a:hover {text-decoration:underline;}

dd a {text-decoration:none;}

dd a:hover {text-decoration:underline;}

h2 { clear:both;}