@charset "shift_jis";



body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;		/*全般の文字サイズ*/
	line-height: 2;		/*全般の行間*/
	color: #000000;		/*全般の文字色*/
	background: #ffffff;	/*背景色設定*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.look {
	background: #f5f5f5;
}

.color1 {
	color: #666666;
}




/*全体的なリンク設定
---------------------------------------------------------------------------*/
a {
	color: #333333;		/*リンク部分の文字色*/
}

a:hover {
	color: #990000;		/*リンク部分のカーソルオーバー時の文字色*/
}




/*コンテナー（特に変更の必要なし）
---------------------------------------------------------------------------*/
#container {
	width: 809px;
	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: 10px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 500px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 15px;	/*下のロゴ画像との余白*/
}



/*トップメニュー
---------------------------------------------------------------------------*/
ul#topmenu {
	height: 44px;
	line-height: 14px;
        font-size: 80%;
	padding-right: 10px;
	padding-left: 7px;
	padding-top: 30px;
	padding-bottom: 0px;
	letter-spacing: 0.25em;	/*メニューのテキストの文字間隔を少し広めにとる設定*/
        text-align: center;
	overflow: hidden;

}

ul#topmenu li {
	float: left;
}

ul#topmenu li a {
	color: #cc0099;	/*メニューの文字色*/
	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_bg2.gif) no-repeat bottom;

}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;

}

/*トップページの「囲み」コーナー
---------------------------------------------------------------------------*/
#main .newitem p {
	height: 180px;	/*１個あたりのボックスの高さ*/
	width: 172px;	/*１個あたりのボックスの幅*/
	border: 1px solid #ffffff;	/*ボーダー設定*/
	float: left;	/*左よせしていく設定*/
	text-align: center;	/*センタリング設定*/
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 8px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	display: inline;
}

#main .newitem {
	margin-top: 5px;
}

#main .newitem a img {
	padding: 5px;		/*画像のまわりの余白*/
	border: 1px solid #ffffff;	/*画像に入っているフチどり*/
}

#main .newitem a:hover img {
	border: 1px solid #4490CC;	/*カーソルオーバー時に画像のフチ色を変える設定*/
}




/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 800px;
	padding-top: 20px;
	padding-bottom: 100px;
        text-align: left;
}

#main h2 {
	font-size: 100%;
	background: url() no-repeat;
	line-height: 30px;
	height: 25px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 50px;
}

#main p {
	padding: 0.5em 10px 1em;
}


p.name {
        background: url(images/midashi_.gif) repeat-x;
}



table#table-01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}




/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.4;
	text-align: center;
}





