@charset "UTF-8";
/* CSS Document */


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../complete%08/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../complete%08/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../complete%08/bubble.gif) no-repeat bottom;
}

/*---------- bubble tooltip -----------*/



body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
.oneColFixCtr #container {
	width: 790px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-bottom: 30px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}

#title{
	margin-top:15px;
	text-indent:-9999px;
	background:url(img/title.gif) no-repeat;
	width:454px;
	height:84px;
}

#mainContent{
	background:url(img/photo.jpg) top center no-repeat;
	width:750px;
}

#bodycopy{
	width:480px;
	font-size:14px;
	margin:35px 0;
	line-height:1.7;
	color:#4D4D4D;
}

.teika{
	font-size:14px;
	float:left;
}

.btnbuy{
	float:right
}

#feature{
	text-indent:-9999px;
	background:url(img/feature.gif) no-repeat;
	width:161px;
	height:30px;
	margin:35px 0;
}

.issuediv{
	width:350px;
	float:left;
	margin-bottom:15px;
	height: 65px;
	;
}

.issueimg{
	float:left;
}


.issuetitle{
	font-size:12px;
	font-weight:bold;
}

.issuetext{
	float:left;
	margin:0 15px;
	width:200px;
}
