/*------------------------------------------------------------------------------
Seiwajyuku Osaka - CSS Modules Import
URL: http://www.jukusei-no-wa.net
Date: 2009-09-25
Copyright (C)Seiwajyuku Osaka Rights Reserved.
------------------------------------------------------------------------------*/


body {
	margin-left: 0px;
	margin-top: 0px;
}

.style1 {font-size: 10px}
.style2 {color: #FFFFFF}
.style3 {font-size: 12px}
.style4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.style5 {color: #660000}

a{
	outline : 0 ;
}



input#BtnLogin {
	margin: 20px 0;
}

dl#Option {
	margin-top: 20px;
}

dl#Option dt {
	float: left;
	clear: left;
	width: 168px;
	margin-bottom: 10px;
	margin-left: 15px;
}

dl#Option dd {
	margin-left: 200px;
	margin-bottom: 10px;
}

dl#Option dd ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

dl#Option dd ul li {
	width: 220px;
	height: 33px;
}

dl#Option dd ul li a {
	display: block;
	width: 220px;
	height: 33px;
	text-indent: -9999px;
}

dl#Option dd ul li#BtnPw a {
	background: url(../images/btn_pw_off.png) 0 0 no-repeat;
}

dl#Option dd ul li#BtnPw a:hover {
	background: url(../images/btn_pw_on.png) 0 0 no-repeat;
}

dl#Option dd ul li#BtnErr a {
	background: url(../images/btn_err_off.png) 0 0 no-repeat;
}

dl#Option dd ul li#BtnErr a:hover {
	background: url(../images/btn_err_on.png) 0 0 no-repeat;
}

