/* CSS Document */

/* PNG対策*/
img {
behavior:url('js/fx-iepngfix.htc');
border:0px;
}

body{
	color: #666666;
}

body {
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0097C5;
	text-decoration: underline;
}
a:active {
	color: #0097C5;
	text-decoration: none;
}


/*ヘッダー部分*/
#header{
		width:840px;
		height:47px;
		padding-top:25px;
		padding-bottom:5px;
		margin-left: auto;
		margin-right: auto;
		position:relative;
		}
.logo{
		width:229px;
		heigt:47px;
		position:absolute;
		left:10px; 
		bottom:5px;
		}


#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
}

#navigation li{
	margin:0;
	padding:0;
	position: absolute;
	top: 50px;
	height:20px;
	text-indent:-9999px;
	display : inline;	
}

/*マウスアウト時*/
#navigation li#nav_01{
	left:451px;
	width:42px;
	background-image: url(images/menu_01.gif);
	background-repeat: no-repeat;
}
#navigation li#nav_02{
	left:493px;
	width:64px;
	background-image: url(images/menu_02.gif);
	background-repeat: no-repeat;
}
#navigation li#nav_03{
	left:557px;
	width:79px;
	background-image: url(images/menu_03.gif);
	background-repeat: no-repeat;
}
#navigation li#nav_04{
	left:637px;
	width:66px;
	background-image: url(images/menu_04.gif);
	background-repeat: no-repeat;
}
#navigation li#nav_05{
	left:703px;
	width:68px;
	background-image: url(images/menu_05.gif);
	background-repeat: no-repeat;
}
#navigation li#nav_06{
	left:771px;
	width:59px;
	background-image: url(images/menu_06.gif);
	background-repeat: no-repeat;
}


#navigation li a{
text-decoration: none;
display:block;
height:20px;
}

/*マウスオーバー時*/
#navigation li#nav_01 a:hover{
	left:520px;
	width:42px;
	background-image: url(images/menu_over_01.gif);
	background-repeat: no-repeat;
}
#navigation li#nav_02 a:hover{
	left:557px;
	width:64px;
	background-image: url(images/menu_over_02.gif);
	background-repeat: no-repeat;
}
#navigation li#nav_03 a:hover{
	left:621px;
	width:79px;
	background-image: url(images/menu_over_03.gif);
	background-repeat: no-repeat;
}
#navigation li#nav_04 a:hover{
	left:688px;
	width:66px;
	background-image: url(images/menu_over_04.gif);
	background-repeat: no-repeat;
}
#navigation li#nav_05 a:hover{
	left:762px;
	width:68px;
	background-image: url(images/menu_over_05.gif);
	background-repeat: no-repeat;
}
#navigation li#nav_06 a:hover{
	left:800px;
	width:59px;
	background-image: url(images/menu_over_06.gif);
	background-repeat: no-repeat;
}







/*メインコンテンツ*/
#main{
	width:840px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}

.main_header{
	widht:840px;
	height:10px;
	padding:0;
	margin:0;
	line-height:0;
	background-image:url(images/main_01.png);
	font-size:0;
	behavior: expression(IEPNGFIX.fix(this));
}


.main_middle{
	widht:820px;
	line-height:0;
	background-image:url(images/main_02.png);
	background-repeat: repeat-y;
	font-size:0;
	clear:both;
	behavior: expression(IEPNGFIX.fix(this));
}

.main_middle:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .main_middle {
    height: 1em;
}

.main_middle {
    display: block;
}

.main_inner{
	width:820px;
	margin-left: auto;
	margin-right: auto;
	line-height:0px;
clear:both;
	}
	
.main_inner2{
	width:800px;
	background-image: url(images/background2.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	line-height:0px;
	clear:both;
	}

.main_inner3{
	width:800px;
	background-image: url(images/shoplistbg02.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	line-height:0px;
	clear:both;
	}

.main_inner4{
	width:800px;
	background-image: url(images/recruitbg.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	line-height:0px;
	clear:both;
	}

.main_inner5{
	width:800px;
	background-image: url(images/aboutusbg.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	line-height:0px;
	clear:both;
	}

.main_inner6{
	width:800px;
	background-image: url(images/webshopbg.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	line-height:0px;
	clear:both;
	}

.main_inner7{
	width:800px;
	background-image: url(images/shoplistbg.jpg);
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
	line-height:0px;
	clear:both;
	}
	
.main_txt{
	width:780px;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:11px;
	line-height:2em;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}


.main_footer{
	widht:840px;
	height:10px;
	padding:0;
	margin:0;
	font-size:0;
	background-image:url(images/main_03.png);
	clear:both;
}

/*フッター部分*/
#footer{
	width:840px;
	height:auto;
	padding-top:5px;
	margin-left: auto;
	margin-right: auto;
}

.copyright{
	text-align:left;
	width:auto;
	padding-left:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:9px;
	clear:both;
	float: left;
}

.footer_wp{
	text-align:right;
	width:auto;
	padding-right:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:9px;
	float: right;
}
.footer_pp{
	text-align:right;
	width:auto;
	padding-right:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:9px;
	float: right;
}

/*news*/
#news_titlehead{
	width:550px;
	height:20px;
float: right;
clear:both;
	}
	
.news_title{
	text-align:left;
	width:auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	float: left;
	}
	
.news_date{
	text-align:right;
	width:auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	float: right;
	}

.news_body{
	width:550px;
	text-align:left;
	padding-right:10px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	float: right;
	clear:both;
	}

/*widget*/

.widget-header{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
}

/*メールマガジン*/
#sp {
   text-align: center;
   border: solid 1px #666666;
}
#sp p {
   font-size: 11px;
   color: #666666;
   line-height: 130%;
   border: 0px;
   margin: 0px;
   padding-top: 0px;
   padding-bottom: 4px;
}
#sp th {
   color: #FFFFFF;
   background-color: #666666;
   text-align: left;
   font-size: 12px;
}
#sp td {
   background-color: #FFFFFF;
