/*--------------------------------------------
main box
--------------------------------------------*/
#main {
	width: 740px;
	margin-left: 10px;
}

/*--------------------------------------------
header box
--------------------------------------------*/
#header {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	clear: both;
	height: 124px;
	width: 100%;
	margin-top: 20px;
	background-image: url(image_share/headerImage.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	overflow: hidden;
	text-indent: -9999px;
}

/*--------------------------------------------
submenu box
--------------------------------------------*/
#submenu {
	position: absolute;
	left: auto;
	top: 0px;
	right: auto;
	height: 20px;
	width: 730px;
	text-align: right;
	padding-right: 10px;
}

/*--------------------------------------------
footer box
--------------------------------------------*/
#footer {
	clear: both;
	height: 20px;
	text-align: right;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}

/*--------------------------------------------
menu box
--------------------------------------------*/
#menu {
	clear: both;
	height: 20px;
	width: 610px;
	padding-left: 130px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	margin-bottom: 2px;
	background-color: #CCCCCC;
	background-image: url(image_top/menuImage.jpg);
	background-repeat: no-repeat;
}

/*--------------------------------------------
index - bigImage box
--------------------------------------------*/
#bigImage {
	clear: both;
	height: 355px;
}

/*--------------------------------------------
index - news box
--------------------------------------------*/
#news {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	padding-bottom: 20px;
}

/*--------------------------------------------
index - links box
--------------------------------------------*/
#links {
	height: 70px;
	clear: both;
	padding-bottom: 20px;
}

/*--------------------------------------------
contents box
--------------------------------------------*/
.contents {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	padding-bottom: 20px;
	clear: both;
}

/*--------------------------------------------
contents wide box
--------------------------------------------*/
.contents_wide {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
	padding-bottom: 20px;
	clear: both;
}

/*--------------------------------------------
archive - bigImage_arc box
--------------------------------------------*/
#bigImage_arc {
	clear: both;
	height: 135px;
	background-image: url(image_archive/bigImage_archive.jpg);
	padding-top: 220px;
	background-repeat: no-repeat;
}

/*--------------------------------------------
material - bigImage_mate box
--------------------------------------------*/
#bigImage_mate {
	clear: both;
	height: 75px;
	background-image: url(image_material/topImage_material.jpg);
	padding-top: 280px;
	background-repeat: no-repeat;
}

/*--------------------------------------------
design - bigImage_desi box
--------------------------------------------*/
#bigImage_desi {
	clear: both;
	height: 75px;
	background-image: url(image_design/bigImage_design.jpg);
	padding-top: 280px;
	background-repeat: no-repeat;
}

/*--------------------------------------------
profile - smallImage_arc box
--------------------------------------------*/
#smallImage_prof {
	clear: both;
	height: 175px;
	background-image: url(image_profile/smallimage_prof.jpg);
}
.contents_wide .contents_table {
	padding-left: 120px;
}

