@charset "utf-8";
/* CSS Document */
@import "css/layout.css";
@import "css/common.css";
@import "css/contents.css";


/* header start */
p.DefaultH1{
	font-size: 10px;
	padding: 6px;
}

.header_txt {
	background: #501c00;
	margin: 0px;
	padding: 0px;
}

.header_txt h1 {
    font-size: 8px;
    color: #fbfaee;
    font-weight: normal;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}

.header_txt em {
    font-size: 8px;
    color: #fbfaee;
    font-weight: normal;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}
strong {
    font-weight: normal;
}

#header p.logo_top a {
	width: 170px;
	height: 105px;
	text-indent: -9999px;
	background: url(img/header_logo_top.gif) no-repeat;
	float: left;
}
/* header end */