@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

/* ------------------------------
clearfix
------------------------------ */

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
	overflow: hidden;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}

/* ------------------------------
ページプロパティ
------------------------------ */

body,td,th {
	color: #333333;
	font-size: 13px;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFDA44;
	padding: 0px;
	background-image: url(../image/templates/bk.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
a:link {
	color: #0066FF;
	text-decoration:underline
}
a:visited {
	color: #0066FF;
	text-decoration:underline
}
a:hover {
	color: #CC0000;
	text-decoration:underline;
}
a:active {
	color: #CC0000;
	text-decoration:underline
}
#header {
	width: 972px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/templates/bk_header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 10px;
	line-height: 1em;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	float: left;
	padding-top: 32px;
}
#navi1 {
	float: right;
	padding-top: 51px;
	padding-right: 8px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin: 0px;
}
#navi1 ul {
	margin: 0px;
	padding: 0px;
}
#navi1 li {
	font-size: 0px;
	line-height: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#navi2 {
	clear: both;
	height: 50px;
	padding-left: 26px;
}
#navi2 ul {
	margin: 0px;
	padding: 0px;
}
#navi2 li {
	font-size: 0px;
	line-height: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#title {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-bottom: 20px;
}
#title h2 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#comment {
	clear: both;
}
#comment_l {
	clear: left;
	float: left;
	width: 414px;
	margin-bottom: 20px;
}
#comment_r {
	clear: right;
	float: right;
	font-size: 16px;
	line-height: 1.6em;
	margin-left: 20px;
	width: 486px;
}
#main {
	clear: both;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/templates/bk_main.gif);
	background-repeat: repeat-y;
	padding-top: 17px;
	padding-right: 26px;
	padding-left: 26px;
	padding-bottom: 30px;
}
#main_l {
	width: 670px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#main_r_top {
	float: right;
	width: 225px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_r_etc {
	float: right;
	width: 225px;
	margin: 0px;
	padding: 0px;
}
#main_r_add {
	background-color: #FFEB9A;
	border: 1px solid #826800;
	clear: both;
	margin-bottom: 10px;
}
#main_r_add_tx {
	padding: 8px;
	font-size: 12px;
	text-align: center;
	line-height: 1.3em;
}
#tx_link {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
	clear: both;
	height: 45px;
	padding-top: 20px;
	padding-bottom: 8px;
}
#footer {
	background-image: url(../image/templates/bk_footer.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 972px;
}
#copyright {
	clear: both;
	text-align: center;
	color: #FFF;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	height: 26px;
	line-height: 1.5em;
	padding-top: 8px;
}
