
/*======================================

	1-1.BackGround

=======================================*/
#layer1 {
	background-position: center top;
}
 



/*======================================

	1-2.Frame

=======================================*/
#header {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
#main {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	position: relative;
}
 



/*======================================

	2-1.HeaderBlock

=======================================*/
.header_main_block {
	width: 920px;
	height: 60px;
	position: relative;
	text-align: left;
}


.header_main_block .logo_block {
	width: 142px;
	height: 23px;
	position: absolute;
	top: 30px;
	overflow: hidden;
	}
	.header_main_block .logo_block a.image {
		background: url(/templates/block/header_main/image/logo.gif);
	}


.header_main_block .menu_block {
	position: absolute;
	top: 35px;
	right: 0px;
	}
	.header_main_block  .menu_block ul li {
		float:left;
		margin-left: 20px;
		}
		.header_main_block  .menu_block ul li.menu1 {
			width:118px;
			height: 17px;
			overflow: hidden;
			position: relative;
			}
			.header_main_block  li.menu1 a.image {
				background-image: url(/templates/block/header_main/image/menu1.gif);
				}
			.header_main_block  li.menu1 a:hover.image {
				background-position: bottom left;
				}
		.header_main_block  .menu_block ul li.menu2 {
			width:118px;
			height: 17px;
			overflow: hidden;
			position: relative;
			}
			.header_main_block  li.menu2 a.image {
				background-image: url(/templates/block/header_main/image/menu2.gif);
				}
			.header_main_block  li.menu2 a:hover.image {
				background-position: bottom left;
				}
		.header_main_block  .menu_block ul li.menu3 {
			width: 164px;
			height: 17px;
			overflow: hidden;
			position: relative;
			}
			.header_main_block  li.menu3 a.image {
				background-image: url(/templates/block/header_main/image/menu3.gif);
				}
			.header_main_block  li.menu3 a:hover.image {
				background-position: bottom left;
				}
		.header_main_block  .menu_block ul li.menu4 {
			width:86px;
			height: 17px;
			overflow: hidden;
			position: relative;
			}
			.header_main_block  li.menu4 a.image {
				background-image: url(/templates/block/header_main/image/menu4.gif);
				}
			.header_main_block  li.menu4 a:hover.image {
				background-position: bottom left;
				}
		.header_main_block  .menu_block ul li.menu5 {
			width:76px;
			height: 17px;
			overflow: hidden;
			position: relative;
			}
			.header_main_block  li.menu5 a.image {
				background-image: url(/templates/block/header_main/image/menu5.gif);
				}
			.header_main_block  li.menu5 a:hover.image {
				background-position: bottom left;
				}  



/*======================================

	2-2.leftMenuBlock

=======================================*/
.concept_img_block {
	width: 299px;
	margin-top: 100px;
	margin-left: 100px;
	}
	.concept_img_block .graph {
		width: 249px;
		height: 381px;
		position: relative;
		}
		.concept_img_block .graph .graph_img {
			background: url(/templates/block/concept_img/image/graph1.jpg) no-repeat;
			}  
.graphic_block {
	width: 201px;
	height: 151px;
	position: absolute;
	bottom:0px;
	}
	.graphic_block .back_img {
		background: url(/templates/block/graphic/image/back_image1.gif) no-repeat;
		background-position: bottom left;
		}  



/*======================================

	2-3.contentBlock

=======================================*/
.concept_block {
	text-align: left;
	width: 420px;
	margin-top: 100px;
	margin-bottom: 200px;
	}
	.concept_block .title {
		width: 213px;
		height: 74px;
		position: relative;
		}
		.concept_block .title .title_img {
			background: url(/templates/block/concept/image/title1.gif) no-repeat;
			}
	.concept_block .text {
		margin-left: 10px;
		margin-top: 20px;
		}
	.concept_block .note {
		margin-left: 10px;
		margin-top: 20px;
		padding-left: 20px;
		background: url(/templates/block/concept/image/icon1.gif) no-repeat;
		font-size: 77%;
		}  
.blog_banner_block {
	height: 60px;
	width: 234px;
	position:absolute;
	bottom: 15px;
	right: 15px;
}  



/*======================================

	2-4.rightMenuBlock

=======================================*/



/*======================================

	2-5.footerBlock

=======================================*/
.copyright {
	color: #ccc;
}  