﻿@charset "shift_jis";

body {
	background-image: url(/howto/common/hai.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
}
td {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}
h1 {
	font-size: 18px;
	padding: 10px;
	text-align: center;
}
.boder {
	border: 1px solid #CCCCCC;
}
a.img_link { 
    text-decoration: none;
	border-bottom: 0;
}
a.img_link:hover {
    text-decoration: none;
	border-bottom: 0;
}

/* フッター設定内容 */
.foot-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.foot-txt {
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 10px;
}
