@charset "shift_jis";

*						{	margin:0;padding:0;background-color:transparent;	}

/*基本指定*/
html					{	height:100%;	}
body					{
						font-family:				verdana, arial, "ms ui gothic", osaka, sans-serif;
						font-size:				12px;
						color:					#bbb;
						text-align:				center;
						line-height:				1.5em;
						background-color:		#212121;
						}
a						{	color:#777;	}
a:hover					{	color:#aaa;	}
hr						{	display:none;	}
h1, h2, h3, h4, h5, h6	{	font-size:1.0em;font-weight:normal;clear:both;	}
p						{		}/*指定なし*/
ul						{	list-style-position:inside;	}
ul li						{	list-style-type:square;	}
ol						{	list-style-position:inside;	}
ol li						{	list-style-type:upper-alpha;	}
dl						{		}/*指定なし*/
dt						{	color:#5f5f5f;clear:both;	}
dd						{	margin:0 0 10px 0;	}
img						{	border:none;	}
a img					{	border:none;	}
blockquote				{	margin:20px;padding:10px;border-top:1px solid #b22222;border-left:1px solid #b22222;	}
form					{		}/*指定なし*/
fieldset					{	border:none;	}
legend					{	display:none;	}
input, textarea, select	{	margin:3px 0;font-family:verdana,sans-serif;font-size:1.0em;color:#aaa;border:1px solid #303030;	}
input:focus, textarea:focus, select:focus
						{	background-color:#333;	}
address					{	color:#b22222;	}

/*各id*/
div#top				{
						margin:					0 auto;
						width:					800px;
						text-align:				left;
						background-color:		#232323;
						}
div#container			{
						margin:					3px 0;
						}

/*ヘッダーの指定*/
div#header			{
						margin:					0 0 2px 0;
						background-color:		#222;
						border:					1px solid #191919;
						border-top:				1px solid #292929;
						border-left:				1px solid #292929;
						}
p#topicPath				{
						padding:				20px 0 10px 20px;
						font-size:				10px;
						}
p#topicPath a			{
						text-decoration:none;
						}
p#topicPath em			{
						font-style: normal;
						}
p#title				{
						padding:				0 0 10px 20px;
						}
p#title a				{
						font-family:				"century gothic";
						font-size:				1.8em;
						color:					#b22222;
						text-decoration:			none;
						letter-spacing:			0.5em;
						}
p#title a:hover		{
						color:					#b22222;
						}
h1				{
						padding:				0 0 100px 20px;
						font-size:				10px;
						}
ul#menu				{
						list-style-type:			none;
						margin:					2px;
						height:					32px;
						background-color:		#222;
						border:					1px solid #191919;
						border-right:			1px solid #292929;
						border-bottom:			1px solid #292929;
						}
ul#menu li				{
						list-style-type:			none;
						float:					left;
						}
ul#menu li a			{
						display:					block;
						padding:				0 10px;
						font-size:				0.85em;
						color:					#666;
						text-align:				center;
						text-decoration:			none;
						line-height:				30px;
						border:					1px solid #191919;
						border-top:				1px solid #292929;
						border-left:				1px solid #292929;
						}
ul#menu li a:hover		{
						background-color:		#272727;
						border-top:				1px solid #b22222;
						}

/*ナビゲーションの指定*/
div#side				{
						float:					left;
						width:					198px;
						background-color:		#222;
						border:					1px solid #191919;
						border-top:				1px solid #292929;
						border-left:				1px solid #292929;
						clear:both;
						}
dl.link_list				{
						list-style-type:			none;
						margin:					30px 1px 1px 5px;
						background-color:		#222;
						border:					1px solid #191919;
						border-right:			1px solid #292929;
						border-bottom:			1px solid #292929;
						}
dl.link_list dt a			{
						display:					block;
						padding:				0 0 0 5px;
						width:					100%;
						color:					#666;
						text-decoration:			none;
						line-height:				25px;
						background-color:		#242424;
						border:					1px solid #242424;
						border-top:				1px solid #444;
						border-bottom:			1px solid #191919;
						}
*>dl.link_list dt a		{
						width:					182px;
						}
dl.link_list dt a:hover	{
						background-color:		#282828;
						border-left:				1px solid #b22222;
						}
dl.link_list dd			{
						padding: 5px;
						font-size: 10px;
}
ul#submenu				{
						list-style-type:			none;
						margin:					1px 1px 1px 5px;
						background-color:		#222;
						border:					1px solid #191919;
						border-right:			1px solid #292929;
						border-bottom:			1px solid #292929;
						}
ul#submenu li			{
						list-style-type:			none;
						display:					inline;
						}
ul#submenu li a			{
						display:					block;
						padding:				0 0 0 5px;
						width:					100%;
						color:					#666;
						text-decoration:			none;
						line-height:				25px;
						background-color:		#242424;
						border:					1px solid #242424;
						border-top:				1px solid #444;
						border-bottom:			1px solid #191919;
						}
*>ul#submenu li a		{
						width:					182px;
						}
ul#submenu li a:hover	{
						background-color:		#282828;
						border-left:				1px solid #b22222;
						}

/*コンテンツの指定*/
div#contents			{
						float:					right;
						padding:				0 0 0 2px;
						width:					598px;
						}
div.contents				{
						margin:					0 0 2px 0;
						padding:				5px;
						background-color:		#222;
						border:					1px solid #191919;
						border-top:				1px solid #292929;
						border-left:				1px solid #292929;
						}
h2.contents_title			{
						font-size:				1.3em;
						line-height:				35px;
						letter-spacing:			0.3em;
						border-top:				1px solid #b22222;
						}
div.text					{
						margin:					0 0 0 20px;
						}
div.text p				{
						margin:					0 0 20px;
						}
div.text img			{
						float:					right;
						margin:					0 0 10px 10px;
						}
div.image				{
						clear:					both;
						margin:					20px 0;
						}
div.image img			{
						float:					left;
						margin:					0 20px 10px 0;
						}
h3.subtitle				{
						margin:					10px 0;
						padding:				5px 0 5px 5px;
						font-size:				1.1em;
						background-color:		#2a2a2a;
						border-left:				3px solid #b22222;
						}
ul.top					{
						clear:					both;
						list-style-type:			none;
						margin:					20px 0 10px 0;
						}
li.page_top				{
						list-style-type:			none;
						text-align:				right;
						}
li.page_top a			{}
li.page_top a:hover		{}

/*フッターの指定*/
div#footer			{
						clear:					both;
						padding:				20px 10px;
						background-color:		#222;
						border:					1px solid #191919;
						border-top:				1px solid #292929;
						border-left:				1px solid #292929;
						}
div#footer address	{
						font-size:				10px;
						font-style:				normal;
						color:					#b22222;
						line-height:				20px;
						border-bottom:			1px solid #b22222;
						}
ul.footer				{
						font-size:				10px;
						list-style-type:			none;
						}
li.footer_list				{
						list-style-type:			none;
						text-align:				right;
						}
li.footer_list a			{}
li.footer_list a:hover		{}

/*その他テンプレートのための指定*/
ul.browser				{	list-style-type:none;  margin:10px 0;	}
li.browser_list			{	display:inline;  margin-right:10px;  color:#777;	}
ul.download				{	list-style-type:none;  margin:10px 0;	}
li.download_list			{	display:inline;  margin-right:10px;	}
ul.banner				{	list-style-type:none;  margin:10px 0;	}
li.banner_list			{	display:inline;  margin-right:10px;	}