@charset "UTF-8";

/*-------------------------
	全体共通項目
-------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 12px;
	line-height: 130%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif, Osaka;
	background: #FFFFFF url(../images/common/body_bg.gif) repeat-x;
	color: #232322;
}
a {
	text-decoration: none;
	color: #604D45;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none;
}
.cboth {
	clear: both;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}

/* ページトップのリンク */
p.pagetop {
	width: 117px;
	height: 11px;
	padding: 10px 4px 10px 549px;
}
p.pagetop a {
	display: block;
	width: 117px;
	height: 11px;
	text-indent: -9999px;
	background: url(../images/common/pagetop.gif) no-repeat;
}

/* 上部余白 */
p.yohaku_ue{margin-top:30px;}
p.yohaku_ue02{margin-top:20px;}

/*-------------------------
	ヘッダー
-------------------------*/
#header {
	width: 900px;
	height: 115px;
	margin: 0 auto;
}

#header div#header-left {
	width: 350px;
	height: 70px;
	float: left;
	text-align: left;
}

#header div#header-right {
	width: 335px;
	height: 58px;
	float: right;
	padding: 12px 15px 0 0;
}

#header h1 a {
	width: 235px;
	height: 45px;
	display: block;
	margin-top: 20px;
	margin-left: 13px;
	text-indent: -9999px;
	background: url(../images/common/logo.jpg) no-repeat;
} 

#header ul#h-navi {
	width: 302px;
	height: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header ul#h-navi li {
	float: left;
	height: 15px;
}
#header ul#h-navi li.hmenu01 {
	padding-right: 24px;
}
#header ul#h-navi li.hmenu02 {
	padding-right: 24px;
}
#header ul#h-navi li.hmenu03 {
	padding-right: 24px;
}

#header ul#h-navi li a {
	display: block;
	text-indent: -9999px;
}
#header ul#h-navi li.hmenu01 a {
	width: 61px;
	background: url(../images/common/hmenu01.gif) no-repeat;
}
#header ul#h-navi li.hmenu02 a {
	width: 60px;
	background: url(../images/common/hmenu02.gif) no-repeat;
}
#header ul#h-navi li.hmenu03 a {
	width: 60px;
	background: url(../images/common/hmenu03.gif) no-repeat;
}
#header ul#h-navi li.hmenu04 a {
	width: 49px;
	background: url(../images/common/hmenu04.gif) no-repeat;
}

/*-------------------------
	グローバルナビ
-------------------------*/
#header div#global-navi {
	width: 900px;
	height: 40px;
	overflow: hidden;
}

#header div#global-navi ul {
	width: 900px;
	height: 40px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: url(../images/common/gnavi_bg.gif) no-repeat;
}

#global-navi ul li {
	width: auto;
	height: 40px;
	float: left;
	padding-left: 1px;
}

#global-navi ul li a {
	display: block;
	height: 40px;
	width: auto;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#global-navi ul li.gmenu01 a {
	background-image: url(../images/common/gmenu01.gif);
	width: 148px;
}

#global-navi ul li.gmenu02 a {
	background-image: url(../images/common/gmenu02.gif);
	width: 149px;
}

#global-navi ul li.gmenu03 a {
	background-image: url(../images/common/gmenu03.gif);
	width: 149px;
}

#global-navi ul li.gmenu04 a {
	background-image: url(../images/common/gmenu04.gif);
	width: 149px;
}

#global-navi ul li.gmenu05 a {
	background-image: url(../images/common/gmenu05.gif);
	width: 149px;
}

#global-navi ul li.gmenu06 a {
	background-image: url(../images/common/gmenu06.gif);
	width: 149px;
}

#global-navi ul li a:hover,
#global-navi ul li.on-menu a {
	background-position: 0 -40px;
}

/*-------------------------
	メイン
-------------------------*/

#main {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
/*メイン画像が無いページ*/
#main02 {
	width: 900px;
	margin: 0 auto;
	padding: 8px 0 0;
	background: url(../images/common/main02_bg.gif) repeat-x;
}

/*-------------------------
	イメージ画像
-------------------------*/
div#main-image {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

/*-------------------------
	コンテンツ
-------------------------*/
div#container {
	width: 900px;
	padding: 0 0 30px;
	background: url(../images/common/container_bg.gif) repeat-y;
}

#container div#contents {
	width: 670px;
	padding-top: 23px;
	padding-right: 30px;
	float: left;
	text-align: left;
}

#contents div.contents-box {
	width: 670px;
	padding: 15px 0 20px;
}



#contents div.contens-line01 {
	width: 670px;
	padding: 0 0 25px;
}
#contents div.contens-line02 {
	width: 670px;
	padding: 0;
}

/* コンテンツフッター */
#contents div#contents-footer {
	width: 670px;
	margin-top: 50px;
}

#contents-footer ul#contents-footer-navi01 {
	width: 555px;
	margin: 0;
	padding: 0 0 0 115px;
/*	width: 523px;
	margin: 0 auto;
	padding: 0;*/
	list-style-type: none;
}
#contents-footer ul#contents-footer-navi02 {
	width: 552px;
	margin: 10px 0 0;
	padding: 0 0 0 118px;
	list-style-type: none;
}
#contents-footer ul li {
	height: 12px;
	padding: 0 12px 0;
	float: left;
}
#contents-footer ul li.cf-navi01 {
	border-right: 1px dotted #b08975;
}
#contents-footer ul li.cf-navi02 {
	border: 0;
}

/*-------------------------
	サイドバー
-------------------------*/
#container div#sidebar {
	width: 180px;
	float: right;
	padding: 70px 10px 0;
	background: url(../images/common/sideber_bg.gif) no-repeat;
}

#sidebar ul#sidebanner {
	width: 180px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebanner li {
	width: 180px;
	padding-bottom: 8px;
}

#sidebanner li a {
	display: block;
	width: 180px;
	text-indent: -9999px;
}
/** サイドバナーは以下に追加　画像と高さの指定　横幅は180pxで固定 **/
#sidebanner li.banner01 a {
	background: url(../images/common/yuutai.jpg) no-repeat;
	height: 60px;
}

#sidebanner li.campaign01 a {
	background:url(../images/common/bn_fuyuwari2010_senin.jpg) no-repeat;
	height: 71px;
}

#sidebanner li.campaign02 a {
	background:url(../images/common/bn_fuyuwari2010_ippan.jpg) no-repeat;
	height: 71px;
}

#sidebanner li.banner02 a {
	background:url(../images/common/fujimi.jpg) no-repeat;
	height: 100px;
}
#sidebanner li.banner03 a {
	background:url(../images/common/bn_okonomi2011.jpg) no-repeat;
	height: 100px;
}
#sidebanner li.banner04 a {
	background: url(../images/common/higaeri.jpg) no-repeat;
	height: 100px;
}

#sidebanner li.banner05 a {
	background:url(../images/common/bn_italian_2011.jpg) no-repeat;
	height: 128px;
}

#sidebanner li.banner06 a {
	background: url(../images/common/aki_shukuhaku.jpg) no-repeat;
	height: 100px;
}

#sidebanner li.banner07 a {
	background:url(../images/common/bn_70th.jpg) no-repeat;
	height: 97px;
}

#sidebanner li.banner08 a {
	background:url(../images/common/bn_ski.jpg) no-repeat;
	height: 106px;
}


/*-------------------------
	フッター
-------------------------*/
#footer-container{
	height: 200px;
	background: url(../images/common/footer_bg.gif) repeat-x;
}

#footer {
	width: 900px;
	height: 200px;
	margin: 0 auto;
	padding-top: 0;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer div#footer-left{
	width: 285px;
	height: 147px;
	padding: 53px 0 0 15px;
	float: left;
	text-align: left;
}
#footer div#footer-right{
	width: 535px;
	height: 200px;
	padding-right: 15px;
	float: right;
}

#footer-left h2#footer-logo {
	width: 254px;
	height: 36px;
	padding: 0;
	background: url(../images/common/footer-logo.jpg) no-repeat;
	text-indent: -9999px;
}

#footer-left ul#footer-info {
	width: 285px;
	margin: 0;
	padding: 8px 0 0;
	list-style-type: none;
	text-align: left;
}

#footer-left ul#footer-info li {
	padding-top: 2px;
}

#footer-right ul#f-navi {
	width: 310px;
	height: 20px;
	margin: 0;
	padding: 10px 2px 0 223px;
	list-style-type: none;
}
#footer-right ul#f-navi li {
	float: left;
}
#footer-right ul#f-navi li.fmenu01 {
	width: 120px;
	padding-right: 8px;
	text-align: left;
}
#footer-right ul#f-navi li.fmenu02 {
	width: 48px;
	padding-right: 15px;
}
#footer-right ul#f-navi li.fmenu03 {
	width: 108px;
}
#footer-right p#footer-inq {
	width: 486px;
	height: 108px;
	margin: 26px 0 0 49px;
	text-indent: -9999px;
	background: url(../images/common/footer-inq.gif) no-repeat;
}
#footer-right p#copyright {
	width: 535px;
	padding: 15px 4px 0 0;
	text-align: right;
}

