﻿/* layout */

.layout_header
{
	background-image: url('../image/global/layout_header_1_25.jpg');
	background-repeat: repeat-x;
	height: 25px;
	min-width: 900px;
}

.layout_01
{
	margin: 0 auto;
	margin-top: 10px;
	width: 900px;
}

.layout_02
{
    float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	width: 870px;
}

.layout_03_header
{
	background-image: url('../image/news/news_header_01b_900_15.jpg');
	background-repeat: no-repeat;
    float: left;
    height: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	width: 870px;
}

.layout_03_body
{
	background-image: url('../image/news/news_body_01b_900_01.jpg');
	background-repeat: repeat-y;
    float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	width: 870px;
}

.layout_03_footer
{
	background-image: url('../image/news/news_footer_01b_900_15.jpg');
	background-repeat: no-repeat;
    float: left;
    height: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	width: 870px;
}

/* background */

.background_container
{
    float: left;
    padding-top: 15px;
    width: 900px;
}

.background_top {
	background-image: url('../image/global/background_top_900_10.jpg');
	background-repeat: no-repeat;
	height: 10px;
	width: 900px;
}

.baclground_body 
{
    float: left;
	background-image: url('../image/global/background_900_1.jpg');
	background-repeat: repeat-y;
	width: 900px;
}

.background_bottom 
{
    float: left;
	background-image: url('../image/global/background_bottom_900_20.jpg');
	background-repeat: no-repeat;
	height: 20px;
	width: 900px;
}