@charset "utf-8";
@import url("common.css");
@import url("footer.css");
/* CSS Document */

/*indexページのみ*/
#container{
	width:830px;
	margin:0 auto;
	background:url(bg2.gif) repeat-y center top;
	height:100%;
    min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container-inner{
	background:url(bg_index.jpg) no-repeat center top;
	height:100%;
    min-height: 100%;
}

#flasharea{
	padding:0 15px;
	height:600px;
}


#bottomContents{
	background:url(bg_index2.gif) no-repeat center top;
	margin-bottom:15px;
}
#bottomContents2{
	background:url(bg_index3.gif) no-repeat center bottom;
	display:block;
	height:12px;
	clear:both;
}

/*QRコード部分*/
#bottomContents .qrcode{
	float:left;
	width:345px;
}
.qrcode div{
	position:relative;
	margin:0 0 0 35px;
	width:310px;

}
	
#bottomContents .qrcode h4{
	margin:20px 20px 5px 45px;
	border:none;
	padding:0;
	
}
.qrcode h5{
	margin:5px 10px 3px 135px;
	display:block;
}
.qrcode div p.qrcodeimage{
	position:absolute;
	margin:0px;
	padding:0;
	left:0px;
	top:0px;

	
}
.qrcode div ul{
	margin:0 0 0 0;
	position:absolute;
	top:31px;
	left:153px;
	_list-style:none;
	}
.qrcode li{
	margin-bottom:0.2em;
}
.qrcode ul span{
	color:#999;
}

/*更新履歴部分*/
#bottomContents .rssRireki{
	float:right;
	width:470px;
	font-size:12px;
}

#bottomContents .rssRireki h4{
	margin:20px 20px 5px 13px;
	border:none;
	padding:0;
}

.rireki{
	margin:0 55px 0 13px;
	list-style:none;
	line-height:110%;
}

.rireki li{
	margin-bottom:4px;
	padding:4px 0 4px 70px;
	border-bottom:1px dashed #999;
	text-indent:-70px;
}

.rireki span{
	background:#FDEBF3;
	padding:2px 4px;
	margin-right:10px;
}


/*------------------------------*/

#container-inner #header{
	height:192px;
	width:830px;
	position:relative;
}


/*  header  */
#header h1{
	position:absolute;
	top:103px;
	left:340px;

	}
#header p.cyberlink{
	position:absolute;
	top:7px;
	left:680px;
	text-align:right;
	margin:0;
	padding:0;
}
#topmenuContents{
	height:407px;
	margin:0;
	padding:0 30px;
}

