/*
[Filename]		style.css
[Date]			2007/05/10
[Role]			Style Setting
[Written by]	NALL Kawata
*/

.btnsty1{
	padding:10px 35px 10px 35px;
	background:#c69b0c;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
}

.btnsty2{
	padding:5px 20px 5px 20px;
	background:#cccccc;
	color:#000000;
	font-size:16px;
	font-weight:bold;
}

.divsty-{
		clear:both;
		margin: 0 auto;
		overflow:hidden;
}

.inputstyle1{
	padding:5px;
	width:300px;
	background:#ededed;
	font-size: 120%;
}

.inputstyle2{
	padding:5px;
	width:500px;
	height:300px;
	background:#ededed;
	font-size: 120%;
}

.txtsty1{
	font-weight:bold;
	font-size:18px;
}

.textsize12{
	font-size:12px;
	line-height:12px;
}

.textsize18{
	font-size:18px;
	line-height:18px;
}

.textsize26{
	font-size:26px;
	line-height:26px;
}

.textsize34{
	font-size:34px;
	line-height:34px;
}

.margin5{
	margin:5px;
}

.margin5_0_0_0{
	margin-top:5px;
}

.margin10_0_0_0{
	margin-top:10px;
}

.margin20_0_0_0{
	margin-top:20px;
}

.margin30_0_0_0{
	margin-top:30px;
}

.margin40_0_0_0{
	margin-top:40px;
}

.margin0_0_20_0{
	margin-bottom:20px;
}

.margin0_0_40_0{
	margin-bottom:40px;
}

.margin0_20_0_0{
	margin-right:20px;
}

table.tablestyle1{
	margin					: 0 auto;
	border-collapse			: collapse;
	border-spacing			: 0px;
	font-size: 110%;
}

	table.tablestyle1 th{
		padding					: 8px;
		text-align				: left;
		vertical-align:top;
		font-weight:normal;
	}
	
	table.tablestyle1 td{
		text-align				: left;
		vertical-align:top;
		padding					: 8px;
		line-height:17pt;
	}

.textright{
	text-align:right;
}

.textcenter{
	text-align:center;
}

.textbold{
	font-weight:bold;
}

.textcolor1{
	color:#ff0000;
}

.textcolor2{
	color:#ffc60b;
}

.textcolor3{
	color:#ffc60b;
}


