@charset "shift_jis";

/* Share Style 
----------------------------------------------------------- */
body {
	background:#FFF;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:12px;
	color:#333;
}
html {
	overflow-y:scroll;
}
h3,h4,h5,h6 {
	margin:0 0 0.5em;
}
h2 {
	margin:0;
	font-weight:normal;
}
h1 {
	margin:0;
}

p,li,dt,dl {
	line-height:1.5;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
td,th { 
	font-size:80%;
	line-height:1.4;
}
img {
	border:0;
}
address {
	font-style:normal;
}

/* Link Color 
----------------------------------------------------------- */
a:link {
	color: #FF3300;
	text-decoration:underline;
}
a:visited {
	color: #FF3300;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active {
	color:#666;
	text-decoration:underline;
}

/*mainBottom
-----------------------------------------------------------*/
#bottom {
}
#bottom h3 {
	margin:0;
}
#bottom table {
	border:1px solid #991414;
}
#bottom td {
	padding:5px;
}
#bottom h4 {
	font-size: 12px;
	color:#C74700;
	padding:5px 0;
	border-bottom:1px dashed #999;
}

