@charset "shift_jis";

body {
	background-color: #FFCCCC;
	text-align:left;
	margin : 0 0;
	color: #663300;
	font-size:12px;
}
/*フッター*/
#foot{
    widht: 610px;
	height: auto;
	text-aligh: center;
	background-image: url("../img/bg1.gif");
	font-size: 10px;
}

/*リンク*/
a:link {
    color: #6699cc;
	text-decoration: none ;
}

a:hover {
    color: #66ffff;
	text-decoration: none ;
} 

a:visited {
    color: #993300;
	text-decoration: none;
}

/**/
table {
    font-size: 11px;
	color: #663300;
}

.aiken{
    font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	clip: rect(   );
	letter-spacing: normal;
	word-spacing: normal;
	margin-top: 0px}

/*あいけんぎゃらりい*/
#ga_body{
	background-image: url("../img/bg_check.gif");
	text-align:left;
	margin : 0 0;
	color: #333333;
	font-size:12px;
}
#gallery{
    width:700px;
    height:490px;
	text-align: center;
	margin: 20px auto;
	background-image: url("../gallery_album/img/top_back.jpg");
	background-repeat: no-repeat;
	font-size: 12px;
}

.album{
    font-size: 13px;
	color: #663300;
	line-height: 130%;
	margin-top: 50px;
}
.table{
    font-size: 13px;
	color: #663300;
	line-height: 130%;
}
/*リストのアクセント画像*/
li{
    list-style-image: url("../gallery_album/img/stamp.gif");
}

/*画像回り込み*/
.float_l{ float: left; margin-right: 0.5em;/*回り込みはじめ*/ }
.float_r{ float: right; margin-left: 0.5em;/*回り込みはじめ*/ }
.floatclear{ clear: both;/*回り込み終わり*/ }
