@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
/*	border:solid 1px;*/
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

body {
	font-size:small;
	color:#333333;
	line-height:1.4;
}

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

/* リスト
---------------------------------------------------- */
ul,ol {
	margin-top:1em;
	margin-bottom:1em;
}

ul {
	margin-left:18px;
}

ol {
	margin-left:20px;
}

li {
	margin-left:20px;
}

dl {
	margin:1em 0;
}

dt {
	font-weight:bold;
}

dd {
	margin:0 0 1em 0;
}

/* 段落
---------------------------------------------------- */
p {
	margin-top:1em;
	margin-bottom:1em;
}

/* リンク
---------------------------------------------------- */
/* Firefox点線対策用 */
a{
	outline : 0 ;
}

/* テキストリンク */
a:link {
	text-decoration:none;
	color :#cc0000;
}

a:visited {
	text-decoration:none;
	color :#cc0000;
}

a:active {
	text-decoration:none;
	color :#003366;
}

a:hover {
	text-decoration:none;
	color :#999999;
}

/* フッターテキストリンク */
#footer a:link {
	text-decoration:none;
	color :#000000;
}

#footer a:visited {
	text-decoration:none;
	color :#000000;
}

#footer a:active {
	text-decoration:none;
	color :#cc0000;
}

#footer a:hover {
	text-decoration:none;
	color :#cc0000;
}

/* デフォルト見出し関連
---------------------------------------------------- */
h2 {

}

h3 {
	margin:0 0 30px 0;
	padding-left:5px;
	font-size:150%;
	font-weight:bold;
	color:#000000;
	border-left:solid 3px;
}

h4 {
	clear:both;
	margin:35px 0 2px 0;
	padding:2px 13px;
	font-weight:bold;
	font-size:110%;
	color:#ffffff;
	background: url(../images/h4back.gif) repeat-y;
}

h5 {
	margin-top:2.5em;
	font-weight:bold;
	border-bottom:solid 3px #999999;
}

h6 {
	margin-top:0.8em;
	font-weight:bold;
	border-bottom:solid 1px #999999;
}