/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    text-align:center;
	background-color:#990000;
	background-image:url(../img/bk_image001.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:750px;
    margin:0px;
    text-align:left;
}
/* 左側の設定*/
#left{
    width:120px;
    float:left;
	margin:30px 0px 0px 0px;
    /*background-color:#FFAC99;*/
}

a.sample{
    display:block;
    background-color:#FFFFFF;
    padding:2px;
	margin:0px 0px 5px 0px;
    width:110px;
    border:solid 3px;
    border-color:#FFFFFF;
    text-decoration:none;
	filter:Alpha(opacity=60);
	color:#000000;
	text-align:center;
}
a:hover.sample{
    background-color:#FFFFFF;
	filter:Alpha(opacity=100);
	color:#000000;
	text-align:center;
}
a:active.sample{
    background-color:#FFFFFF;
    border-color:#FFFFFF;
	filter:Alpha(opacity=90);
	color:#000000;
	text-align:center;
}

/* 右側の設定*/
#right{
    width:625px;
    float:right;
	/*padding:50px 0px 0px 0px;
	/*margin:50px 0px 0px 0px;
    /*background-color:#CCCCFF;*/
}
/* フッターの設定*/
#foot{
    position:relative;
	text-align:center;
    width:100%;
    clear:both;
}
#foot1{
	text-align:center;
    width:301px;
}
#foot2{
	text-align:left;
	padding:10px;
	margin:-5px 0px -7px 0px;
	background-image:url(../img/image003.gif);
}
#copyright{
	color:#FFFFFF;
	font-weight:bold;
}
