* {
              margin: 0;
              padding: 0;
}

body {
       background-color: #fff;
       text-align: center;
       margin:0;
       padding:0;
}

img{
	border: none;
}

a           { color: #f00; font-weight: bold}
a:link      { color: #f00;}
a:visited   { color: #f00;}
a:active    { color: #00f;  }
a:hover     { color: #f00;background-color: #FBE9C4;}

#container{
            background-image: url("/images/header.jpg");
            background-repeat: repeat-x;
}


/* ここからヘッダ */
div#header,div#navbar,div#main{
	width: 885px;
	margin: 0 auto;
	text-align: left;
}

div#header ul#header_adv{
	float: right;
/*	margin-top: -52px; */
}
div#header ul#header_adv li{
	list-style: none;
	float: left;
}

div#navbar {
	color: #333;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
}

/* ここからメイン */

div#main{
	margin-top: 15px;
}
div#alpha{
	float: left;
	margin: 0px 10px 10px 0px;
        width: 170px;
}
div#beta{
	margin-left: 180px;
	min-height: 350px;
	width: 700px;
}

/* for IE only */
* html div#beta{
	height: 350px;
}


/* menu */
div#menu{
}

div#menu table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

div#menu table thead td{
        background-color: #9cc;
        color: white;
        border: 1px solid #699;
}
div#menu h5{
        font-family: "Arial", "Helvetica", "sans-serif";
        font-weight: bold;
        font-size: 12px;
	border-left: 10px solid #699;
        padding: 3px 3px 3px 14px;
}

div#menu table tbody th{
        border: solid #699;
        border-width: 0px 0px 1px 1px;
	width: 43px;
	padding: 4px;
	background-image: url(/images/icon/icon_back.gif);
}
div#menu table tbody td{
        border: solid #699;
        border-width: 0px 1px 1px 0px;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
}

div#menu table tbody td a{
	color: #699;
	text-decoration: none;
}

/* beta */

div#contentbox{
	font-size: 100%;
}

div#contentbox a{
	text-decoration: none;
	color: #366;
}

div#contentbox .title{
	width: auto;
	background-color: #9CC;

        border: solid #699;
        border-width: 1px 1px 0px 10px;
        color: white;

        font-family: "Arial", "Helvetica", "sans-serif";
        font-weight: bold;
        font-size: 12px;

        padding: 3px;
        padding-left: 20px;
}

div #contentbox .content{
	/* for Win IE6.0 */
	width: 100%;
}

div#contentbox .content table.content_body{
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0px 10px 0px;
	border: 1px solid #699;
	padding: 10px;
}


div#contentbox .content table.content_body td{
	padding: 3px 10px 1px;
	vertical-align: top;
	font-size: 12px;
	line-height: 150%;
}

div#contentbox .content table.content_body td.right_button{
	text-align: right;
}

/* beta window */
div#contentbox div.window{
	border: 1px solid #699;
	margin: 0 0 5px 0;
}

div#contentbox div.window div.title{
	width: auto;
	background-color: #9CC;

        border: 0px solid #699;
        border-width: 0px 0px 1px 10px;
        color: white;

        font-family: "Arial", "Helvetica", "sans-serif";
        font-weight: bold;
        font-size: 12px;

        padding: 3px 3px 3px 20px;
}

div#contentbox div.window div.client{
	padding: 5px;
	font-size: 90%;
	color: #333;
}
div#contentbox div.window div.kiyaku{
	padding: 3px 10px 1px 10px;
	line-height: 150%
}


div#contentbox div.window div.client table{
}

div#contentbox div.window div.client table th,
div#contentbox div.window div.client table td{
	font-size: 90%;
	padding: 3px;
}

div#contentbox div.window div.client th{
	font-weight: bold;
	text-align: left;
	background-image: url("/images/icon/icon_back.gif");
	color: #699;
}

div#contentbox div.window div.client td{
}

div#contentbox div.window div.client td{
}


div.error_msg{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 100%;
	color: red;
	padding: 3px 10px;
}

.attention{
	font: small "Arial", "Helvetica", "sans-serif";
	color: #699;
}

.attr_name{
	color: #669999;
        border: #669999 dotted;
        border-width: 1px;
        padding: 2px;
}


/* */
.stdtext{
	color: #333333;
	line-height: 130%;
}

div#footer{
	margin: 0px auto;
        background-color: #fff;
	background-image: url(/images/footer.gif);
	background-repeat: repeat-x;
	padding-top: 16px;
	text-align: center;

        font-family: "Arial", "Helvetica", "sans-serif";
	color: #666;
        font-size: 12px;
	width: 885px;
}

.icon_button{
	background-color: #ccc;
	border-width: 1px;

	background-repeat: no-repeat;
	padding-left: 20px;
	text-align: left;
}




