﻿@charset "UTF-8";
/* ---------------------------------------------------- */
/* 共通設定 */
/* ---------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	line-height: 200%;
	font-family: "メイリオ","ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	color:#000033;
	
}

img {
	border: none;
}

#right_box p {
	margin: 0px 10px 20px 10px;
}

hr {
	color:#009;
	margin-bottom:20px;
}


a {
	color:#000033;
}

a:visited {
	color:#0000ff;
	
}

/*
a:hover {
	color:#80080;
}
*/

ul{
	list-style-type:none;
}

ol{
	list-style-position:inside;
}

li{
	line-height:2em;
}


/* ---------------------------------------------------- */
/* 大枠ボックス構成 */
/* ---------------------------------------------------- */

body {
	font-size: small;
	text-align: center;
}
h1{
	font-size: xx-large;
}

h2{
	font-size: large;
}

.oita{
	font-size: x-small;
}

#wrapper {
	width: 850px;
	margin: 0px auto;
	text-align: left;
	background-color:#ffffff;
	border-top: solid 1px #000033;
	border-bottom: solid 1px #000033;
	border-left: solid 1px #000033;
	border-right: solid 1px #000033;
}

#header {
	font style color:#000033;
}


#left_box {
	width: 180px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 50px;
	margin-bottom: 30px;
	float: left;
}

#msg_box{
	width: 550px;
	margin-right: 30px;
	margin-top:50px;
	float: right;
}



#right_box {
	width: 550px;
	margin-right: 30px;
	margin-top:50px;
	margin-bottom: 50px;
	float: right;
}

table{
	width: 550px;
	padding: 10px;
	border: solid 1px;
}

tr,th,td{
	padding-right: 10px;
	padding-bottom: 10px;
}

.uketuke{
	text-align:center;
	font-size:large;
	font-weight:bold;
}

#right_box dl dd{
	line-height: 150%;
	text-indent:3em;
}

#mids	{
	width: 800px;
	height:900px;
	margin-left: 25px;
	clear: both;
}

#footer {
	width: 850px;
	height:200px;
	clear: both;
}

#footer002 {
	width: 850px;
	height:50px;
	background-color:#000033;
	color:#ffffff;
	text-align: center;
	clear: both;
}