/* header */

#top_logo{
	width:912px;
	height:30px;
	padding:10px 0;
	border-bottom:2px #666 solid;
}

#top_logo #logo{
	float:left;
}

#top_logo p{
	float:right;
	padding-top:10px;
}

/**************************/

.clf{
	zoom: 100%;	/*IE7 clearfix */
}

.clf:after{   	/* clearfix */
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}

/**************************/


/* 全体 */

div#main_flame{
	width:912px;
	height:auto;
}

.hidden{
	display:none;
}


img{
	border:none;
}

/*タイトル*/

div#title{
	background:url(../img/main.jpg) no-repeat;
	width:912px;
	height:220px;
	position:relative;
}

/* タイトル文字位置 */

div#title h1 p#title01{position:absolute; top:25px; left:248px;}
div#title h2 p#title02{position:absolute; top:92px; left:290px;}

h1 span,h2 span{display:none}



/* layout */

div.func_area{width:912px; margin:30px auto 10px auto; clear:both;}

/*右要素*/
div#func_01{
	width:426px;
	height:365px;
	background:url(../img/h_bg01.jpg) no-repeat;
	float:right;
	position:relative;
}


/*左要素*/
div#func_02{
	width:426px;
	height:365px;
	background:url(../img/h_bg01.jpg) no-repeat;
	float:left;
	position:relative;
}

/*各func内の細かい画像の位置などの設定*/

div#main_flame h3 span{
	display:none;
}

/*h3と各OS種類のモバイル画像位置*/
div#main_flame h3 img{position:absolute; top:20px; left:20px;}
div#main_flame p.mobile{position:absolute;top:20px; left:251px;}
div#main_flame p.detail_btn{position:absolute; top:183px; left:90px;}

/*ストアリンク－それぞれバッチ位置調整が必要*/
div#func_01 p.store{position:absolute; top:296px;left:90px;}
div#func_02 p.store{position:absolute; top:291px;left:95px;}



/**************************/
P#map_copyright{ text-align:right; font-size:90%; padding:1em;}



