/* = common 
*************************************************/
body{
	color:#313131;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
	text-align:center;
	background:url(../img/common_bg_001.gif) #eeeeee repeat-y center top;
}

table{
	font-size:1.2em;
	border-style:none;
	border-spacing:0;
}

img{
	border-style:none;
	vertical-align:bottom;
}

img:-moz-broken{//Firefox用壊れたアイコン
  	display:block;

}

a{
	outline:none;
}

a:link{
	color:#686868;
	text-decoration:underline;
}
a:active{
	color:#686868;
	text-decoration:underline;
}

a:visited{
	color:#686868;
	text-decoration:underline;
}

a:hover{
	color:#C00;
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,form,input,select,label{
	font-weight:normal;
	margin:0;
	padding:0;
}

h4{
	font-weight:bold;
	font-size:1.4em;
	}

p,li,dt,dd{
	font-size:1.2em;
	line-height:1.5;
	margin:0;
}

#mainLower p{
	margin:1em 0;
	}

#sideLower p{
	margin:0;
	}

ul{
	list-style:none outside;
}

em{
	font-style:normal;
}

fieldset{
	border:none;
	padding:0;
}

.message{
	font-size:1.4em;
	background:#fee;
	padding:15px;
	border:1px solid #daa;
	margin-bottom:15px;
}

#flashMessage{
	display:none;
}

/* clearfix */
.clear:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	font-size:0.1em;
	line-height:0;
}

/* Win版IE7とMac版IE5対策 */
.clear{
	display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
*html .clear{
	height:1px;
}

.clear{
	display:block;
}
/* End hide from IE-mac */

/* forms */
.select , .checkbox , .input{
	display:inline;
	}
	
/* img */
.logout img.carThumb,
.group-3 img.carThumb,
.group-4 img.carThumb
{
	opacity:0.15;
	filter:alpha(opacity=15);
	-ms-filter:"alpha(opacity=15)";
	}

.logout img.carImg_,
.group-3 img.carImg_,
.group-4 img.carImg_
{
	opacity:0.15;
	filter:alpha(opacity=15);
	-ms-filter:"alpha(opacity=15)";
	}

.logout img.carThumb.show,
.group-3 img.carThumb.show,
.group-4 img.carThumb.show
{
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	}

.logout img.carImg_.show,
.group-3 img.carImg_.show,
.group-4 img.carImg_.show
{
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter:"alpha(opacity=100)";
	}



/* button */

input[type=button]{
	/*
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: arial, helvetica, sans-serif;
	padding: 4px 20px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-size:13px;
	font-weight: 700;
	*/
	text-align: center;
	color: #000;
}

input[type=button]:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	}
	
input[type=submit]:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	}

button:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
	}

input.printButton {
	margin: 30px 5px 30px 0;
	border: 1px solid #00a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: arial, helvetica, sans-serif;
	padding: 3px 20px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: 700;
	text-align: center;
	color: #FFF;
	background-color: #ood;
}



input[type=button].button_delete {
	font-size:13px;
	border: 1px solid #a00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: arial, helvetica, sans-serif;
	padding: 3px 20px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: normal;
	text-align: center;
	color: #FFF;
	background-color: #b94444;
}

input[type=button].button_doc {
	font-size:13px;
	border: 1px solid #408A64;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: arial, helvetica, sans-serif;
	padding: 3px 20px;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight: normal;
	text-align: center;
	color: #FFF;
	background-color: #5FA85F;
}

input[type=button].button_change{
	font-size:12px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: arial, helvetica, sans-serif;
	padding: 3px 20px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	background-color: #96DD00;
	}
	
input[type=button].button_apply{
	font-size:12px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: arial, helvetica, sans-serif;
	padding: 3px 20px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	background-color: #FF9C30;
	}
	
input[type=button].button_submit{
	font-size:12px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: arial, helvetica, sans-serif;
	padding: 3px 20px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	background-color: mediumseagreen;
	}
	
input[type=button].button_verify{
	font-size:12px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: arial, helvetica, sans-serif;
	padding: 3px 20px;
	font-weight: normal;
	text-align: center;
	color: #FFF;
	background-color: darkorange;
	}
	
input[type=button].button_etc{
	font-family: arial, helvetica, sans-serif;
	padding: 3px 20px;

	font-weight: normal;
	text-align: center;
	color: #000;
	}


.listTableBlock02 button{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:11px;
	border: none;
	width:52px;
	padding: 3px 5px;
	font-weight: normal;
	text-align: center;
	margin:1px 0px;
	}

.listTableBlock02 .button_delete {
	color: #FFF;
	background-color: #b94444;
}

.listTableBlock02 .button_edit {
	color: #FFF;
	background-color: mediumseagreen;
}

.listTableBlock02 .button_copy {
	color: #FFF;
	background-color: steelblue;
}

.listTableBlock02 .button_hide {
	color: #FFF;
	background-color: #292929;
}

.listTableBlock02 .button_unhide {
	color: #FFF;
	background-color: #D1C74F;
}

.listTableBlock02 .button_verify {
	color: #FFF;
	background-color: darkorange;
}

.listTableBlock02 .button_reverify {
	color: #FFF;
	background-color: #999999;
}

