*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #F6F6F6;
}

/* フレーム */
div.wrap{
	border-color:#ACACAC;
	width: 750px;
	margin: 20px 20px;
	padding: 5px;
	border-width:1px;
	border-style:solid;
}
div.inner
{
}
div.header{
	padding: 5px;
	text-align:left;
	line-height: 160%;
	font-size: 15px;
}
div.footer{
	padding: 5px;
	text-align:right;
	line-height: 160%;
	font-size: 15px;
}

/* レイアウト */
div.clear{
	clear: both;
}  
div.clear hr{
	display: none;
}  
div.main_title{
	padding: 6px 12px;
	border-style:solid;
	border-width:1px 6px;
	background-color: #FFFFFF;
	border-color:#CCCCCC;
	font-size: 15px;
}
div.main_text{
	padding: 0px 10px;
	font-size: 12px;
}

/* テーブル */
table.main{
	text-align: left;
}
td.standard{
	vertical-align: top;
}
td.main_left{
	background-color: #BFB66C;
	width: 80px;
	vertical-align: top;
}
td.main_center{
	background-color: #EFEFB6;
	width: 638px;
	padding: 10px;
	line-height: 110%;
	vertical-align: top;
}
td.main_right{
	background-color: #DCA620;
	padding: 10px;
	width: 22px;
	text-align: right;
	vertical-align: top;
}

/* 文字 */
h1{
    font-size: 12px;
	font-weight: normal;
}
h2{
    font-size: 15px;
	font-weight: bold;
}

font.small{
    font-size: 12px;
}
font.must{
    font-size: 12px;
    color: #FF0000;
}

/* リンク */
a{
	color: #606c30;
	text-decoration: none;
	border-bottom: none;
	padding-bottom: 1px;
}
a:hover{
	text-decoration: none;
	border-bottom: 1px solid #606c30;
	padding-bottom: 0px;
}

/* リスト */
li{
	list-style:none;
	margin-top: 0.2em;
}  
img.menu{
	vertical-align: bottom;
}  

img{
	border-style:none;
}
a.img_a{
	border-bottom: none;
	padding-bottom: 0px;
}
a:hover.img_a{
	border-bottom: none;
	padding-bottom: 0px;
}
