@charset "UTF-8";
/* Base setting */
* {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/*縦スクロールバーのみを常時表示させる*/
html {
 overflow-y: scroll;
}
body {
	text-align: center;
	line-height: 1.6;
	position: relative;
	zoom: 1;
	background: url(/common/img/body_bg.jpg) repeat;
}
/*a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}*/
a:hover img.nofilter {
	opacity: 1;
	filter: none;
}
a {
	color: #005baa;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
button {
	cursor: pointer;
}
object {
	vertical-align: bottom;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
input {
	padding-top: 2px;
}
ul,
ol {
	list-style-type: none;
}
li img {
	vertical-align: bottom;
}
strong {
	font-weight: bold !important;
}
em {
	font-style: italic !important;
}
ins {
	text-decoration: underline !important;
}
del {
	text-decoration: line-through !important;
}



