/*==========================全体適用===========================*/
body {
	margin: 0px 0px 10px 0px;
	background-image: url("../img_public/background_img.gif");
	color: #666666;
	text-align: center;
      }

a {
	text-decoration: none;
	}

a:link,a:visited,a:active {
	color: #666699;
	text-decoration: underline;
	}

a:hover {
	color: #ff0000;
	text-decoration: underline;
	}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}

.container {
	text-align: center;
	padding: 0px;
	width: 782px;
	background-color: #FFFFFF;
	border-left: 1px solid #4eb9b4;
	border-right: 1px solid #4eb9b4;
	border-bottom: 1px solid #4eb9b4;
	}

img {
	margin: 0px;
	padding: 0px;
	}

td {
	vertical-align: top;
	}

/*=======================header適用========================*/
#header table {
	width: 780px;
	height: 16px;
	background-color: #4eb9b4;
	text-align: left;
	padding-left: 10px;
	}

#header h1 {
	color: #ffffff;
	font-size: 12px;
	padding-top: 2px;
	}

/*=======================body適用========================*/
#main {
	margin: 0px 0px 0px 0px;
	}

#main td.contents {
	width: 580px;
	padding: 0px 40px 0px 30px;
	}

#main td.contents .info {
	width: 510px;
	padding: 0px 0px 10px 10px;
	border-bottom: 3px solid #a6dcd9;
	margin-bottom: 20px;
	}

#main td.contents .info h2{
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px dotted #cccccc;
	padding: 8px 0px 8px 0px;
	}

#main td.contents td.w_270 {
	width: 270px;
	}

#main td.nm {
	width: 200px;
	}

#main td.nm .nm_btn {
	width :200px;
	border-bottom: 3px solid #4eb9b4;
	border-left: 1px solid #4eb9b4;
	margin-bottom: 10px;
	}

/*========================pagetop適用=========================*/
p.pagetop {
	text-align: right;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

/*=======================footer適用========================*/
#footer {
	margin: 5px 0px 0px 0px;
	}

address  {
	width: 780px;
	height: 130px;
	background-image: url("../img_public/footer_back.gif");
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	text-align: right;
	letter-spacing: 0.5px;
	padding: 45px 15px 0px 0px;
	}

#footer p.copy {
	width: 780px;
	height: 16px;
	color: #ffffff;
	background-color: #4eb9b4;
	text-align: right;
	padding: 2px 15px 0px 0px;
	}