﻿@charset "utf-8";
/* CSS Document */

/* �S�̂̎w�� */

*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


body{
	text-align:center;
	color: #666;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

/* �����N�̎w�� */

a:link,
a:visited {
	color: #66C;
	text-decoration:underline;
	font-weight: bold;	
	}

a:active,
a:hover {
	color: #66CCFF;
	text-decoration: underline;
	font-weight: bold;
	}


/* �R���e���c�S�̂̎w�� */

#container {
 width:800px;
 margin-left:auto;
 margin-right:auto;
 text-align:left;
 background-color:#FFF;
}

/* �w�b�_�[�̎w�� */

#header{
	text-align:center;
	width:800px;
	height:290px;
}

/* �E�J�����S�̂̎w�� */

#content {
 width:580px;
 float:left;
 padding: 10px;
 margin:0;
}

#content h1{
	font-size: 18px;
	color: #CFC926;
	text-align:right;
	margin-right:20px;
}

#content h2{
	font-size: 14px;
	color: #A6B87A;
	margin: 5px;
}

#content h3{
	font-size: 14px;
	color: #333;
	font-weight:bold;
}

#content blockquote{
	color:#C33;
	margin-left:20px;
}

#content ul{
	margin:10px;
	padding:10px;
}

#content li{
	margin:5px;
	padding:5px;
}


/* �E�J������i�r�Q�[�V�����o�[�̎w�� */

#bar{
	color: #999;
	font-size: 11px;
}

/* �E�J������̕��͗̈�̎w�� */

#box{
	margin: 5px;
	color: #000;
	font-size: 14px;
}

#box table{
	font-size: 12px;
}

#box1{
	margin: 5px;
	color: #000;
	font-size: 14px;
}

#box1 table{
	font-size: 12px;
	background-image: url(gbag.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	font-weight:bold;
}
/* ���J�����S�̂̎w�� */

#navi {
	width:200px;
	height:450px;
	float:left;
	background-image:url(sidebg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
}

#navi ul{
	margin:10px;
	padding:10px;
}

#navi li{
	margin:5px;
	margin-right:10px;
	padding:5px;
	padding-right:10px;
}

a.menu:link {
	color: #000;
	text-decoration:none;
	font-weight: normal;
	}

a.menu:visited {
	color: #000;
	text-decoration:none;
	font-weight: normal;
	}

a.menu:active {
	color: #999;
	text-decoration: underline;
	font-weight: normal;
	}

a.menu:hover {
	color: #999;
	text-decoration: underline;
	font-weight: normal;
	}



/* �t�b�^�[�̎w�� */

#footer {
	width:100%;
	clear:left;
	text-align:center;
	font-size:12px;
	color: #CCC;
	padding: 10px 0;
}
#container #main #content #box table tr td p {
	font-weight: bold;
}

