/* リンク(マウスオーバー時) */
a:hover
{
	text-decoration: none;
	background-color: #ddddff;
}

/* 画面の設定 */
body 
{
	color: #333;
	text-align: left;
	background-color: #eef;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
	line-height: 150%;
}

/*　イメージの設定 */
img
{
	border: 0px;
}

/* 区切り線の設定 */
hr
{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #77f;
	height: 1px;
}

/* テーブルの設定 */
table
{
	color: #333;
	font-size: 11pt;
}

/* テーブルセルの設定 */
td
{
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}

/* 全エリア */
div.main
{
	width: 950px;
	border-left: solid #000 2px;
	border-right: solid #000 2px;
	background-color: #fff;
}

/* ヘッダエリア */
td.header_area
{
	height: 230px;
	background-attachment: scroll;
	background-color: #fff;
	background-image: url(./images/header.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/* サイドメニュー */
td.side_menu 
{
	width: 260px;
	background-color: #e5e5e5;
	vertical-align: top;
}

/* サイドメニューの写真用 */
td.pict
{
	text-align: center;
	padding-bottom: 20px;
}

/* メインエリア */
div.main_area
{
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 80px;
}

/* 文章強調用 */
span.bold
{
	color: Red;
	font-weight: bold;
}

/* 文章強調用(文字色：青) */
span.bold_blue
{
	color: Blue;
	font-weight: bold;
}

/* 段落用タイトル */
div.title
{
	font-size: 12pt;
	color: #0000ff;
	font-weight: bold;
	border-bottom: solid 1px #77f;
	margin-bottom: 5px;
}

/* 段落用コンテンツ */
div.contents
{
	font-size: 11pt;
	margin-left: 10px;
	margin-bottom: 30px;
}

/* プライバシーポリシー */
div.pv_policy
{
	text-align: right;
	font-size: 8pt;
	margin-bottom: 30px;
}
