@charset "utf-8";

/* ▼ 全体のレイアウト設定 ▼ */

body { 
	background-color: #eef;
	background-image:url("/img/bg_page.gif");
	text-align: center;			/* IE5.5以前でcontainerを中央配置する為 */
	margin: 0 0 20px 0;		/* 上 右 下 左 のマージン */
	padding: 0;
	font-family: Verdana, Helvetica, 'MS Pゴシック', Osaka, sans-serif;
	}

#container {
	width: 780px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;		/* containerを中央配置する為 */
	margin-left: auto;		/* containerを中央配置する為 */
	text-align: left;		/* body の text-align:center を無効にする為 */
	padding: 0;
	border-right: 1px solid #999;
	background:#fff url("/img/bg_main.gif") repeat-y;
	}

#header {
	margin: 0;
	padding: 0;
	}

#mainnavi {
	width: 198px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	}

#main {
	width: 580px;
	margin: 0;
	padding: 0;
	float: right;
	overflow: hidden;
	background-color: #fff;
	}

#footer {
	background-color: #669;
	clear: both;
	}


/* ▼ リンク設定 ▼ */

a:link		{
	color: #669;
	text-decoration: none;
	}
a:visited	{
	color: #669;
	text-decoration: none;
	}
a:active	{
	color: #669;
	text-decoration: none;
	}
a:hover		{
	color: #66f;
	text-decoration: underline;
	}


a.white:link		{
	color: #fff;
	}
a.white:visited	{
	color: #fff;
	}
a.white:active	{
	color: #fff;
	}
a.white:hover		{
	color: #fff;
	}


/* ▼ 全体共通設定 ▼ */

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-size: small;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	}

hr {
	display: none;
	}

img	{
	border: none;
	}


/* ▼ ヘッダ ▼ */ 

#head1 {
	width: 440px;
	float: left;
	overflow: hidden;
	}

#head2 {
	width: 340px;
	float: right;
	overflow: hidden;
	}


/* ▼ メインコンテンツ ▼ */ 

#maincon {
	width: 453px;
	color: #505050;
	font-size: 80%;
	float: left;
	}

#ad {
	width: 124px;
	float: right;
	padding: 3px 3px 0 0;
	overflow: hidden;
	}

#main h1 {
	background:url("/img/bg_title.jpg") no-repeat;
	padding: 40px 10px 15px 25px;
	font-weight: bold;
	color: #669;
	}

#main p {
	color: #444;
	line-height: 140%;
	text-align: left;
	margin-bottom: 10px;
	padding: 5px 25px;
	}

#main ol, #main ul {
	width: 340px;
	color: #444;
	line-height: 140%;
	margin-left: 40px;
	margin-bottom: 10px;
	padding: 5px 25px;
	}

#main p.right {
	text-align: right;
	}

p#fnavi {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	}

#fnavi strong {
	font-weight: normal;
	}

#fnavi a {
	background:url("/img/dot2.gif") no-repeat 0 50%;
	padding-left: 22px;
	}

#ad img {
	padding-bottom: 3px;
	}

#column {
	background-color: #f3f3f3;
	border: 1px dotted #999;
	margin: 20px;
	}

/* ▼ メインナビゲーション ▼ */ 

#mainnavi ul {
	width: 198px;
	margin: 5px 0 5px 14px;
	padding: 0;
	list-style: none;
	}

#mainnavi li {
	font-size: 12px;
	background: url(/img/dot.gif) no-repeat 0 50%;
	padding: 0 5px 2px 12px;
	}

#mainnavi a {
	color: #636;
	}


/* ▼ フッタ ▼ */ 

#copyright {
	font-size: 10px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 2px;
	}
#copyright a:link		{
	color: #ffffff;
	text-decoration: underline;

	}
#copyright a:visited	{
	color: #ffffff;
	text-decoration: underline;
	}
#copyright a:active	{
	color: #ffffff;
	text-decoration:underline;
	}
#copyright.a:hover		{
	color: #ffffff;
	text-decoration: underline;
	}

