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

html{	
background: url(../img/bg.jpg);
	color: #333;
 }

/*body{	
background: url(../img/bg.jpg);
	color: #333;
 }*/

#contents{
	width: 834px;
	margin: 0 auto;
	border: 3px solid #ff85ff;
	border-top: none;
	background: url(../img/c_back.gif);
	padding-bottom: 7px;
	margin-bottom: 10px;
}

h1{
	background: url(../img/title.jpg) ;
	text-indent: -99999px;
	height: 300px;
	position: relative;
}

p#read{
	text-indent: -999999px;
	display: none;
}


/*whats'new Start ──────────────────────*/
#wnBox{
	position: absolute;
}
ul#wn{
	background: #fff;
	height: 85px;
	width: 545px;
	padding-left: 10px;
	padding-top: 5px;
	overflow: hidden;
	overflow-y: scroll;
	line-height: 160%;
	position: relative;
	top: -107px;
	left: 138px;
	/*IE6,IE7用ハック*/
	 /left:128px;
}
ul#wn li a,
ul#wn li a:visited{
	text-decoration: underline;
	color: #333;
}

/*whats'new End ──────────────────────*/

ul#trialBox{
	margin: 14px;
}

ul#trialBox li{
	float: left;
	margin: 7px 12px;
	/*IE6用ハック*/
	_margin: 0px;
	_padding: 7px 12px;
	width: 378px;
	height: 144px;
	background-repeat: no-repeat;
}

ul#trialBox li a {	
	width: 157px;
	height: 32px;
	display: block;
	position: relative;
	z-index: 100;
	top: 105px;
	left: 210px;
	text-indent: -99999px;
}


p#copyRight{
	width: 834px;
	margin: 0 auto;
	text-align: center;
	font-size: 80%;
	color: #ff4ea6;
}

p#copyRight a,
p#copyRight a:visited{
	color:#ff3399;
	font-weight: bold;
	text-decoration: underline;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#linkBtnAra{
	width: 360px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.linkBtnL{
	float: left;
}

.linkBtnR{
	float: right;
}
