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


div#smartphone_body{
	width:950px;
}
div#smartphone_body_header{
	background-image:url(../images/smartphone_body_header.png);
	width:950px;
	height:68px;
}
div#smartphone_body_header h2{
	font-size:20px;
	padding-top:10px;
	text-align: center;
}

div#smartphone_body_product{
	background-repeat : repeat-y;
	background-image:url(../images/smartphone_body.png);
	padding-left:;
}

div#smartphone_link{
	width:850px;
	height:200px;
	padding: 0.5em 1em;
	margin-left:2em;
	margin-right:2em;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #f4f3f1;
    border: solid 3px #000000;/*線*/
    border-radius: 10px;/*角の丸み*/
	
}


div#smartphone_body_footer{
	background-image:url(../images/smartphone_body_footer.png);
	width:950px;
	height:93px;
}


/* 枠を指定*/
div.frame{
	padding-left:20px;
	padding-right:20px;
	width:910px;
	float:left;
}

div.frame_450px{
	float:left;
	width:450px;
}





