@charset "Shift_JIS";
/* *************************************************************** 
 *	共通設定
 * *************************************************************** */
* {
	margin: 0px;
	padding: 0px;
}
html {
	margin: 0px;
	padding: 0px;
}
body {
	color: #000000;
	text-align:left;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../img/header_line.gif) repeat-x left top;
	font: 14px/1.5 "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
}
table, div ,h1, h2, h3, h4, h5, h6, p, span, th, ul, li, address {
	border: 0;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	border:none;
	line-height: 0px;
}
br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}
a {
	color: #0089D0;
	text-decoration: none;
}
a:hover {
	color: #0089D0;
	text-decoration: underline;
}
a:active {
	color: #0089D0;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0089D0;
}
/*--画像リンクのフェード--*/
a.mouseOver:hover img {
	filter: alpha(Opacity=40);
	opacity: 0.60;
}

/*---------------------------------------------------------
    ヘッダ
--------------------------------------------------------- */
#header{
	width: 800px;
	margin: 0px auto;
	padding: 30px 0px 0px;
}
h1{
	float: left;
	width: 284px;
}
#hnavi{
	float: right;
	width: 264px;
}
#search{
	float: left;
	width: 264px;
	text-align: left;
	margin-top: 12px;
	overflow: hidden;
}
.search .google1{
	background: #D4D4D4;
	border: 1px solid #999999;
	width: 190px;
	padding: 5px 2px 3px 4px;
	margin: 3px 5px 0px 0px;
/*	position: absolute;*/
	color: #666666;
	float: left;
}
.search.google2{
	margin: 3px 5px 0px 0px;
	paddingt: 0px;
	float: left;
}

/*---------------------------------------------------------
    上グローバルメニュー
--------------------------------------------------------- */
#gnaviarea{
	background: #FFFFFF url(../img/menu_line.gif) repeat-x left top;
	width: 100%;
	clear: both;
}
#gnavi{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 46px;
}
#gnavi ul{
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}
#gnavi li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	float: left;
}
/*---------------------------------------------------------
    TOPフラッシュ
--------------------------------------------------------- */
#flasharea{
	background: #FFFFFF url(../img/fla_bg.gif) repeat-x left top;
	width: 100%;
	clear: both;
}
#flash{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/*---------------------------------------------------------
    TOPメイン
--------------------------------------------------------- */
#container{
	width: 800px;
	margin: 5px auto 20px;
	clear: both;
}
#calendar{
	width: 440px;
	float: left;
}
#infoarea{
	width: 330px;
	float: right;
}
#infoarea li{
	border-bottom: 1px solid #C1C1C1;
	list-style: none;
	padding: 10px 4px;
}



/*---------------------------------------------------------
  フッタ
--------------------------------------------------------- */
.pt{
	width: 800px;
	text-align: right;
	padding: 28px 0px 0px;
	clear: both;
	margin: 0px auto;
}
#footerarea{
	width: 100%;
	background: #454545;
	padding: 18px 0px 50px;
}
#footer{
	width: 800px;
	margin: 0px auto;
}
#footerleft{
	width: 220px;
	float: left;
}

address{
	width: 580px;
	float: right;
	font-size: 12px;
	line-height: 1.3;
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 50px;
}

