/*全体の設定*/
body,td,th{
	font-size:13px;					/*文字の大きさ*/
	color:#111;					/*文字色*/
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif ;			/*フォントの設定*/
	line-height:17px;				/*文字の縦幅*/
	letter-spacing:1px;				/*文字の横幅*/
	margin:0px;
}
br	{letter-spacing:normal;		}		/*改行の縦幅*/

body	{background-image : url("img/bg/hp.jpg");
	background-attachment: fixed;
	background-position: 100% 10%;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

/*ラインの設定*/
hr	{
height: 1px;
border: none;
border-top: 1px #000000 dashed;
}

/*スクロールバーの設定*/
body{
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-track-color:#eee;
	scrollbar-shadow-color:#333;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#666;
	scrollbar-darkshadow-color:#fff;
	background-color:#fff;
}

/*リンクの設定*/
a	{text-decoration:none; color:#000; }	/*リンク全体の設定*/
a:hover	{background-color:#000; text-decoration:none;color:#fff; }	/*リンクに触れた時の設定*/


/*コンテンツメニュー設定*/
.menu{
	font-size:18px;					/*文字サイズ*/
	font-weight:bold;				/*文字の太さ*/
	font-family:'arial';			/*フォントの設定*/
	margin:15px 0px;				/*余白（外側）*/
	padding:0px 0px;				/*余白（内側）*/
	letter-spacing:0px;				/*文字の間隔*/
	line-height:17px;				/*文字の縦幅*/
	text-align:left;				/*文字寄せ*/
	filter:dropshadow(color=#cccccc,positive=true,offx=1,offy=1);
}

/*見出しの設定*/
h2{
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif ;		/*フォントの設定*/
	font-size:30px;					/*文字サイズ*/
	color:#111;					/*文字色*/
	font-weight:nomal;				/*文字の太さ*/
	margin:5px 0px;				/*余白（外側）*/
	padding:2px 0px;				/*余白（内側）*/
	letter-spacing:0px;				/*文字の間隔*/
}
em	{font-style:normal;border-bottom:dotted 1px #c03030;}


/*テーブル見出しの設定*/
h3{
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif ;		/*フォントの設定*/
	font-size:12px;					/*文字サイズ*/
	color:#000;					/*文字色*/
	font-weight:bold;				/*文字の太さ*/
	padding:0px;					/*内側の余白*/
	margin:0px;
	margin-right:0px;
}


/*サイト名表示設定*/
.title{
	border:0px;					/*線の設定*/
	color:#000;					/*文字色*/
	font-size:22px;					/*文字の大きさ*/
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif ;			/*フォントの設定*/
	font-weight:bold;				/*文字の太さ*/
	padding:0px;					/*内側の余白*/
	margin:0px;
	margin-right:0px;
	letter-spacing:1px;
	line-height:17px;				/*文字の縦幅*/
	text-align:left;				/*文字寄せの設定*/

}

/*コピーライト表示設定*/
.copy{
	border:0px;					/*線の設定*/
	color:#666;					/*文字色*/
	font-size:9px;					/*文字の大きさ*/
	padding:0px;					/*内側の余白*/
	margin:0px;
	margin-right:0px;
	letter-spacing:0px;
	text-align:left;				/*文字寄せの設定*/
	font-weight:normal;
}


/*テーブル内の設定*/
.table{
	font-size:11px;					/*文字の大きさ*/
	color:#666;					/*文字色*/
	font-family:'Verdana', MS ゴシック ;		/*フォントの設定*/
	line-height:15px;				/*文字の縦幅*/
	letter-spacing:0px;				/*文字の横幅*/
	margin:0px;
}

/*テキスト表示部分の設定*/
.text{
	margin-left:15px;				/*左の余白*/
	width:95%;					/*表示部分の横幅*/
}
.m{
	padding-right:15px;}


/*カウンター設定*/
.counter{
	border:0px;					/*線の設定*/
	color:#888;					/*文字色*/
	font-size:8px;					/*文字の大きさ*/
	padding:0px;					/*内側の余白*/
	margin-top:30px;
	margin-right:0px;
	letter-spacing:0px;
	text-align:left;				/*文字寄せの設定*/
	font-weight:normal;
}

