@charset "utf-8";

/* all */

.blank {
	background: url(../image/link.gif) right center no-repeat;
	padding-right: 15px;
	margin-right: 3px;
	color: #33c;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}

.clear {
	clear: both;
}


/* maincontent */

h1 {
	width: 100%;
	height: 63px;
	font-size: x-large;
	letter-spacing: 0.05em;
	float: right;
	margin: 0 -1px 5px 0;
}

.img22 {
	background: url(../image/title22_rigth.jpg) right top no-repeat;
}

h1 span {
	color: #fff;
	height: 63px;
	padding: 10px 0 0 20px;
	float: left;
	display: block;
}

.img22 span {
	background: url(../image/title22_left.jpg) left top no-repeat; 
}

.first-txt {
	clear: both;
	padding: 0 10px 15px 10px;
	display: block;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.first-txt:first-letter {
	float: left;
	font-size: 2em;
	line-height: 1.1;
	margin: 0.1em 2px 0 0;
}

.first-txt span {
	border-bottom: 2px dotted #bbb;
}


/* conbox */

#conbox {
	line-height: 1.6;
}

.shop-img {
	clear: both;
	text-align: center;
}
.shop-img img {
	border: 1px solid #999;
}
.cen-img {
	float: left;
	text-align: center;
	width: 50%;
	margin-bottom: 10px;
}

#conbox h2 {
	font-size: 100%;
	padding: 5px 0;
	background: #d9d9d9 url(/image/bg_h2.gif) left top repeat-x;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

#conbox h2 span {
	border-left: 5px solid #4999b6;	
	padding-left: 10px;
	margin-left: 10px;
}

#conbox ul {
	padding: 0 10px 10px 10px;
	list-style: none;
}

#conbox ul li {
	line-height: 1.5;
	padding: 5px;
}


#conbox ul li span {
	font-weight: bold;
}

/* text & attention & next-link */
#conbox .text {
	padding: 0 10px 10px 1em;
}

#conbox .attention {
	padding: 0 10px 15px 1em;
}

#conbox .red-line {
	border-bottom: 1px dashed #e30000;
	display: inline;
	font-weight: normal;
}

#conbox ul li a , .next-link a , .doc-link , .gmaptxt {
	color: #33c;
	text-decoration: none;
}

#conbox ul li a:hover , .next-link a:hover , .blank:hover , .doc-link:hover , .gmaptxt:hover {
	color: #00f;
	text-decoration: underline;
}

#conbox .next-link {
	margin: 0 20px 20px 20px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	padding: 8px 0;
}

#conbox .next-link p {
	margin: 0 5px 0 1em;
}

.em1 {
	margin-top: 1em;
}

.px10 {
	margin-top: 10px;
}

.red {
	color: #f00;
	font-weight: bold;
	margin: 0 2px;
}

#conbox .shop-primg {
	float: right;
	width: 150px;
	padding: 0 10px 10px;
}


/* table */
table {
	width: 100%;
	border: 1px solid #999;
	border-collapse: separate;
	border-spacing: 0;
}

th , td {
	border: 1px solid;
	margin: 0;
	padding: 3px 10px 2px 10px;
}

th {
	background: #c8cdd4 url(/image/bg_unyu.gif) left top repeat-x;
	border-color: #fff #999 #999 #ddd;
	width: 6em;
	vertical-align: top;
	text-align: left;
}

td {
	background-color: #fff;
	border-color: #fff #aaa #aaa #ddd;
}

caption {
	text-align: left;
	font-weight: bold;
}


/* googlemap */
#googlemap {
	border: 1px solid #999;
}

.gmaptxt {
	font-weight: normal;
	margin-left: 1em;
}

