/* CSS Document */

@charset "UTF-8";

*{  padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	}


body {  font-family:Osaka, "‚l‚r ƒSƒVƒbƒN";
		font-size:0.8em;
		color:#333333;
		line-height: 1.7;
		margin-top:20px;
	}

sup {
	font-size:8px;
	}

a {
	text-decoration: none;
	}


img {
    border-style:none;
	}

#head {
	clear: left;
	height: 50px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align:right;
	}

#head2 {
	clear: left;
	height: 20px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	text-align:right;
	}

#foot{
	clear:left;
	float:left;
	width:850px;
	height:70px;
	border-top:#666666 1px solid;
	font-size:0.9em;
	line-height:1.3em;
	margin-top:10px;
	padding-top:10px;
	}
	
.minimenu{
	float:right;
	}


.base {
	clear: left;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	}

.mt10{
	margin-top:10px;
	}

.mt20{
	margin-top:20px;
	}

.mt30{
	margin-top:30px;
	}

.cle{
	clear:both;
	}

.line{
	clear:both;
	float:left;
	width:850px;
	height:20px;
	border-bottom:#666666 1px solid;
	margin-bottom:20px;
	}


.b_border_bg {
	background-color:#FFFFFF;
	}
	
.bgbd_r{
	text-align:right;
	}
	
.bgbd tr{
	background-image: url(../images/common/line01.gif);
	background-repeat: repeat-x;
	background-position: center;
	line-height:15px;
	}

.bgbd_title{
	background-color:#003366;
	color:#FFFFFF;
	}

.must{
	font-size:0.8em;
	color:#990000;
	}
	
