body {
	margin: 0px;
	background-image: url("../img/bg_all.gif");
}

a { text-decoration: underline}

a:link { text-decoration:underline; }

a:visited { color: #663366}

a:hover { color:#CC0000; text-decoration:underline; }

a:active {
	text-decoration: underline;
}

p {
	margin:0px;
}

img {
	border-style:none;

}

.white {
	color:#ffffff;
}

.red {
	color:#ff0000;
}

.d_gray {
	color:#333333;
}

.d_blue {
	color:#000033;
}

.bg_white {
	background-color:#FFFFFF;
}

.bg_orange {
	background-color:#ff6600;
}

.bg_red {
	background-color:#ff0000;
}

.fsz1 {
	font-size:10px;
	line-height: 12px;
}

.fsz2 {
	font-size:12px;
}

.fsz3 {
	font-size:14px;
}

.fsz4 {
	font-size:16px;
}

.fsz5 {
	font-size:18px;
}

.b {
	font-weight:bold;
}

.l14 {
	line-height:14px;
}

.l16 {
	line-height:16px;
}


.bg_menu {
	width:229px;
	height:1400px;
	background-image:url(../img/bg_menu.gif);
	text-align:center;
}

/*ガードアイランドボタン
------------------------------------------------------------------------------ */
ul#menu{
    list-style:none;
    width:100%;
	padding-left:0;
    margin-left:10px;

}
ul#menu li{
    list-style:none;
    float:left;
    width:210px;
}
ul#menu a{
    display:block;
    width:210px;
    height:42px;
    text-indent:-100px;
    overflow:hidden;
}

a.gid{
	background-image:url(../img/btn_gourdisland.gif);
}
a:hover.gid{
	background-position:0px -42px;
}
