/* CSS Document */



body{
	color:#000000;
	}
a{
	color:#CD96CD;
	}
a:hover{
	color:#FFFACD;
	}





*{ margin:0; padding:0;}
img{ border:0;}

div{
	margin:auto;
	}

/*■フォントサイズ調整*/
body {
    font-size: 13px; /* モダンブラウザ */
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
}
li{
	font-size:12px;
	*font-size:90%;
	*font:80%;
	}

body{
	text-align:center;
	}



.CNT{ text-align:center;}
.R{ text-align:right;}
.L{ text-align:left;}






/**レイアウト**/
#bg{
	width:800px;
	text-align:left;
	}
#container{
	margin:0 11px 0 10px;
	}
#head{
	background:url(image/tpl/bg_head.jpg) no-repeat left;
	height:70px;
	zoom:100%;
	margin:0 0 20px 0;
	}
#head h1{
	float:left;
	width:520px;
	margin:20px 0 0 10px;
	}
#head h1{
	text-decoration:none;
	color:#FFFFFF;
	font-size:25px;
	font-weight:normal;
	text-decoration:none;
	}
#head div#right{
	float:left;
	width:228px;
	}
#head div#right p{
	color:#FFFFFF;
	margin:4px 20px 8px 20px;
	font-size:12px;
	line-height:16px;
	}

#contents{
	clear:left;
	}

#g_menu{
	float:left;
	width:163px;
	}
#g_menu ul{
	list-style-type:none;
	margin:0 0 0 0;
	}
#g_menu ul li{
	margin:8px 0 0 0;
	}
#g_menu ul li a{
	background:url(image/tpl/bg_menu.jpg) no-repeat;
	width:150px;
	height:34px;
	line-height:34px;
	font-size:12px;
	background-color:#ffffff;
	color:#ffffff;
	display:block;
	text-indent:15px;
	text-decoration:none;
	}
#g_menu ul li a:hover{
	background:url(image/tpl/bg_menu_on.jpg) no-repeat;
	text-decoration:none;
	}

#presenthtml {
	color: #FF1493;
	}
#main{
	float:left;
	margin:10px 0 10px 12px;
	width:590px;
	}
#main h2{
	font-size:14px;
	}
#main h3{
	font-size:18px;
	}
#main table,td{
	font-size:14px;
	}

img.imgb{
	border:1px solid #bb66ff;
	}

