@charset "UTF-8";

/*------------------------------------------------------------------------------
	BeeSystem - Global Layout & General Class
	URL: http://www.fc-sosft.jp/
	Date: 2008-00-00
	Copyright (C) BeeSystem Company All Rights Reserved.
------------------------------------------------------------------------------*/

/*	Global Layout
----------------------------------------------------*/

div#container{
	width:800px;
	margin:0 auto;
	text-align:left;
	}

ul#skipNav{
	position:absolute;
	overflow:hidden;
	height:0;
	width:0;
	}

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

div#header{
	position:relative;
	padding-bottom:325px;
	}

div#header h1#logo,
div#header p#logo{
	position:absolute;
	width:210px;
	height:85px;
	top:0;
	left:auto;
	background-color: #fff;
	background-repeat: no-repeat;
	}

div#header h1#logo a,
div#header p#logo a{
	display:block;
	width:210px;
	height:85px;
	}

div#header h1#logo img,
div#header p#logo img{
	width:210px;
	height:85px;
	margin:0px;
	}

div#header h1#tel{
	position:absolute;
	width:236px;
	height:70px;
	top:10px;
	left:564px;
	}

div#header p#tagline{
	position:absolute;
	overflow:hidden;
	top:5px;
	left:250px;
	width:547px;
	height:12px;
	font-size:x-small;
	text-align:right;
	}

/* navigation
----------------------------------------------------*/

div#header dl#globalNav{
	position:absolute;
	top:87px;
	left:1px;
	width:800px;
	height:54px;
	}

div#header dl#img{
	position:absolute;
	top:140px;
	left:0px;
	width:800px;
	height:188px;
	}

div#header dl#globalNav dt,
div#footer dl#assistNav dt{
	position:absolute;
	overflow:hidden;
	width:0;
	height:0;
	}

div#header dl#globalNav dd ul li{
	display:inline;
	float:left;
	}

/* main
----------------------------------------------------*/

div#main{
	float:right;
	width:590px;
	background-image: url(../img/main-bg_btm.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
div#main *{
	line-height:normal;
}

div#main p#pan{
	padding:20px 0 10px 25px;
	font-size: x-small;
	background-image: url(../img/main-bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

div#main div.section{
	position:relative;
	background-image: url(../img/main-bg_mid.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 20px;
	padding-right: 20px;
	}

div#main div#memo{
	display:block;
	padding:0 20px 0 20px;
	margin: 20px 0 20px 0;
	list-style-type: disc;
	}


/* main #itemMenu
----------------------------------------------------*/

div#main div#itemMenu{
	width:550px;
	height:35px;
	display:block;
	margin-top: 20px;
	}

div#main dl#Menu{
	position:absolute;
	width:550px;
	height:35px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8c8c8c;
	}

div#main dl#Menu dt{
	position:absolute;
	overflow:hidden;
	width:0;
	height:0;
	}

div#main dl#Menu dd ul li{
	display:inline;
	float:left;
	}


/* sub
----------------------------------------------------*/

div#sub{
	float:left;
	width:210px;
	}

div#sub div.section{
	}

/* category navigation
----------------------------------------------------*/

div#sub div#categoryNav{
	margin-bottom: 10px;
	background-image: url(../img/sub-bg_btm.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

div#sub div#categoryNav h2{
	padding-top:20px;
	background-image: url(../img/sub-bg_top1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 10px;
	}

div#sub div#categoryNav ul{
	margin:0px 0 10px;
	background-image: url(../img/sub-bg_mid.gif);
	}

div#sub div#categoryNav ul li{
	display:block;
	min-height:22px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8c8c8c;
	height: auto;
    }
	
div#sub div#categoryNav ul li a{
	display:block;
	min-height:22px;
	text-decoration:none;
	background:
		url(../img/local/bg_localnav.gif)
		no-repeat 0 0.8em;
	margin-left: 10px;
	padding:10px 10PX 10px 20px;
	}

div#sub div#categoryNav ul li a:visited{
    color:#333;
	}

div#sub div#categoryNav ul li a:hover{
	color:#0f80be;
	background:
		url(../img/local/bg_localnav_o.gif)
		no-repeat 0 0.8em;
	}

/* banner
----------------------------------------------------*/

div#sub div#banner ul li{
	padding-bottom: 5px;
	}

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

div#footer{
	clear:both;
	width:800px;
	border-top:10px solid #fff;
	border-bottom:10px solid #fff;
	}

div#footer dl#assistNav dd ul{
	padding:15px 0;
	text-align:center;
	background:
		url(../img/back_footer.gif)
		repeat-x #fff;
	}

div#footer dl#assistNav dd ul li{
	display:inline;
	padding-left:1em;
	background:
		url(../img/bg_assist.gif)
		no-repeat 0.3em 0;
	zoom:1;
	}

div#footer dl#assistNav dd ul li.firstChild{background:none;}

div#footer address{
	padding:0.5em;
	color:#fff;
	font-size:83%;
	font-family:
		Arial,
		Helvetica,
		sans-serif;
	text-align:center;
	background-color: #8c8c8c;
	}

/*	general class
----------------------------------------------------*/

.section{
	clear:both;
	}

.goback{
	clear:both;
	width:550px;
	text-align:right;
	height: 30px;
	}

