@charset "shift_jis";
body {
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.8;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/yellow.gif);
	text-align: center;
}
h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;
}
img {
	border: none;
}

/*ＨＰ枠の設定
------------------------------------------------------------------*/
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	/*border-right: 2px solid #DAA520;*/
	/*border-bottom: 2px solid #DAA520;*/
	/*border-left: 2px solid #DAA520;*/
	text-align: left;
}

/*ヘッダー設定（ＨＰタイトルとかＨ１タグとかある所）
------------------------------------------------------------------*/
#header h1 {
	font-size: 11px;
	color: #696969;
	background-color: #FFFF99;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#header {
	background-image: url(images/header_bg_custum.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	height: 120px;
}
#logo {
	/*font-size: 20px;*/
	/*font-weight: bold;*/
	/*padding-left: 20px;*/
	/*padding-top: 20px;*/
	/*color: #DAA520;*/
	/*padding-bottom: 20px;*/
	text-indent: -9999px;
	overflow: hidden;
	/*display: block;*/
	/*height: 70px;*/
	/*width: 260px;*/
	/*background: url(images/logo.gif) left top no-repeat;*/
	/*position: absolute;*/
	/*top: 30px;*/
	/*left: 160px;*/
}

/*メインメニューの設定
------------------------------------------------------------------*/
#menu {
	color: #FFFFFF;
	background-color: #DAA520;
}
#menu li {
	float: left;
}
#menu li a {
	color: #696969;
	text-decoration: none;
	background: url(images/menu_bg.gif) no-repeat left top;
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	width: 113px;
	border-right: 1px solid #DAA520;
}
#menu a:hover {
	background: url(images/menu_bg.gif) no-repeat right bottom;
}

/*メイン写真（下にある黒いラインとフロート解除）
------------------------------------------------------------------*/
#mainimg {
	clear: both;
	border-bottom: 2px solid #DAA520;
}

/*メインコンテンツ（文章がある部分）
------------------------------------------------------------------*/
#main {
	float: left;
	width: 520px;
	display: inline;
	margin-left: 15px;
	margin-bottom: 30px;
}
#main h2 {
	font-size: 100%;
	color: #696969;
	background-color: #FFFF99;
	border-left: 8px solid #F0E68C;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
}
#main p {
	margin: 10px 10px 8px 10px;
}
#new li {
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 5px;
	text-indent: -1em;
	padding-left: 1em;
}

/*サブコンテンツ（右側のスペース）
------------------------------------------------------------------*/
#sub {
	float: right;
	width: 230px;
	display: inline;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.subtable {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
.subtable h3 {
	background: #999999 url(images/sub_midashi_bg.gif) repeat-x bottom;
	margin: 1px;
	text-align: center;
	font-size: 100%;
	color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 5px;
}
.subtable p {
	padding: 5px;
	color: #666666;
	font-size: 85%;
}

/*文字サイズ変更ボタン（ここは変更しないように）
------------------------------------------------------------------*/
#fsize {
	height: 44px;
	width: 173px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#fsize li {
	float: right;
}
#fsize a{
	overflow:hidden; /*firefox用*/
	display: block;
	text-indent: -9999px;
}
#sm a {
	background-image: url(images/fsize_btn_01.gif);
	height: 44px;
	width: 58px;
}
#sm a:hover {
	background-image: url(images/fsizen_btn_01.gif);
}
#me a {
	background-image: url(images/fsizen_btn_02.gif);
	height: 44px;
	width: 55px;
}
#me a:hover {
	background-image: url(images/fsizen_btn_02.gif);
}
#la a {
	background-image: url(images/fsize_btn_03.gif);
	height: 44px;
	width: 60px;
}
#la a:hover {
	background-image: url(images/fsizen_btn_03.gif);
}

/*フッター（コピーライト部分）
------------------------------------------------------------------*/
#footer {
	color: #696969;
	background-color: #FFFF99;
	text-align: center;
	clear: both;
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: #FFFF99
	text-decoration: none;
	font-size: 90%;
}

/*clearfix（ここは変更しないように）
------------------------------------------------------------------*/
#menu:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#menu { display: inline-block; }

/* Hides from IE-mac \*/
*html #menu { height: 1%; }
#menu { display: block; }
/* End hide from IE-mac */



/*細々したもの追加
------------------------------------------------------------------*/

.color1 {
	color: #0093a9;
}

.look {
	background-color: #ebebeb;
}

.ta1 {
	width: 500px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999999;
}

.ta1 td, .ta1 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 80px;	/*左側thタグの幅*/
	text-align: center;	/*センタリング*/
}


.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #ffffcc;	/*テーブルの色が付いた見出し部分の背景色*/
	color: #696969;	/*文字色*/
}

.ta2 {
	width: 500px;
}

.ta2, .ta2 td, .ta2 th{
	border: 1px solid #999999;
}

.ta2 td, .ta2 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta2 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 400px;	/*左側thタグの幅*/
	text-align: center;	/*センタリング*/
}


.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #ffffcc;	/*テーブルの色が付いた見出し部分の背景色*/
	color: #696969;	/*文字色*/
}


.ta3 {
	width: 500px;
}

.ta3, .ta3 td, .ta3 th{
	border: 1px solid #999999;
}

.ta3 td, .ta3 th{
	padding: 5px;	/*テーブル内の余白*/
}

.ta3 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 130px;	/*左側thタグの幅*/
	text-align: center;	/*センタリング*/
}


.ta3 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #ffffcc;	/*テーブルの色が付いた見出し部分の背景色*/
	color: #696969;	/*文字色*/
}


