/* general *************************************************/

body{
	margin: 0px;
	padding: 0px;
	letter-spacing: +1px;
	word-break: break-all;
	font-size: 14px;
	line-height: 150%;
	font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
}

td{
	word-break: break-all;
}

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.mini{
	font-size: 11px;
}

.red{
	color: red;
}

.bold{
	font-weight: bold;
}

.big{
	font-size: 16px;
}

div.space{
	font-size: 0px;
	height: 30px;
	/*clear: both;*/
}

div.space-s{
	font-size: 0px;
	height: 15px;
	/*clear: both;*/
}

div.clear{
	height: 0px;
	clear: both;
	visibility: hidden;
	display: block;
}

a img{
	border: none;
}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

/* layout *************************************************/

div.head{
	margin: 0px 0px 20px 0px;
	background: #74CE7C;
	background:	-moz-linear-gradient(top,#64BE6C,#74CE7C);
	background:	-webkit-gradient(linear, left top, left bottom, from(#64BE6C), to(#74CE7C));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#64BE6C', endColorstr='#74CE7C')";
	color: #FFF;
}

	div.head .logo{
		padding: 0px 0px 0px 10px;
		float: left;
	}

	div.head .logout{
		font-weight: bold;
		padding: 12px 15px 0px 0px;
		float: right;
	}

div.container {
	text-align: left;
	min-width: 955px;
	min-height: 800px;
	height: auto;
	padding-bottom: 55px;
	/*padding-bottom: 110px;*/
}


div.menu{
	width: 198px;
	padding: 0px 0px 0px 10px;
	float: left;
}

	div.menu .menu-head{
		background-color: #F8FFF8;
		border-top: 3px solid #F5A31B;
		border-left: 1px solid #CFCFCF;
		border-right: 1px solid #CFCFCF;
		border-bottom: 1px solid #CFCFCF;
		margin: 0px 0px 3px 0px;
		padding: 3px;
	}

	div.menu ul {
		margin: 0;
		padding: 0;
	}

	div.menu ul li{
		margin: 0;
		padding: 8px 8px 6px 24px;
		list-style: none outside;
		border-top: 1px solid #CFCFCF;
		border-left: 1px solid #CFCFCF;
		border-right: 1px solid #CFCFCF;
		background-color: #F8FFF8;
		background-image: url(../images/menu_icon.gif);
		background-repeat: no-repeat;
		background-position: 7px center;
		cursor: pointer;
	}

	div.menu ul li.last{
		border-bottom: 1px solid #CFCFCF;
	}

	div.menu ul li:hover{
		background-color: #ffddaa;
	}

div.main{
	margin: 0 10px 0 220px;
}

div.foot{
	width: 100%;
	position: absolute;
	height: 40px;
	background: #74CE7C;
	background:	-moz-linear-gradient(top,#74CE7C,#64BE6C);
	background:	-webkit-gradient(linear, left top, left bottom, from(#74CE7C), to(#64BE6C));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#74CE7C', endColorstr='#64BE6C')";
	color: #FFF;
	margin: 15px 0px 0px 0px;
}

	div.copyright{
		margin: 10px 15px 0px 0px;
		text-align: right;
	}

/* main *****************************************************/

h1{
	color: #F9FAFB;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 10px 10px 8px 10px;
	background: #F5A31B;
	background:	-moz-linear-gradient(top,#F5A31B,#E9970F);
	background:	-webkit-gradient(linear, left top, left bottom, from(#F5A31B), to(#E9970F));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F5A31B', endColorstr='#E9970F')";
	line-height: 1.2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

h2{
	width: 100%;
	font-size: 18px;
	font-weight: normal;
}

table.h2{
}

table.h2 th{
	height: 30px;
	padding: 0px 0px 0px 0px;
}

table.h2 td{
	height: 30px;
	padding: 0px 0px 0px 10px;
}

table.std{
	background-color: #aaaaaa;
}

table.std th{
	font-size: 14px;
	font-weight: normal;
	background-color: #eeeeee;
	padding: 8px 10px 8px 10px;
}

table.std td{
	font-size: 13px;
	background-color: #ffffff;
	padding: 8px 10px 8px 10px;
}

table.std img{
	vertical-align: middle;
}

table.full{
	width: 100%;
}

div.to-top{
	text-align: left;
	margin: 25px 0px 0px 0px;
}

/* form *****************************************************/

form{
	margin: 0px;
	padding: 0px;
}

input.text{
	font-size: 16px;
	height: 24px;
}

input.text:hover{
	background-color: #ffddaa;
}

input.text:focus{
	background-color: #ffaaaa;
}

input.checkbox{
}

input.radio{
}

input.button{
	font-size: 18px;
	height: 32px;
}

input.datepicker{
	margin-right: 15px;
}

select.select{
	font-size: 16px;
	height: 24px;
}

textarea.textarea{
	font-size: 16px;
	height: 24px;
}

.no-ime{
	ime-mode: disabled;
}

.hidden{
	font-size: 0px;
	height: 0px;
	width: 0px;
	visibility: hidden;
}

/* msg ****************************************************/

	table.msg-main{
		font-weight: bold;
		letter-spacing: +2px;
		background-color: #ffffff;
		background-image:url(../images/msg_bg.gif);
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	table.msg-main td.img{
		width: 50px;
		text-align: center;
		padding: 10px 5px 10px 0px;
	}

	table.msg-main td.msg{
		color: #ff0000;
		padding: 10px 10px 10px 5px;
	}

	table.msg-err{
		margin: 0px 0px 5px 0px;
	}

	table.msg-err td{
		font-size: 11px;
		color: white;
		border: 1px solid #ff0000;
		background-color: #ff1111;
		padding: 3px 5px 3px 5px;
		margin: 0px;
	}

/* override ************************************************/

table td.downcheck{
	background-color:#FF6666;
}

/* others **************************************************/
div.main_box{

	border-top: 3px solid #aaaaaa;

}
