﻿@charset "utf-8";
/*-------------------------------------------------------------------
	基本項目
-------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height: 140%;
	font-size: 80%;
	text-align: center;
	color: #505050;
	background-image: url('../img/common/background.gif');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #f8f8f8;
}
*:first-child + html body {
	margin: 0 auto;
	padding-left: 1px;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height: 140%;
	font-size: 80%;
	text-align: center;
	color: #505050;
	background-image: url('../img/common/background.gif');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #f8f8f8;
}
a {
	color: #4C9552;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
.red {
	color: #CC3300;
}
/*------------------------------------------------------------
	クリア−
------------------------------------------------------------*/
.clearfix {
	overflow: hidden;
	_overflow: visible;
}
.clearfix:after {
	content: ".";
	line-height: 0;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*\*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/*------------------------------------------------------------
	ハック用
------------------------------------------------------------*/
/* ie7 only */
*:first-child + html xxx {
}
/* ie8 only */
head~/* */body xxx{
}
/* firefox3 only */
x:default {
}
x:-moz-any-link {
}
html > body xxx {
}
/* safari only ¥*/
html[xmlns*=""] body:last-child xxx {
}
/*-------------------------------------------------------------------
	ベース
-------------------------------------------------------------------*/
#base {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
/*-------------------------------------------------------------------
	ヘッダ
-------------------------------------------------------------------*/
#header {
	margin: 0 auto;
	width: 960px;
	height: 90px;
	text-align: center;
}
#header_box {
	margin: 0 auto;
	width: 950px;
	text-align: center;
}
#header_l {
	margin: 0;
	padding: 10px 0 0 0;
	width: 360px;
	text-align: left;
	float: left;
}
#header_r {
	margin: 0;
	padding: 0;
	width: 580px;
	text-align: right;
	float: right;
}
h1 {
	margin: 0;
	padding: 2px 0 4px 0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #6a6a6a;
}
/*-------------------------------------------------------------------
	コンテンツ
-------------------------------------------------------------------*/
.contents_main {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	text-align: center;
	clear: both;
}
/*-------------------------------------------------------------------
	INDEXコンテンツ
-------------------------------------------------------------------*/
#idx_image {
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 960px;
	text-align: center;
	clear: both;
}
#idx_image_l {
	margin: 0;
	padding: 0 0 10px 0;
	width: 250px;
	float: left;
}
#idx_image_l ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#idx_image_l li {
	margin: 0;
	_margin-bottom: 3px;
	padding: 0;
}
#idx_image_r {
	margin: 0;
	padding: 0 0 5px 0;
	width: 680px;
	text-align: center;
	float: right;
}
.idx_review {
	margin: 0 0 5px 10px;
	_margin: 5px;
	padding: 0;
	width: 325px;
	border-bottom: 1px dotted #cccccc;
	float: left;
}
.idx_review p {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 1.3em;
}
.idx_review img {
	margin: 0;
	_margin: 0 10px 10px 0;
	padding: 0 10px 10px 0;
	float: left;
}
.idx_review_link p {
	margin: 0;
	padding: 10px 10px 0 0;
	text-align: right;
	font-size: 12px;
	line-height: 1.3em;
	clear: both;
}
.idx_sbflink_box {
	margin: 0;
	padding: 0 0 10px 0;
	height: 330px;
	clear: both;
}
.idx_sbflink_box p {
	margin: 0 auto;
	padding: 5px;
	width: 200px;
	font-size: 12px;
	line-height: 1.3em;
	display: block;
	border-bottom: 1px dotted #cccccc;
}
.idx_sbflink_box ul {
	margin: 0;
	padding: 0;
}
.idx_sbflink_box li {
	margin: 0;
	padding: 0;
	font-size: 10px;
	border-bottom: 1px dotted #cccccc;
}
.idx_sbflink_l {
	margin: 0 10px 0 0;
	padding: 0;
	width: 220px;
	height: 330px;
	background-image: url('../img/index/sbflink_back.gif');
	background-repeat: repeat-y;
	border-bottom: 1px solid #cccccc;
	float: left;
}
.idx_sbflink_c {
	margin: 0;
	padding: 0;
	width: 220px;
	height: 330px;
	background-image: url('../img/index/sbflink_back.gif');
	background-repeat: repeat-y;
	border-bottom: 1px solid #cccccc;
	float: left;
}
.idx_sbflink_r {
	margin: 0;
	padding: 0;
	width: 220px;
	height: 330px;
	background-image: url('../img/index/sbflink_back.gif');
	background-repeat: repeat-y;
	border-bottom: 1px solid #cccccc;
	float: right;
}
.idx_sbflink_r h3 {
	margin: 0;
	padding: 6px 0 0 6px;
	width: 220px;
	height: 30px;
	font-size: 14px;
	background-image: url('../img/index/title_back_h3.gif');
	background-repeat: no-repeat;
}
.idx_sbflink_c h3 {
	margin: 0;
	padding: 6px 0 0 6px;
	width: 220px;
	height: 30px;
	font-size: 14px;
	background-image: url('../img/index/title_back_h3.gif');
	background-repeat: no-repeat;
}
.idx_sbflink_l h3 {
	margin: 0;
	padding: 6px 0 0 6px;
	width: 220px;
	height: 30px;
	font-size: 14px;
	background-image: url('../img/index/title_back_h3.gif');
	background-repeat: no-repeat;
}
.idx_info {
	margin: 10px 0 0 0;
	_margin: 20px 0 0 0;
}
div .idx_info dt {
	margin-left: 20px;
	_margin-left: 10px;
	padding: 5px;
	float: left;
}
div .idx_info dd {
	margin: 0 15px 10px 110px;
	_margin: 0 15px 10px 100px;
	padding: 5px;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
}
.indexSchedule {
	margin: 0;
	padding: 0;
	background-color: #E0F8EF;
	display: block;
}
/*-------------------------------------------------------------------
	コンテンツRIGHT
-------------------------------------------------------------------*/
.contents_r {
	margin: 0;
	padding: 0;
	width: 680px;
	float: right;
}
.contents_r .title {
	margin: 0;
	_margin:0 0 20px 0;
	padding: 0 0 20px 0;
}
.contents_r p {
	padding: 0 5px 20px 5px;
	text-align: left;
}
.contents_r .topInfo p {
	line-height:1.5em;
}
.contents_r h2 {
	margin: 0;
	padding: 7px 0 0 16px;
	width: 680px;
	height: 30px;
	font-size: 14px;
	text-align: left;
	background-image: url('../img/common/title_right.gif');
	background-repeat: no-repeat;
}
.contents_r_box {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	width: 680px;
	background-image: url('../img/common/right_back.gif');
	background-repeat: repeat-y;
	clear: both;
}
.contents_r_box_end {
	margin: 0 0 20px 0;
	padding: 0;
	width: 680px;
	clear: both;
}
.contents_r_sb_box {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	width: 680px;
	background-image: url('../img/common/right_back.gif');
	background-repeat: repeat-y;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.contents_r_sb_box p {
	margin: 0;
	padding: 15px;
	line-height: 1.8em;
	text-align: left;
}
.contents_r_sb_box h3 {
	margin: 10px;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #ffffff;
	border-left: 6px solid #336699;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	clear: both;
}
.contents_r_sb_box iframe {
	margin: 10px auto;
	width: 660px;
	height: 153px;
}
.newInfo dl {
	margin: 0 auto;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}
.newInfo dt {
	margin: 0;
	text-align: left;
	width: 130px;
	float: left;
}
.newInfo dl {
	margin: 0;
	text-align: left;
}
.float_l img {
	margin: 0 15px 10px 0;
	padding: 0;
	float: left;
}
.float_r img {
	margin: 0 0 10px 15px;
	padding: 0;
	float: right;
}
.contents_r ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}
.contents_r ol {
	margin: 0 0 0 30px;
	padding: 15px;
}
.contents_r li {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.8em;
	text-align: left;
}
.img_border {
	padding: 3px;
	border: 2px solid #cccccc;
}
.contents_r .linkBox {
	margin: 0 auto;
	padding: 20px 0 50px 0;
	width: 670px;
}
.contents_r .linkBox .left {
	margin: 0;
	width: 300px;
	text-align: left;
	float: left;
}
.contents_r .linkBox .right {
	margin: 0;
	width: 300px;
	text-align: right;
	float: right;
}
.contents_r .form table {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 650px;
	border-collapse: collapse;
}
.contents_r .form th {
	margin: 0;
	padding: 5px;
	width: 200px;
	background-color: #f3f3f3;
	text-align: center;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	font-size: 12px;
}
.contents_r .form td {
	margin: 0;
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 12px;
}
.contents_r .form td p {
	padding: 0 3px 3px 3px;
	font-size: 10px;
	text-align: left;
	color: #999999;
}
.contents_r .submit {
	padding: 20px;
	text-align: center;
}
.contents_r .submit #button_mfp_goconfirm {
	margin: 0 auto;
	width: 200px;
	height: 30px;
	background: url(../img/admission/inq_btn.gif) no-repeat;
	border: none;
	border-style: none;
	cursor: pointer;
}
.contents_r .inquiryFormbtm {
	margin-bottom: 20px;
}
.w380 {
	width: 380px;
}
.w45 {
	width: 45px;
	text-align: center;
}
.w50 img {
	text-align: center;
}
/*-------------------------------------------------------------------
	活動報告リスト
-------------------------------------------------------------------*/
.activity_list {
	margin: 10px 15px 0 15px;
	_margin: 20px 15px 0 15px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}
div .activity_list img {
	margin: 0 0 0 20px;
	_margin: 0 0 0 10px;
	float: left;
}
div .activity_list dt {
	margin-left: 20px;
	_margin-left: 10px;
	padding: 1px 5px;
	font-weight: bold;
	float: left;
}
div .activity_list dd {
	margin: 0 15px 5px 230px;
	_margin: 0 15px 5px 220px;
	padding: 1px 5px;
	text-align: left;
}
.activity_list_detail {
	margin: 10px 15px 0 0;
	text-align: right;
}
/*-------------------------------------------------------------------
	テーブル：共通設定
-------------------------------------------------------------------*/
div .contents_r_sb_box .pic_box {
	margin: 15px;
	_margin: 15px 15px 15px 7px;
	padding: 3px 3px 1px 3px;
	text-align: center;
	font-size: 11px;
	line-height: 1.5em;
	background-color: #f0f0f0;
	float: left;
}
div .contents_r_sb_box .pic_box img {
	margin: 0 0 3px 0;
}
div .contents_r_sb_box .pic_boxR {
	margin: 15px;
	_margin: 15px 15px 15px 7px;
	padding: 3px 3px 1px 3px;
	text-align: center;
	font-size: 11px;
	line-height: 1.5em;
	background-color: #f0f0f0;
	float: right;
}
div .contents_r_sb_box .pic_boxR img {
	margin: 0 0 3px 0;
}
/*-------------------------------------------------------------------
	テーブル：共通設定
-------------------------------------------------------------------*/
.cmn_tbl {
	margin: 10px auto;
	_margin: 10px 0 10px 10px;
	padding: 0;
	width: 660px;
	font-size: 100%;
	border-collapse: collapse;
}
/*-------------------------------------------------------------------
	テーブル：次回スケジュール
-------------------------------------------------------------------*/
.schedule_ttl {
	padding: 5px;
	width: 70px;
	white-space: nowrap;
	border-bottom: 1px dotted #cccccc;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
}
.schedule_day {
	padding: 5px;
	width: 590px;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.schedule_detail {
	padding: 5px;
	width: 590px;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	line-height: 1.5em;
}
/*-------------------------------------------------------------------
	テーブル：お知らせ
-------------------------------------------------------------------*/
.info_day {
	padding: 5px 0 5px 10px;
	width: 100px;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	font-weight: bold;
}
.info_dtl {
	padding: 5px;
	width: 560px;
	border-bottom: 1px dotted #cccccc;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
}
/*-------------------------------------------------------------------
	テーブル：seminar
-------------------------------------------------------------------*/
.seminarTbl {
	margin: 10px auto;
	_margin: 10px 0 10px 10px;
	padding: 0;
	width: 660px;
	font-size: 100%;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}
.seminarTbl th {
	padding: 5px;
	text-align: center;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
}
.seminarTbl .w120 {
	padding: 10px;
	text-align: center;
	width: 120px;
	border-bottom: 1px dotted #ccc;
	border-right: 1px solid #ccc;
}
.seminarTbl .w540 {
	padding: 10px;
	text-align: left;
	line-height: 1.8em;
	width: 540px;
	border-bottom: 1px dotted #ccc;
	border-right: 1px solid #ccc;
}
/*-------------------------------------------------------------------
	テーブル：活動報告
-------------------------------------------------------------------*/
.report_tbl {
	margin: 10px auto;
	_margin: 10px 0 10px 10px;
	padding: 0;
	width: 660px;
	font-size: 100%;
	border-collapse: collapse;
	border: 2px solid #cccccc;
}
.report_pic {
	margin: 0;
	padding: 10px 0;
	width: 170px;
	text-align: center;
	border-bottom: 1px dotted #cccccc;
}
.report_pic img {
	padding: 2px;
	border: 2px solid #ffffff;
}
.report_ttl {
	margin: 0;
	padding: 10px 0;
	width: 60px;
	text-align: center;
	font-size: 11px;
	background-color: #f8f8f8;
	border-bottom: 1px dotted #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.report_dtl {
	margin: 0;
	padding: 10px;
	width: 430px;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
}
/*-------------------------------------------------------------------
	入会
-------------------------------------------------------------------*/
.flow {
	margin: 0 15px;
	height: 150px;
	border-bottom: 1px dotted #cccccc;
	clear: both;
}
.flow_l {
	margin: 0;
	width: 180px;
	float: left;
}
/*-------------------------------------------------------------------
	テーブル：会員紹介
-------------------------------------------------------------------*/
.member_tbl {
	margin: 10px auto 20px auto;
	_margin: 10px 0 20px 10px;
	padding: 0;
	width: 660px;
	font-size: 100%;
	border-collapse: collapse;
	border: 2px solid #cccccc;
}
.member_tbl th {
	margin: 0;
	padding: 5px;
	text-align: left;
	background-color: #FCF3DC;
	border-bottom: 1px solid #cccccc;
}
.member_info_ttl {
	margin: 0;
	padding: 5px;
	width: 120px;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #f8f8f8;
}
.member_info_dtl {
	margin: 0;
	padding: 5px;
	width: 540px;
	text-align: left;
	line-height: 1.5em;
	border-bottom: 1px solid #cccccc;
}
.member_list_logo {
	margin: 0;
	padding: 5px 0;
	width: 150px;
	text-align: center;
	border-bottom: 1px dotted #cccccc;
}
.member_list_name {
	margin: 0;
	padding: 5px 10px;
	width: 510px;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
}
/*-------------------------------------------------------------------
	テーブル：会員紹介（詳細）
-------------------------------------------------------------------*/
.member_dtl_area {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 680px;
	background-image: url('../img/common/right_back.gif');
	background-repeat: repeat-y;
	clear: both;
}
.member_dtl_area h2 {
	margin: 0 auto;
	padding: 14px 0 0 10px;
	width: 680px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	background-image: url('../img/member/name_back.gif');
	background-repeat: no-repeat;
	clear: both;
}
.member_company_tbl {
	margin: 10px auto 20px auto;
	_margin: 20px auto 20px auto;
	padding: 0;
	width: 650px;
	font-size: 100%;
	border-collapse: collapse;
}
.member_company_pic {
	margin: 0;
	padding: 0;
	width: 170px;
	text-align: center;
}
.member_company_ttl {
	margin: 0;
	padding: 10px 0;
	width: 60px;
	text-align: center;
	font-size: 12px;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
}
.member_company_dtl {
	margin: 0;
	padding: 10px;
	width: 420px;
	text-align: left;
	border: 1px solid #cccccc;
}
.member_business_img_tbl {
	margin: 0 auto;
	_margin: 5px 0 0 10px;
	padding: 0;
	width: 660px;
	border-collapse: collapse;
}
.member_business_img {
	margin: 0 auto;
	padding: 10px 0 5px 0;
	width: 330px;
	text-align: center;
	border-collapse: collapse;
}
/*-------------------------------------------------------------------
	テーブル：会計報告
-------------------------------------------------------------------*/
.finance_tbl {
	margin: 10px auto;
	_margin: 10px 0 10px 10px;
	padding: 0;
	width: 660px;
	font-size: 100%;
	border-collapse: collapse;
	border: 2px solid #cccccc;
}
.finance_tbl th {
	margin: 0;
	padding: 5px;
	text-align: left;
	background-color: #ebebeb;
	border: 1px solid #cccccc;
}
.finance_ttl {
	padding: 5px;
	width: 20%;
	border: 1px solid #cccccc;
	background-color: #f8f8f8;
	vertical-align: top;
	text-align: center;
	line-height: 1.5em;
}
.finance_detail {
	padding: 5px;
	width: 20%;
	border: 1px solid #cccccc;
	vertical-align: top;
	text-align: right;
	line-height: 1.5em;
}
.other {
	padding: 7px 5px 5px 5px;
	width: 80%;
	border: 1px solid #cccccc;
	font-size: 10px;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
}
/*-------------------------------------------------------------------
	テーブル：活動報告
-------------------------------------------------------------------*/
.rpt_dtl_ttl {
	padding: 5px 10px;
	width: 120px;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	font-weight: bold;
	background-color: #f8f8f8;
}
.rpt_dtl_dtl {
	padding: 5px 10px;
	width: 540px;
	border-bottom: 1px dotted #cccccc;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
}
/*-------------------------------------------------------------------
	コンテンツLEFT
-------------------------------------------------------------------*/
.contents_l {
	margin: 0;
	padding: 0;
	width: 250px;
	float: left;
}
.contents_l a {
	font-weight: bold;
}
.contents_l .link h2 {
	margin: 0;
	padding: 13px 0 0 45px;
	width: 250px;
	height: 38px;
	text-align: left;
	font-size: 13px;
	background-image: url('../img/common/left_link01.gif');
	background-repeat: no-repeat;
}
.contents_l .link ul {
	margin: 0 0 20px 0;
	padding: 0 5px;
	_padding:15px 5px 0 5px;
	line-height: 1.5em;
	text-align: left;
	list-style: none;
}
.contents_l .link li {
	margin: 0 0 5px 0;
	padding: 2px 5px 5px 25px;
	line-height: 1.5em;
	text-align: left;
	list-style: none;
	background-image: url('../img/common/link_icon.gif');
	background-repeat: no-repeat;
	border-bottom: 1px dotted #cccccc;
}
.contents_l .linkSbf h2 {
	margin: 0;
	padding: 13px 0 0 45px;
	width: 250px;
	height: 38px;
	text-align: left;
	font-size: 13px;
	background-image: url('../img/common/left_link02.gif');
	background-repeat: no-repeat;
}
.contents_l .linkSbf ul {
	margin: 0 0 20px 0;
	padding: 0 5px;
	_padding:15px 5px 0 5px;
	line-height: 1.5em;
	text-align: left;
	list-style: none;
}
.contents_l .linkSbf li {
	margin: 0 0 5px 0;
	padding: 2px 0 5px 0;
	line-height: 1.5em;
	text-align: left;
	list-style: none;
	border-bottom: 1px dotted #cccccc;
}
.contents_l .linkSbf li img {
	float: left;
	margin-right: 5px;
}
.contents_l .linkSbf li a {
	font-size: 12px;
}
.contents_l .linkSbf li p {
	font-size: 11px;
}
.contents_l .link li p {
	font-size: 11px;
}
.contents_l .contentsTitle h2 {
	margin: 0;
	padding: 13px 0 0 45px;
	width: 250px;
	height: 38px;
	text-align: left;
	font-size: 13px;
	color: #fff;
	background-image: url('../img/common/contents_title.gif');
	background-repeat: no-repeat;
}
.contents_l .contentsTitle ul {
	margin: 0 0 20px 0;
	padding: 0 5px;
	line-height: 1.5em;
	text-align: left;
	list-style: none;
}
.contents_l .contentsTitle li {
	margin: 0 0 5px 0;
	padding: 2px 5px 5px 25px;
	line-height: 1.5em;
	text-align: left;
	list-style: none;
	background-image: url('../img/common/link_icon.gif');
	background-repeat: no-repeat;
	border-bottom: 1px dotted #cccccc;
}
.contents_l h2 {
	margin: 0;
	padding: 8px 0 0 8px;
	width: 250px;
	height: 22px;
	_height: 30px;
	text-align: left;
	font-size: 13px;
	background-image: url('../img/common/title_left.gif');
	background-repeat: no-repeat;
}
.contents_l_box {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	width: 250px;
	background-color: #f6f6f6;
	background-image: url('../img/common/left_back.gif');
	background-repeat: repeat-y;
	border-bottom: 1px solid #cccccc;
}
.contents_l_box p {
	margin: 0;
	padding: 0 10px;
	line-height: 1.5em;
	text-align: left;
}
.contents_l_box ul {
	margin: 0;
	padding: 0 10px;
	line-height: 1.5em;
	text-align: left;
	list-style: none;
	border-top: 1px solid #cccccc;
}
.contents_l_box li {
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	text-align: left;
	list-style: none;
	border-bottom: 1px dotted #cccccc;
}
.cm_l {
	margin: 0 auto 15px auto;
	text-align: center;
}
/*-------------------------------------------------------------------
	メニュー
-------------------------------------------------------------------*/
#menu {
	margin: 0 auto 10px auto;
	padding: 0;
	width: 960px;
	_width: 961px;
	height: 38px;
	text-align: center;
}
#menu ul {
	margin: 0 auto;
	_margin: 0;
	padding: 0;
	width: 960px;
	text-align: center;
	list-style-type: none;
}
#menu li {
	margin: 0;
	padding: 0;
	float: left;
}
/*-------------------------------------------------------------------
	ページアップ
-------------------------------------------------------------------*/
.pgup {
	margin: 0 auto;
	padding: 20px 0 50px 0;
	width: 950px;
	text-align: right;
	clear: both;
}
.pgup img {
	margin: 0;
	_margin: 0 20px 0 0;
	padding: 0 20px 0 0;
}
/*-------------------------------------------------------------------
	CM
-------------------------------------------------------------------*/
.cm {
	margin: 0;
	padding: 30px 0;
	text-align: center;
	background-color: #EBEBEB;
}
/*-------------------------------------------------------------------
	パンくずリスト
-------------------------------------------------------------------*/
#rtnv {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 30px;
}
#rtnv ul {
	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
}
#rtnv a {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-decoration: none;
	color: #6a6a6a;
	list-style: none;
	text-decoration: none;
}
#rtnv li {
	margin: 0;
	padding: 0 0 0 5px;
	font-size: 10px;
	text-decoration: none;
	color: #6a6a6a;
	list-style: none;
	float: left;
}
/*-------------------------------------------------------------------
	フッタ
-------------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	line-height: 2em;
	width: 960px;
	color: #505050;
	border-top: 1px solid #ccc;
	clear: both;
}
#footer a {
	font-size: 12px;
	color: #505050;
	text-decoration: none;
}
#footer p {
	font-size: 12px;
	color: #505050;
}

