body{
	text-align:center;
	margin:0;
	padding:0;
	font:11pt Osaka , "MS UI Gothic", "ヒラギノ角ゴ Pro W3" , sans-serif;
	color:#666666;
}

.text{
	font:11pt Osaka , "MS UI Gothic", "ヒラギノ角ゴ Pro W3" , sans-serif;
	letter-spacing:2px;
	color:#3b3b3b;
	text-align:left;
	width:80px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
}

/* link ********************************************************************************/

a,label{
	color:#0000ff;
	cursor:pointer;
	text-decoration:underline;
}

a:hover,label:hover{
	color:#0000ff;
	text-decoration:none;
}
/* img ********************************************************************************/

img{ border:none; }

/* id ********************************************************************************/

#head,#left,#right,#foot,#main{
	min-height:200px;

}



#head,#body,#foot{
	margin:0 auto;
	width:802px;
}

#bar{
	text-align:right;
	vertical-align:top;
	width:800px;
	height:28px;
	background-image:url(../img/common/bar_bg.gif);
	background-repeat:repeat-x;
	float:none
}

#box_a{
	text-align:center;
	width:198px;
	height:155px;
	margin-bottom:5px;
	background-image:url(../img/common/login_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:middle;
	float:none;
}


#box_b{
	text-align:center;
	width:198px;
	clear:both;
	height:130px;
}

#box_c{
	text-align:center;
	width:198px;
	height:155px;
	margin-bottom:5px;
	background-image:url(../img/common/entry_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	vertical-align:middle;
	float:none;
}


#box_d{
	text-align:center;
	width:198px;
	clear:both;
	height:130px;
}



#head{
 	text-align:left;
}

#body{
	background-image:url(../img/common/shadow.gif);
	background-repeat:repeat-y;
}

#main{
	float:left;
	width:400px;
	margin-top:10px;
	margin-bottom:30px;
	min-height:428px;
	height: auto !important;
	height: 428px;
}

#left{
	float:right;
	width:198px;
	margin-top:10px;
	text-align:center;
}


#right{
	float:left;
	width:198px;
	margin-top:10px;
	text-align:center;
}

#foot{
	clear:both;
}

#foot p{

}

/* li ********************************************************************************/

.li {
list-style-image:url(../img/common/q.gif);
margin-top:3px;
font-size:12px;
vertical-align:text-top;
}


.li_a {
list-style-image:url(../img/common/a.gif);
margin-top:3px;
font-size:12px;
}

/* FONT size ********************************************************************************/

.std1 {
	font-size: 10px;
	line-height: 150%;
}
.std2 {
	font-size: 11px;
	line-height: 150%;
}

.std3 {
	font-size: 12px;
	line-height: 150%;
}

.std4 {
	font-size: 13px;
	line-height: 150%;
}
.std5 {
	font-size: 14px;
	line-height: 150%;
}

.std6 {
	font-size: 16px;
	line-height: 150%;
}

.std7 {
	font-size: 18px;
	line-height: 150%;
}

.std8 {
	font-size: 20px;
	line-height: 150%;
}

.std9 {
	font-size: 23px;
	line-height: 150%;
}

/* FONT COLOR ********************************************************************************/

.white {
	color: #FFFFFF;
}
.black{
	color: #000000;
}
.gray {
	color: #333333;
}
.mgray {
	color: #666666;
}
.lgray {
	color: #999999;
}
.red {
	color: #FF0000;
}
.pink {
	color: #FF0066;
}
.green{
	color: #00FF00;
}
.orange {
	color: #FF6600;
}
.blue {
	color: #0033CC;
}
.lblue {
	color: #0099FF;
}
.yellow {
	color: #FFFF00;
}

