html,body{   
    height: 100%;
}
body{
	margin:0;
	padding:0;
	font-family: sans-serif;
	/*font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
	
}
/*----------Structure----------*/
#container{
	/*max-width:1024px;*/
	width: 100%;
    position: relative;
    height: auto !important;    
    height: 100%;
    min-height: 100%;
	margin:0 auto;
	
}

/*----------Header------------*/
.header-wrap{
	/*overflow:hidden;*/
	width:100%;
	height:345px;
	background-color:#0068b6;
	border-top:5px solid #ffe100;
	border-bottom:5px solid #ffe100;	
}
#header{
	width:950px;
	margin:0 auto;
}

#main{
	clear:both;
	width:910px;
	margin:0 auto;
	overflow:hidden;
	background:#fff url(../img/bg.png) 0 0 repeat-y;
	/*border-left:5px solid #0068b6;
	border-right:5px solid #0068b6;*/
	}
#contents{
	clear:both;
	width:900px;
	margin:0 auto;
	padding-bottom: 12px;
	overflow:hidden;
	}

#centerColumn{
	float:left;
	position:relative;
	width:640px;
	margin-left:21px;
	padding:9px 0 0 0;
	border:0px solid #000;
}
.koe{
	position:absolute;
	top:326px;
	left:386px;
	width:251px;
	
}

ul{
	width:370px;
	list-style-type:none;
	list-style-position:outside;
	margin-top:9px;
	margin-left:0;
	padding-left:9px;
}
li{
	margin:0;
	padding:0;
	
	
}
ul.intro1{
	width:620px;
	list-style-type:square;
	list-style-position:inside;
	margin:12px 0 18px 12px;
	margin:12px 0 18px 6px\9;
	padding:0 0 0 9px;
	border:0px solid #000;
	line-height:1.4em;
}
.intro1 li{
	margin:0;
	padding:0 0 0 16px;
	padding:0 0 0 16px\9;
	font-size:0.9em;
	width:600px;
	list-style-type:squere;
	
	
	
}
li.nomark{
	list-style-type:none;
	
	
}

ul.intro2{
	width:480px;
	list-style-type:square;
	list-style-position:inside;
	margin:12px 0 18px 12px;
	padding:0 0 0 6px\9;
	padding:0 0 0 6px;
	border:0px solid #000;
	line-height:1.6em;
}
.intro2 li{
	margin:0;
	padding:0 0 0 16px;
	padding:0 0 0 16px\9;
	font-size:0.9em;
	
	
}
ul.pickup{
	margin:0;
	padding:0;
	padding:0 0 0 6px\9;
	list-style-type:square;
	
}
.pickup li{
	margin:0;
	padding:0;
	padding:0 0 0 6px\9;
	
}
p{
	margin:3px 12px 21px 12px;
	padding:0;
	font-size:0.9em;
	
}
p.list{
	margin:1px 0 3px 12px;
	padding:0;
	line-height:1.6em;
}

.col{ 
    width:636px; 
	overflow:hidden;
	margin-bottom:15px;
	border:2px solid #0066CC;
	-webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
	zoom:1;
	position:relative;

}
.col_l { 
    float:left;
    width:490px; 
	margin:12px 12px 21px 0;
	font-size:0.9em;
}
.col_r { 
    float:right;
    width:96px; 
	margin:9px 21px 6px 0;
}       
.col_l1 { 
    float:left;
    /*width:400px; */
	margin:12px 18px 21px 15px;
	border:0px solid #0066CC; 
}
.col_r1 { 
    float:left;
    /*width:180px; */
	margin:36px 21px 21px 0;
	font-size:0.9em;
	line-height:1.4em;
}       
#rightColumn{
	float:right;
	width:200px;
	margin:12px 21px 0 0;
	padding:0px;
	border:0px solid #ccc;
	
}
#rightColumn p.column{
	width:200px;
	margin:0 0 3px 0;
	padding:0;
	
}
#rightColumn p.column1{
	width:200px;
	margin:0 0 18px 0;
	padding:0;
	
}

#footer{
	width:890px;
	height:50px;
	margin:0 auto;
	color:#0068b6;
	text-align:center;
	background-color:#ffe100;
	
}
#footer .address{
	margin:0;
	padding:12px 0 12px 0;
	color:#0068b6;
	text-align:center;
	
}
#footer .BiggerText{
	font-size:1.0em;
	font-weight:bold;
	
}
#footer .SmallerText{
	font-size:0.9em;
}

/*-----------Font---------------*/
.small{
	font-size:0.7em;
	line-height:1.4em\9;
}
.small:not(:target) {
    font-size:0.7em;
	line-height:1.4em\9;
}
.blue{
	color:#0066CC;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}