@charset "shift_jis";


/* landing-style
------------------------------------------------------ */

#landing-style {
	width: 760px;
	margin: 20px auto 0px;
	padding: 10px;
	font-size: small;
	border: 1px solid #CCC;
}

/* landing-left
------------------------------------------------------ */

#landing-style-left {
	width: 240px;
	float: left;
}

#landing-style-icon {
	width: 240px;
	height: 130px;
	margin: 0px;
}

.landing-style-text {
	width: 240px;
	margin-top: 20px;
}

#landing-style-micon {
	width: 240px;
	margin-top: 20px;
}

#landing-style-micon td {
	padding: 8px 8px 8px 0px;
}

#landing-style-micon td .on img {
	border: 1px solid #CC0000;
}

#landing-style-micon td .off a:hover img {
	border: 1px solid #CC0000;
}

#landing-style-micon td .off a img {
	border: 1px solid #CCC;
}

.landing-back a {
	background-color: #F7F7F7;
	overflow: hidden;
	border: 1px solid #CCC;
	font-size: small;
	color: #333;
	text-decoration: none;
	float: left;
	margin-top: 20px;
}

.landing-back  a:hover {
	background-color: #EBEBEB;
	overflow: hidden;
	border: 1px solid #CCC;
	color: #333;
	text-decoration: none;
}

/* landing-right
------------------------------------------------------ */

#landing-style-right {
	width: 450px;
	float: right;
	padding-top: 30px;
}

#landing-style-item {
	width: 450px;
	padding-bottom: 30px;
}

.landing-style-title {
    padding: 0px 0px 0px 13px;
    background: url(../image/icon-index.gif) no-repeat 0px 0.2em;
    list-style: none;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
}

#landing-style-photo {
	width: 450px;
	margin-top: 10px;
	height: 50px;
}

#landing-style-photo .thumnail {
	width: 50px;
	margin-right: 7px;
	height: 50px;
	overflow: hidden;
}

.landing-style-place {
	width: 450px;
	margin-top: 10px;
	font-size: small;
}

.landing-style-dis {
	width: 450px;
	margin-top: 10px;
}

.landing-style-look {
	width: 450px;
	margin-top: 10px;
	text-align: right;
	font-size: small;
}

.landing-style-look-btn a {
	border: 1px solid #000;
	background-color: #CC0000;
	color: #fff;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
	line-height: 25px;
}

.landing-style-look-btn a:hover {
	border: 1px solid #000;
	background-color: #FF6600;
	color: #fff;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
	line-height: 25px;
}

