body, html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #FFFEFB;
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
input[type="text"], input[type="password"], textarea {
	border: 1px solid #CCCFD3;
	border-radius: 3px;
	padding-left: 5px;
	vertical-align: middle;
}
input[type="button"] {
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	cursor: pointer;
	color: #666;
	border-radius: 5px;
	background: linear-gradient(top, #fff 0%, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc 100%);
	background: -moz-linear-gradient(top, #fff 0%, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc 100%);  
    background: -webkit-linear-gradient(top, #fff 0%, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc 100%);
	background: -ms-linear-gradient(top, #fff 0%, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc 100%);
}
input[type="button"]:hover {
	background: linear-gradient(top, #fff 0%, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc 100%);
	background: -moz-linear-gradient(top, #fff 0%, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc 100%);  
    background: -webkit-linear-gradient(top, #fff 0%, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc 100%);
	background: -ms-linear-gradient(top, #fff 0%, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc 100%);
}
input[type="button"]:active {
	background: #ccc;
}
select:disabled {
	background-color: #EEE;
}
a {
	text-decoration: none;
	color: #3333FF;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

th {
	text-align: left;
}

div#container {
	width: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	min-height: 100%;
}

/* header */
div#header {
	width: 100%;
	height: 60px;
	background-color: #3E444C;
}
div#header_body {
	
}
div#header_title {
	height: 100%;
	line-height: 60px;
	margin-left: 20px;
	color: white;
}

/* main */
div#main {
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
div#main_body {
	width: 100%;
}
div#main_body > div {
	display: inline-block;
	vertical-align: top;
}
div#main_menu {
	margin-top: 30px;
	margin-left: 2%;
	width: 15%;
	padding-top: 10px;
	padding-left: 1%;
	font-size: 18px;
	
	background-color: #F4F7FB;
	border: 1px solid #E0E3E7;
	border-radius: 10px;
}
div#main_contents {
	margin-top: 0px;
	margin-left: 2%;
	width: 75%;
}
p#main_title {
	font-size: 30px;
}
div#main_editor {
	width: 100%;
	margin-left: 50px;
}

/* footer */
div#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background-color: #3E444C;
}
div#footer_body {
	
}
div#footer_title {
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: white;
}