@charset "UTF-8"

body {
	margin:0;
    	padding:0;
	}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li {
	margin:0;
    	padding:0;
	}

h1,h2,h3,h4,h5,h6,strong {
	font-size:100%;
	font-weight:normal;
	}

em,address {
	font-style:normal;
	}

li {
	list-style:none;
	}

a {
	color:#0000ff;
	text-decoration:none;
	}

a:hover,a:active{
	text-decoration: none;
	background-color: #191970;
	color: #FFFFFF;
}

.menu a{
	color: #ffffff;
}

.menu a:hover,a:active{
	text-decoration: underline;
	color: #FF0000;
	background-color: transparent;
}

a.image{
	text-decoration: none;
	background-color: transparent;
}


/* 骨組み */

body{
	background-color: #FFFFFF;
	text-align: center;
}

/* 外枠 */

div.box{
	width: 800px;
	border: 1px #000000 solid;
	margin-top: 15px;
	margin: auto;
}

/* ヘッダー */

div.top{
	width: 800px;
	height: 60px;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
}


div.menu{
	width: 800px;
	text-align: center;
	background-color: #3cb371;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 2px 0px 2px 0px;
}

/*メインコンテンツ*/

div.main{
	width: 780px;
	background-color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
	text-align:left;
	margin: auto;
}



div.radiobox{
	border: 0px solid;
	width: 100%;
	height: 100%;
}

div.navi{
	width: 100%;
	text-align: left;
	font-size: 12px;
	margin-left: 15px;
}

h1.title{
	font-size: 16px;
	color: #003300;
	font-weight: bold;
	border-left-style: solid;
	border-bottom-style: dotted;
	border-width: 0px 0px 1px 5px;
	padding: 5px 0px 5px 10px;
	border-color: #004000;
	margin: 0px 0px 10px 0px;
}


div.text{
	font-size: 14px;
	margin: 0px 0px 30px 0px;
	line-height: 130%;
}

h2.radio{
	font-size: 14px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-top-color: #228b22;
	border-left-color: #228b22;
	border-right-color: #006400;
	border-bottom-color: #006400;
	background-color: #ffffff;
	padding: 5px 0px 3px 5px;
	width: 370px;
	margin: 0px 0px 10px 0px;
}


div.radioleft{
	float: left;
	width: 390px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-right: 5px dashed #dcdcdc;
	font-size: 12px;
}

div.radioright{
	float: right;
	width: 375px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
}

/* Copyright */
div.copy{
	width: 800px;
	background-color: #3CB371;
	margin-bottom: 0px;
	font-size:12px;
	color: #FFFFFF;
	text-align: center;
}
