/* レイアウトの設定*/
body{
    margin:0px 0px 5px 0px;
    padding:0px;
    text-align:center;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:top center;
}
h1 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height:110%;
	}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:750px;
    margin:0px;
    text-align:left;
}
/* 左側の設定*/
#left{
    width:120px;
    float:left;
	margin:0px;
    /*background-color:#FFAC99;*/
}

a.sample{
    display:block;
    background-color:#FFFFFF;
    padding:2px;
	margin:0px 0px 5px 0px;
    width:110px;
    border:solid 2px;
    border-color:#AFCE84;
    text-decoration:none;
	color:#000000;
	text-align:center;
}
a:hover.sample{
    background-color:#990000;
	color:#FFFFFF;
	text-align:center;
}
a:active.sample{
    background-color:#990000;
    border-color:#AFCE84;
	color:#FFFFFF;
	text-align:center;
}

/* 右側の設定*/
#right{
    width:625px;
    float:right;
	margin:5px 0px 0px 0px;
}

/* Menu */
ul.menu_top{
    width:100%;
    margin-top:5px;
    font-size:12px;
    padding-left:0;
    margin-left:0;
}

ul.menu_top li{
    list-style:none;
	background-color:#FFFFFF;

    width:130px;
	height:20px;
    float:left;
	text-align:center;
    border-width:1px;
    border-color:#FFEEDB;
    border-style:ridge;
}
a.menu_top02{
    display:block;
    background-color:#FFFFFF;
    text-decoration:none;
	width:130px;
    height:20px;
	padding:3px 10px;
	color:#000000;
	text-align:center;
}
a:hover.menu_top02{
    background-color:#eaeaea;
	color:#ff0000;
	text-align:left;
}
a:active.menu_top02{
    background-color:#eaeaea;
	color:#ff0000;
	text-align:left;
}

#foot{
    position:relative;
	text-align:center;
    width:100%;
    clear:both;
}
/* ラッパーの設定*/
#f_wrap{
    position:relative;
    width:750px;
    margin:0px;
    text-align:left;
}
/* 左側の設定*/
#f_left{
    width:100px;
    float:left;
	margin:0px;
	margin:20px 0px 0px 0px;
    /*background-color:#FFAC99;*/
}
/* 右側の設定*/
#f_right{
    width:645px;
    float:right;
}