﻿body {
	margin : 0px;
	font-family : 'ＭＳ Ｐゴシック','Osaka'; 
}
.title_box {
	width : 100%;
	padding : 15px;
	background-color : #e35406;
	text-align : center;
	font-size : 25px;
}
.space {
	width : 5%;
	float : left;
}
.br {
	padding : 2px;
}
.main_box {
	width : 90%;
	font-size : 12px;
	line-height : 16px;
}
.menu {
	width : 160px;
	float : left;
	padding : 15px;
	font-size : 12px;
	line-height : 20px;
}
.main {
	padding : 15px;
}
.page {
	padding-top : 5px;
	padding-right : 15px;
	padding-left : 15px;
	padding-bottom : 5px;
	font-size : 12px;
	line-height : 16px;
}
.box_1 {
	width : 50px;
	float : left;
}
.box_2 {
	width : 100px;
	float : left;
}
.box_3 {
	width : 150px;
	float : left;
}
.box_4 {
	width : 100%;
}

.link {
	text-decoration : none;
	color : #000000;
}
.coy {
	font-size : 10px;
	text-decoration : none;
	color: #000000;
}
.clear {
	clear : both;
}
.hr {
	border-color : #cccccc;
	border-width : 1px;
	border-style : dashed;
}

.link_box {
	padding : 2px;
}
.error {
	width : 100%;
	text-align : center;
	font-size : 12px;
	line-height : 16px;
	padding : 10px;
	background-color : #cfcfcf;
}
.txt {
	font-size : 12px;
	line-height : 16px;
}
td {
	font-size : 12px;
}


button.sub{
    background-color:#f5f5f5;
    border:1px solid #000000;


    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
