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

#container{
	width:830px;
	margin:0 auto;
	background:url(bg2a.gif) repeat-y center top;
    min-height: 100%;
	/*height: auto !important;
	height: 100%;*/

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

#container-inner2{
	background:url(bg_content_h1.png) no-repeat center top;
    min-height:100%;
}
* html #container-inner{
	height:100%;
}
* html #container{
	height:100%;
}
* html #container-inner2{
	height:100%;
}

/*  header  タイトル+サイバーリンク*/
#container-inner #header{
	height:98px;
}

#container-inner #header h1{
	padding:7px 0 0 180px;	
}
#container-inner #header p.cyberlink{
	text-align:right;
	margin:-80px 15px 0 0;
}

#container-inner #header a:hover,
#container-inner #header a:active{
	background-color:transparent;
}

/*  contents部分  */
#contents{
	padding:0 25px;
}

#menuBox{
	float:left;
	width:175px;
	}
/*#menuBox中身---＞　menuBox.css*/

.entryBox{
	float:right;
	width:580px;
	padding-top:20px;
	padding-bottom:20px;
	
}

/*メッセージ*/
.entry_message{
	width:560px;
}

.date{
	text-align:right;
	margin:2px 20px 20px 20px;
}
.entry_message .date{
	margin-bottom:3px;
}
.entry_message img{
}

/*ダウンロード系*/
.entry{	
	background: url(entry_bg.png) repeat-y center top;
	width:560px;
	position:relative;
}

.entry_top{	
	background: url(entry_bg_top.png) no-repeat center top;
	height:10px;
	display:block;
}
.entry_bottom{	
	background: url(entry_bg_bottom.png) no-repeat center bottom;
	display:block;
	padding-bottom:10px;
}
.download_thumImage{

	}
.download_thumImage li{
	font-weight:bold;


}
.download_thumImage a img{
	padding-top:5px;

}
.download_thumImage2{
}
.download_thumImage2 a img{
	width:110px;
	padding:5px;
}
.download{
	list-style:none;
	position:absolute;
	width:120px;
	left: 401px;
	top: 70px;
}
.download dt,
.download dd{
	margin-bottom:3px;
}
/*iphoneアプリ用リンクボタン*/
.link_iTunes a{
	background-image:url(icon_itunes.gif) ;
	background-repeat:no-repeat;
	width:200px;
	height:35px;
	display:block;
	text-indent:-9999px;
	margin:0 auto;
}


.link_iTunes a:link,
.link_iTunes a:visited{
	background-position:center top;
}
.link_iTunes a:hover,
.link_iTunes a:active{
	background-position:center bottom;
}
/*バージョンアップ履歴*/
.verinfo{
	margin:10px 30px 1.5em 30px;
}
.verinfo dt{
	border-bottom:1px dashed #ED76A5;
	padding:2px 5px;
	margin:0px 15px 3px 15px;

}
.verinfo dd{
	margin:0 15px 5px 30px;
	padding-left:20px;
	background:url(list_img02.gif) no-repeat left center;
	
}

/*囲みケイdiv div.entry 内*/
div.kakomi{
	margin:10px 30px;
	border:2px dashed #FC6;
}

/*PrevJumpNextナビゲーション*/
.PJN_Menu_waku{
	text-align:center;
	display:block;
	color:#999;
	font-weight:bold;
}


/*サイバーショップリンクボタン*/
.link_cybershop a{
	background-image:url(icon_cybershop.gif) ;
	background-repeat:no-repeat;
	width:200px;
	height:35px;
	display:block;
	text-indent:-9999px;
	margin:0 auto;
}


.link_cybershop a:link,
.link_cybershop a:visited{
	background-position:center top;
}
.link_cybershop a:hover,
.link_cybershop a:active{
	background-position:center bottom;
}
