﻿/* box1 */
.tab_1_1 {
	padding: 0px 5px 5px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #c9def2;
	border-right-color: #90bde7;
	background-color: #fbfbfb;
}
.box1
{
	padding: 0px 5px 0px 5px;
	background-color: #fbfbfb;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	color: #333333;
}
.boxright1
{
	padding: 0px 0px 0px 0px;
	background-color: #fbfbfb;
	border-right: 1px solid #f6f6f6;
	color: #333333;
}
.boxright2
{
	padding: 0px 0px 0px 0px;
	background-color: #fbfbfb;
	border-right: 1px solid #f1f1f1;
	color: #333333;
}

.box1_rt, .box1_rb{
	display:block;
	width:100%;
	margin-left:0px;
	margin-right:0px;
}

.box1_rt {
	margin-top: 0px;
}

.box1_rb {
	margin-bottom: 0px;
}

.box1_rt *,.box1_rb *{
	height: 1px;
	overflow: hidden;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	display:block;
	background-color: #fbfbfb;
}

.box1_r1{
	margin: 0 5px;
	background-color:#e0e0e0;
}

.box1_r2{
	margin: 0 3px;
	border-width:0px 2px;
}

.box1_r3{
	margin: 0 2px;
}

.box1_r4{
	margin: 0 1px;
	height: 2px;
}

/* box2 */
.box2
{
	padding: 0px;
	background-color: #FAE0AB;
	border-left: 1px solid #FAE0AB;
	border-right: 1px solid #FAE0AB;
}

.box2_rt, .box2_rb{
	display:block;
	width:100%;
	margin-left:0px;
	margin-right:0px;
}

.box2_rt {
	margin-top: 0px;
}

.box2_rb {
	margin-bottom: 0px;
}

.box2_rt *,.box2_rb *{
	height: 1px;
	overflow: hidden;
	border-left: 1px solid #FAE0AB;
	border-right: 1px solid #FAE0AB;
	display:block;
	background-color: #FAE0AB;
}

.box2_r1{
	margin: 0 5px;
	background-color:#FAE0AB;
}

.box2_r2{
	margin: 0 3px;
	border-width:0px 2px;
}

.box2_r3{
	margin: 0 2px;
}

.box2_r4{
	margin: 0 1px;
	height: 2px;
}
