@charset "utf-8";

/*
Yahoo UI Library Reset CSS
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*
Yahoo UI Library Fonts CSS
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
Yahoo UI Library BASE CSS
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:0 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}blockquote,ul,ol,dl{margin:0;}ol,ul,dl{margin-left:0;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:0;padding:0;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:0;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

/* common
----------------------------------------------------*/
html {
	width:100%;
}
body {
	background:#FFF;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
a {
	outline: medium none;
}
/* header
----------------------------------------------------*/
div#header_wrapper {
	background-color:#FFFFFF;
	width:100%;
	height:50px;
	overflow:hidden;
	position:relative;
	z-index:50;
	background:url(../images/head.png) repeat-x;
}
div#header_wrapper img {
	border:0;
}
div#header {
	width:950px;
	height:33px;
	margin:0 auto;
}
div#header_left {
	float:left;
	text-align:left;
}
div#header_right {
	float:right;
	text-align:right;
}
#goiken_support_box {
    float: right;
    padding-top: 13px;
    width: 140px;
}
.goiken_container {
    float: left;
}
#goiken {
    background: url("../images/goiken_black.gif") no-repeat scroll left top transparent;
    display: block;
    height: 9px;
    text-align: left;
    text-indent: -9999px;
    width: 47px;
}
.support_container {
    float: right;
    padding-right: 10px;
}
#support {
    background: url("../images/support_black.gif") no-repeat scroll left top transparent;
    display: block;
    height: 9px;
    text-align: left;
    text-indent: -9999px;
    width: 54px;
}
#footer {
	clear:both;
	padding-top:10px;
}
#footer ul#fnavi {
	overflow:hidden;
	text-align:center;
	clear:both;
	width:430px;
	margin:0 auto;
}
#footer ul#fnavi li{
	float:left;
	list-style-type:none;
	padding:0 10px;
}
.pt7 {
padding-top:7px !important;
}
p#copy {
	width:950px;
	clear:both;
	text-align:center;
	padding:10px 0 20px;
	margin:0 auto;
}