body {
	margin: 0px;
	padding: 0px;
	scrollbar-arrow-color: #666666;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #999999;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333;
	background-image: url(../backimg/black50.png);
}

.style1 {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}

.main p {
	margin: 0;
	padding: 10px 10px 10px 10px;
}
.main hr {
	margin: 0;
	padding: 10px 10px 0px 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCC;
	width: auto;
}


.main #container {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}
.main #headlineTable01 {
    padding: 0.;
	padding: 10px 10px 10px 10px;
	background-image: url(../backimg/black50.png);
}
.main #headlineTable02 {
    padding: 0.;
	padding: 10px 10px 10px 10px;
}


.main #headlineDATA {
	font-size: 20px;
	color: #CCC;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	width: 200px;
	height: 30px;
}
.main #headlineTITLE {
	font-size: 15px;
	color: #999;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 20px;
	padding: 5px;
	letter-spacing: 2px;
	margin-top: 3px;
}
.main #headlineplace {
	font-size: 16px;
	color: #999;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 20px;
	padding: 0px 0px 10px 0px;
}
.main #headlinetext {
	font-size: 12px;
	color: #CCC;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 13px;
}




/*ヘッダーメニューリスト*/
ul.headdatalist{
	margin: 0px 0 0 0;
	padding: 0px;
	list-style: none;
	width: 100%;
	text-align: left;
	font-size: 10px;
}
ul.headdatalist li{
	display: inline;
	float: left;
}
ul.headdatalist a{
	display: inline;
	height: 0px;
}
ul.headdatalist a span{
	margin: 0 5px 0 10px;
	padding: 0px;
	display: inline;
}
li.headdatalist{
	display: inline;
	margin: 0;
}




/*リンク設定*/

a{
	color: #F00;
	text-decoration: none;
}
a:link{
	color: #F00;
	text-decoration: none;
}
a:visited{
	color: #F00;
	text-decoration: none;
}
a:hover{
	color: #FFF;
	text-decoration: none;
}




/*フォームエリア*/
input,textarea,select {
	font-size       :10px;
	color           :#AAAAAA;
	background-color : #FFFFFF;
	border          :1 solid #AAAAAA;
}
