/* CSS Document */

/* 共通ブラウザ依存部分の初期化
==============================================================================*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre,
form, fieldset, p, blockquote, th, td, a {
	color:#004000;
	font-family:'ＭＳ Ｐゴシック', Osaka, sans-serif, Arai;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	line-height:1.5em;
	margin:0;
	padding:0;
	text-align:left;
	text-decoration:none;
	border:none;
}

abbr, strong, em, span, address {
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	line-height:1.5em;
	margin:0;
	padding:0;
	text-align:left;
	text-decoration:none;
	border:none;
}

input, button, textarea select {
	color:#000000;
	font-family:'ＭＳ Ｐゴシック', Osaka, sans-serif, Arai;
	font-size:12px;
}

dl, ul, ol {
	list-style:none;
}

img {
	margin:0;
	padding:0;
	border:none;
	vertical-align:bottom;
}

.clearfix:after {
	content:"";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* 
==============================================================================*/
html {
	height:100%;
	margin-bottom:1px; /* Opera Firefoxでスクロールバー強制表示対応 */
}

body {
	font-size:100.01%; /* Opera対応 */
	text-align:center; /* IE互換モード対応*/
	background:#ffffff url(image/haikei.gif) 0 0 repeat;
}

/* 
==============================================================================*/
a {
	color:#004000;
}

a:hover {
	color:#00a000;
	text-decoration:underline;
}

a[title]:after{
	content:"";
}

a[title]:hover:after{
content:"("attr(title)")";
}



/* END CSS */
