/*---　ページ全体の設定　---*/
body    {
	margin: 0;
	text-align: center;
	background-color: #fff;
	font-family: Verdana, Helvetica, Arial, Sans-serif ;
	color: #333;
	}

#page	{
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	width: 780px;
	}



/*---　タイトル部分に関する設定　---*/
#header	{
	margin: 0;
	padding: 0;
	height: 151px;
	background-image: url(image/header.jpg);
	background-color: #fff;
	}

/*---　「margin:上 右 下 左;」 の数値でタイトル文字の位置を設定　---*/
h1	{
	margin: 0;
	padding:  50px 0px 0px 20px;
	font-size: 24px;
	color: #333;
	}

h1 a:link {
	color: #333;
	text-decoration: none;
	}

h1 a:visited {
	color: #333;
	text-decoration: none;
	}

h1 a:hover {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	}

h1 a:active {
	color: #333;
	text-decoration: none;
	}

/*---　タイトルの下に説明文をいれる場合は「h1 の float: left; と em の float: right;」を削除する　---*/
em	{
	margin: 10px 0px 0px 20px;
	padding: 0;
	font-style: normal;
	font-size: 12px;
	}



/*---　ページのリンク色の設定　---*/
a:link	{
	color: #69e;
	text-decoration: underline;
	}

a:visited {
	color: #f88;
	text-decoration: underline;
	}

a:hover {
	color: #d13;
	text-decoration: none;
	background-color: #fee;
	}

a:active {
	color: #bcd;
	text-decoration: none;
	}


/*---　メイン記事ページに関する設定　---*/
#main	{
	float: left;
	width: 470px;
	margin: 0;
	padding: 0;
	}

#main h2 {
	margin: 50px 0 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 3px #46e;
	}

#main p {
	margin: 20px 0px;
	padding: 0;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 150%;
	}	

.bold {
	font-style: normal;
	font-weight: bold;
	}	

.bold_yellow {
	font-style: normal;
	font-weight: bold;
	background-color: #ff0;
	}	

.under_line {
	border-bottom: solid 2px #ade;
	}

.under_line_red {
	border-bottom: solid 2px #f00;
	}

#main dl {
	margin: 30px 10px 20px 10px;
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	line-height: 150%;
	}

#main dt {
	margin-top: 30px;
	font-weight: bold;
	background-color: #eef;
	border-left: solid 6px #ade;
	padding: 4px 0px 2px 8px;
	}

#main dd {
	margin: 5px 5px 40px 5px;
	}

#main ul,ol,li {
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 150%;
	}


/*---　右サイドのメニューに関する設定　---*/
#menu	{
	margin: 0 0 0 490px;
	padding: 0;
	}

#menu dl {
	margin: 0;
	padding: 0;
	color: #333;
	}

#menu dt {
	border-bottom: solid 3px #46e;
	margin: 50px 0 0 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	}

#menu dd {
	margin: 8px 0px 18px 3px;
	font-size: 12px;
	line-height: 180%;
	}	

#menu ul {
	font-size: 12px;
	margin-left: 18px;
	padding-left: 0px;
	}

#menu li {
	font-size: 12px;
	list-style-type: square;
	line-height: 150%;
	margin-bottom: 10px;
	}

#menu p {
	margin: 8px 0px 18px 0px;
	font-size: 11px;
	line-height: 160%;
	}


/*---　フッターに関する設定　---*/
#footer {
	clear: both;
	margin: 50px 0 0 0;
	padding: 0;
	border-top: solid 6px #46e;
	}

#footer a:link {
	color: #333;
	text-decoration: none;
	}

#footer a:visited {
	color: #333;
	text-decoration: none;
	}

#footer a:hover {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	}

#footer a:active {
	color: #333;
	text-decoration: none;
	}

#footer address {
	text-align: center;
	margin: 20px 0 30px 0;
	padding: 0;
	font-size: 10px;
	font-style: normal;
	color: #333;
	line-height: 130%;
	}


/*---　引用に関する設定　---*/
blockquote {
	background-color: #eef;
	border: dotted 3px #0f0;
	padding: 3px;
	}

cite	{
	font-style: normal;
	font-weight: bold;
	}

.komeji	{
	font-size: 10px;
	}

/*---　イメージの枠に関する設定　---*/
img	{
	border: none;
	}


/*---　広告・表（テーブル）に関する設定　---*/
#pr	{
	margin: 0;
	padding: 0
	}

#pr p	{
	margin: 30px 0 0 240px;
	padding: 0;
	font-size: 9px;
	}



.right-space {
	margin-right: 28px;
	}

input	{
	margin-right: 10px;	
	}

.hutoji	{
	font-weight: bold;
	}