﻿/*
img_frame1
-----------------------------------------------------------------------------------------*/
.img_frame_1_01
{
	background-image: url('img_frame_1/01.png');
}

.img_frame_1_02
{
	background-image: url('img_frame_1/02.png');
}

.img_frame_1_03
{
	background-image: url('img_frame_1/03.png');
}

.img_frame_1_04
{
	background-image: url('img_frame_1/04.png');
}

.img_frame_1_05
{
	background-image: url('img_frame_1/05.png');
}

.img_frame_1_06
{
	background-image: url('img_frame_1/06.png');
}

.img_frame_1_07
{
	background-image: url('img_frame_1/07.png');
}

.img_frame_1_08
{
	background-image: url('img_frame_1/08.png');
}

.img_frame_1_09
{
	background-image: url('img_frame_1/09.png');
}

/*
img_frame2
-----------------------------------------------------------------------------------------*/
.img_frame_2_01
{
	background-image: url('img_frame_2/01.png');
}

.img_frame_2_02
{
	background-image: url('img_frame_2/02.png');
}

.img_frame_2_03
{
	background-image: url('img_frame_2/03.png');
}

.img_frame_2_04
{
	background-image: url('img_frame_2/04.png');
}

.img_frame_2_05
{
	background-image: url('img_frame_2/05.png');
}

.img_frame_2_06
{
	background-image: url('img_frame_2/06.png');
}

.img_frame_2_07
{
	background-image: url('img_frame_2/07.png');
}

.img_frame_2_08
{
	background-image: url('img_frame_2/08.png');
}

.img_frame_2_09
{
	background-image: url('img_frame_2/09.png');
}

/*
img_frame3
-----------------------------------------------------------------------------------------*/
.img_frame_3_01
{
	background-image: url('img_frame_3/01.png');
}

.img_frame_3_02
{
	background-image: url('img_frame_3/02.png');
}

.img_frame_3_03
{
	background-image: url('img_frame_3/03.png');
}

.img_frame_3_04
{
	background-image: url('img_frame_3/04.png');
}

.img_frame_3_05
{
	background-image: url('img_frame_3/05.png');
}

.img_frame_3_06
{
	background-image: url('img_frame_3/06.png');
}

.img_frame_3_07
{
	background-image: url('img_frame_3/07.png');
}

.img_frame_3_08
{
	background-image: url('img_frame_3/08.png');
}

.img_frame_3_09
{
	background-image: url('img_frame_3/09.png');
}

/*
img_frameX common
-----------------------------------------------------------------------------------------*/
.img_frame_1_02, .img_frame_1_08,
.img_frame_2_02, .img_frame_2_08,
.img_frame_3_02, .img_frame_3_08
{
	background-repeat: repeat-x;
	width:auto;
}

.img_frame_1_04, .img_frame_1_06,
.img_frame_2_04, .img_frame_2_06,
.img_frame_3_04, .img_frame_3_06
{
	background-repeat: repeat-y;
	height:auto;
}

.img_frame_1_01, .fram1_03, .img_frame_1_07, .img_frame_1_09,
.img_frame_2_01, .fram2_03, .img_frame_2_07, .img_frame_2_09,
.img_frame_3_01, .fram3_03, .img_frame_3_07, .img_frame_3_09
{
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
}

.img_frame_1_05,
.img_frame_2_05,
.img_frame_3_05
{
	width: auto;
	height: auto;
	background-repeat: repeat;
	text-align: left;
	vertical-align: top;
}

/*
region_1
-----------------------------------------------------------------------------------------*/
.region_1, .region_1_opened
{
	padding: 2px;
	border: 1px solid #C0C0C0;
	overflow: hidden;
}

.region_1 > .region_close_button, .region_1_opened > .region_close_button,
.region_1 > .region_open_button, .region_1_opened > .region_open_button
{
	width:10px;
	height:10px;
	float:left;
	cursor:pointer;
}

.region_1 > .region_close_button, .region_1_opened > .region_close_button
{
	background-image: url('region_1/02.png');
}

.region_1 > .region_open_button, .region_1_opened > .region_open_button
{
	background-image: url('region_1/01.png');
}

.region_1 > .title, .region_1_opened > .title
{
	border: 1px dashed #C0C0C0;
	float: left;
	background-color: #F2FBFB;
}

.region_1 > .content, .region_1_opened > .content
{
	clear: left;
	float: left;
	padding-left: 16px;
}
