@charset "utf-8";

/* 
------------------------------------------------------------
レイアウト
------------------------------------------------------------ */

html { 
    height: 100%; 
} 
body { 
    height: 100%; 
	text-align: center;
} 
#container { 
    position: relative;
    width: 810px; 
    height: 100%; 
    min-height: 100%;
	margin: 0 auto;
    background: url("../img/shadow.gif") repeat-y top center;
} 
body > #container { 
    height: auto;  
}
#wrapper {
    width: 800px; 
    _height:100%;
    margin: 0 auto;
	background-color: #FFFFFF;
}
*:first-child+html #wrapper {
    /* height:100%; */
}

/* 
ヘッダ
------------------------------------------------------------ */

#header {
    width: 800px;
}
#logo {
    display: inline;
    float: left;
	margin: 10px 0 10px 10px;
}
#header-right {
    float: right;
	margin: 10px 10px 10px 0;
}
h1 {
    width: 410px;
	height: 22px;
	border-bottom: 1px solid #666666;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	line-height: 22px;

}
#top {
    clear: both;
}

/* 
コンテンツ
------------------------------------------------------------ */

#content {
    width: 800px;
    margin: 0 auto;
	text-align: left;
/*    padding-bottom: 50px; */
} 
	
/* 
メイン
------------------------------------------------------------ */

#main {
    float: right;
    width: 555px;
	padding-top: 15px; 
	padding-right: 15px;
}
	
/* 
サイドバー
------------------------------------------------------------ */

#side {
    float: right;
    width: 200px;
	padding-top: 15px;
	padding-right: 15px;
}

/* 
フッタ
------------------------------------------------------------ */
#footer {
    clear: both;
	/* position: absolute;
	bottom: 0;
	left: 15px; */
	width: 800px;
	height: 50px;
	text-align: center; 
}
.footer_menu {
	height: 25px;
}
.footer_menu li {
	float:left;
}
address {
	height: 25px;
	background-color: #C2DA69;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 25px;
}
	
