﻿/** [banner] **/
.s_banner 
{
    height: 31px;
	width: 950px;
	padding: 0px;
	clear:both;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.s_banner ul 
{
    white-space: nowrap;
    margin:0px;
    padding:0px;
    list-style:none;
}

.s_banner ul li 
{
    display:inline;
    margin:0px;
    padding:0px;
}

/** [banner_navi] **/
.s_banner_navi 
{
    height:31px;
    background-repeat:no-repeat;
    background-image:url(image/menubar_login.gif);
    background-position:55px 0px;
}

/** [banner_left] **/
.s_banner_left 
{
    height:31px;
    width:170px;
    background-repeat:no-repeat;
    background-image:url(image/menubar_login.gif);
}

/** [login_form] **/
.s_login_form 
{
	background-color:#eeeeee;
	height:100px;
	border:0;
	padding:15px 25px;
}

/** [title_m] **/
.s_title_m 
{
	font-size:14px;	
	font-weight:bold;
}

/** [form_id] **/
.s_form_id { float:left; }

/** [form_pw] **/
.s_form_pw { float:left; }

/** [button_login] **/
.s_btn_login_v 
{
	float:right;
	margin-top:7px;
}

/** [button_regist] **/
.s_btn_regist_v 
{
	float:right;
	margin-top:70px;	
	margin-right:25px;
}

/** [login_text_box] **/
.s_text_login { width:200px; padding:5px 5px 5px 5px; }

/** [link_login] **/
.s_login
{
    background-image: url(image/button_loginform_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 116px  
}

.s_login:hover,.s_login:active
{
    background-image: url(image/button_loginform_on.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 116px  
}

/** [link_regist] **/
.s_regist
{
    background-image: url(image/button_registform_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 116px  
}

.s_regist:hover,.s_regist:active
{
    background-image: url(image/button_registform_on.gif);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	width: 116px  
}

/** [link_sendmail] **/
.s_sendmail 
{
	background-image: url(image/button_sendmail_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	width: 183px;
}

.s_sendmail:hover,.s_sendmail:active {
	background-image: url(image/button_sendmail_on.gif);
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	width: 183px;
}

/** [icon_circle] **/
.s_icon_circle 
{
    background-image: url(image/icon_green_circle.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 16px;
	padding-bottom:5px;
}

.s_tab 
{
    border:solid 1px silver;
}

.s_tab ul
{
    list-style:none;
    font-size:24px; 
    padding:0px;
    margin-top:10px;
    border:solid 0px red;
    margin-left:10px;
    /*background-color:#eeeeee;*/
}

.s_tab ul li
{
    display:inline;
    margin:0px;
}

.s_tab_personal 
{
    border:solid 0px silver;
    /*padding:10px 117px 10px 117px;*/
    padding:10px 111px 10px 111px;
    font-weight:bold;
    /* background-color:white;*/
}

.s_tab_company 
{
    border:solid 1px silver;
    /*border-right:solid 0px silver;*/
    border-top:solid 0px silver;
    padding:10px 111px 10px 111px;
    /*padding:11px 114px 10px 115px;*/
    /**padding:10px 114px 10px 103px;*/
    background-color:#eeeeee;
    cursor:pointer;
}
