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


/* === PICTURE_FRAME === */
#picture_frame {
	width: 1000px;
	height: auto;
}

/* === MAIN_CONTAINER === */
#main_container {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}


/* === FRAMEs === */
#col_1, #col_2, #col_3, #col_4 {
	width: 935px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px; 
	text-align: center;
}



/* === IMG_TXT === */
#img_txt_1, #img_txt_2, #img_txt_3, #img_txt_4 {
	width: auto;
}

#img_txt_1 {
	height: 205px;
}
#col_1 {
	height: 305px;
}
#img_txt_2 {
	height: 155px;
}
#col_2 {
	height: 240px;
}
#img_txt_3 {
	height: 160px;
}
#col_3 {
	height: 250px;
}
#img_txt_4 {
	height: 100px;
}
#col_4 {
	height: 200px;
}

/* === FRAMEs === */
.frame {
	width: 1000px;
	height: 200px;
}

.frame_1 {
	width: 210px;
	height: auto;
}
.frame_2 {
	width: 715px;
	height: auto;
	float: left;
	margin-left: 10px;
}

/* FRAME_TIT */
.frame_tit {
	text-align: center;
}

/* FRAME_IMG */
.frame_img {
	width: 210px;
	margin-top: 10px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* FRAME_TXT */
.frame_txt {
	width: auto;
	margin-top: 20px;
	float: left;
}
.frame_txt p {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: justify;
}
.frame_txt a {
	font-size: 14px;
	color: #00F;
	text-align: right;
}
.frame_txt a:hover, .frame_txt a:focus  {
	text-decoration: underline;
}
