@charset "utf-8";


/*基本設定
---------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.6em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #666666;
}
img  {
	border: none;
	vertical-align: middle;
}
body a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
html {
    overflow-y: scroll;
}
body {
	font-size: 12px;
	text-align: justify;
	text-justify: inter-ideograph;
	background-image: url(../img/common/contents/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
}
body a {
	color: #666666;
	text-decoration: underline;
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	font-weight: normal;
	vertical-align: top;
}
th {
	text-align: center;
}


/*共通
---------------------------------------------------------------------------*/

#header_outline,#g_nav ul,#main {
	width: 800px;
	margin: 0px auto 0px auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/

#header_outline {
	overflow: hidden;
	background-image: url(../img/common/contents/bg-apaman_dot.gif);
	background-repeat: repeat-y;
	background-position: 250px 0px;
	margin-bottom: 15px;
}
#logo {
	float: left;
	padding-top: 25px;
}
#header_shop_info {
	float: right;
	width: 525px;
}
#header_shop_info h1 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}
#header_shop_info table {
	width: 100%;
}
#header_shop_info th {
	vertical-align: middle;
}
#header_shop_info td {
	width: 148px;
}
#header_shop_info td li {
	margin-bottom: 10px;
}
#header_shop_info .kyoto_link {
	margin-bottom: 10px;
	background-color: #111C89;
	color: #FFF;
	background-image: url(../img/common/header/bg-kyoto_link.png);
	background-repeat: no-repeat;
	background-position: 15px 12px;
	padding: 8px 20px 8px 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;            /* PIE動作用 */
	behavior: url(../js/PIE.htc);	   /* CSS3 PIE */
}
#header_shop_info .kyoto_link a,#header_shop_info .kyoto_link a:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
#g_nav {
	clear: both;
	overflow: hidden;
	background-image: url(../img/common/header/bg-nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 5px;
}
#g_nav li {
	float: left;
	display: block;
}
#g_nav li a:hover  {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}

/*メイン
---------------------------------------------------------------------------*/

#main_outline {
	background-image: url(../img/common/contents/bg-main_outline.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 20px 0px 0px 0px;
}

/*フッター
---------------------------------------------------------------------------*/

#footer_outline {
	clear: both;
	background-color: #F5F6F3;
	font-size: 12px;
	padding: 10px 0px 8px 0px;
	background-image: url(../img/common/contents/bg-apaman_dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer_outline .contents {
	width: 800px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}
#footer_outline .contents ul {
	float: left;
	width: 25%;
}
#footer_outline .contents li {
	background-image: url(../img/btn_arrow/bg-arrow_type_02_w4.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 8px;
}
#footer_outline .contents li a {
	font-size: 10px;
	text-decoration: none;
}
#copyright_outline {
	background-color: #999999;
	padding: 5px 0px 5px 0px;
}
#copyright {
	width: 800px;
	margin: 0px auto 0px auto;
	color: #FFF;
	text-align: right;
}
