body {
	background: url(../images/back.jpg) #ffffff repeat-x
}
#page-wrapper {
	font-size: 140%;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 800px;
	padding-top: 0px
}
div.inbox-wrapper {
	margin: 0px 20px;
	color: #202020;
	line-height: 1.5em;
	text-align: left
}
table.searchform tbody tr td {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #404040;
	padding-top: 3px
}
div.lcolumndoc {
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 20px;
	width: 444px;
	color: #202020;
	line-height: 1.5em;
	padding-top: 5px;
	text-align: left;
}
#footer {
	font-size: 95%;
	margin: 30px 0px;
	width: 800px;
	color: #606060
}

/*申込ボタン用スタイル*/
table td .inbox-wrapper .moushikomi_btn {
	display: inline-block;
	width: 230px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 28px;
	outline: none;
	border: 1px solid #101369;
	background-color: #0e1160;
	background-image: -webkit-linear-gradient(top, #1e25ca, #111588);
	background-image: linear-gradient(to bottom, #1e25ca, #111588);
	border-radius: 4px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
table td .inbox-wrapper .moushikomi_btn::before,
table td .inbox-wrapper .moushikomi_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
table td .inbox-wrapper .moushikomi_btn,
table td .inbox-wrapper .moushikomi_btn::before,
table td .inbox-wrapper .moushikomi_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table td .inbox-wrapper .moushikomi_btn:hover {
	border:1px solid #000000;
	background-color: #090b41;
	background-image: -webkit-linear-gradient(top, #181d98, #0e1160);
	background-image: linear-gradient(to bottom, #181d98, #0e1160);
}
table td .inbox-wrapper .moushikomi_btn:active {
	background: #1e228a;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: #54545A;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
