/* ---------------------------------------------------------------------
Stylesheet for allsports.jp
FileName: base.css
--------------------------------------------------------------------- */

/* 基本設定 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body{
	font: 14px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", Arial, "MS PGothic", "Osaka", sans-serif;
}

body {
	background-color:#f3f3f3;
	color:#303030;
}

table {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
        width:100%;
}

td {
	text-align:center;
	vertical-align:top;
}

h1, h2, h3, h4, h5, h6 {
	font-size: medium;
}

ol, ul {
	list-style: none;
}

img {
	border: 0;
	vertical-align: bottom;
}

em {
	font-style: normal;
}

input, textarea {
	font-family: "ＭＳ ゴシック", "Osaka－等幅", "Osaka-Mono", monospace;
}


/* リンク設定 - 共通 */
a:link,
a:visited {
	color: #3f8523;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #3f8523;
	text-decoration: underline;
}

button {
	width:100%;
}

a , a:focus , button { outline: none; }

