@charset "shift_jis"; 


/*	--- common.css ---	*/
/*	---タグの再定義---	*/
a:link , a:visited , a:active{
	border: none;
	text-decoration: none;
}
a:hover {
	border: none;
	text-decoration: underline;
}
a.titleLink: link , a.titleLink: visited , a.titleLink: active{
	border: none;
	font-weight: bold;
	text-decoration: none;
}
a.titleLink: hover {
	border: none;
	font-weight: bold;
	text-decoration: underline;
}
/*	リンクの設定ここまで	*/

body {
	margin: 0;
	padding: 0;
	font-family: "url(../images/marker.gif) no-repeat 0 5px";
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka" , "メイリオ" , "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", "sans-serif";
}
th,td {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka" , "メイリオ" , "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", "sans-serif";
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka" , "メイリオ" , "Meiryo", "ＭＳ Ｐゴシック", "MS Gothic", "sans-serif";
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 10px 0 10px 30px;
	padding: 10px 0 10px 10px;
	line-height: 1.4;
}

/*	---タグの再定義ここまで---	*/
