@charset "utf-8";


/* Base Styles -------------------------------------------------------------------------------------------------------------- */
body {
	line-height:1.5;
	min-width:780px;
	_min-width:100px;
	padding:10px;
	margin:0;

	background:url(../img/background.gif) repeat-x;
	background-color:#F0F1F1;
}
body, p, th, td, li, table {
	font-family:'ＭＳ Ｐゴシック','メイリオ',arial,sans-serif;
	font-size:90%;
}
img {
	border:0px 0px 0px 0px;
}
a img {
	border:0px;
}
a {
	font-size:100%;
	color:#0099FF;
	text-decoration:underline;
}
a:hover {
	color:#00CCFF;
	text-decoration:underline;
}
table {
	border:0px;
	border-collapse:collapse;
}
td, th {
	vertical-align:middle;
	text-align:left;
	padding:0, 5px, 0, 5px;
	margin:0;
}
ul {
	font-size:100%;
	padding:0;
	margin:0;
}
hr {
	color:#CCCCCC;
	border:#CCCCCC;
	background:#CCCCCC;
	height:1px;
	margin:1em 0 1em 0;
}


/* Layout Styles ------------------------------------------------------------------------------------------------------------ */
.wrapper {
   width:100%;
 /*   display:inline-block; */
    min-width:1024px;
    _width:1024px;
}
.wrapper .header .rc,
.wrapper .footer .rc {
    height:90px;
}
.wrapper .header {
    background:transparent url(../img/wrapper_r1_c1.gif) no-repeat 0px 0px;

}
.wrapper .header .rc {
    background:transparent url(../img/wrapper_r1_c2.gif) no-repeat right 0px;
}
.wrapper .content {
    background:transparent url(../img/wrapper_r2_c1.gif) repeat-y 0px 0px;

}
.wrapper .content .rc {
    background:transparent url(../img/wrapper_r2_c2.gif) repeat-y right 0px;
	min-height:250px;
	padding:15px 30px 15px 30px;
	color:#444444;
	zoom:100%;
}
.wrapper .footer {
	clear:both;
    background:transparent url(../img/wrapper_r3_c1.gif) no-repeat 0px 0px;

}
.wrapper .footer .rc {
    background:transparent url(../img/wrapper_r3_c2.gif) no-repeat right 0px;
	padding:10px 30px 10px 30px;
	text-align:right;
	color:#FFFFFF;
}

/* Header Styles ------------------------------------------------------------------------------------------------------------ */
#header_left {
	float:left;
	width:350px;
	padding:30px 0 0 30px;
}
#header_right {
	float:right;
	padding:30px 30px 0 0;
}

/* Content Styles ----------------------------------------------------------------------------------------------------------- */
#content_menu {
	float:left;
	width:250px;
}
#content_main {
	margin-left:265px;
	text-align:left;
	min-width:650px;
	display:block;
}

/* Window Styles ------------------------------------------------------------------------------------------------------------ */
.wrapper .content .rc h3 {
	margin:0;
	font-size:100%;
	color:#FFFFFF;
	padding:2px 5px 2px 4px;
	border-width:0px 0px 0px 10px;
	border-style:solid;
	border-color:#333333;
	border-color:#254762;
	line-height:1.5;
	background-color:#555555;
	background-color:#4779aa;
}
.wrapper .content .rc h4 {
	margin:0 0.8% 5px 0;
	padding:2px 5px 2px 5px;
	font-size:100%;
	color:#333333;
	background-color:#F0F0F0;
}
.window_menu {

	margin:0 0 15px 0;
	border:1px solid #F0F0F0;
	border-width:0 1px 1px 1px;
	padding:10px;
	background-color:#F0F0F0;
}
.window_main {

	margin:0 0 15px 0;
	border:1px solid #999999;
	border-width:0 1px 1px 1px;
	padding:10px 10px 30px 10px;
}
.window_main ul {
	padding:15px;
}

/* Menu Styles -------------------------------------------------------------------------------------------------------------- */
.menu li {
	margin:0 0 5px 10px;
	padding:0 0 0 -3px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
}

TABLE.nobo {
	border: 0px;
	cellSpacing: 0px;
	margin-top : 5px;
}
TABLE.touroku_m {
    width: 600px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
/*	background: transparent url(./img/bg_box2.gif) repeat-y scroll right center; */
	border: 1px solid #CCCCCC;
	padding: 10px 0 5px;
}

TABLE.touroku_m TH {
	text-align: left;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 0px 0px 0px 5px;
	cellSpacing : 2px;
    color: #369;
	background: #dbe6f0;
	white-space: nowrap;
	font-size:12px;
}

TABLE.touroku_m TD {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 3px;
	text-align: left;
	font-size:12px;

	cellSpacing : 2px;
	background: url(./img/bg_box2.gif) right repeat-y;
	/*
background:transparent url(../img/bg_box3.gif) right repeat-y;
*/
}
TABLE.touroku_m P {
	white-space: nowrap;
	font-size:100%;
}
label.ng {
	color: red;
	font-weight: bold;
	font-size:14pt;
}
label.ok {
	color: blue;
	font-weight: bold;
	font-size:14pt;
}
label.im {
	color: red;
	font-weight: bold;
}
label.ok_b {
	color: blue;
	font-weight: bold;
}
span.bt_envCheck{
	color:#369;
}
span.bt_envCheck_ok{
	color:red;
}

span.sub_title{
		font-weight: bold;
	font-size:14pt;
}

.ok{
	display: block;
	height:20px;
	width:20px;
	background: transparent url(../img/o.gif) no-repeat center;
}
.ng{
	display: block;
	height:20px;
	width:20px;
	background: transparent url(../img/x.gif) no-repeat center;
}
.measure{
	padding-bottom:5px;
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;

	height:20px;
	font-weight: bold;
	color:#2D51C6;
	text-decoration:none;
/*	background:#EF9439; */
	background:#E1E4EC;
}
#login_btn {
    border: 0px;
    width: 300px;
    height :61px;
    background: url(../img/login_bottun.jpg) left top no-repeat;
}
#login_btn:hover {
    border: 0px;
    width: 300px;
    height :61px;
    background: url(../img/login_bottun_hover.jpg) left top no-repeat;
}
