.colF {background-color: #0C779E;}
.colL {background-color: #C9EBF7;}
.colB {background-color: #8A9EC9;}
.colA {background-color: #3D84B4;}
/* 基本設定 */
body {
	margin:0px; padding:0px;
	background-color:#ffffff;
	font-size:12px;
	color:#666666;
}

a:link, a:visited { color:#696969; text-decoration:none; }
a:hover { color:#666666; text-decoration:underline; }

/* DIV初期設定 */
div { margin:0px; padding:0px; }
h1 { font-size:14px; font-weight:bold; margin:0px 0px 5px; padding:0px 0px 3px; border-bottom:1px solid #808080; color:#666666; }
h2 { font-size:12px; font-weight:normal; margin:5px 0px 0px ; padding:0px; color:#996600; }

#container {
	width:750px;
	margin:10px 0px 0px 10px;
	text-align:center;
	position:relative;
}

/* 左側 */
#l_menu1 { width:200px; margin:0px; padding:0px; text-align:left; float:left; position:relative; color:#689FDC; }
#l_menu2 { width:200px; margin:0px; padding:0px; text-align:left; float:left; position:relative; color:#FF66CC; }
/* 右側 */
#r_main1 { width:540px; margin-left:205px; padding:0px; text-align:left; line-height:150%; font-size:10px; color:#689FDC; }
#r_main2 { width:540px; margin-left:205px; padding:0px; text-align:left; line-height:150%; font-size:10px; color:#FF66CC; }

/* ﾒｲﾝﾒﾆｭｰ部 */
.menu1 { margin-bottom:5px; font-size:10px; line-height:120%; color:#689FDC; }
.menu2 { margin-bottom:5px; font-size:10px; line-height:120%; color:#FF66CC; }

.line { border-bottom:1px dotted #999999; padding:3px 0px; color:#666666; }
.mainTitle { text-align:center; margin-bottom:10px; padding:3px 0px; width:200px; border:1px solid #CCCCCC; color:#666666; }
.mainIndex { font-weight:bold; border-bottom:1px solid #999999; }
.to_top { margin:5px 0px 10px; text-align:right; }
.ttlBox { background-color:#808080; }

.sideL { width:265px; margin:0px 0px 0px 5px; padding:0px; float:left; }
.sideR {  margin:0px; }
.sideC { width:265px; margin:0px 0px 0px 5px; padding:0px; }

.fntClr_sky { color:#689FDC;}


.footer { width:540px; height:25px; text-align:center; border-top:1px solid #999999; font-size:10px; color:#666666; }
