
/*---------header---------*/
#header_v2 .new {
    background: none;
}

div#header {
	margin: 0 auto;
background-color: #000000;
	clear: both;
	height: 81px;
	padding: 0;
	position: relative;
	border: none;
	width: 960px;
	font-family: "Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W4","Osaka","‚l‚r ƒSƒVƒbƒN",sans-serif;
}
div#header .logo {
    float: left;
    margin: 0;
}
div#header div.light {
    float: right;
    margin: 10px 10px 0 0;
    width: 300px;
}
div#header h1 {
	border: none;
}
div#header .main_txt {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    text-align: right;
}
div#header .mail {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bolder;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-align: right;
}
div#header .mail a:link{
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

div#header .mail a:visited{
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}

div#header .mail a:hover{
	color: #fe000a;
	font-style: normal;
	text-decoration: underline;
}

div#header .mail img {
    vertical-align: top;
    border-width: 0;
}
hr.clear {
    clear: both;
    height: 0;
    margin: 0;
    visibility: hidden;
}

div#menulist {
    background-image: url("/used/template/fs-company/img/img_menu_bg.gif");
    background-repeat: repeat;
    height: 38px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
	width: 960px;
}
div#menulist ul {
    clear: both;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 666px;
}
div#menulist ul li {
    float: left;
    height: 38px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*---------header/ end---------*/

/*---------footer---------*/

div#footer {
	background-color: #000000;
	clear: both;
	height: 40px;
	margin: 20px auto 0;
	padding: 0 5px 5px;
	border: none;
	font-family: "Hiragino Kaku Gothic Pro","ƒqƒ‰ƒMƒmŠpƒS Pro W4","Osaka","‚l‚r ƒSƒVƒbƒN",sans-serif;
	width: 960px;
}
p#copyright {
    color: #FFFFFF;
    float: right;
    margin: 5px 0 10px 0;
    font-size: 12px;
}
/*---------footer/ end---------*/

.mb20{margin-bottom: 20px;}
