@charset "UTF-8";

/* set
------------------------------------------------------------ */
body {
	background: url(../img/bg_body.jpg) repeat-x center top;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #4D4D4D;
	text-align: center;
}
body,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,table,th,td,form {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,em,address,th {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
hr {
	display: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
table {
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	empty-cells: show;
}
table th {
	background: #FBF8F2;
	text-align: left;
	padding: 10px;
	border: 2px solid #ccc;
}
table td {
	padding: 10px;
	border: 2px solid #ccc;
}
em {
	font-weight: bold;
}
.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.cr {
	text-align: center;
}
.rt {
	text-align: right;
}
.red {
	color: #E00;
}

/* link
------------------------------------------------------------ */
a {
	color: #19B41E;
	text-decoration: none;
}
a:hover {
	color: #FF5000;
	text-decoration: underline;
}
#header a {
	color: #FFF;
	text-decoration: none;
}
#header a:hover {
	color: #FFF;
	text-decoration: underline;
}
#main .box ul li a:hover img,
#side #form_go a:hover img,
#main .box .left div a:hover img,
.go a:hover img,
.request a:hover img,
.src a:hover img {
	filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	zoom: 1;
}