@charset "shift_jis";


/*全般設定
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、白っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/
body {
	color: #555555;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #FFFFFF url(images/bg.gif);
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

h2{
 font-size:13px;
 font-weight:700;
}

ul.ball{
	list-style-image:url('images/ball.gif');
}

ul.ball li{
	border-bottom:1px solid #AAAAAA;
}

ul.arrow{
	list-style-image:url('images/arrow1.gif');
}

img {
	border: none;
}

#main p, #sub p {
	margin: 0.5em 1em 1em;
}


/*コンテナー
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 840px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(images/container_bg.gif) repeat-y center;
}


/*ヘッダー
------------------------------------------------------------------------------------------
■HP最上段に入っているh1タグは「#header h1」で指定しています。サイズ変更は「font-size: 10px;」で行います。
　色は「color: #ffffff;」で変更可能。現在は白で入ってます。
　ちなみに、h1タグの背景は「#header」項目内で指定している「header_bg.gif」に入れています。
------------------------------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 103px;
	position: relative;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}


/*メインメニュー（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#menu {
	width:100%;
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	clear:right;
	display: inline;
	float:left;
}


/*ナビメニュー（メインメニューの右上に入っている小さなナビゲーションメニューの事）
------------------------------------------------------------------------------------------
■左の赤い矢印は「#nav li」項目内の「images/arrow1.gif」です。
■リンクカラーは「#nav a」でグレーに指定。下線も消しています。
■カーソルオーバー時の文字色は「#nav a:hover」で指定しています。
------------------------------------------------------------------------------------------*/
#nav {
	background: url(images/nav_bg.gif) no-repeat left bottom;
	height: 13px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	padding-left: 50px;
	font-size: 11px;
	padding-top: 8px;
	line-height: 11px;
}

#nav li {
	display: inline;
	padding-right: 15px;
	background: url(images/arrow1.gif) no-repeat left center;
	padding-left: 15px;
}

#nav a {
	text-decoration: none;
	color: #999999;
}

#nav a:hover {
	color: #BB000F;
}


/*メインコンテンツ（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 546px;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
	padding-bottom: 40px;
	background: #FFFFFF;
	line-height:1.786em;
}

#main #cont{
	width:522px;
	padding:12px;
}

#main div.cont{
	width:522px;
	padding:12px;
}

#main #cont_table{
	width:522px;
	padding:12px;
}

/*サブコンテンツ
------------------------------------------------------------------------------------------
■右側コンテンツの見出しは「#sub h3」で設定します。背景色は「background: #EEEEEE;」で指定。
　上下のラインは「border-top」と「border-bottom」で設定。
「letter-spacing」というのは文字間隔の事で、文字同士の隙間を0.2文字ずつ空けて表示させています。
------------------------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 264px;
	margin-top: 15px;
	padding-bottom: 40px;
	background: #FFFFFF;
	line-height:1.786em;
}

#sub #txt{
	width:240px;
	padding:0px;
	padding-left:12px;
	padding-right:12px;
	padding-top:8px;
	padding-bottom:8px;
}

#sub div.txt{
	width:240px;
	padding:0px;
	padding-left:12px;
	padding-right:12px;
	padding-top:8px;
	padding-bottom:8px;
}

#sub #txt_center{
	text-align:center;
	width:240px;
	padding:0px;
	padding-left:12px;
	padding-right:12px;
	padding-top:8px;
	padding-bottom:8px;
}

#sub h3 {
	font-size: 100%;
	background: #EEEEEE;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}

#sub h2.top {
	font-size: 100%;
	background: #EEEEEE;
	letter-spacing: 0.2em;
	text-align: center;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}


/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 840px;
	background: url(images/footer_bg.gif) no-repeat center top;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	padding: 20px 4px;
	margin-right: auto;
	margin-left: auto;
}


/*clearfix（変更しない）
------------------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */

#cont_table table{
    border-collapse:collapse;
}

#cont_table td{
	border:1px solid #AAAAAA;
	padding:4px;
}

#cont_table td.gray{
	border:1px solid #AAAAAA;
	padding:4px;
	background-color:#EEEEEE;
}

#log{}
#log table{
    border-collapse			:collapse;
}

#log td{
	padding:4px;
	border:1px solid #AAAAAA;
}

#log td.gray{
	background-color:#EEEEEE;
}

#log td.none{
	border:0px none;
}

#img_event{
	width:512px;
	border:1px solid #AAAAAA;
	padding-top:8px;
	padding-left:8px;
	padding-bottom:0px;
	margin-bottom:8px;
}

#img_event img{
	width:166px;
	margin-right:4px;
	margin-bottom:8px;
}

#title_bar{
	text-align:center;
	font-size:14px;
	width:522px;
	height:24px;
	background-color:#666666;
	color:white;
}

#title_bar2{
	text-align:center;
	font-size:14px;
	width:522px;
	height:24px;
	background-color:#666666;
	color:white;
}

div.sitemap{
	clear: both;
	width: 600px;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	padding: 20px 4px;
	margin-right: auto;
	margin-left: auto;
}

ul.none{
	list-style-type:none;
	text-align:center;
	margin-left:24px;
}

li.none{
	list-style-type:none;
	float:left;
}

div.log_honbun{
	overflow-y:auto;
	width:516px;
	border:1px solid #AAAAAA;
	border-top:0px none;
	background-color:white;
	margin-bottom:12px;
}

div.log_txt{
	width:490px;
	margin:6px;
}

div.log_title{
	cursor:pointer;
	padding:6px;
	display:block;
	width:504px;
	overflow-y:auto;
	border:1px solid #AAAAAA;
	background-color:#444444;
	color:white;
	font-size:14px;
}
	div.log_title h3{
		font-size:14px;
	}

div.circle{
	margin-top:24px;
	margin-bottom:24px;
}

div.circle li{
	font-size:16px;
	margin-left:48px;
}

ul.circle{
	margin-left:12px;
}

div.co{
}

div.co h2{
	color:red;
	font-size:14px;
}

/*************************************************************************************************************/
/* SEO
/*************************************************************************************************************/
div.clear{
	color:#313131;
	line-height:0px;
	letter-spacing:0px;
	word-spacing: 0px;
	font-size:8px;
}

div.clear br,div.clear p,div.clear h2,div.clear h3{
	font-size:8px;
	line-height:0px;
	margin:0px;
	padding:0px;
}

img.banner_l{
	float:left;
	width:272px;
	height:146px;
	margin-bottom:12px;
	margin-right:1px;
	margin-top:6px;
}

img.banner_r{
	float:left;
	width:272px;
	height:146px;
	margin-bottom:12px;
	margin-left:1px;
	margin-top:6px;
}

div.cont h3{
	color:red;
	font-weight:700;
	font-size:18px;
	width:460px;
	border-top:1px dotted #AAAAAA;
	padding-top:12px;
}

div.caution{
	color:blue;
	font-size:10px;
	width:100%;
	padding-left:12px;
}

#blog h3{
	background-color:#555555;
	color:white;
	font-size:14px;
	text-indent:6px;
	width:510px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:2px;
}

#blog h3 a{
	color:white;
	text-decoration:none;
}

#blog h3 a:hover{
	color:#AAAAAA;
}


#blog div.blog_cont{
	padding-left:12px;
	width:510px;
	margin-bottom:24px;
}

#blog div.blog_cont div.tuduki{
	float:right;
	margin-right:12px;
	height:24px;
	margin-bottom:12px;
}

ul.book{
	margin-left:12px;
}
ul.book li{
	margin-bottom:6px;
}

