/* CSS Document */

/*------------------------------------
ヘッダー
------------------------------------*/

#header{
/* 全体で780px */
width:778px;
height:90px;

background:url(../images/header_bg.jpg) no-repeat;
background-color:#FFFFFF;


}

#header .poivrire
{
	width:186px; 
	height:77px; 
	margin-left:20px;
	margin-top:7px; 
	float:left;
	_width:206px;
	_height:84px; 
}

#header .headerRight
{
	width:350px;
	height:90px; 
	float:right;
}

#header .btn
{
width:550px;
height:77px;
margin-left:189px;
_width:739px;
}

#header .sample
{
width:200px;
height:39px;
margin-left:100px;
background-color:#0099FF;
}

#header .#btn .#cafe
{
width:151px;
height:39px;
margin-left:186px;
background-color:#99CC00;
}



#header .overline
{
width:529px;
height:2px;
background:url(../images/header_red_line.jpg);

}
#header .spice
{
margin-left:529px;
width:251px;
background-color:#0000FF;

}

#header .btnBox
{
width:350px;
height:39px;
margin-top:34px;
_height:39px;

}

#header .info
{
	width:150px;
	margin:5px 0px 0px 0px;
	color:#FFFFFF;
	vertical-align:top;
	/*font-size:75%;*/
	text-align:center;
	margin-left:auto;
	margin-right:0;
	font-family:ＭＳゴシック;
	font-size:12px;
	text-align:center;

}

/*---------------------------------------
フッター
----------------------------------------*/

#footer
{
clear: both;
width:778px;
height:90px;
/*margin-top:30px;
padding-top:6px;*/
padding:6px 0 6px 0;
background:url(../images/footer_bg_red.jpg);


}

#footer .footerNavi
{
	/*font-size:75%;*/
	color:#FFFFFF;
	width:300px;
	
	padding-top:4px;
	height:25px;
	float:left;
	text-align:left;
	margin-left:30px;
	_margin-left:10px;
}

.footerNavi .access
{

height:15px;
float:left;
}

.footerNavi .staff
{
	height:15px;
	margin-left:20px;
	float:left;
} 

#footer .underSpace
{
	/*font-size:70%;*/
	color:#FFFFFF;
	height:10px;
	margin-top:30px;
	float:right;
	font-size:11px;
}

#footer .copyright
{
	width:300px;
	/*margin:10px 100px 10px 10px;*/
	/*background-color:#0000FF;*/
	
	padding:47px 0px 0px 140px;
	_margin-right:5px;
	
}

#textSpace
{
width:770px;
padding:60px;
background-color:#0000FF;
}

a { 
color:#343434;
text-decoration: none; 
border-bottom: 2px;
text-decoration:underline;
text-underline-position:auto-pos;
} 

a:hover{

color:#d80010;

}
#footer a
{
color:#FFFFFF;
text-decoration:none;

}

#footer a:hover{

text-decoration:none;

}


.cl{
	clear:both;
}

