/* 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, #col_5 {
	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 {
	width: auto;
	height: 180px;
}
#col_1 {
	height: 270px;
}
#img_txt_2 {
	width: auto;
	height: 175px;
}
#col_2 {
	height: 265px;
}
#img_txt_3 {
	width: auto;
	height: 125px;
}
#col_3 {
	height: 215px;
}
#img_txt_4 {
	width: auto;
	height: 130px;
}
#col_4 {
	height: 255px;
}
#img_txt_5 {
	width: auto;
	height: 170px;
}
#col_5 {
	height: 255px;
}

/* === 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: 10px;
	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: 15px;
	color: #00F;
	/*color: #09F;*/
	font-weight: bold;
}
.frame_txt a:hover, .frame_txt a:focus  {
	text-decoration: underline;
}
