/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color:#DDD;
	line-height:150%;
	background-image:url(../images/back.jpg);
	/*background-repeat:repeat-y;*/
	/*	background-attachment:fixed; */
	background-attachment:scroll;
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center top;
}

.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

#header {
/*	width:100%; */
	width:900px;
	height:40px;
/*	background-image:url(../images/line.gif); */
	margin-top:0px;
	background-position:bottom;
	background-repeat:repeat-x;
}

#footer {
	width:100%;
/*	height:30px; */
	margin-bottom:20px;
	text-align:center;
	color:#999;
	font-size:10px;

}

/*
#ie6 #footer
{
	width: 100%;
	height: 70px;
	position: absolute;
	top: expression(document.documentElement.scrollTop + document.documentElement.clientHeight - offsetHeight);
	left: expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);
}
*/

h2 {
/*	width:100%; */
	width:1020px; 
	height:40px;
	margin:0px;
	padding:0px;
}

h3 {
	width:100%;
/*	height:120px; */
	margin:0px;
	padding:0px 0px 10px 0px;
}

h3#pagetitle {
	width:100%;
	/*	height:120px; */
	margin:0px;
	padding:0px 0px 10px 0px;
}

h4 {
	padding:0px 0px 5px 15px;
	margin:0px 0px 10px 0px;
	border-left:5px solid #0066cc;
	font-size:medium;
	background-image:url(../images/line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#FFF;
}

h5 {
	width:100%;
	margin: 0px auto;
	padding:0;
	color:#FFF;
	font-size:11px;
}r

.small {
	font-size:small;
}


#container {
	width:100%;
/*	height:100%; */
/*	padding-bottom:10px; */
	text-align:center;
	margin:0px;
	margin-top:400px;
/*	background-repeat:repeat-y; */
}


#contents {
	width:880px;
/*	border:#333 solid 1px; /*
/*	width:100%; */
	margin:auto;
	padding:0px;

}


.clear {
	clear:both;
}

.section{
/*	margin:0px 0px 20px 0px; */
	margin:0px 0px 10px 0px;
	padding:20px;
/*	background-image:url(../images/black.png);
	background-image:url(../images/pattern.gif);
	behavior: expression(IEPNGFIX.fix(this)); */
}

.cont{
	text-align:left;
	margin:10px 0 0 0;
}

.exp_cont{
	text-align:left;
	margin:0 0 10px 0;
}

.itunes_cont{
	text-align:left;
	margin:0 0 10px 0;
}

.mobile_cont{
	text-align:left;
	margin:0 0 10px 0;
}


.sub_title {
	margin-right:30px;
}


.jk{
	width:200px;
	border:#CCC solid 1px;
	float:left;
}

.jk_txt{
	padding-left:30px;
	font-size:15px;
	line-height:1.4em;
	float:left;
	width:605px;
}



.itunes_country{
	font-weight:bold;
	font-size:14px;
/*	font-weight:bold; */
}

.itunes_list{
	margin:20px 20px 0 20px;
}


.itunes_row_left{
	width:390px;
	float:left;
	margin-right:10px;
}

.itunes_row_right{
/*	width:390px; */
}


/*---------ここからアコーディオン-----------*/
/*.accordion .accordion_head {cursor:pointer;} */
.accordion_head_point {cursor:pointer;}
/*.accordion .accordion_head .img {cursor:pointer;} */
/*---------ここまで---------*/
/*---------ここからは装飾例---------*/

/*--------------*/
div.accordion .accordion_head,
div.accordion {
/*	width:580px; */
	padding:0px 0px 0px 0px;
}
.accordion_body {
	padding:10px 0 0 0;
}

div.accordion .accordion_head:hover {
/*    color:#FB2B75; */
	background:#f1f1f1;
}
/*--------------
#contents ul,
#contents ul li {
    list-style:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
/*--------------
#contents ul.accordion,
#contents ul.accordion li { width:270px; }
#contents ul.accordion .accordion_head {

	padding:5px;
	background:#f1f1f1;
}
#contents ul.accordion .accordion_head:hover {
	background:#FB2B75;
	color:#FFFFFF;
}
#contents ul.accordion ul .accordion_head {
    padding:3px 5px;
	background:#ffadd2;
}
/*--------------*/



.mobile_list{
	margin:20px 20px 0 20px;
}


.mobile_row_left{
	width:390px;
	float:left;
	margin-right:20px;
}

.mobile_row_right{
	width:390px;
	float:left;
}


.mobile_box{
	padding:10px;
/*	background-color:#333; */
	margin:0 0 15px 0;
	background-image:url(../images/pattern.gif);
	border:#333 solid 1px;
}

.mobile_co{
	font-weight:bold;
	font-size:14px;
	color:#FFF;
/*	font-weight:bold; */
}

.mobile_co_box{
	background-color:#000;
/*	padding:10px; */
	margin-bottom:10px;
}

.qr_code{
/*	border:#CCC solid 1px; */
	margin:5px;
}



a:link {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

a:active {
	color: #cc0000;
	text-decoration: underline;
}

a:visited {
	color:#990000;
	text-decoration: none;
}

.gototop {
	width:100%; 
	text-align:right;
	margin:20px 0 10px 0;
	behavior: expression(IEPNGFIX.fix(this));
	
}

.pageend_line{
	height:1px;
/*	background-image:url(../images/line.gif); */
	margin-bottom:30px;
}


ul {
	padding-left:0px;
	margin-left:20px;
}

.red {
	color:#FF0000;
}

.blue {
	color:#0000FF;
}
