﻿@import url('reset.css');
html{
	height: 100%;
	background: #d2cbbf;
}
body{
	background-position: 0% 0%;
	height: 100px;
	background-repeat: no-repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #3d3d3d;
	padding-top: 50px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b6ab9c), to(#d2cbbf));
	background-color: #d2cbbf;
	background-repeat: repeat;
	background-attachment: scroll;
}
p{
	font-size: 12px;
	line-height: 17px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
.clear{
	clear: both;
}

a:hover{
	color: #3D3D3D;
}
#page-wrap{
	width: 864px;
	position:relative;
	background-color: #fff;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	height: 2250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


header{
	height: 70px;
}
#logo{
	float: left;
	width: 240px;
	padding-left: 10px;
}
#logo a{
	width: 210px;
	height: 68px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	display: block;
}

.banner{
	background-repeat:no-repeat;
	margin-left:-20px;
	width:905px;
	margin-bottom: 10px;
	top: 30px;
}
#banner-large{
	background-image:url("../images/banner.png");	
	height:287px;
}
#iphone{
	background-image:url("../images/iphone.png");
	background-repeat:no-repeat;
	height:448px;
	position:absolute;
	right:34px;
	top:60px;
	width:220px;
}
#banner-large #banner-text p{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	left:40px;
	line-height:30px;
	position:relative;
	top:55px;
	width:365px;
	text-shadow: 1px 2px 1px #000;
}


/*--------pagetop STYLE FOR CONTENT----------*/
#main-content{
	float:left;
	margin-right:18px;
	width:593px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.col-content{
	width: 264px;
	float: left;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 10;
}
.col-content h2{
	font-size: 16px;
	margin-bottom: 15px;
}
#main-content a{
	text-decoration: underline;
	color: #788788;
	position:relative;
}
#main-content a:hover{
	top: 1px;
	color: #3D3D3D;	
}
#left-content{
	border-right:1px solid #B9B9B9;
	margin-right:22px;
}
#right-content{
	padding-right: 0px;
}


#right-content2{
	padding-right: 0px;
}

.col-content2 h2{
	font-size: 16px;
	margin-bottom: 15px;
}

.col-content2{
	width: 326px;
	float: right;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30;
	padding-left: 10;
	margin-right: 10px;
}

.btn2 {
	text-align:right;
	float:right;
	width:auto;
	height:20px;
    background-image:url("../images/topa.png");
	background-repeat: no-repeat;	
}

.btn2 .current_list_item a,.btn2 a:hover{
	text-align:right;
	float:right;
	width:auto;
	height:20px;
    background-image:url("../images/topb.png");
	background-repeat: no-repeat;	
}


/*-----FOOTER STYLES-----*/
footer{
	color:#3e3a2f;
	margin:0 auto 20px;
	padding:15px 0;
	position:relative;
	text-align:center;
	width:902px;
}
footer p{
	font-size: 12px !important;
}
footer a{
	color: #3e3a2f;
	text-decoration: underline;
    padding: 1px;
}
footer a:hover{
	background-color: #b9a9ae;
	color: #fff;
	text-decoration: none;
}

/*--------app page style-------------*/
#sidebar-reviews4{
	width:auto
	height:auto
	text-align: center;
	float:left;
	margin-top:0px;
	position:relative;
}

.reviews4{
	background-color: #F4F4FA;
	position:relative;
	font-size: 12px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	width: auto;
	height: auto;
}


.reviews4 p{
	font-size: 12px;
}
.reviews4 a{
	color: #3D3D3D;	
	
}
.reviews4 span{	
	color: #788788;
	font-weight:bold;
	display: block;
}

/*---sample box--*/

.box p {
	padding:10px 0;
}
.box {
	width:164px;
	float:left;
}
.box1 {
	padding-left:30px;
	padding-bottom: 25px;
	padding-top: 20px;
	padding-right: 0px;
	height: 440px;
}

.box img {
	border:0;
}
.btn {
	text-align:right;
	float:left;
	width:auto;
	height:20px;
	padding-left: 5px;
	padding-top: 8px;
}



/*-------FOOTER STYLES-----*/
footer{
	color:#3e3a2f;
	margin:0 auto 20px;
	padding:15px 0;
	position:relative;
	text-align:center;
	width:902px;
}
footer p{
	font-size: 12px !important;
}
footer a{
	color: #3e3a2f;
	text-decoration: underline;
	padding: 1px;
}
footer a:hover{
	background-color: #a09c9d;
	color: #fff;
	text-decoration: none;
}

/*-----box moji  STYLES FOR PAGE------------*/

#mainContent{
	height: 850px;
	padding-top: 10px;
	padding-right: inherit;
	padding-bottom: 20px;
	padding-left: inherit;

}

.moji {
	padding-top: 10px;
	padding-bottom:10px;
	float:left;
	width:163px;
	padding-left: 5px;
	padding-right: 10px;
	height: 110px;
	line-height: 15px;
	
}
