body{
	background:url(../img/irongrip.png);
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	margin:0;
	padding:0;
}

html,body{
	height:100%;
}

img{
	border:0;
}

#bg{
	background:#fff;
}

#wrap{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	background:#eee;
}

#contents{
	padding-bottom:50px;
}

#contents:after {
	content: '';
	display: block;
	clear: both;
}

#footer{
	height:50px;
	width:100%;
	background:#0097A7;
	position:absolute;
	bottom:0;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	tool-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#copyright{
	font-size:12px;
	color:#fff;
	padding:10px 0;
}

ul,li{
	margin:0;
	padding:0;
}

ul{
	margin:0;
	padding:0;
}

li{
	list-style:none;
}

.header_logo{
	width:148px;
	height:39px;
	background:url(../img/logo.png) ;
	background-size:148px 39px;
	opacity:1;
	margin-left:10px;
}

.header{
	height:72px;
	padding:10px 0 0 0 ;
	background:#1a2732;
	border-bottom: 1px solid #ccc;
	position:relative;
}

.logout,.logout a{
	text-align:right;
	font-size:13px;
	color:#fff;
}

#main_contents{
	padding:10px;
}

#sub_contents{
	background:#e4e4e4;
	padding:8px;
}

#main{
	background:#ffffff;
	padding:10px;
}

#title{
	padding:15px 0;
	font-size:16px;
	color:#666;
/*	border-bottom:1px solid #ccc;*/
}

#tool{
	text-align:center;
	padding-top:5px;
}

#tool table{
	border-collapse: collapse;
	border:1px solid #ccc;
	margin:10px auto 20px auto;
	width:98%;
}

#tool table td{
	border:1px solid #ccc;
	padding:10px;
	font-size:13px;
	color:#666;
	background: #fff;
	line-height:1.6;
	text-align:left;
}

#tool table td.center{
	text-align:center;
}

#tool table th{
	border:1px solid #ccc;
	padding:10px;
	font-size:14px;
	text-align:center;
	font-weight:normal;
	color:#fff;
	background:#394a59;
}

#tool table th .name{
}

#tool input.normal {
	border:solid 1px #ccc;
	padding:8px 10px;
	width:96%;
}

#tool input.size {
	border:solid 1px #ccc;
	padding:8px 10px;
	margin:0 0 5px 0;
	width:20px;
	ime-mode: disabled;
}

#tool textarea.normal {
	border:solid 1px #ccc;
	padding:8px 10px;
	width:96%;
	height:200px;
}

.submit,.delete{
	margin:10px;
	margin-bottom:20px;
	text-align:left;
}

.submit input[type="submit"]{
	width:96%;
	margin:0 auto;
	height:40px;
	background:#007aff;
	border:0;
	color:#fff;
}

.submit input[type="submit"]:hover{
	opacity:0.7;
	cursor:pointer;
}

.delete input[type="submit"]{
	width:96%;
	margin:0 auto;
	height:40px;
	background:#cc0000;
	border:0;
	color:#fff;
}

.msg{
	font-size:13px;
	padding:20px 0 20px 10px;
}

#tool td.form_title{
	text-align:center;
	background:#394a59;
	color:#fff;
}

.sort{
	padding:10px;
	font-size:13px;
}


.att{
	font-size:13px;
	color:#ff0000;
	padding:10px 0;
}

/* トップページ */

.sunday{
	color:#ff0000;
}

.satday{
	color:#0000ff;
}

input[type="radio"] {
}


