@charset "utf-8";
body,
#headbox1 *,
#headbox2 *,
/* 20090929makino #smoothmenu1 *,*/
#footer *
{
	margin:0;
	padding:0;
}

body
{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
/*	background:#f2f2f2 url(../img/common/bg00.gif) repeat-x;*/
}

img
{
	border:none;
}

#headbox1,
#headbox2,
#gnavi,
#outline
{
	margin:0 auto;
	width:900px;
}

#headbox1
{
	padding-top:9px;
	height:15px;
	background:#0f1e34;
	text-align:right;
	padding-bottom: 1px;
}

#headbox1 a:link,
#headbox1 a:visited,
#headbox1 a:hover,
#headbox1 a:active
{
	text-decoration:none;
	color:#fff;
	background:url(../img/common/arrow1.gif) no-repeat center left;
	padding-left:14px;
	margin-right:25px;
}

#headbox2,
#logo,
#hb2_boxR
{
	height:45px;
}

#headbox2
{
	background:url(../img/common/bg01.gif);
}

#logo
{
	width:410px;
	float:left;
}

#hb2_boxR
{
	width:490px;
	float:right;
}

#fcbox,
#searchbox
{
	padding-top:16px;
}
#fcbox
{
	padding-left:48px;
	width:188px;
	height:23px;
	float:left;
}
#searchbox
{
	padding-right:17px;
	width:229px;
	height:23px;
	float:right;
}
#search
{
	width:90px;
	font-size:10px;
	border:solid 1px #E87F72;
}
#search_keyword_box
{
	width:100px;
	background:#f2f2f2;
}
#outline
{
	background:#fff;
}

#news
{
	border-collapse:collapse;
	border:none;
	margin-bottom:2em;
}
#news caption
{
	padding-top:35px;
	padding-bottom:5px;
}

#news td,
#news th
{
	padding:5px 0;
	vertical-align:middle;
}

#news th
{
	text-align:left;
	font-weight:normal;
	width:75px;
}
#news a:link,
#news a:visited,
#news a:hover,
#news a:active
{
	text-decoration:none;
	color:#000;
}
#news td a:link,
#news td a:visited,
#news td a:hover,
#news td a:active
{
	background:url(../img/common/dot.gif) no-repeat center left;
	padding-left:15px;
	color:#000;
}



#footer
{
	clear:both;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active,
#copyright
{
	color:#2A3B6D;
	text-decoration:none;
}
#ft_l,
#ft_r
{
	background:#EFF2F7;
	margin-top:1em;
	padding:5px 0;
}
#ft_l
{
	float:left;
	width:635px;
	padding-left:15px;
}
#ft_r
{
	text-align:right;
	float:right;
	width:235px;
	padding-right:15px;
}
#footer address
{
	clear:both;
	font-style:normal;
	padding:1em 15px;
}
#copyright_box,
#copyright
{
height:125px;
}
#copyright_box
{
background:#EAEAEA;
}
#copyright
{
background:#f2f2f2;
padding:0 15px;
width:870px;
margin:0 auto;
}

/*フロートクリア*/
.clear-both {
	clear: both;
	float: none;
}

/*ページトップ*/
.ptop {
	text-align: right;
	margin-bottom: 40px;
	padding-right: 20px;

}

/*ie6透過*/
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}

