@charset "utf-8";

@import url(../template2/template.css);
@import url(../parts/header-menu/header-menu1/header-menu.css);
@import url(../parts/navigation/navigation1/navigation.css);
@import url(../parts/aside-menu/aside-menu1/aside-menu.css);
@import url(../parts/footer/footer1/footer.css);

@import url(../parts/section-box/section-box1/section-box.css);
@import url(../parts/message-list/message-list1/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/button3/button.css);
@import url(../parts/page/page1/page.css);
 
html{
	background:url(bg1.png);
}

body{
	height:auto;
	background:url(bg2.png) top center repeat-y;
}

#header{
	background:url(header.png) repeat-x;
}

#header > tbody > tr > td:first-child {
	vertical-align:bottom;
}

#header > tbody > tr > td:first-child table td{
	width:100%;
	height:80px;
}

#header > tbody > tr > td:first-child+td table tr:first-child td{
	padding-top:18px;
}

#header > tbody > tr > td:first-child+td table tr:first-child + tr td{
	padding-bottom:8px;
}

.template-color{
	color:#186aff;
}

.navigation-num{
	font-size:100px;
}

.aside-menu-num{
	font-size:100px;
}
