﻿@charset "utf-8";


*	{	margin:0;
		padding:0;
}

/* ==== ボディ ==== */

body {
		margin : 0;
		color: #888888;
		background-color: #000000;
		font-size: 10pt;
		font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
		line-height: 150%;
		text-align: center;
}

/* ===== 見出 ===== */
h1 {	margin-top: 2px;
		margin-bottom: 2px;
		margin-left: 0px;
		margin-right: 0px;
		font-size : 10pt;
		font-weight: normal;
		line-height: 110%;
		color: #888888;
		text-align: right;
}
h2 {	margin : 2px 0 0 0 ;
		font-size : 10pt;
		font-weight: bold;
		line-height:160%;
}
h3 {	margin : 2px 0 0 0 ;
		font-size : 10pt;
		font-weight: bold;
		line-height:160%;
}
h4 {	margin: 0;
	font-size : 12pt;
	line-height: 130%;
	color: #eeee00;
	}
h5 { font-size : 105%;	}
h6 { font-size : 100%;	}

/* ==== フォントサイズ ==== */
.F8	{	font-size : 8pt;	}
.F8m	{	font-size : 8pt;
		line-height : 120% ;
}
.F9m	{	font-size : 9pt;
		line-height : 120% ;
}
.F10m	{	font-size : 10pt;
		line-height : 120% ;
}

.h	{ 	line-height : 170%;	}

.F12	{	font-size : 12pt;	}
.F16	{	font-size : 16pt;	}

/* ==== 強調 ==== */
em {	font-weight : bold;
		font-style : normal;
}
/* ==== 全体のコンテナ ==== */

#container {
				clear :both;
				position:relative;
				width: 702px;
				margin : 0 auto;
		/*		margin-top : 10px; */
				padding : 0px;
				text-align :center;
}
#test {
				width: 50%;

}
/* === header バー === */
#headtitle {
	clear:both;
	position:relative;
	background: #000000 url(../mk/img/head_bg.gif) left top repeat-x;
	height:16px;
	width:100%;
}

#headtitle h1 {	margin: 2px 2px 2px 5px ;
		font-size : 9pt;
		font-weight: bold;
		line-height: 100%;
		text-align: left;
		padding :0;
}
#headtitle h1 A:link, h1 A:visited {
/*	color: #000000; */
}
#headtitle h1 A:hover, h1 A:active {
	color: #cc5555;
}
/* ==== トップタイトル用コンテナ ==== */
#titlebox {	margin-top: 1px;
			margin-left: 0;
			margin-right: 0;
			margin-bottom: 0;
			padding: 0;
			width: 700px;
			height:362px;
			background-image: url(../img/space.gif);
			background-repeat: no-repeat;
			text-align: right;
			border: solid 1px #880000;
}

#titletop {	text-align:right;
			height: 165px;
			width : 700px;
			padding: 0;
}

#menubox {	text-align: right;
			height: 195px;		/* メニュー画像の高さ24px */
			width: 700px;
}

/* ==== トップニュース用コンテナ ==== */
#topnewsbox {	margin-top: 5px;
			margin-left: 0;
			margin-right: 0;
			margin-bottom: 0;
			padding-top: 5px;
			padding-bottom: 5px;
			width: 698px;
			text-align: center;
			background-color : #111111 ;
			border : solid 1px #555555;
}
#topnewsinner {
	padding : 10px;
	text-align : left ;
}
#topnewsinner .kotae {
	padding: 0;
	text-align: center;
}

#sitemap {

}

#sitemap ul {
	margin : 0 0 0 2em; 
	padding: 0; 
}
#sitemap ol {
	margin : 0 0 0 2em; 
	padding: 0; 
}
#sitemap li {
	margin : 0 0 0 5px; 
	padding: 0; 
}

ul {
	margin : 0 0 0 1em; 
	padding: 0; 
}
ol {
	margin : 0 0 0 1em; 
	padding: 0; 
}
li {
	margin : 0 0 0 5px;
}



/* ==== メニュー画像用 ==== */
#menubox img.top {
			border: 0px;
			padding :0px;
			margin-top: 13px;
			margin-right: 0px;
			margin-bottom : 0px;
}

/* ==== メイン ==== */
#maincontents {	margin-top: 10px;
				margin-left: 0;
				margin-right:0;
				margin-bottom: 10px;
				padding: 0;
				width : 100%;
				text-align: left;
}
#menus {	float : left;
			margin : 0px;
			width : 340px;
			padding: 0 ;
}
#menuinner {
	padding : 3px ;
	line-height : 160% ;
}

#whatsnew {	float : left;
			margin-left : 5px;
			margin-top : 0;
			margin-bottom : 0;
			margin-right : 0;
			padding : 0;
			width : 355px;
			background-color : #000000 ;
}
#scrollbox {
			text-align : left;
			width : 346px;
			padding-left : 5px;
			margin : 0;
			background-color : #111111 ;
			height : 240px;
			border-top : dashed 1px #555555;
			border-bottom : dashed 1px #555555;
			border-left : dashed 1px #555555;
			
			overflow-y : scroll;
			scrollbar-3dlight-color: #888888;
			scrollbar-arrow-color: #000000;
			scrollbar-base-color: #555555;
			scrollbar-darkshadow-color: #888888;
			scrollbar-face-color: #555555;
			scrollbar-highlight-color: #555555;
			scrollbar-shadow-color: #555555;
}
#scrollbox p {
				margin-top : 5px;
				margin-bottom : 10px;
				margin-left : 10px;
				margin-right : 5px;
				padding : 0;
}

/* ==== フッター ==== */
#footer {	clear : both;
			margin-top : 10pt;
			margin-bottom: 0pt;
			width: 700px;
			text-align:center;
}
#footerred {	background-color: #330000;
				padding: 0;
				width: 100%;
				margin : 0 auto;
				text-align : right;
				font-size : 10pt;
				line-height :120% ;
				color : #aaaaaa;
}
#footerred a {
	color : #eeeeee;
	text-decoration : none;
}

#footerred a:hover {
	color: #ee0000;
	text-decoration: underline;
}


/* ==== リンク ==== */
a:link		{	color: #ffffff; text-decoration: none;	}
a:visited	{	color: #dddddd; text-decoration: none;	}
a:hover		{	color: #ee0000; text-decoration: underline;	}
/* a:hover		{	color: #aaaacc; text-decoration: underline;	} */

/* ==== 画像共通 ==== */
img {	border : none;	}
/* ==== 画像回り込み解除 ==== */

.clear_both { clear : both ;	}

/* ==== 略歴用ボックス ==== */
#box1	{	clear : both;
			margin-top : 15px;
			margin-bottom :15px;
			margin-left: 0px;
			margin-right: 0px;
			padding-top: 10px;
			padding-bottom : 10px;
			text-align: left;
			border-top : dashed 1px #555555;
			border-bottom : dashed 1px #555555;
			width: 700px;
}
#box1 h2 {	margin: 0;
			font-size : 8pt;
			font-weight: normal;
			line-height:110%;
}	
#counter {
			text-align : right;
			margin: 10px;
			padding: 0;
}
/* Yahoo!検索窓用 */
#srchBox {
	width:298px;
	_width:296px;
	margin-bottom:10px;
	background-color:#000000;
/*	border-style:solid;
	border-width:1px;
	border-color:#555555; */
	color:#FFFFFF;
	text-align:left;
}
#srchBox * {
	margin:0;
	padding:0;
	font-size:13px;
	*font-size:small;
	*font:x-small;
}
#srchBox a img {
	border:none;
}
#srchBox #srch {
	padding:10px 10px 0 10px;
}
#srchBox #srch #srchForm {
	white-space:nowrap;
}
#srchBox #srchInput {
	width:188px;
	margin-right:6px;
	vertical-align:bottom;
}
#srchBox #srchBtn {
	width:80px;
}
#srchBox ul {
	margin-top:6px;
	text-align:left;
}
#srchBox li {
	list-style-type:none;
	display:inline;
	zoom:1;
	padding-right:10px;
}
#srchBox li input {
	zoom:1;
	margin-right:2px;
	_margin:-4px 0 -4px -4px;
	vertical-align:middle;
	border:0;
}
*:+html #srchBox li input {
	margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo {
	margin:6px 6px 6px 0;
	text-align:right;
}
#srchBox #srchLogo a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:85%;
}
#srchBox #srchLogo a:hover {
	text-decoration:underline;
}