@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #666666;		/*全般の文字色*/
	background: #FFFFFF url(../images/bg.gif) repeat-x top;	/*背景色と壁紙（上部の薄いグラデーション）設定*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #47A900;
}

.table_01 {
	width: 610px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

.table_01 a:hover {
	color: #0000ff;		/*リンク部分のカーソルオーバー時の文字色*/
}

.table_01 th {
	padding: 3px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	line-height: 120%;
	text-align: center;
}

.table_01 td {
	padding: 3px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	line-height: 130%;
	text-align: center;
}

.table_02 {
	width: 610px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}
.table_02 a {
	color: #666666;
	display: block; width: 100%; height: 100%;
}

.table_02 th {
	padding: 3px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	line-height: 120%;
	text-align: center;
}

.table_02 td {
	padding: 3px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	line-height: 130%;
	text-align: center;
	width: 152px			/*４分割用*/
}

.table_03 {
	width: 610px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

.table_03 th {
	padding: 3px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	line-height: 120%;
	text-align: center;
}

.table_03 td {
	padding: 1px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	line-height: 130%;
	text-align: center;
}

.table_04 {
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

.table_04 th {
	padding: 3px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	line-height: 120%;
	text-align: center;
}

.table_04 td {
	padding: 0px;
	border: 0px #E3E3E3 solid;
	border-width: 0 0 0px 0px;
	line-height: 130%;
	text-align: center;
	width: 300px			/*2分割用*/
}

.table_05 {
	width: 625px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-collapse: collapse;
	border-spacing: 0;
}

.table_05 th {
	padding: 0 0 0 6px;
	border-width: 0 0 1px 1px;
	text-align: center;
}

.table_05 td {
	padding: 6px 5px 10px 7px;
	border-width: 0 0 1px 1px;
	line-height: 150%;
	letter-spacing: 1.5px
	vertical-align: super;
	width: 200px			/*3分割用*/
}



/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #0000ff;		/*リンク部分の文字色*/
	text-decoration: none;
}

a:hover {
	color: #47A900;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	background: url(../images/header_bg.gif) no-repeat right top;	/*右上の住所とTELの画像設定。不要なら丸ごと削除する。*/
}

#header h1 {
	font-size: 85%;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 500px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 10px;	/*下のロゴ画像との余白*/
	padding-left: 3px;
}



/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
	height: 54px;
	line-height: 54px;
	background: url(../images/topmenu_bg.gif) no-repeat top;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.1em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
	overflow: hidden;
}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #FFFFFF;	/*メニューの文字色*/
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/topmenu_line.gif) no-repeat right;
}

ul#topmenu li a:hover {
	background: url(../images/topmenu_bg.gif) no-repeat bottom;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}



/*サイドコンテンツ
---------------------------------------------------------------------------*/
#side {
	float: left;	/*サイドコンテンツを左側に配置する設定*/
	width: 160px;
	padding-top: 10px;
	padding-bottom: 40px;
	text-align: center;
}

#side h3 {
	font-size: 100%;
	line-height: 32px;
	background: url(../images/midashi_bg1.gif) repeat-x;
	height: 36px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side h4 {
	font-size: 100%;
	line-height: 32px;
	background: url(../images/midashi_bg2.gif) repeat-x;
	height: 36px;
	text-align: center;	/*h3見出しのテキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	overflow: hidden;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu a {
	color: #666666;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	border-bottom: 1px solid #aeaeae;	/*各メニュー下に1pxの直線を引く設定*/
	display: block;
	width: 160px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

ul.sidemenu a:hover {
	background: #f7f7f7;	/*カーソルオーバー時の背景色*/
	color: #000000;			/*カーソルオーバー時の文字色*/
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 630px;
	padding-top: 10px;
	padding-bottom: 60px;
}

#main h2 {
	font-size: 100%;
	background: url(../images/h2_bg.gif) no-repeat;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#main h3 {
	font-size: 100%;
	color: #111111;
	line-height: 29px;
	width: 200px;
	background: url(../images/h3.gif) no-repeat;
	height: 30px;
	text-align: center;
	overflow: hidden;
}

#main h3 a {
	color: #111111;	/*文字色*/
	text-decoration: none;
	text-align: center;	/*テキストを中央よせにする設定。左よせがいいなら１行削除する。*/
	display: block;
	width: 200px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

#main h3 a:hover {
	color: #FFFFFF;			/*カーソルオーバー時の文字色*/
}

#main p {
	padding: 0.5em 10px 1em;
	text-align : justify;
	text-justify : distribute;
}


/*What's new欄の矢印とアンダーライン
■下線の色を変えたい場合、#CCCCCCを希望色にする。ちなみに、dottedは点線なので直線にしたいならsolidにする。
----------------------------------------------------------------------------------*/
.u-line li {
	border-bottom: 1px dotted #CCCCCC;
	background : url(../images/arrow2.gif) no-repeat left top;
	padding-left: 15px;
	padding-right: 5px;
	text-align : justify;
	text-justify : distribute;
}



/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
	border-top-style: solid;   
	border-top-width: 1px;   
	border-top-color: #666666;
	filter: Alpha(opacity=100, finishopacity=40, style=3); /* フィルタ */
}





/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 95%;			/*What's Newボックスの幅*/
	height: 90px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: 5px;
	padding: 10px;
	background: #FAFAFA;	/*背景の色*/
	border: 1px dotted #cfcfcf;	/*フチのライン*/
	margin-top: 0.5em;
	margin-bottom: 2em;
}

#main dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dd {
	border-bottom: 1px dotted #cfcfcf;	/*説明文の下に1pxの点線(dotted)を#cfcfcfの色で入れる。*/
}


/*Yahoo! 検索窓
---------------------------------------------------------------------------*/
#srchBox
{
width:148px;
_width:146px;
margin-bottom:10px;
background-color:#FFFFFF;
border-style:solid;
border-width:1px;
border-color:#BDBCBC;
color:#000000;
text-align:center;
}
#srchBox *
{
margin:0;
padding:0;
font-size:13px;
*font-size:small;
*font:x-small;
}
#srchBox a img
{
border:none;
}
#srchBox #srch
{
padding:6px;
}
#srchBox #srchInput
{
width:98%;
_width:130px;
}
#srchBox #srchBtn
{
width:115px;
}
*html #srchBox #srchBtn
{
padding-top:2px;
}
*:first-child+html #srchBox #srchBtn
{
padding-top:2px;
}
#srchBox ul
{
margin-top:6px;
margin-bottom:6px;
text-align:left;
}
#srchBox li
{
list-style-type:none;
display:block;
}
#srchBox li input
{
zoom:1;
margin-right:2px;
_margin:-4px 0 -4px -4px;
vertical-align:middle;
border:0;
}
*:+html #srchBox li input
{
margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo
{
margin:6px 6px 6px 0;
text-align:center;
}
#srchBox #srchLogo a
{
color:#666666;
text-decoration:none;
font-size:85%;
}
#srchBox #srchLogo a:hover
{
text-decoration:underline;
}
