﻿@cherset "UTF-8";

/* リンク */
a	{
	color: #ffffff;
	text-decoration: none;
	}

a:hover	{
	color: #000000;
	}


/* コンテナ */
div#container	{
	background-color: #ffffff;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}


/* ヘッダー */
div#header	{
	padding: 10px 10px 10px;
	}

h1	{
	margin: 0;
	}


/* コンテンツ */
div#content	{
	width: 435px;
	float: left;
	padding-left: 3px;
	margin-bottom: 25px;
	display: inline;
	}

h2	{
	background-color: #ffffff;
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #dcdcdc;
	padding-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 2px;
	}

h3	{
	background-color: #cc4f76;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 23px;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 0;
	}

p	{
	font-size: 12px;
	color: #696969;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	margin-top: 10px;
	}

.top	{
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #0b84c9;
	text-align: center;
	line-height: 1.6;
	}

.sponsor	{
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #0b84c9;
	margin-left: 25px;
	line-height: 1.6;
	}

.link	{
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #696969;
	margin-left: 25px;
	line-height: 1.6;
	}

div#content p#message	{
	margin-top: 0;
	}

/* フレーム */
div#frame	{
	background-color: #ffffff;
	border: solid 3px #ffffff;
	margin-left: 15px;
	padding-right: 7px;
	padding-left: 5px;
	height: 527px;
	overflow: scroll;
	}

/* サイドバー */
div#sidebar	{
	width: 340px;
	float: right;
	margin-bottom: 25px;
	}

/* フッター */
div#footer	{
	width: 800px;
	background-color: #ffffff;
	margin-left: 20px;
	clear: both;
	}

address	{
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	color: #696969;
	text-align: right;
	padding-bottom: 2px;
	}
