body{
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #FF7F00;
	background-image: url(oranka/img/bg.jpg);
	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: 12pt;} 
.bigsize3 {
	font-size: 14pt;
	color: #990000
} 
.bigsize4 {
	font-size: 12pt;
	color: #990000
} 

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

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

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

#main {  
    width: 1000px;  /* ページ全体の幅 */ 
    margin: 0 auto;  
    text-align: center;  
	background-color: #ffffff
}
#contents02{  
    width: 900px;/* メイン　900 */  
    margin: 0 auto;  
    padding : 10px ;
    text-align: left; 
	background-color: #ffffff
}