@charset "utf-8";

/* =========================================== *
*
*    layout basic
*    各種共通
*
* =========================================== */

body {
	margin-left: 130px;
	margin-bottom: 10px;
	font-size: 11px;
}

div.lyt_rap {
	width: 630px;
}

div#lyt_header {
	
}

div#lyt_header h1 {
	float: left;
	width: 315px;
	height: 77px;
}

div#lyt_header ul#lyt_gnavi {
	color: #666;
	float: right;
	width: 310px;
	padding-top: 12px;
	font-size: 10px;
	line-height: 1.1em;
}

div#lyt_navi {
	margin-bottom: 20px;
}

/* ***submenu*** */

div#lyt_submenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

div#lyt_submenu li a {
	padding-left: 15px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	height: 21px;
	line-height: 21px;
}

/* パンくず
--------------------------------------------- */
p#lyt_pathway {
	line-height: 35px;
	height: 35px;
	font-size: 12px;
	padding-left: 15px;
}

/* メインコンテンツ
--------------------------------------------- */
h2#lyt_pagetitle {
	line-height: 35px;
	height: 35px;
	font-size: 11px;
	color: #fff;
	padding-left: 15px;
	margin-bottom: 10px;
}

h2#lyt_pagetitle2 {
	line-height: 35px;
	height: 35px;
	font-size: 11px;
	color: #fff;
	padding-left: 15px;
}

div#lyt_mainrap {
	width: 630px;
}

div.main_left {
	width: 285px;
	float: left;
	margin-left: 15px;
	display: inline;
	margin-top: 1em;
}

div.main_right {
	width: 315px;
	float: right;
}

div#lyt_footer {
	color: #fff;
	line-height: 35px;
	height: 35px;
	text-align: left;
	font-size: 10px;
	padding-left: 16px;
	margin-top: 5px;
}

/* ページトップへ戻る( 下記XHTMLとセットで使用すること)
 * <p class="pagetop"><a href="#header">ページトップへ戻る</a></p>
 */
p.pagetop {
	margin: 10px 0 0 12px;
	text-align: left;
	font-size: 10px;
}
p.pagetop a:link {
	color: #666;
	text-decoration: none;
}
p.pagetop a:hover {
	color: #cbcbcb;
	text-decoration: none;
}
p.pagetop a:visited {
	color: #666;
	text-decoration: none;
}


/* テキスト下 空き調整
--------------------------------------------- */
.space5 {
	margin-bottom: 5px !important;
}
.space6 {
	margin-bottom: 6px !important;
}
.space7 {
	margin-bottom: 7px !important;
}
.space8 {
	margin-bottom: 8px !important;
}
.space9 {
	margin-bottom: 9px !important;
}
.space10 {
	margin-bottom: 10px !important;
}
.space15 {
	margin-bottom: 15px !important;
}
.space20 {
	margin-bottom: 15px !important;
}

/* 文字色 黒 赤 青
--------------------------------------------- */
.red {
	color: #CC0000;
}
.red2 {
	color: #ff0000;
}
.blue {
	color: #0000ff;
}
.black {
	color: #000;
}

/* テキスト下線
--------------------------------------------- */
.underline {
	text-decoration: underline;
}

/* テキスト太字
--------------------------------------------- */
.bold {
	font-weight: bold;
}

/* フォントサイズ
--------------------------------------------- */
.font10 {
	font-size: 77% !important;
}
.font11 {
	font-size: 85% !important;
}
.font12 {
	font-size: 93% !important;
}
.font13 {
	font-size: 100% !important;
}
.font14 {
	font-size: 107% !important;
}
.font15 {
	font-size: 114% !important;
}
.font16 {
	font-size: 122% !important;
}


