@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: underline;
	color: #FF0000;
}


strong{
	font-weight: bold;
}

/* 骨組み */

body{
	background-color: #FFCCB2;
	text-align: center;
}

/* 外枠 */

div.box{
	width: 800px;
	border: 0px ;
	margin-top: 15px;
	margin: auto;
}

/* ヘッダー */

div.top{
	width: 800px;
	height: 300px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
}


/*メインコンテンツ*/

div.main{
	width: 800px;
	background-color: #FF9966;
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
	text-align:left;
	float: left;
}

div.left{
	width: 190px;
	text-align: left;
	margin: 0px 5px 0px 5px;
	float: left;
	font-size:14px;
}

h3.menu{
	width: 100%;
	text-align: center;
	background-color: #FFD700;
	font-size: 16px;
}

div.right{
	width: 595px;
	text-align: left;
	background-color: transparent;
	margin: 0px;
	float: right;
}


h2.title{
	font-size: 16px;
	color: #000000;
	background-color: #FF4500;
	font-weight: normal;
	padding: 2px;
	margin: 0px 5px 5px 0px;
}


div.text{
	font-size: 16px;
	background-color: #EDC9A6;
	padding: 2px 0px 2px 2px;
	margin: 0px 5px 5px 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;
}

/* News */
body.news{
	background-color: #FFFFFF;
	text-align: left;
}

div.news{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #4D4D4D;
	line-height: 130%;
}

/* Copyright */
div.copy{
	width: 800px;
	background-color: #FF6347;
	margin-bottom: 0px;
	font-size:12px;
	color: #FFFFFF;
	text-align: center;
	float: left;
}
