﻿
/* タグ */
body
{
	width:				700px;
	margin-left:		auto;
	margin-right:		auto;
	padding:			10px;
	color:				#555;
	background-color:	#eee;
}

/* 汎用スタイル */
.main_block
{
	display:			block;
	width:				620px;
	clear:				both;
	padding:			10px;
	padding-top:		0px;
	padding-bottom:		0px;
	margin-bottom:		0px;
	margin-top:			0px;
	background-color:	#fff;
}

.top_banner
{
	display:			block;
	width:				620px;
	height:				101px;
	padding:			0px;
	margin:				0px;
	margin-bottom:		5px;
}

.menu_tab
{
	float:				left;
	margin-bottom:		10px;
	border:				0px;
	cursor:				hand;
}

.category
{
	display:			block;
	width:				384px;
	height:				24px;
	padding:			4px;
	padding-left:		8px;
	padding-right:		8px;
	margin-bottom:		5px;
	background-image:	url('img/category_back.gif');
	background-repeat:	no-repeat;
	color:				#46c;
	font-size:			18px;
	font-weight:		bold;
	letter-spacing:		1px;
	line-height:		22px;
}

.content_text
{
	display:			block;
	width:				600px;
	padding:			5px;
	padding-left:		10px;
	padding-right:		10px;
	margin-bottom:		10px;
	border-left:		3px solid #def;
	border-bottom:		1px solid #abf;
	color:				#666;
	font-size:			12px;
	font-weight:		normal;
	letter-spacing:		1px;
	line-height:		16px;
}

.headline
{
	display:			block;
	width:				380px;
	margin-bottom:		2px;
	border-bottom:		1px dashed #aaa;
}

.Accent
{
	color:				green;
	font-weight:		bold;
}

.AnalyzedOut
{
	display:			block;
	width:				580px;
	background-color:	#eef;
	border:				0px;
	border-right:		1px solid #aaa;
	border-bottom:		1px solid #aaa;
	padding:			5px;
	margin-left:		20px;
	margin-bottom:		10px;
}

.Analyzed
{
	color:				#666;
	font-size:			9pt;
	font-weight:		normal;
	border:				0px;
	padding:			5px;
}

/* 署名 */
.signature
{
	display:			block;
	width:				620px;
	padding:			5px;
	padding-left:		10px;
	padding-right:		10px;
	color:				#666;
	background-color:	#ccc;
	font-size:			12px;
	font-weight:		normal;
	text-align:			right;
	letter-spacing:		1px;
	line-height:		14px;
	text-decoration:	underline;
}

/* 右寄せとか */
.right
{
	display:			block;
	width:				580px;
	padding-right:		5px;
	text-align:			right;
}

/* リンク */
a:link, a:visited
{
	color:				#88f;
	text-decoration:	underline;
}

a:hover
{
	color:				#c8c;
	text-decoration:	underline;
}

