@charset "UTF-8";
/* CSS Document */

@charset "Shift_JIS";



/* format 
------------------------------------------------------------ */

*{
	margin:0;
	padding:0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
}
body{
	text-align:center;
	background-color: #FFF;
}
h1 {
	font-size: 16px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	padding-bottom: 2px;
	margin-top: 10px;
}
p{
	margin:0;
	line-height:160%;
}
ul{
	list-style:none;
}
li{
	line-height:150%;
}
th,td{
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	line-height:160%;
}
img{
	vertical-align:top;
	border:none;
}
.clr{
	clear:both;
	height:0;
	margin:0;
	padding:0;
	line-height:100%;
	font-size:0;
}
.boxL{
	float:left;
}
.boxR{
	float:right;
}


/* link 
------------------------------------------------------------ */

a:link {
 text-decoration: none;
 color: #333333;
}

a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #FF0000;
}

a.red:link {
 FONT-SIZE: 100%; COLOR: #FFFFFF;
}
a.red:visited {
 FONT-SIZE: 100%; COLOR: #FFFFFF
}
a.red:hover {
 FONT-SIZE: 100%; COLOR: #E6E6E6;
}
a img{

 border:none;
}
.arwNews {
	background-image: url(../../Copy%20of%20gifu/img/link_arw.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 10px;
}

/* layout 
------------------------------------------------------------ */

#container{
	width:500px;
	margin:0 auto;
	background-color: #FFF;
	text-align: left;
}
#contents{
	border-top: 5px solid #B3000C;
	padding: 5px 15px 30px;
}
#head{
	background-color:#ccc;
}
#main{
	width:720px;
	background-color: #FFF;
}
#movie {
	text-align: center;
}
.space-top-20 {
	margin-top: 20px;
}
.space-top-10 {
	margin-top: 10px;
}
.space-btm-20 {
	margin-bottom: 20px;
}
.space-btm-10 {
	margin-bottom: 10px;
}
.space-both-3 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.space-both-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#down-waku01,#down-waku02 ,{
	width: 680px;
	margin-top: 10px;
}
#down-waku01 ,{
	width: 680px;
}


/* head 
------------------------------------------------------------ */

/* foot 
------------------------------------------------------------ */

/* content
------------------------------------------------------------ */

/* etc 
------------------------------------------------------------ */

.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{
	position:relative;
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
#to-home {
	font-size: 11px;
	color: #000000;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
