* {
	margin: 0;
	padding: 0;
}

html{ overflow-y: scroll; }

body,td,th {
	font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}

body {
	background: url(../images/bg_main.jpg) repeat-x #efefef;
	margin: 0;
	font-size: 12px;
}

#mBody{
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p,
table, th, td, ul, li {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
	text-indent: 0;
}

/* ---------------------------------------------------------
■ floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
■ テキストリンク
--------------------------------------------------------- */
a { color: #0078ff;text-decoration:none; }
a:hover {color: #67b6ec;text-decoration:underline}

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
#mHeader {
	width: 900px;
	height: 90px;
	margin-left: 10px;
}

.seo {
	width: 900px;
	height: 25px;
	font-size: 10px;
	color: #7e7e7e;
}

.seo img {
	margin-right: 10px;
}

#mLogo {
	width: 900px;
	height: 54px;
	margin: 7px 0 0 10px;
}

#mLogoImg {
	width: 200px;
	height: 50px;
	background: url(../images/logo.gif) no-repeat left top;
	cursor:pointer;
	float: left;
}

.add {
	width: 280px;
	float: right;
	text-align: left;
	margin-top: 15px;
	line-height: 14px;
	font-size: 12px;
}

#mMenu {
	background: url(../images/template/menu/bg_nv.jpg) no-repeat;
	width: 920px;
	height: 55px;
}

#mMenu2 {
	float: left;
	margin: 5px 10px;
	display: inline;
}

#mMenu2 div { height: 45px;float:left;}

/* BUTTONS */
#top { background:url(../images/template/menu/top.jpg) no-repeat; width:150px; cursor:pointer;}
#message { background:url(../images/template/menu/message.jpg) no-repeat; width:150px; cursor:pointer;}
#profile { background:url(../images/template/menu/profile.jpg) no-repeat; width:150px; cursor:pointer;}
#policy { background:url(../images/template/menu/policy.jpg) no-repeat; width:150px; cursor:pointer;}
#movements { background:url(../images/template/menu/movements.jpg) no-repeat; width:150px; cursor:pointer;}
#access { background:url(../images/template/menu/access.jpg) no-repeat; width:150px; cursor:pointer;}


/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */
#mCopy {
	width:900px;
	height:35px;
	padding: 10px;
	text-align: right;
	color: #7e7e7e;
	clear: both;
}

/* ---------------------------------------------------------
■ コンテンツ枠
--------------------------------------------------------- */
#Frame {
	width: 900px;
	background: url(../images/fr_m.gif) repeat-y;
	border-bottom: 1px solid #d3d3d3; 
	margin: 10px;
	padding-bottom: 20px;
	overflow: hidden;
}

/* Netscape対策 */
#Frame:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ---------------------------------------------------------
■ TOPページ
--------------------------------------------------------- */
/* フラッシュ */
.flash {
	width: 900px;
}

/* コンテンツ左部 */
.left {
	width: 630px;
	display: inline;
}

/* コンテンツ右部（バナー） */
.right {
	width: 180px;
	float: right;
	margin: 15px 30px 0 0;
	display: inline;
} 

.right img{
	margin: 0 0 5px;
}

.right ul li.tx {
	background: url(../images/top/ic_arrow_b.gif) no-repeat;
	padding: 0 0 5px 20px;
}

/* インフォメーション */
.info {
	width: 630px;
	background: url(../images/top/top_fr_info_m.gif) repeat-y;
	float: left;
	border-bottom: 1px solid #d7d7d7;
	margin: 40px 0 0 30px;
	display: inline;
}

.info .info_content {
	width: 580px;
	height: 400px;
	margin: 10px 10px 10px 30px;
}

/* インフォメーションページ(news.html) */
/*body#info {
	background: none;
}

body#info div.border {
	border-bottom: 1px dotted #cccccc;
	background: url(../images/template/ic_01.gif) no-repeat;
	padding: 0 20px 5px 20px;
	margin-bottom: 10px;
	width: 500px;
}

body#info div.border div.tx {
	line-height: 18px;
}

body#info div.border div.date {
	padding-right: 20px;
	font-weight: bold;
	color: #0038aa;
	float: left;
}

body#info div.more {
	float: right;
	padding-right: 30px;
}
*/

#news div.border {
	border-bottom: 1px dotted #cccccc;
	background: url(../images/template/ic_01.gif) no-repeat;
	padding: 0 20px 5px 20px;
	margin-bottom: 10px;
	width: 500px;
}

#news div.border div.tx {
	line-height: 18px;
}

#news div.border div.date {
	padding-right: 20px;
	font-weight: bold;
	color: #0038aa;
	float: left;
}

#news div.more {
	float: right;
	padding-right: 30px;
}

/* ---------------------------------------------------------
■ サブコンテンツ
--------------------------------------------------------- */
.sub_frame {
	width: 900px;
	margin: 10px;
}

.sub_frame #Frame {
	width: 900px;
	background: url(../images/fr_m.gif) repeat-y;
	border-bottom: 1px solid #d3d3d3; 
	padding-bottom: 20px;
	margin: 0;
	float: left;
}

/* サブメニュー
------------------------------------ */
.fr_t_snv {
	background:url(../images/fr_t.gif) no-repeat 0 30px;
	width: 900px;
	height: 35px;
}

.fr_t{
	background:url(../images/fr_t.gif) no-repeat bottom;
	width: 900px;
	height: 5px;
}


.menu div {
	font-size:14px;
	font-weight:bold;
	background:url(../images/template/movements/movements.jpg) no-repeat;
	width:120px;
	cursor:pointer; 
	margin-right: 5px;
	color:#fff;
	padding-top:10px;
	height:25px;
	float:left;
	text-align:center;

}

#mSubMenu {
	width: 870px;
	height: 31px;
	margin: 0 0 0 30px;
}

/* SUB MENU BUTTONS movements*/
/*#movements_kouenkai { background:url(../images/template/movements/movements_kouenkai.jpg) no-repeat; width:120px;cursor:pointer; margin-right: 5px;}
#movements_event { background:url(../images/template/movements/movements_event.jpg) no-repeat; width:120px;cursor:pointer; margin-right: 5px;}
#movements_houmon { background:url(../images/template/movements/movements_houmon.jpg) no-repeat; width:120px;cursor:pointer; margin-right: 5px;}
*/

/* 内容ゾーン
------------------------------------ */
#Frame_right {
	width: 840px;
	margin: 15px 0 0 30px;
}

#mRight {
	width: 840px;
	background-repeat:no-repeat;
	padding-top: 65px;
}

/* タイトル */
#mTitle {
	width: 800px;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #0038aa;
	background: url(../images/template/bg_title.jpg) no-repeat;
	padding: 15px 10px 10px 30px;
	margin-bottom: 10px;
}

#mContent {
	width: 840px;
}

/* ---------------------------------------------------------
■ その他　テキストなどの設定
--------------------------------------------------------- */
#mContent p {
	padding: 0 0 10px;
	line-height: 20px;
}

#mContent h2 {
	border-bottom: 1px dotted #cccccc;
	background: url(../images/template/ic_01.gif) no-repeat 5px 4px;
	padding: 5px 10px 10px 30px;
	margin-bottom: 10px;
	width: 800px;
	font-size: 12px;
	font-weight: bold;
	color: #0038aa;
}

#mContent h3 {
	background: url(../images/template/ic_02.gif) no-repeat 10px 7px;
	padding: 5px 10px 5px 30px;
	margin-bottom: 10px;
	width: 800px;
	font-size: 12px;
	font-weight: bold;
	color: #0038aa;
}

#mContent h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}

#mContent h5 {
	text-align:right;
	font-size: 12px;
	color:#999;
	margin-bottom: 10px;
}

hr {
	border-style: dotted none none none;
	border-top-color: #c4c4c4;
	width: 100%;
	margin-bottom: 10px;
}

/* リスト */
#mContent ul {
	margin: 15px;
}

#mContent ul li {
	background:url(../images/template/ic_list.gif) no-repeat;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
}

#mContent ul li.link {
	background:url(../images/template/ic_link.gif) no-repeat;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
}

#mContent ul li.link a {
	color: #0078ff;
}

/* コメント欄 */
#mContent .comment {
	border: 1px solid #a0c0ff;
	background: #edf3ff;
	padding: 10px 20px;
	margin-bottom: 15px;
}

#mContent .comment strong {
	font-size: 12px;
	font-weight: bold;
	color: #0038aa;
	padding-bottom: 15px;
}

/* 文字位置 */
.tx_center {
	text-align: center;
}
/*
d.alert {
	background:url(../images/alert.gif);
	background-repeat: no-repeat;
	font-weight:bold;
	color:red;
}*/

/* ---------------------------------------------------------
■ テーブル
--------------------------------------------------------- */
/* パターン1 */
#mContent table.waku1 {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	border: 1px solid #e7e7e7;
}

#mContent table.waku1 thead th {
	padding: 5px 10px;
	text-align: left;
	line-height: 18px;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #6d99ff;
	font-weight: bold;
	color: #fff;
}


#mContent table.waku1 tbody th {
	padding: 5px 10px;
	text-align: left;
	line-height: 18px;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: #efefef;
	font-weight: bold;
}

#mContent table.waku1 td {
	padding: 5px 10px;
	line-height: 18px;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

/* パターン2 */
#mContent table.waku2 {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	border: 1px solid #DDD;
}

#mContent table.waku2 thead th {
	padding: 5px 10px;
	text-align: left;
	line-height: 18px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #8e8e8e;
	font-weight: bold;
}


#mContent table.waku2 tbody th {
	padding: 5px 10px;
	text-align: left;
	line-height: 18px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #efefef;
	font-weight: bold;
}

#mContent table.waku2 td {
	padding: 5px 10px;
	line-height: 18px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

/* ---------------------------------------------------------
■ 関連文書
--------------------------------------------------------- */
.fr_book {
	background: url(../images/template/books/books_fr_m.gif) repeat-y;
	width: 840px;
	margin-bottom: 15px;
}

.fr_book .content {
	margin: 15px 30px;
	line-height: 20px;
}

.fr_book .content img {
	float: left;
	margin: 0 25px 10px 0;
}

.fr_book .content .tit {
	background: url(../images/template/books/books_ic.jpg) no-repeat 10px 10px;
	color: #0019c8;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 0 80px;
	margin-bottom: 10px;
	width: 470px;
	float: right;
}

.fr_book .content .tit span {
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

.fr_book .content .tx {
	background: url(../images/template/books/books_li.gif) no-repeat top;
	padding: 15px 15px 0 15px;
	width: 530px;
	float: right;
}

.fr_book .content ul {
	width: 500px;
	padding: 2px;
	margin: 0;
	float: right;
}

.fr_book .content .mokuji {
	color: #0019c8;
	font-weight: bold;
	width: 510px;
	padding: 10px 15px 0 15px;
	float: right;
}

/* ---------------------------------------------------------
■ メッセージ
--------------------------------------------------------- */
.message_note {
	background: url(../images/template/message/message_bg_note.gif);
	line-height: 30px;
	padding: 0 0 0 15px;
	margin-bottom: 10px;
}

.message_note div.tit {
	color: #0019c8;
	font-weight: bold;
	background: url(../images/template/ic_03.gif) no-repeat 0 7px;
	padding: 0 0 0 20px;
}

.message_note div.tit span {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	float: right;
}

.message_note img {
	float: right;
	margin: 0 10px 15px 30px;
}

.backnumber ul {
	float: left;
	width: 350px;
	padding: 10px;
	margin: 0;
}