/* ======================================== */
/* 画面の配置中央固定                       */
/* ======================================== */

#all{
	margin:0 auto;
	width:700px;                /* 幅 */
}

.center1{
	text-align:center;          /* IE用の中央寄せ */

}

.center2{
	margin-left:auto;           /* IE以外用の中央寄せ */
	margin-right:auto;          /* IE以外用の中央寄せ */
	text-align:left;            /* 中身を左寄せに戻す */
	padding:1px;

}


/* ======================================== */
/* body設定                                 */
/* ======================================== */
body{
	font-size:12px;
	color:#556B2F;
	line-height:20px;
}

/* ======================================== */
/* リンク表示(全ページ) リンクの順注意      */
/* ======================================== */

a:link{
	text-decoration:none;
	color:brown;
	font-weight:bold;
}


a:active{
	text-decoration:none;
	color:#ffa000;
}

a:visited{
	text-decoration:none;
	color:#53006A; 
}

a:hover{
	color:#B8860B;
}

/* ======================================== */
/* テキスト本文関係                         */
/* ======================================== */
h1{
	font-size:12pt;
	width:90%;
	margin-bottom:0px;
	padding-left:5px;

	
/*	border-top-style:solid; */
/*	border-top-width:2px; */
/*	border-top-color:green; */
	
/*	border-left-style:solid; */
/*	border-left-width:5px; */
/*	border-left-color:lightgreen; */
	
/*	border-right-style:solid; */
/*	border-right-width:1px; */
/*	border-right-color:green; */
	
/*	border-bottom-width:1px; */
/*	border-bottom-style:solid; */
/*	border-bottom-color:green; */

}

h2{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;

/*	border-top-style:solid; */
/*	border-top-width:2px; */
/*	border-top-color:green; */
	
/*	border-left-style:solid; */ 
/*	border-left-width:10px;  */
/*	border-left-color:orange; */
	
/*	border-right-style:solid; */
/*	border-right-width:1px; */
/*	border-right-color:green; */
	
/*	border-bottom-width:1px;  */
/*	border-bottom-style:solid; */
/*	border-bottom-color:orange; */

}

table{
	font-size:9pt;
}

td{
	padding:3px;
}

#midashi{
	background-color: #bde9ba; 
	text-align:center;
	font-weight:bold;
}

/* ======================================== */
/* TOPページ                                */
/* ======================================== */
#left_div{
    float: left;
    width: 380px;
    
}

#right_div{
    float: right;
    width: 300px;
    
    padding-left:5px;
	
	border-left-style:solid;
	border-left-width:1px; 
	border-left-color:#999966; 
}

