@charset "UTF-8";
/* CSS Document */


/* -----initialize----- */

* {
	margin:0;
	padding:0;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size:12px;
	line-height:1.8;
	color: #333333;
	letter-spacing:1px;
}


a {
color:#333333;
text-decoration: underline;
}

a:hover {
color:#CC0066;
text-decoration:none;
}

.clear {
clear:both;
}

.clearfix:after {  
    content: ".";  
     display: block;       
	 visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
     line-height: 0;  
   clear: both;  
 }
 
 .clearfix {
 display: inline-block;
 }
 
.alt {
text-decoration:none;
font-size:0px;
text-indent:-9999px;
 }
 
.alt a{
text-decoration:none;
font-size:0px;
 }

/* -----font-size----- */

.f9 { font-size:77%; }
.f10 { font-size:85%; }
.f11 { font-size:93%; }
.f12 { font-size:100%; }
.f13 { font-size:108%; }
.f14 { font-size:116%; }
.f15 { font-size:123.1%; }
.f16 { font-size:131%; }
.f17 { font-size:138.5%; }
.f18 { font-size:146.5%; }
.f19 { font-size:153.9%; }
.f20 { font-size:161.6%; }
.f21 { font-size:167%; }
.f22 { font-size:174%; }
.f23 { font-size:182%; }
.f24 { font-size:189%; }
.f25 { font-size:197%; }

/* -----font-color----- */

.blue {color:#3a86a8;}
.white {color:#FFFFFF;}
.grey {color:#333333;}
.orange{color:#FF6600;}
.black {color:#333333;}
.boisen {color:#CC0066;}


/* -----body----- */

body {
background:url(../img/common/body_bg.gif) top center repeat;
}

/* ----- firefox ----- */
html  {
	overflow-y:scroll;
}


/* -----center ----- */

div#wrapper {
text-align:center;
margin:0;
background:url(../img/common/bg.gif) top center repeat-y;


}

div#container {
	width:920px;
	
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	
	
}

div#container_inner {
position:relative;
left:-3px;
width:920px;
background-color:#FFFFFF;
font-size:0px;
}



/* -----header ----- */

div#header {
width:920px;
height:238px;
background:url(../img/common/header_bg2.jpg) top left no-repeat;
}

div.boysen_logo {
display:block;
width:280px; height:65px;
position:absolute;
top:20px; left:25px;
}

div.boysen_logo h1 a {
display:block;
width:280px; height:65px;
}

div.main_navi {
display:block;
height:22px; width:298px;
position:absolute;
top:23px; left:354px;
background:url(../img/common/mainnavi.gif) left top no-repeat;
}

ul.mainnavi_ul {
list-style:none;
height:22px;
}

ul.mainnavi_ul li {
display:inline;
}

li.mainnavi01 a{
display:block;
position:absolute;
width:147px;
height:22px;
top:0px;
left:0px;


}

li.mainnavi01 a:hover{
background:url(../img/common/mainnavi.gif) no-repeat;
background-position:0px -21px;
}

li.mainnavi02 a{
display:block;
position:absolute;
width:82px;
height:22px;
top:0px;
left:147px;


}

li.mainnavi02 a:hover{
background:url(../img/common/mainnavi.gif) no-repeat;
background-position:-147px -22px;
}

li.mainnavi03 a{
display:block;
position:absolute;
width:69px;
height:22px;
top:0px;
left:229px;


}

li.mainnavi03 a:hover{
background:url(../img/common/mainnavi.gif) no-repeat;
background-position:-229px -22px;
}

div.special_area {
position:absolute;
top:0px;
left:307px;
width:149px;
height:23px;
background:url(../img/common/specialcontents.gif) top left no-repeat;

}

div.special_area a {
display:block;
position:absolute;
top:0; left:0;
width:149px; height:22px;
}

div.special_area a:hover {
background:url(../img/common/specialcontents.gif) no-repeat;
background-position:0px -23px;
}


div.bourbon_headlinkarea {
position:absolute;
top:13px; left:817px;
width:97px; height:43px;
background:url(../img/common/bourbon_link.gif) left top no-repeat;
}

div.bourbon_headlinkarea a{
display:block;
position:absolute;
width:97px;
height:43px;
top:0px;
left:0px;


}

div.bourbon_headlinkarea a:hover{
background:url(../img/common/bourbon_link.gif) no-repeat;
background-position:0px -43px;
}

div.campaign_area {
	position:absolute;
	top:128px;
	left:749px;
	width:159px;
	height:62px;
	display:block;

}

div.campaign_area a{
width:159px;
height:62px;
display:block;
background:url(../img/common/campaign_b.jpg) no-repeat;
}

div.campaign_area a:hover{
background-position:0 -62px;
}


/* -----footer----- */

div#footer {
width:920px; height:90px;
position:relative;
background-color:#FFFFFF;
background:url(../img/common/footer_bg.gif) bottom left no-repeat;
border-top:#CCCCCC solid 1px;
}

img.footer_bourbon_logo {
position:absolute;
top:15px; left:642px;
}

div.footer_linkarea {
position:absolute;
top:72px;
height:20px;
left:640px;
width:280px;
color:#FFFFFF;
}

div.footer_linkarea a {
font-size:inherit;
color:#FFFFFF;
text-decoration:none;
}

div.footer_linkarea a:hover {
font-size:inherit;
color:#FFFFFF;
text-decoration:underline;
}


/* -----IE7 ----- */
*:first-child+html div.footer_linkarea {
position:absolute;
top:70px;
height:20px;
left:620px;
width:300px;
color:#FFFFFF;
}