@charset "utf-8";

/*
    Site Name: 目黒銀座商店街サイト
    Description: 総合案内ページのスタイル
    Date: 2011年2月14日
    Author: 神林
*/

/*
===== CONTENTS ===========================================

    1: 総合案内ページ
		2: 動画情報ページ

==========================================================
*/

@import url(default.css);
@import url(common.css);

/*
==========================================================
	1: 総合案内ページ
==========================================================
*/

p {
	font-size: 14px;
	line-height: 150%;
}

.left_box {
	width: 390px;
	float: left;
}

.right_box {
	margin-left: 10px;
	float: left;
}

ul#icon {
	width: 100%;
}

ul#icon li {
	float: left;
}

ul#icon li a {
	width: 100px;
	height: 110px;
	display: block;
	background: url(../megin/images/icon.png) no-repeat;
	text-indent: -9999px;
}

ul#icon .icon1 a { 
	background-position: 0 0;
}
ul#icon .icon1 a:hover {
	background-position: 0 -110px;
}

ul#icon .icon2 a { 
	background-position: -100px 0;
}
ul#icon .icon2 a:hover {
	background-position: -100px -110px;
}

.red_b {
	color: #BA0000;
	font-weight: bold;
}

.blue_b {
	color: #369;
	font-weight: bold;
}

.title {
	margin: 10px 0;
}

.photo {
	margin: 1em 0;
	width: 600px;
	text-align:center;
}

.text_box {
	width: 295px;
	float: left;
}

.photo_box {
	float: left;
	margin-left: 10px;
}

.box {
	margin-top: 10px;
}

/*
==========================================================
	2: 動画情報ページ
==========================================================
*/

.video_title {
	margin-top: 20px;
	padding: 5px 0;
	width: 600px;
	height: 28px;
	text-align: center;
	color: #fff;
	background: #c00;
	font-weight: bold;
}

.video_box {
	margin: 10px 0;
	text-align: center;
}
/*
==========================================================
	3: 奉仕券、きりんカード終了
==========================================================
*/
.end {
	font-size: 18px;
	font-weight: bold;
	color: #C00;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 1.5em;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
