/* CSS Document */

body {
	background-color:#FCFCFC;
	font-family: "MS PGothic","Osaka",Arial,sans-serif;
}
#board {
	background-color: #000000;
	width:950px;
	margin: -15px auto -10px auto;
	padding:0px 0px 0px 0px;
	/*text-align:left;*/
}
/* Firefox 用 */
html>/**/body #board {
	margin: -10px auto -10px auto;
}
/* IE6 用 */
*html #board {
    position:relative;
	top: -10px;
}

/* トップ部分 */
#top {
    width: 950px;
    height: 290px;
	background-image:url(image/tnc01.jpg);
	background-repeat: no-repeat;
}
/* トップ部分　END */



/* メニュー部分 */
#menu {
    width: 950px;
	height: 30px;
	background-color:#000000;
	/*border-bottom:solid 5px #FE1765;*/
	/*overflow:hidden;*/
}

#menu img {
    float:left;
}
/* メニュー部分 END */



/* メイン部分 */
#main {
    width: 550px;
	margin: 10px 30px 10px 20px;
	float:left;
	background-color:#000000;
}

/* IE6 用 */
*html #main {
    margin: 10px 20px 10px 10px;
}

#shop_img {
    width:550px;
	height: 330px;
	background-repeat:no-repeat;
}
.shop_img_contents {
    position:relative;
	top: 85px;
	left: 250px;
	width: 280px;
	height: 45px;
	font-size:12px;
	letter-spacing:1pt;
	line-height:1.1em;
	color:#FFFFFF;
}
/* IE6用 */
*html .shop_img_contents {
    top: 82px;
	height: 78px;
	overflow:hidden;
}
.shop_img_name {
    position:relative;
	top: 168px;
	left: 40px;
	width: 350px;
	height: 20px;
}

/* IE6用 */
*html .shop_img_name {
    top: 135px;
}
@media print {
    .shop_img_name {
          top: 145px;
    }
	/* Firefox 用 */
    html>/**/body .shop_img_name {
	    top: 165px;
    }
}
.shop_img_name_sub1 {
    height: 20px;
	font-size:15px;
	font-weight:900;
	color:#DBB874;
	float:left;
}
.shop_img_name_sub2 {
	font-size:8px;
	font-weight:900;
	color:#DBB874;
    padding: 5px 0px 0px 15px;
	/*float:left;*/
}
/* Firefox 用 */
html>/**/body .shop_img_name_sub2 {
	padding: 6px 0px 0px 15px;
}

.shop_img_name_sub2_url {
	font-size:8px;
	font-weight:900;
	color:#DBB874;
    padding: 5px 0px 0px 5px;
	float:left;
}
/* Firefox 用 */
html>/**/body .shop_img_name_sub2_url {
	padding: 6px 0px 0px 5px;
}
.shop_img_name_sub1b {
    height: 20px;
	font-size:15px;
	font-weight:900;
	color:#DBB874;
}
.shop_img_name_sub1b a{
    color:#FFFFFF;
}

.shop_img_address {
    position:relative;
	top: 175px;
	left: 40px;
	width: 350px;
	height: 50px;
	font-size:12px;
	color:#FFFFFF;
	letter-spacing:1pt;
	line-height:1.3em;
}
/* IE6用 */
*html .shop_img_address {
    top: 140px;
}

@media print {
    .shop_img_address {
          top: 155px;
    }
	/* Firefox 用 */
    html>/**/body .shop_img_address {
	    top: 175px;
    }
}

.shop_img_address2 {
    position:relative;
	top: 178px;
	left: 40px;
	width: 350px;
	height: 50px;
	font-size:12px;
	color:#FFFFFF;
	letter-spacing:1pt;
	line-height:1.2em;
}
/* IE6用 */
*html .shop_img_address2 {
    top: 143px;
}
/* Firefox 用 */
html>/**/body .shop_img_address2 {
	font-size:11px;
	line-height:1.1em;
}

@media print {
    .shop_img_address2 {
          top: 155px;
    }
	/* Firefox 用 */
    html>/**/body .shop_img_address2 {
	    top: 175px;
    }
}
.shop_img_address3 {
    position:relative;
	top: 173px;
	left: 40px;
	width: 350px;
	height: 50px;
	font-size:12px;
	color:#FFFFFF;
	letter-spacing:1pt;
	line-height:1.0em;
}
/* IE6用 */
*html .shop_img_address3 {
    top: 138px;
}

@media print {
    .shop_img_address3 {
          top: 150px;
    }
	/* Firefox 用 */
    html>/**/body .shop_img_address3 {
	    top: 170px;
    }
}
.page_top {
    width:100px;
	height: 20px;
	margin: 0px 0px 0px 450px;
	font-size:12px;
	text-decoration:none;
}
.page_top a{
    width:500px;
	height: 20px;
	color:#CCCCCC;
	text-decoration:none;
}
/* メイン部分 END */



/* 右部分 */
#right {
    width: 300px;
	margin: 10px 30px 10px 30px;
}
/* Firefox 用 */
html>/**/body #right {
	margin: 10px 0px 0px 620px;
}

/* 広告タグ１ */
.img_baner01 {
    width: 300px;
	height: 250px;
	margin: 0px 0px 10px 0px;
}

/* ラーメンフェスタ */
.img_baner02 {
    width: 300px;
	height: 250px;
	margin: 0px 0px 5px 0px;
	overflow:hidden;
}

/* 投票 */
.img_baner03 {
    width: 300px;
	height: 342px;
	margin: 0px 0px 10px 0px;
	background-color:#FFFFFF;
	background-image:url(image/baner03.jpg);
	background-repeat: no-repeat;
}

.img_baner03_contents {
    position:relative;
	top: 34px;
	left: 6px;
	width: 160px;
	height: 300px;
	overflow:hidden;
}

/* 広告タグ２ */
.img_baner04 {
    width: 300px;
	height: 250px;
	margin: 0px 0px 10px 0px;
}
/* 右部分 END */


#footer {
    width: 950px;
	height: 45px;
	background-color:#000000;
	color:#FFFFFF;
}
.footer_left {
    width: 655px;
	height: 45px;
	float:left;
	font-size:16px;
	line-height:1.2em;
	margin: -15px 10px;
}
/* Firefox 用 */
html>/**/body .footer_left {
	margin-top: 5px;
}
.footer_right {
    width: 250px;
	height: 45px;
	font-size:14px;
	line-height:1.2em;
	margin: 0px 0px;
	text-align:right;
}
.footer_right a{
   	text-decoration:none;
	color:#FFFFFF; 
}
/* Firefox 用 */
html>/**/body .footer_right {
	margin-left: 800px;
}
/* IE6 用 */
*html .footer_right {
    margin-left: 655px;
	position:relative;
	top: -10px;
}


#float_clear_left {
   clear: left;
}

