/* -- tags -- */

body {
	margin: 0px;
	padding: 0px;
	background: url(./images/bg.jpg) repeat-x fixed;
	color: #666666;
	text-align: center;
	font-size: 12px;
	line-height: 130%;
}

td{
	font-size: 12px;
	line-height: 130%;
	text-align: left;
}

form{
	margin: 0px;
}

h1{
	margin: 3px 0px;
	padding: 0px;
	border-bottom: 1px dotted #000000;
	font-size: 12px;
	line-height: 130%;
	font-weight: bold;
	color: #CC6633;
}

h2{
	margin:5px 0 5px 0;
	padding: 0px;
	border-bottom: 1px dotted #000000;
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #990000;
}

h3{
	margin:10px 0 5px 0;
	padding: 0px;
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #990000;
}

h4{
	margin:5px 0 5px 0;
	padding: 0px;
	font-size: 16px;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
}

p{
	margin: 5px 0;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	color: #FF9933;
	text-align: left;
}

a:link {
	color: #0033FF;
}

a:visited {
	color: #999999;
}

a:hover {
	color: #999999;
	border-bottom: 1px #FFFFFF dotted;
}

/* --
(imgタグを透明にしてくれる、らしい。)
A:hover IMG {
	FILTER: Alpha(opacity=0)
}

(テキストに境界線をつけてくれる、らしい。)
.font1{
	FLOAT: left;
	FILTER:	Dropshadow(offx=1,offy=0,color=yellow)
		Dropshadow(offx=0,offy=1,color=yellow)
		Dropshadow(offx=0,offy=-1,color=yellow)
		Dropshadow(offx=-1,offy=0,color=yellow);
}
-- */

/* -- elements -- */

.clr {
	clear: both;
	line-height: 0;
	display: block;
	height: -1px;
}

#view {
	display: none;
}

#body {
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#all {
	margin: 220px auto 0 auto;
	text-align: center;
	width: 600px;
	height: 150px;
	background: url(./images/top.gif);
}

#sup1 {
	width: 900px;
	height: 340px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: normal;
}

#btn-box {
	width: 600px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: normal;
}

/*----------------------------------------btn-start----------------------------------------*/
/*--
A:hover IMG {
	FILTER: Alpha(opacity=100)
}
#btn1 {
	width: 72px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(./images/menu1-trans.png) top no-repeat;
}

#btn1 a {
	width: 100%;
	height: 100%;
	display: block;
}

#btn1 a:hover {
	background: url(./images/menu1-trans.png) bottom;
}

#btn2 {
	width: 92px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
}

#btn2 a {
	width: 100%;
	height: 100%;
	display: block;
}

#btn3 {
	width: 76px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
}

#btn3 a {
	width: 100%;
	height: 100%;
	display: block;
}

#btn4 {
	width: 127px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
}

#btn4 a {
	width: 100%;
	height: 100%;
	display: block;
}

#btn5 {
	width: 72px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
}

#btn5 a {
	width: 100%;
	height: 100%;
	display: block;
}

#btn6 {
	width: 93px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
}

#btn6 a {
	width: 100%;
	height: 100%;
	display: block;
}

#btn7 {
	width: 50px;
	height: 20px;
	margin: 0;
	padding: 0;
	float: left;
}

#btn7 a {
	width: 100%;
	height: 100%;
	display: block;
}
*/
/*----------------------------------------btn-end----------------------------------------*/

#foot-box {
	width: 100%;
	margin-top: 20px;
	padding: 0;
	line-height: normal;
	text-align: center;
	color: #333333;
}

#foot {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 150%;
	text-align: center;
	color: #333333;
}

/*----------------------------------------others----------------------------------------*/

.orange1 {
	color: #D08411;
}

.orange2 {
	color: #FF9966;
	font-size: 12px;
	font-weight: bold;
}

.red1 {
	color: #FF0000;
	font-size: 11px;
}

.red2 {
	color: #FF0000;
	text-decoration: underline;
}

.orange3 {
	color: #FF6600;
}

.yel {
	color: #FFFF00;
}

.bk1 {
	color: #000000;
	text-decoration: underline;
}

.gry1 {
	color: #666666;
}

.bl1 {
	color: #FF0066;
	text-decoration: underline;
}

.bl2 {
	color: #3366FF;
	text-decoration: underline;
}

.center {
	width: 100%;
	text-align: center;
	margin: 5px auto 15px auto;
	font-size: 14px;
}

.center2 {
	text-align: center;
	margin: 5px auto 15px auto;
	font-size: 14px;
	border: 2px solid #333333;
}

.center3 {
	width: 100%;
	text-align: center;
	margin: 5px auto 15px auto;
	font-size: 12px;
}

.center4 {
	width: 100%;
	text-align: center;
	margin: 10px auto;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
}

.right {
	width: 100%;
	text-align: right;
	margin: 5px auto 15px auto;
	font-size: 14px;
}

.hr1 {
	width: 100%;
	height: 2px;
	line-height: 2px;
	margin: 10px auto;
	padding: 0;
	background: #666666;
}

.hr2 {
	width: 100%;
	height: 1px;
	line-height: 1px;
	margin: 10px auto;
	padding: 0;
	background: #999900;
}

.hr3 {
	width: 100%;
	height: 3px;
	line-height: 3px;
	margin: 10px auto;
	padding: 0;
	background: #999900;
}

#style-li {
	margin: 10px 0 5px 15px;
	list-style: circle;
	padding: 0;
	color: #632BFF;
}

.f-s-11 {
	font-size: 11px;
}

#ws-mail {
	font-weight: bold;
	text-decoration: underline;
}
