@charset "utf-8";
 
body{
	margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
background-attachment : fixed;
background-repeat : repeat-x;
background-image : url(images/bg.jpg);
}

h1{
	margin-top : 1px;
margin-left : 1px;
margin-right : 1px;
margin-bottom : 1px;
font-size : 12px;
font-weight : normal;
}

h2{
	font-size : 13px;
margin-top : 3px;
margin-left : 3px;
margin-right : 3px;
margin-bottom : 3px;
font-weight : normal;
}

tr{
	font-size : 15px;
font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
line-height : 170%;
color : #3c3c3c;
}

ADDRESS{
	font-size : 10px;
font-weight : normal;
font-style : normal;
}

a{
	color : navy;
text-decoration : underline;
}

A:hover{
	color : red;
text-decoration : underline;
}

TH{
	font-weight : normal;
}

H5{
	font-size : 11px;
font-weight : normal;
margin-top : 0px;
margin-left : 0px;
margin-right : 0px;
margin-bottom : 0px;
}

ul{
 margin:0;
 
} 

li{
 list-style:outside none;
}

h3{
	font-size : 12px;
font-weight : normal;
line-height : 150%;
margin-top : 1px;
margin-left : 1px;
margin-right : 1px;
margin-bottom : 1px;
}

.Class12{
	font-size : 12px;
}

.Class16{
	font-size : 16px;
font-weight : bold;
}

.box{
	border-top-width : 0px;border-right-width : 0px;border-bottom-width : 0px;border-left-width : 0px;border-top-style : solid;border-right-style : solid;border-bottom-style : solid;border-left-style : solid;border-top-color : #eaeaea;border-right-color : #eaeaea;border-bottom-color : #eaeaea;border-left-color : #eaeaea;
	padding : 15px 20px;
	background-color : #d9ffff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size : 15px;
	line-height : 150%;
	margin-top : 5px;
	margin-left : 5px;
	margin-right : 5px;
	margin-bottom : 5px;
}


/* スクロール可能 */
.scrollable, .scrollable_2, .scrollable_350{
  overflow: auto;
}

.scrollable{
  height: 500px;
}

.scrollable_2{
  height: 250px;
}

.scrollable_350{
  height: 350px;
}
