@charset "utf-8";


body {  background-attachment: scroll; background-image: url(image/haikei.gif); background-position: left top; background-color: #FFFFF0; background-repeat: repeat; margin: 0 auto;
font-size: 16px;	/*文字サイズ*/
	line-height: 2;	

}

p{line-height:1.4em;}

.blue {  color: #003399}

.main {  margin-top: 10px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px}

.subtitle {  color: #666666}

.take {  background-attachment: fixed; background-repeat: repeat-y; background-position: right top}

.em {  color: #B22222}

.item {  background-color: #F0E68C; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}

#contents {
    padding-bottom: 100px;
	text-align:center;
}

#footer {
	margin-top: 10px;
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-left: 10px
	bottom: 0;
    width: 100%;
    height: 100px;
}

.news{
	text-align:center;
	color:#B22222;
}
	


.copyright {
    text-align:center;
	text-decoration:underline;
	}
	
.oneColLiqCtr #container {
	width: 80%;  /* これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}	
iframe {width: 100%;}	