﻿@charset "utf-8";

/* ボディ・画像・見出し */
body{
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","sans-serif";
	color:#444444;
	line-height:normal;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:center;
	background-color:#ffffff;
	width:900px;
	position:relative;
}
a{
	color:#0000FF;
	text-decoration:none;
}
a:hover{
	color:#0000FF;
	text-decoration:underline;
}
img{
	border:0px;
	margin:0px;
	padding:0px;
	display:block;
}
h1,h2,h3,h4,p,ul{
	margin:0px;
	padding:0px;
	border:0px;
	font-style:normal;
	font-weight:normal;
}
hr{
	display:none;
}

/*ベルト*/
#belt{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","sans-serif";
	font-size:12px;
	background-color:#CCCCCC;
	padding:3px;
}

/*ロゴ*/
#logo{
	margin:20px;
	text-align:left;
}

/*ヘッダ画像*/
#head{
	width:900px;
	height:200px;
	margin:0px 0px 20px 0px;
}

/*カラム分割*/
#left{
	width:200px;
	float:left;
}
#right{
	width:680px;
	float:right;
}

/*メイン・コンテンツ*/
#menu-main{
	width:200px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#menu-main li a{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-indent:-9999px;
	text-decoration:none;
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:30px;
	border-bottom:1px dashed #CCCCCC;
}
#menu-main li a:hover{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-indent:-9999px;
	text-decoration:none;
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:30px;
	background-color:#EEEEEE;
}
#main-head{
	background-image:url(../img/menu_main-head.gif);
	height:50px;
	text-indent:-9999px;
}
#main00 a{
	background-image:url(../img/menu_main-00.gif);
}
#main01 a{
	background-image:url(../img/menu_main-01.gif);
}
#main02 a{
	background-image:url(../img/menu_main-02.gif);
}
#main03 a{
	background-image:url(../img/menu_main-03.gif);
}
#main04 a{
	background-image:url(../img/menu_main-04.gif);
}
#main05 a{
	background-image:url(../img/menu_main-05.gif);
}
#main06 a{
	background-image:url(../img/blog_black.gif);
	height:50px	!important;
	background-position:center bottom;
	border-top:30px solid #FFFFFF;
	border-bottom:none	!important;
}

/*メンバー・コンテンツ*/
#menu-member{
	width:200px;
	margin:50px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
#menu-member li a{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-indent:-9999px;
	text-decoration:none;
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:30px;
	border-bottom:1px dashed #CCCCCC;
}
#menu-member li a:hover{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-indent:-9999px;
	text-decoration:none;
	background-repeat:no-repeat;
	display:block;
	width:200px;
	height:30px;
	background-color:#EEEEEE;
}
#member-head{
	background-image:url(../img/menu_member-head.gif);
	height:50px;
	text-indent:-9999px;
}
#member01 a{
	background-image:url(../img/menu_member-01.gif);
}
#member02 a{
	background-image:url(../img/menu_member-02.gif);
}
#member03 a{
	background-image:url(../img/menu_member-03.gif);
}
#member04 a{
	background-image:url(../img/menu_member-04.gif);
}
#member05 a{
	background-image:url(../img/menu_member-05.gif);
}
#member06 a{
	background-image:url(../img/menu_member-06.gif);
}

/*見出しバー*/
.bar{
	background-color:#EEEEEE;
	border-top:5px solid #999999;
	border-left:1px dashed #CCCCCC;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	text-align:left;
	letter-spacing:5px;
	padding:5px 0px 5px 10px;
}

/*ニュースリスト*/
dl.news {
	padding: 0;
	margin:0px 20px 0px 0px;
	padding:20px 0px 20px 20px;
	border-left:1px dashed #CCCCCC;
}

dl.news dt {
	margin: 0;
	padding: 0.3em 0 0.1em 0;
	width: 8em;
	float: left;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","sans-serif";
	font-size:11px;
	color:#444444;
	text-align:left;
	letter-spacing:1px;
}
	
dl.news dd {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","sans-serif";
	font-size:12px;
	color:#444444;
	text-align:left;
	line-height:19px;
	letter-spacing:1px;
	background-image:url(../img/icon_news.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin: 0 0 0 8em;
	padding: 2px 0px 0px 20px;
}

/*テキスト*/
.text{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","sans-serif";
	font-size:12px;
	color:#444444;
	text-align:left;
	line-height:19px;
	letter-spacing:1px;
	margin:0px 20px 0px 0px;
	padding:10px 0px 10px 20px;
	border-left:1px dashed #CCCCCC;
}

/*dtとddで作るテーブル*/
.table{
	padding:20px 0px 20px 0px;
	border-left:1px dashed #CCCCCC;
	clear:both;
}
dl.data {
	padding: 0;
	border: 1px solid #eee;
	border-top: none;
	background-color: #f5f5f5;
	margin:0px 20px 0px 20px;
}
dl.data dt {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","sans-serif";
	font-size:12px;
	color:#444444;
	text-align:left;
	line-height:20px;
	letter-spacing:1px;
	margin: 0;
	padding: 0.7em 0 0.1em 1em;
	border-top: 1px solid #eee;
	width: 8em;
	float: left;
	color: #333;
	clear:both;
}
dl.data dd {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","sans-serif";
	font-size:12px;
	color:#444444;
	text-align:left;
	line-height:20px;
	letter-spacing:1px;
	margin: 0 0 0 8em;
	padding: 0.7em 1em;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #999;
	background-color: #fff;
}
dl.data img {
	float:left;
	vertical-align:middle;
	margin-right:10px;
}

/*アクロバットのダウンロード*/
.acrobat{
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","sans-serif";
	font-size:12px;
	color:#444444;
	text-align:left;
	line-height:20px;
	letter-spacing:1px;
	margin:0px 20px 20px 20px;
}
.acrobat img{
	float:left;
}

/*フッタ*/
#foot{
	clear:both;
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","sans-serif";
	font-size:11px;
	color:#444444;
	text-align:center;
	letter-spacing:1px;
	padding:10px;
	border-top:1px dashed #CCCCCC;
}

