@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

#page #header h1 {
	position: absolute;
	left: 5px;
	top: 5px;
	margin: 0px;
}

img,abbr,acronym,fieldset {

}
li {
	list-style-type: none;
}

/*--- default */
body {
	color: #122b45;
	font-size: 0.9em;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.8;
	background-color: #FFF;
	background-image: url(../images/back_img.jpg);
	background-position: center top;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a{
	outline: 0;
	text-decoration: none;
	color: #4B9D5A;
}

a:hover{
	outline:0;
	text-decoration:underline;
}

a img{
	border:none;
	text-decoration:none;
}
img{
	border:none;
	text-decoration:none;
}
label, button{
	cursor:pointer;
}
input:focus, select:focus, textarea:focus{
	background-color:#FFF;
}
fieldset{
	border:none;
}

li img,dt img,dd img{
vertical-align:bottom;
}

/* banner(ロールオーバー)
------------------------------------*/
a img.on{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	background:#fff;
}
a:hover img.on{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	background:#fff;
}


