@charset "utf-8";
/*=========================================================

	Other - 特定の役割を持った要素へのスタイル定義

=========================================================*/

/*======================================

	General Class

=======================================*/

/*** clearfix ***/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}

/******************************/
/*\*/
* html .clearfix {
    height: 1em;
}
*+html body .clearfix {
	display: inline-block;
}

div.block {
	padding: 10px 0 0 0;
}

div.left {
	float: left;
}
div.center {
	float: left;
}
div.right {
	float: right;
}

a img.border,
a:link img.border,
a:visited img.border,
img.border {
	background: #ffffff;
	border: 1px solid #cdcdcd;
	padding: 3px;
}
a:hover img.border {
	background: #ffdb4d;
}

div.vec2 {
	background: url(../images/vec2.jpg) no-repeat center left;
	padding-left: 15px;
}


ul.line1 li {
	margin: 5px 0;
	padding-left: 15px;
	background: url(../images/vec1.jpg) no-repeat center left;
	border-bottom: 1px dotted #aea7a2;
	list-style: none outside;
}


dl.line {
	line-height: 1.4em;
	width: 495px;
}
dl.line dt {
	background: url(../images/vec2.jpg) no-repeat center left;
	padding-left: 15px;
}
dl.line dd {
	border-bottom: 1px dotted #98d0e1;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

/** pages ****************************/
div.page {
	margin: 5px auto;
	text-align: center;
}
div.page table {
	margin: 0 auto;
}
div.page table td.nl,
div.page table td a,
div.page table td a:link,
div.page table td a:visited {
	display: block;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	padding: 5px 7px;
	margin: 0;
	border: 1px solid #eee;
}
div.page table td.nl {
	margin-top: 2px;
	border: none;
}
div.page table td a:hover {
	background: #ff9600;
	color: #ffffff;
}

/** headers **************************/
.y225,
.y240,
.y265,
.y515,
.y765 {
	height: 16px;
	padding: 8px;
	color: #d36104;
	font-size: 120%;
	font-weight: bold;
}
.y225 { width: 209px; background: url(../images/head_y225.jpg) no-repeat; }
.y240 { width: 226px; background: url(../images/head_y240.jpg) no-repeat; }
.y265 { width: 249px; background: url(../images/head_y265.jpg) no-repeat; }
.y515 { width: 499px; background: url(../images/head_y515.jpg) no-repeat; }
.y765 { width: 749px; border-bottom: 2px solid #ff9600; }

.r515,
.r715,
.r765 {
	height: 16px;
	padding: 8px;
	color: #e64d39;
	font-size: 120%;
	font-weight: bold;
}
.r515 { width: 499px; background: url(../images/head_r515.jpg) no-repeat; }
.r715 { width: 699px; background: url(../images/head_r715.jpg) no-repeat; }
.r765 { width: 749px; background: url(../images/head_r765.jpg) no-repeat; }

.no1,
.no2,
.no3,
.no4,
.no5 {
	width: 34px;
	height: 34px;
	margin: 4px;
	position: absolute;
}
.no1 { background: url(../images/label_no1.gif) no-repeat top left; }
.no2 { background: url(../images/label_no2.gif) no-repeat top left; }
.no3 { background: url(../images/label_no3.gif) no-repeat top left; }
.no4 { background: url(../images/label_no4.gif) no-repeat top left; }
.no5 { background: url(../images/label_no5.gif) no-repeat top left; }

div.end {
	color: #360;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	font-size: 160%;
}

div.more {
	margin-top: 10px;
	padding-left: 15px;
	text-align: right;
}
div.more img {
	vertical-align: middle;
}

.caution {
	font-weight: bold;
	color: #900;
}

table.list td {
	border-bottom: 1px dotted #6bc0d9;
	padding: 3px;
}

div.dot3 {
	background: url(../images/dot3.jpg) repeat-x;
	margin: 10px 0;
}
* html body div.dot3 {
	margin: 10px 0 0;
}
*+html body div.dot3 {
	margin: 10px 0 0;
}

/** design tables *********************/
table.shop th {
	border: 1px solid #cdcdcd;
	background: #f4f1f1;
	color: #908a8a;
	font-weight: normal;
	text-align: right;
	padding: 3px 5px;
}
table.shop td {
	padding: 3px 5px;
	line-height: 1.2em;
}
table.shop td.tel {
	font-size: 160%;
	font-weight: bold;
	color: #fa4234;
	font-family: Verdana, Geneva, sans-serif;
}

table.info th {
	background: #c4e463;
	font-weight: normal;
	padding: 3px 5px;
	text-align: left;
}
table.info td {
	background: #8e8e8e;
	color: #ffffff;
	padding: 3px 5px;
	line-height: 1.2em;
}
table.info tr.tdright td {
	text-align: right;
}

/** linkbox *************************/
div.linkbox {
	width: 245px;
	margin: 5px;
	float: left;
}
div.linkbox div.left {
	width: 80px;
	float: left;
}
div.linkbox div.right {
	width: 145px;
	float: left;
}
div.linkbox div.right div.title {
	font-weight: bold;
	border-bottom: 1px dotted #6bc0d9;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
div.linkbox div.right div.name {
	color: #9f9d9d;
}

