/* ▼body▼ */
body{
	background-color:#333;
	color: #111;
	text-align: left;
}

.all_box{
	width:950px;
	background-image: url(../img/main_bgi2.jpg);
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
}

.all_box_cp{
	background-image: url(../img/main_bgi3.jpg);
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
}

.w1350{
	width:1350px;
}

.w1170{
	width:1170px;
}
/* ▲body▲ */

/* ▼ヘッダー▼ */
#header{
	background-color:#000;
	height:50px;
}

#header ul.menu{
	list-style:none;
	padding-top:5px;
	padding-left:3px;
}

#header ul.menu li{
	display:inline;
	margin:0 0 5px 4px;
}
/* ▲ヘッダー▲ */

/* ▼メイン▼ */
#main{
	position:relative;
}

#main div.comment{
	width:950px;
	height:245px;
	background-image:url(../img/curve1.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:13px;
	line-height:1.6em;
	color:#fff;
	padding-top:20px;
}
/* ▲メイン▲ */

/* ▼カラートレンド▼ */
/*b_box*/
div.b_box{
	width:555px;
	margin-bottom:30px;
}

div.b_box div.b_box_left{
	float:left;
	width:125px;
}

div.b_box div.b_box_midd{
	float:left;
	width:285px;
	margin-left:10px;
	margin-top:25px;
}

div.b_box div.b_box_right{
	float:right;
	width:125px;
}

/*r_box1*/
div.r_box1{
	width:430px;
	margin:0 0 30px 30px;
	float:left;
}

div.r_box1 div.r_box1_left{
	float:left;
	width:125px;
}

div.r_box1 div.r_box1_midd{
	float:right;
	width:295px;
	margin-top:25px;
}

/*r_box2*/
div.r_box2{
	width:430px;
	margin:0 0 30px 30px;
	float:left;
}

div.r_box2 div.r_box2_left{
	float:left;
	width:295px;
	margin-top:25px;
}

div.r_box2 div.r_box2_midd{
	float:right;
	width:125px;
	margin-right:0px;
}

/*cc_box*/
#main div.cc_box{
	margin-top:25px;
}

#main div.cc_box_left{
	float:left;
	width:100px;
	height:100px;
	margin-right:7px;
	border:1px solid #666;
}

#main div.cc_box_right{
	float:left;
	font-size:small;
}

/*cc_box2*/
#main div.cc_box2{
	margin-top:25px;
}

#main div.cc_box2_left{
	float:left;
	width:175px;
	font-size:small;
	text-align:right;
}

#main div.cc_box2_right{
	float:right;
	width:100px;
	height:100px;
	border:1px solid #666;
}

.ml90{
	margin-left:90px;
}

.ml300{
	margin-left:300px;
}

.mr30{
	margin-right:30px;
}
/* ▲カラードレンド▲ */

/* ▼カラーパレット▼ */
/*cp_box_top*/
#main div.cp_box_top{
	float: left;
	width:70px;
	height:400px;
	margin:30px 0 0 20px;
	position:relative;
}

#main div.cp_box_top div.cc_box_tocol{
	top:80px;
	left:0px;
	position:absolute;
}

#main div.cp_box_top div.cc_box_jis{
	top:330px;
	left:0px;
	position:absolute;
}

/*cp_box*/
#main div.cp_box{
	float: left;
	width:185px;
	margin:30px 0 40px 20px;
}

#main div.cp_box_color{
	width:100px;
	height:100px;
	margin:10px 0;
	border:1px solid #666;
}

.mb20{
	margin-bottom:20px;
}
/* ▲カラーパレット▲ */

/* ▼フッター▼ */
#subfooter{
	width:950px;
	height:260px;
	background-image:url(../img/curve2.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#subfooter div.totop{
	width:15px;
	bottom:80px;
	right:30px;
	position:absolute;
}

#subfooter span.copy{
	width:205px;
	font-size:10px;
	line-height:1.5em;
	color:#999;
	bottom:30px;
	right:0px;
	position:absolute;
}

#footer{
	background-color:#000;
	height:40px;
}

#footer ul.menu{
	list-style:none;
	padding:5px 0;
	padding-left:3px;
}

#footer ul.menu li{
	display:inline;
	margin:0 0 0 4px;
}
/* ▲フッター▲ */