@charset "Shift_JIS";

@import url("common.css");

/* CSS Document */
/* -----------------------------------------------------------
CSS Information

 File name:      styles.css
 Author:         
 Style Info:     基本設定とコンテンツエリア関係 
 　　　　　　　　九州料理　流さま用のCSS
----------------------------------------------------------- */

#flashcontent{
	height: 400px;
	width: 900px;
	clear: both;
}

body{
    background-color: #000;	
    margin: 0;
    font-family: "ＭＳ Ｐゴシック","平成角ゴシック",sans-serif;
    font-size: 80%;
    color: #ffffff;
    line-height: 140%;
    text-align: center;
}

a:link { color: #CC0000;}
a:visited {	color: #cc0000;}
a:hover { color: #FF9933;}
a:active { color: #FF9933;}

a:focus{
overflow:hidden;
}
a:focus{
outline:none;
}

p{ line-height: 1.3em;
	}

.clear{
	clear:both;
	color:#fff;
	margin:0 auto;
	padding:10px;
}

/*clearFix*/
#contents:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
    clear: both;
}

/*--------------------------------------------------------
■見出しタグの設定
--------------------------------------------------------*/

h1{
	display: block;
	width:480px;
	height: 15px;
	font-size: 8.5pt;
	font-weight: normal;
	text-align: right;
	color: #fff;
	position: absolute;
	top: 0;
	left: 55%;
	margin: 0 0 0 -100px;
	padding: 0 20px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
}


/*--------------------------------------------------------
■サイト全体設定　
--------------------------------------------------------*/
div#container{
	width: 900px;
	margin: 0px auto!important;
    text-align: left;
}

div#container_page{
	width: 900px;
	margin: 0px auto!important;
    text-align: left;
	/*border-left:1px solid #2D2C2C;
	border-right:1px solid #2D2C2C;	*/
}
/*--------------------------------------------------------
■ヘッダー部分設定　
--------------------------------------------------------*/

div#header{
	margin:0;
	width:900px;
}

div#header_page{
	width:900px;
	hight:215px;
	margin:0px auto 10px auto;
	padding:0;
}
/*--------------------▽ヘッダーロゴ*/

div#header-logo{
	position: absolute;
	top: 20px;
	margin-left: 0px;
	width: 220px;
	height: 220px;
	text-align: left;
}

div#header-pagelogo{
	position: absolute;
	top: 20px;
	margin-left: 0px;
	width: 200px;
	height: 180px;
	text-align: left;
}
/*--------------------------------------------------------
■コンテンツ全体（右＆左＆フッター）
--------------------------------------------------------*/
#main{
	width: 900px;
	float:left;
	text-align: left;
}

#main .contents{
	clear:both;
	margin:15px 5px;
	}

#main h2 {
	border-left:5px solid #BC0F0F;
	padding:3px 8px;
	font-size:11pt;
	margin-left:15px;}
/*--------------------▽左側*/
#left {
	float: left;
	width: 480px;
}

#left .contents{
	clear:both;
	margin:10px;
	}


#left_menu {
	float: left;
	width:220px;
}


/*--------------------▽右側*/
#right {
	float: right;
	width: 400px;
}


#right .contents{
	clear:both;
	margin:10px;
	}

#right_menu {
	float: right; 
	width:660px;
	}
#right_menu .pic{
	border:1px solid #ccc;
	padding:1px;
	}
/*--------------------------------------------------------
■グローバルメニュー（横一列）
--------------------------------------------------------*/
	
#global-menu{
	height: 65px;
	width: 900px;
	margin-bottom: 25px;
	
}

#m1 a:link,#m1 a:visited {
	background-image: url(cmn_images/menu1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 180px;
}
#m2 a:link,#m2 a:visited {
	background-image: url(cmn_images/menu1.jpg);
	background-repeat: no-repeat;
	background-position: -180px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 180px;
}
#m3 a:link,#m3 a:visited {
	background-image: url(cmn_images/menu1.jpg);
	background-repeat: no-repeat;
	background-position: -360px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 180px;
}
#m4 a:link,#m4 a:visited {
	background-image: url(cmn_images/menu1.jpg);
	background-repeat: no-repeat;
	background-position: -540px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 180px;
}
#m5 a:link,#m5 a:visited {
	background-image: url(cmn_images/menu1.jpg);
	background-repeat: no-repeat;
	background-position: -720px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 180px;
}

#m1 a:hover,#m1 a:active,#ma1 {
	background-image: url(cmn_images/menu2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 180px;
}
#m2 a:hover,#m2 a:active,#ma2{
	background-image: url(cmn_images/menu2.jpg);
	background-repeat: no-repeat;
	background-position: -180px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 180px;
}
#m3 a:hover,#m3 a:active,#ma3 {
	background-image: url(cmn_images/menu2.jpg);
	background-repeat: no-repeat;
	background-position: -360px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 180px;
}
#m4 a:hover,#m4 a:active,#ma4 {
	background-image: url(cmn_images/menu2.jpg);
	background-repeat: no-repeat;
	background-position: -540px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 180px;
}
#m5 a:hover,#m5 a:active,#ma5 {
	background-image: url(cmn_images/menu2.jpg);
	background-repeat: no-repeat;
	background-position: -720px 0px;
	text-indent: -9999px;
	display: block;
	height: 65px;
	width: 180px;
}

#global-menu li {
	list-style-type: none;
	float: left;
}

/*--------------------------------------------------------
■フラッシュやページ内画像の設定
--------------------------------------------------------*/
div#pageimg{
	margin-top:20px!important;
	padding:0px;
	height:400px;
	width:900px;
}

div#pageimg2{
	margin-top:20px!important;
	padding:0px;
	height:215px;
	width:900px;
}


/*--------------------------------------------------------
■個別コンテンツパーツ設定
--------------------------------------------------------*/
/*　新着情報　*/
#info {
	height: 180px;
	width: 480px;
	margin-bottom: 15px;
	border-bottom: 5px solid #2d2d2d;
	float: left;
	background: url(cmn_images/bg_flame.jpg) top center;
}
#info .title {
	background: url(index_images/t_info.jpg) no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 480px;
}
#info .pack {
	height: 125px;
	overflow: auto;
	padding: 10px;
	width: 450px;
	margin: 0 auto;
}
#info .pack p {
	margin-bottom: 10px;
}

#info .link {
	width:250px;
	float:right;
	margin-right:10px;
	margin-top:10px!important;
	text-align:right;

}
	
	
	
/*　家庭で作れる九州料理　*/
#cooking {
	width: 480px;
	clear: both;
	background: url(cmn_images/bg_flame.jpg) top center;
	background-position: 0px 0px;
	margin-bottom: 15px;
	float: left;
	height: 480px;
	border-bottom: 5px solid #2D2D2D;
}


#cooking .title {
	background: url(index_images/t_cooking.jpg) no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 480px;
	}
	
#cooking h3 {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}
#cooking .pack {
	padding: 10px;
	width: 460px;
	margin: 0 auto;
	float: left;
}
#cooking .pack p {
	margin-bottom: 10px;
}
#cooking .pack .l {
	width: 300px;
	float: left;
}
#cooking .pack1 {
	width: 140px;
	float: left;
}
#cooking .pack2 {
	width: 140px;
	float: right;
}
#cooking .pack3 {
	width: 140px;
	float: right;
}
#cooking a {
	float: right;
}

#cooking .link {
	width:250px;
	float:right;
	margin-right:10px;
	margin-top:10px!important;
	text-align:right;
}
/*　モバイルサイト告知　*/
#mobile {
	background-image: url(index_images/mobile_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 100px;
	width: 460px;
	padding: 10px;
	clear: both;
}
#qr {
	height: 82px;
	width: 82px;
	float: left;
	margin-right: 10px;
}

/*　ピックアップ　*/
#pickup .photo {
	height: 100px;
	width: 140px;
	float: left;
}
#pickup .r {
	width: 260px;
	float: right;
}
#pickup .pack1 {
	height: 140px;
	width: 405px;
	background-image: url(cmn_images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 10px;
}
#pickup .pack2 {
	height: 140px;
	width: 405px;
	background-image: url(cmn_images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 10px;
	clear: both;
}
#pickup .pack3 {
	height: 140px;
	width: 405px;
	background-image: url(cmn_images/line.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	margin-bottom: 10px;
	clear: both;
}
#pickup .pack4 {
	height: 130px;
	width: 405px;
	margin-bottom: 10px;
	clear: both;
}
#pickup h3 {
	font-weight: bold;
}
#pickup p a {
	float: right;
}

/*　リンク　*/
#link {
	width: 385px;
	background-color: #1B1B1B;
	padding: 20px 10px;
	float: left;
	clear: both;
}
#link .img {
	float: left;
	height: 31px;
	width: 88px;
}
#link .r {
	float: right;
	width: 275px;
}
#link .pack1 {
	margin-bottom: 15px;
	width: 385px;
	float: left;
}
#link .pack2 {
	width: 385px;
}

/*　お品書きページ内メニュー　*/

#foodmenu {
	background:url(menu_images/bg_foodmenu.jpg) no-repeat top center;
	width:220px;
	height:890px;
	margin:0;
	}

#foodmenu_h {
	background:url(menu_images/bg_menu_h.jpg) no-repeat top center;
	width:220px;
	height:750px;
	margin:0;
	}
	
#foodmenu_m {
	background:url(menu_images/bg_menu_m.jpg) repeat-y center;
	width:220px;
	margin:0;
	}
	
#foodmenu_f {
	background:url(menu_images/bg_menu_f.jpg) no-repeat center bottom;
	width:220px;
	height:400px;
	margin:0;
	}

#foodmenu_h ul{
	float:left;
	width: 220px;
	margin: 45px 0px 0px 0px;
	padding:0;
}

#foodmenu_h li{
	height: 50px;
	width: 220px;
	list-style:none;
	display:block;	
}
/*　メニュー内　大きい写真で紹介ブロック部分　*/
#menu_b {
	width:640px;
	float:right;
	margin:10px 5px;
	}



/*　箇条書きリスト　*/


dl.list02 dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  border-left: solid 5px #656352;
  padding-left: 8px;
  color: #fff;
}

dl.list02 dd {
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}

/*　スタッフ募集　*/

#recruit {
	background:url(recruit_images/bg_recruit.jpg) no-repeat left top;
	width:880px;
	height:500px;
	margin:0px;
	padding:0px;
	}


dl.list03 dt {
  clear: left;
  float: left;
  margin: 0 0 1.5em;
  width: 8em;
  border-left: solid 5px #CC0011;
  padding-left: 5px;
  color: #fff;
}

dl.list03 dd {
  margin-bottom: 1.5em;
  margin-left: 8em;
}

/*　会社概要　*/

#profile {
	margin:20px 30px;
	}
	
#profile h2 {
	color:#CC0011;
	border-bottom:1px solid #550707;
	border-left:none;
	padding:4px 20px 4px 0px;
}

#profile p {
	padding:10px 20px;
	line-height:1.2em;
	}
	
	
h3 {
	color:#CC0011;
	border-bottom:1px solid #550707;
	border-left:none;
	padding:4px 20px 4px 0px;
	margin-bottom:15px;
}

/*--------------------------------------------------------
■フッター部分
--------------------------------------------------------*/
/*/*--------------------▽フッター部分*/

div#footer{
	clear:both;
	background: url(cmn_images/footer.jpg) no-repeat;
	margin: 0 auto;
	height: 80px;
	width:890px;
}


/*/*--------------------▽フッターメニュー部分*/

div#footer-menu{
	clear:both;
	text-align: center;
	margin: 0 auto;
	padding-top:20px;
	color: #FF0000;
	height:60px;
}

div#footer-menu ul{
	margin: 0.3em 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

div#footer-menu li{
	display: inline;
	margin: 0 0.5em 0 0.5em;
	padding-right:0.5em;
	font-size: 9pt;
	border-right: 1px #ccc solid;
	line-height: 14pt;
}

div#footer-menu li#menuLast {
	border-right: none;
}

div#footer-menu a{ text-decoration: none; }
div#footer-menu a:link{ color: #cc0000; }
div#footer-menu a:visited{ color: #cc0000; }
div#footer-menu a:hover{ color: #FF9933; text-decoration: underline; }


/*/*--------------------▽Copyright部分*/

div#copyright{
	height:15px;
	color:#FFFFFF;
	text-align:right;
	padding-top:60px;
}


/*--------------------------------------------------------
■装飾的設定
--------------------------------------------------------*/
/*--------------------▽画像の振り分け*/
.imgL{
	float:left;
	padding:10px;
}

.imgR{
	float:right;
	padding:10px;
}


.waku {
	border:1px solid #ccc;
	padding:3px;
	margin:20px;
	background-color:#fff;
}
.waku2 {
	border:1px solid #810000;
	padding:15px;
	margin:20px 40px;
	background-color: #111010;
}


.waku3 {
	border:1px solid #ccc;
	padding:3px;
	margin:10px;
	background-color:#fff;
}
.dash {
	border-bottom:1px dashed #2F2D2D;
	padding:4px;
	font-size:9pt;
	}

/*--------------------▽テキストの色*/

.red{ color: #BC0F0F!important; }/*赤色*/
.blue{ color: #0000dd!important; }/*青色*/
.green{ color: #008000!important; }/*緑色*/
.yellow{ color: #ffff00!important; }/*黄色*/
.navy{ color: #1F26A9!important; }/*紺色*/
.orange{ color: #ff6600!important; }/*橙色*/
.pink{ color: #cc6699!important; }/*ピンク色*/
.olive{ color: #E38D35!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/

/*--------------------▽ページトップへ戻る*/

.link-top{
	clear: both;
	margin: 30px 5px 20px 5px;
	padding: 0px;
	width: 95%;
	font-size: 10pt;
	text-align: right;
}


/*--------------------▽文字の大きさ*/
.b{ font-weight: bold!important; }

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f16em{ font-size: 1.6em; }
.f18em{ font-size: 1.8em; }
.f20em{ font-size: 2.0em; }
.f22em{ font-size: 2.2em; }
.f24em{ font-size: 2.4em; }

/*--------------------▽周囲からの距離の指定*/

.p0{ padding: 0px!important; }
.p0-t{ padding-top: 0px!important; }
.p0-r{ padding-right: 0px!important; }
.p0-b{ padding-bottom: 0px!important; }
.p0-l{ padding-left: 0px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

.p70{ padding: 70px!important; }
.p70-t{ padding-top: 70px!important; }
.p70-r{ padding-right: 70px!important; }
.p70-b{ padding-bottom: 70px!important; }
.p70-l{ padding-left: 70px!important; }

.m80-l{ margin-left: 80px!important; }
.p150-t{ padding-top: 150px!important; }

.p300-l{ padding-left: 300px!important; }