@charset "utf-8";

@import url(../template2/template.css);
@import url(../parts/header-menu/header-menu3/header-menu.css);
@import url(../parts/navigation/navigation4/navigation.css);
@import url(../parts/aside-menu/aside-menu4/aside-menu.css);
@import url(../parts/footer/footer4/footer.css);

@import url(../parts/section-box/section-box4/section-box.css);
@import url(../parts/message-list/message-list2/message-list.css);
@import url(../parts/form-field/form-field1/form-field.css);

@import url(../parts/block-box/block-box.css);
@import url(../parts/block/block.css);

@import url(../parts/button/button2/button.css);
@import url(../parts/page/page2/page.css);

html{
	background:#f8fbfb;
}

body{
	background:url(bg.png) repeat-x;
}

#header{
	height:100px;
}

#header > tbody > tr > td:first-child {
	vertical-align:bottom;
}

#header > tbody > tr > td:first-child+td {
	*padding-bottom:10px;
}

#header > tbody > tr > td:first-child table td{
	width:100%;
	height:93px;
}

#header > tbody > tr > td:first-child+td table tr:first-child td{
	padding-bottom:5px;
}

#header > tbody > tr > td:first-child+td table tr:first-child + tr td{
	padding-bottom:18px;
	*padding-bottom:10px;
}

#header_pic {
	margin-top:10px;
}
/*
#header_pic img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
*/
#middle {
	background-color:transparent;
}

#aside {
	padding-left:0px;
}

#section {
	padding-right:0px;
}

#home-block {
	padding-left:0px;
	padding-right:0px;
}

.template-color{
	color:#2fa2bb;
}

.navigation-num{
	font-size:400px;
}

.aside-menu-num{
	font-size:400px;
}
