body{
	background-attachment: fixed;
	background-image: url(file:///C|/Users/%E6%9D%BE%E5%B1%B1/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Content.IE5/T5E09N36/images/bg.png);
	background-repeat: repeat-x;
	background-color: #dddddd;
	font-size: 10pt;
	font-family: "メイリオ", Meiryo,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	letter-spacing: 0;
	color: #4a4a4a;
	text-align: left;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
} 

.bigsize {font-size: 15pt;
	text-align: center;
	font-weight: bold;
} 
.bigsize3 {
	font-size: 14pt;
	color: #990000
} 
.bigsize4 {
	font-size: 12pt;
	color: #990000
} 

.bigsize2 {
	font-size: 11pt;
	color: #FFFFFF
} 
.red {color: #990000}
.blue {color: #0000FF}
.green {color: #006600}
.gray {color: #999999}
.orange {color: #ff6600}
.purple {color: #9900cc}
.waterblue {color: #0099cc}

html {
  overflow-y:scroll;/* サイドスクロールバーを常に表示 */ 
}

p { line-break: normal } /* 通常の禁則処理を適用する */
div { line-break: strict } /* 厳密な禁則処理を適用する */ 

#main {  
    width: 1000px;  /* ページ全体の幅 */ 
    margin: 0 auto;  
    text-align: center;  
	background-color: #000000;
}
#contents02{  
    width: 900px;/* メイン　900 */  
    margin: 0 auto;  
    padding : 10px ;
    text-align: left; 
	background-color: #ffffff
}
.f_bnr {
	width: 90%;
	max-width: 800px;
	margin: auto;
}
.f_bnr img {
	border: #aaa 2px solid;
	max-width: 100%;
	height: auto;
    transition: 0.3s all;
}
.f_bnr a:hover img {
  	transform: scale(1.05);
}