@charset "utf-8";

/* 基本 */

body {
	font-size: 12px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.6em;
	background-image: url(../p_common/bg_body.gif);
	background-repeat: repeat;
}

/* 以下レイアウト */
/* 大枠 */
#wrapper {
	width: 768px;
	margin: 0 auto;
}

/* ヘッダ */
#header {
	width: 100%;
	height: 148px;
}

/* 中身大枠（LV1） */
#main_lv1 {
	background-image: url(../p_common/bg_main_lv1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 100%;
	position: relative;
}

/* 中身大枠（LV2） */
#main_lv2 {
	background-image: url(../p_common/bg_main_lv2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 100%;
	position: relative;
}

/* 左メニュー枠 */
#left {
	width: 165px;
	left: 3px;
	top: 0px;
	position: absolute;
}
#left h4 {
	color: #C60;
	padding-left: 16px;
}
#left h5 {
	font-weight: normal;
	color: #366;
	padding-left: 16px;
}
#left p {
	line-height: 1.4em;
	padding-left: 16px;
}

/* 中身コンテンツ枠 */
#contents {
	width: 580px;
	margin-left: 185px;
	position: relative;
}
#title {
	width: 580px;
	height: 70px;
}

/* 中央コンテンツ（LV1） */
#centercnts_lv1 {
	width: 365px;
	float: left;
}
#centercnts_lv1 h3 {
	font-size: 14px;
	color: #C30;
	padding-bottom: 5px;
}
#centercnts_lv1 h4 {
	color: #39C;
	padding-bottom: 5px;
}
#centercnts_lv1 dt  {
	float: left;
}
#centercnts_lv1 dd {
	padding-left: 40px;
}
#centercnts_lv1 a {
	background-image: url(../p_common/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}


/* 中央コンテンツ（LV2） */
#centercnts_lv2 {
	width: 565px;
	padding-right: 15px;
/* メインコンテンツの最低の高さを確保 */
	min-height:670px;
	height:auto !important;  /* IE7はこちらを優先 */
	height:670px;
}
#centercnts_lv2 h3 {
	font-size: 14px;
	color: #930;
	padding-bottom: 5px;
}
#centercnts_lv2 h4 {
	color: #39C;
	padding-bottom: 5px;
}
#centercnts_lv2 h5 {
	color: #666;
	padding-bottom: 3px;
}
#centercnts_lv2 p {
	padding-bottom: 7px;
}
#centercnts_lv2 ul {
	padding-bottom: 7px;
}
#centercnts_lv2 dt  {
	float: left;
}
#centercnts_lv2 dd {
	padding-left: 40px;
}

/* 右コンテンツ（LV1） */
#right {
	width: 170px;
	background-image: url(../p_index/bar_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	top: 70px;
	left: 380px;
	height: 1215px;
}
#right h3 {
	height: 35px;
	width: 200px;
	padding-top: 5px;
}
#right h4 {
	background-image: url(../p_index/lm_right1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: normal;
}
#right dt {
	color: #399;
}
#right dd {
	padding-bottom: 10px;
}
#right p img {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ボトム（LV1） */
#btm_lv1 {
	background-image: url(../p_index/bg_btm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	width: 425px;
	clear: both;
	padding-left: 343px;
}
#btm_lv2 {
	background-image: url(../p_common/bg_btm_include.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	width: 328px;
	clear: both;
	padding-left: 440px;
}

/* フッタ */
#footer {
	background-image: url(../p_common/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 768px;
	text-align: center;
}

/* タグ設定（共通） */
img {
	vertical-align: top;
	border: none;
}
hr {
	display: none;
}
address {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 15px;
	line-height: 1em;
}

/* テキストリンク（共通） */
a {
	color: #693;
	border: none;
}

a:visited {
	color: #660;
}

a:hover {
	color: #F60;
}

a:active {
	color: #3CC;
}

/* クラス設定（共通） */
.img1 {
	padding-bottom: 15px;
}
.img_floatright1 {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}

.capimg1_left {
	width: 270px;
	padding-right: 25px;
	float: left;
}
.capimg1_right {
	width: 270px;
	float: left;
	margin-bottom: 5px;
}
.capimg2_left {
	width: 360px;
	padding-right: 25px;
	float: left;
}
.capimg2_right {
	float: left;
	width: 180px;
}
.capimg3_left {
	width: 290px;
	padding-right: 25px;
	float: left;
}
.capimg3_right {
	float: left;
	width: 250px;
}




.img_icon {
	margin-left: 5px;
	vertical-align: baseline;
}
.lm1 {
	padding-bottom: 5px;
	padding-left: 10px;
}
.lm2 {
	padding-bottom: 5px;
	padding-left: 10px;
	color: #C66;
}
.lm3 {
	padding-bottom: 5px;
	padding-left: 20px;
	color: #963;
}
.lm_yatai1 {
	background-image: url(../p_yatai/lm_square.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}


.line1 {
	background-image: url(../p_common/pauseline1.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 40px;
	width: 100%;
	clear: both;
}
.line2 {
	background-image: url(../p_common/pauseline2.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 40px;
	width: 100%;
	clear: both;
}
.pause1 {
	height: 10px;
	width: 100%;
	clear: both;
}
.line_right1 {
	background-image: url(../p_common/pauseline1.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 17px;
	width: 170px;
}
.txt_strong1 {
	font-weight: bold;
}

.txt_small {
	font-size: 10px;
	line-height: 1.4em;
	color: #666;
}
.txt_right {
	text-align: right;
}


/* テーブル */
table {
	width: 100%;
	background-color: #CCC;
	margin-bottom: 10px;
}
th {
	background-color: #F5F5DC;
	padding: 5px;
	color: #993;
}
td {
	padding: 5px;
	background-color: #FFF;
}
