/*
	初期化
*/
body {
	margin: 0;
	padding: 0;
	background: #fff;
}

body, table, th, td, h1, h2, h3, h4, h5, h6
{
	color: #000;
	font-size: 12px;
	line-height: 16px;
}
th, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

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

.clearfix:after, .sitemap .shoplist ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	フォント周りのclass
*/
.fontsize_8 {font-size: 8pt;}
.fontsize_9 {font-size: 9pt;}
.fontsize_10 {font-size: 10pt;}
.fontsize_12 {font-size: 12pt;}
.fontsize_16 {font-size: 16pt;}

.linehi_10 {line-height: 10pt;}
.linehi_12 {line-height: 12pt;}
.linehi_16 {line-height: 16pt;}
.linehi_20 {line-height: 20pt;}

.font_redbold {
		color: #9f0d0e;
		font-weight: bold;
}
.font_redbold_shop {
		color: #9f0d0e;
		font-weight: bold;
		text-align:left;
}
.font_red {
		color: #f00;
}

.font_red_bold {
		color: #f00;
		font-weight:bold;
		font-size:140%;
		line-height:1.6;
}
.font_big {
		font-weight:bold;
		font-size:120%;
		line-height:1.6;
		}


/*
	ページ基本設定
*/
	#page {
		width: 760px;
		margin: auto;
	}

	/* ヘッダ */
		#header {
			position: relative;
			margin: 0;
			height: 114px;
			padding: 15px 0 34px;
			background: url(../images/common/header_bg.gif) bottom no-repeat;
		}
		body > #header {
			height: auto;
			min-height: 119px;
		}
		#header h1 {
	position: absolute;
	top: 9px;
	right: 6px;
		}
	/* /ヘッダ */

	#contents {
		margin: 0 0 10px;
	}

	#sidebar {
		width: 169px;
		margin: 0 21px 0 0;
	}

	#main {
		width: 570px;
		margin: 12px 0 0;
	}
		.top-inner { /* トップ：コンテンツの下に表示するロゴ */
			padding: 0 0 150px;
			background: url(../images/top/contents_footer_logo.gif) right bottom no-repeat;
		}

	#footer {}
	#footer #copyright {
		padding: 15px 0 10px;
		text-align: center;
		background: url(../images/common/footer_copyright_bg.gif) no-repeat;
	}


	/* サイド 店舗地図 */
	#sidebar #shopmap {
		position: relative;
		margin: 0;
		height: 100px;
	}
	#sidebar #shopmap p {
		position: absolute;
	}
		/* 地域位置指定 */
		#sidebar #shopmap p.hokkaido { /* 北海道 */
			top: 5px;
			left: 108px;
		}
		#sidebar #shopmap p.tohoku { /* 東北 */
			top: 34px;
			left: 117px;
		}
		#sidebar #shopmap p.kanto { /* 関東 */
			top: 57px;
			left: 117px;
		}
		#sidebar #shopmap p.hokuriku { /* 北陸・中部 */
			top: 31px;
			left: 91px;
		}
		#sidebar #shopmap p.kinki { /* 近畿 */
			top: 34px;
			left: 65px;
		}
		#sidebar #shopmap p.chugoku { /* 中国 */
			top: 34px;
			left: 29px;
		}
		#sidebar #shopmap p.shikoku { /* 四国 */
			top: 59px;
			left: 29px;
		}
		#sidebar #shopmap p.kyushu { /* 九州・沖縄 */
			top: 34px;
			left: 2px;
		}

	/* サイド マージン */
	#sidebar #gnavi,
	#sidebar #outside-links,
	#sidebar #banner {
		margin: 0 0 20px;
	}

	/* サイド 加盟店様向けログイン */
	#sidebar #login {
		position: relative;
		margin: 0;
		height: 97px;
		background: url(../images/common/sidebar_login_bg.jpg) no-repeat;
	}
	#sidebar #login #loginbtn {
		position: absolute;
		top: 53px;
		left: 22px;
	}


/* 共通 */
	p#linkpath {
		margin: 0 0 5px;
		text-align: right;
	}
	p.topjump {
		margin: 0 0 10px;
		text-align: right;
		clear:both;
	}
	#contents-inner .textbox-underline {
		border-bottom: 1px solid #808080;
	}
	p.picfrm img {
		display: block;
		padding: 1px;
		border: 1px solid #9b1718;
	}


/* 焼き鳥　【とり鉄】　トップページ */
	#topics {
		scrollbar-base-color : #999999;
		scrollbar-track-color : #ffffff;
		scrollbar-3d-light-color: #fefefe;
		scrollbar-arrow-color: #999999;
		scrollbar-darkshadow-color: #999999;
		scrollbar-face-color: #ffffff;
		scrollbar-highlight-color: #ffffff;
		scrollbar-shadow-color: #ffffff;
	}
	#topics .contents {}
	#topics .contents .entry {
		margin: 0 0 5px;
	}
	#topics .contents .entry .entry-date {
		vertical-align: top;
	}
	#topics .contents .entry .entry-comment {
		vertical-align: top;
	}


/* メニュー */
	.menu {}
	.menu h4 {
		width: 265px;
		margin: 0 0 10px;
		text-align: center;
		line-height: 21px;
		background: url(../images/menu/menu_title_bg.gif) bottom no-repeat;
	}
	
	.menu-img{
		padding-left:0px;
		list-style:none;
	}
	.menu-img li{
		margin-bottom:16px;
		float:left;
	}
	.menu-img li a{
		display:block;
		border:#ccc solid 2px;
	}
	.menu-img li a:hover{
		border:#CC3300 solid 2px;
	}
/* お知らせ */
	.news {}
	.news h3.areaname {
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #ff6666;
	}
	.news th.shopname {
		padding: 5px 0;
		color: #9f0d0e;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
	}
	.news th.shopname a {
		color: #9f0d0e;
		text-decoration: underline;
	}


/* お問い合わせ */
	.contact {}
	.contact .mailform {}
	.contact .mailform table {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	.contact .mailform table th,
	.contact .mailform table td {
		padding: 5px;
	}
	.contact .mailform table th {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #eee;
	}
	.contact .mailform table td {
		border-bottom: 1px solid #ccc;
	}


/* 店舗紹介 */
	.shop {}
	.shop th.shopname {
		padding: 5px 0;
		color: #9f0d0e;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
	}
	.shop th.shopname a {
		color: #9f0d0e;
		text-decoration: underline;
	}
	.shop h2.detail-title {
		padding: 0 0 0 10px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 21px;
		background:#981213;
		border:#ad4142 solid 1px;
	}
	.shop h4 {
		width: 326px;
		margin: 0 0 10px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		line-height: 21px;
		background: url(../images/shop/common/info_title_bg.gif) bottom no-repeat;
	}
	.shop .menu_subtitle {
		height: 42px;
		padding:;
		background: url(../images/shop/common/menu_subtitle_bg.gif) bottom no-repeat;
	}
	.shop .detail-data-bg {
		background: url(../images/shop/common/detail_data_bg.jpg) no-repeat;
	}

	.shop .detail-data-bg_long {
		background: url(../images/shop/common/detail_data_bg_long.jpg) center no-repeat;
	}

/* 店舗紹介 */
	.company {}
	.company .franchise_bg {
		background: url(../images/company/franchise_bg.gif) no-repeat;
	}


/* 加盟店様向け　専用ページ */
#franchise_wrapper{
	width:720px;
	margin:0 20px;
}

#franchise_wrapper table{
	width:100%;
}
#franchise_wrapper table td{
	vertical-align:top;
}
	#topics-franchise {
		scrollbar-base-color : #999999;
		scrollbar-track-color : #ffffff;
		scrollbar-3d-light-color: #fefefe;
		scrollbar-arrow-color: #999999;
		scrollbar-darkshadow-color: #999999;
		scrollbar-face-color: #ffffff;
		scrollbar-highlight-color: #ffffff;
		scrollbar-shadow-color: #ffffff;
	}
	#topics-franchise .contents {}
	#topics-franchise .contents table.entry {
		margin: 0 0 5px;
	}
	
	.entry_mgn {
	margin-bottom:15px;
	}
	
	#topics-franchise .contents table.entry td.entry-date {
		color: #630;
		vertical-align: top;
	}
	#topics-franchise .contents table.entry td.entry-comment {
		color: #630;
		vertical-align: top;
	}
	#topics-franchise .contents table.entry td.entry-img {
	padding-top:10px;
	}

#link_list {
margin-top:10px;
}

#link_list li {
list-style:none;
margin-bottom:15px;
}

#link_list li a {
		color: #630;
		text-decoration: underline;
}

.impression { padding:10px 40px 0px 40px; }
.impression p { margin-bottom:15px; }
.impression p a {color: #630; text-decoration: underline; }
.impression_t { float:left; width:210px; }


	.franchise {}
	.franchise .topics {
		/* background: url(../images/franchise/topics_bg.gif) 555px 42px no-repeat; */
	}
	.franchise .filelist {
		background: url(../images/franchise/separate.gif) repeat-y;
	}
	.franchise .filelist a, .safety a, .staffing a, .repport a, .forum a, .manual a, .franchise_sitemap a {
		color: #630;
		text-decoration: underline;
	}
	.franchise .software {
		background: url(../images/franchise/software_bg.gif) no-repeat;
	}
	.franchise .software td, .software p {
		color: #630;
	}
	.franchise .software a {
		color: #630;
		text-decoration: underline;
	}
	
	.franchise .filelist02 a{
		color: #630;
		text-decoration: underline;
	}
	.software ul{
		margin:0;
		padding:0;
	}
	.software li{
		float:left;
		padding:0px 5px;
		list-style:none;
		margin:0px 10px;
	}
	.software li.reader a{
		display:block;
		height:30px;
		background:url(../images/franchise/banner_adobereader.gif) no-repeat top right;
		padding-right:130px;
	}
	.software li.wmp a{
		display:block;
		height:30px;
		background:url(../images/franchise/banner_wmp.gif) no-repeat top right;
		padding-right:90px;
	}
	.franchise_sitemap td ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	
	.franchise_sitemap td li{
		margin-bottom:5px;
	}

/* 加盟店様向け　専用ページ */
	.sitemap {}
	.sitemap .shoplist {}
	.sitemap .shoplist th.shopname {
		padding: 3px 0;
		text-align: left;
	}
	.sitemap .shoplist h2{
		margin-left:30px;
		clear:both;
		margin-bottom:10px!important;
		padding:0px;
	}
	.sitemap .shoplist ul{
		margin:0 0 20px 50px!important;
		padding:0;
	}
	.sitemap .shoplist ul li{
		float:left;
		list-style:none;
		width:150px;
		margin-bottom:5px;
	}
.img_border {
	border: 1px solid #000000;
}
.img_style {
	border: 1px solid #000000;
	height: auto;
	width: 125px;
	margin-left: 13px;
}

.img_style img {
margin:3px;
}


/* 重要なお知らせ */
#apology {
padding:10px;
}

#apology p {
margin-bottom:10px;
}

#apology dl dd {
margin-bottom:10px;
}

/* popup */
#popup {
width:381px;
margin-left:auto;
margin-right:auto;
text-align:center;
}
#popup .map {
margin-top:20px;
}

#popup p {
text-align:left;
}

#popup .btn {
margin-top:10px;
margin-bottom:10px;
}

div.shop_list_wrapper{
	clear:both;
	margin-left:30px;
	margin-bottom:10px;
}

div.shop_list_wrapper div.separator{
	clear:both;
}
div.shop_list_wrapper hr{
	display:none;
}
div.shop_list{
	width:260px;
	float:left;
	margin-bottom:15px;
}
div.shop_list a{
	padding: 5px 0;
	color: #9f0d0e;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration:underline;
	display:inline-block;
}