@charset "utf-8";

/* base
------------------------------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
	color:#fff;
	font-style: normal;
	font-size: 13px;
}


a         {text-decoration: none; color: #99ffff; }
a:link    {text-decoration: none; color: #99ffff; }
a:visited {text-decoration: none; color: #99ffff; }
a:hover   {text-decoration: underline; color: #99ffff; }
a:active  {text-decoration: underline; color: #99ffff; }

a img {
	border-style: none;
	border-width: 0;
	text-decoration: none;
}

ul, ol, dl {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
	line-height: 0px;
}

img {
	vertical-align: bottom;
}

a img {
	border:0 none;
	text-decoration:none;
}

/* base
------------------------------------------------------------ */

body{
	background-color: #333;
	text-align:center;
}

div#wrapper{
	margin:0 auto;
	background-color: #000;
	width:920px;
	text-align:left;
}

div#title{
	background:#000 url(../img/green.gif) right bottom repeat-x;
	height:413px;
}

div#book{
	padding:30px 0 0 5px;
	width:340px;
	float:left;
}

div#book img{
	margin-top:4px;
	margin-left:30px;
}

div#copy-navi{
	padding:50px 0 0 0;
	background:url(../img/bg_01.gif) right top no-repeat;
}

div#copy{
	height:226px;
}

div#copy img{
	margin-bottom:30px;
}

div#copy p{
	line-height:1.7;
}

div#navi a.buy img{
	margin:25px 1px 0 2px;
}

div#navi a.pdf img{
	margin-left:9px;
}

* html body div#navi a.pdf img{
	margin-left:11px;
}

div#navi img{
	vertical-align: middle;
}

div#detail{
	padding-bottom:50px;
	background:#000 url(../img/bg_02.gif) right top no-repeat;
}

div#detail p{
	padding-left:35px;
	margin-bottom:20px;
	line-height:1.7;
}

div#detail p.text img{
	margin-top:45px;
}

div#detail p.livebest{
	margin-bottom:0px;
}

div#detail p.line{
	padding-left:0px;
	margin:0;
}

div#detail p strong{
	color:#eeee00;
}

div#itunes{
	background:#000 url(../img/itunes.gif) center  no-repeat;
	text-align:center;
	padding:60px 120px 30px 120px;
	margin:20px 0 20px 0;
	line-height:1.8;
}

div#footer{
	margin-top:18px;
	text-align:center;
}


div#footer p.banner,
div#footer p.copyright{
	margin:0;
}

div#footer p.banner img{
	vertical-align: middle;
	margin:23px 10px 5px 10px;
}


div#footer p.copyright{
	color:#bdbe01;
	font-size:80%;
	line-height:1.4;
}