@charset "euc-jp";

/* --------------------------------*/
/*          共通             */
/* --------------------------------*/

html{height:100%;}

body{
	height:100%;
	background:#FFFFFF url(/images/bg1.gif) top repeat-x;
	text-align:center;
	margin:0;
	padding:0;
	font-size:100%;
	color:#333333;
}

p{
	font-size: 83%;
	line-height: 140%;
	padding:0;
	margin:0;
}

dl,ul{
	margin:0;
	padding:0;
}
ul { font-size: 83%; }
ul ul { font-size: 100%; }

ol{
	margin:0;
	padding:0;
	padding-left:1.9em;
}
.smaltxt{
	font-size:100%;
	font-size:66%;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	line-height:1;
}

/* floatclear */

.clearFix:after
	{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

.clearFix
	{
	display:inline-block;	/* IE7 */
	}

/* Hides from IE-mac \*/

* html .clearFix
	{
	height:1%;
	}
.clearFix
	{
	display:block;
	}

/**/

img {

	border: 0px;
}


/* --------------------------------*/
/*          リンク設定           */
/* --------------------------------*/

a:link{color:#ff1800;	text-decoration:underline;}
a:visited{color:#ff1800;	text-decoration:underline;}
a:hover{color:#ff1800;	text-decoration:none;}




/* --------------------------------*/
/*          ヘッダー               */
/* --------------------------------*/

#header{
	background:url(/images/h-bg1.gif) top left no-repeat;
	height:73px;
	width:740px;
	margin: 0 auto;
}
#header #hbox{
	width:686px;
	margin-top: 0;
	margin-right: 23px;
	margin-bottom: 0;
	margin-left: 21px;
}
#header #hbox h1.logo1{
	float:right;
	width:170px;
	margin-top:9px;
	display:block;
	text-align:left;
}

#header #hbox h1.logo1 a{
	width:155px;
	height:49px;
	display:block;
	line-height:1;
	text-indent:-9999px;
	background:url(/images/h-logo1.gif) left top no-repeat;
	overflow:hidden;
	
}
#header #hbox .logo2{
	float:left;
	text-align:left;
	width:66px;
	padding-top: 9px;
	display: block;
	margin-right: 19px;
}

#header ul.navi{
	width:404px;
	height:60px;
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
}


#header ul.navi li{
	width:202px;
	height:60px;
	float:left;
	display:block;

}
#header ul.navi li a{
	display:block;
	width:202px;
	height:60px;
	background:url(/images/h-navi.gif) no-repeat;
}

#header ul.navi li#navi1 a{background-position:0 0 ;}
#header ul.navi li#navi2 a{background-position:-202px 0;}
#header ul.navi li#navi1 a:hover{background-position:0 -60px ;}
#header ul.navi li#navi2 a:hover{background-position:-202px -60px;}
#header ul.navi li#navi1 strong a{background-position:0 -60px ;}
#header ul.navi li#navi2 strong a{background-position:-202px -60px;}

/* --------------------------------*/

/*          フッター               */

/* --------------------------------*/

#footer{
	background:#FFF url(/images/footerbg1.gif) top repeat-x;
	text-align:center;
	width: 100%;
	padding-bottom:70px;
}
#footer #footerbox{
	margin:0 auto;
	width:730px;
	background: none;
}
#footer #footerbox ul{
	list-style:none;
	margin:0;
	padding:0;
}

#footer #footerbox #lefttxt{
	width:530px;
	float:left;
	text-align:left;
	padding-top:14px;
}
#footer #footerbox #lefttxt p{
	margin-bottom:10px;
}
#footer #footerbox #lefttxt p.bline{
	border-bottom:#b7c7a2 1px solid;
	padding-bottom:5px;
}
#footer #footerbox #rightlg{
	float:right;
	width: 200px;
}
#footer #footerbox #rightlg img{
	float:right;
	margin-left:8px;
	margin-bottom:3px;
}
#footer #footerbox #rightlg .logo2{
	border: 2px solid #F00;
}
#footer #footerbox #rightlg p{
	text-align:right;
	width: 100px;
	float: left;
}
#footerbox a:link{color:#333333;	text-decoration:none;}
#footerbox a:visited{color:#333333;	text-decoration:none;}
#footerbox a:hover{color:#333333;	text-decoration:underline;}

