﻿@charset "Shift_JIS";

/*全般*/
body{
margin:0;
padding:0;
text-align: center;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size:12px;
color:#000000;
line-height: 18px;
}
p{
margin:0 0 12px 0;
padding:0;
}

a:link{
color:#333333;
text-decoration:underline;
}
a:hover{
color:#333333;
text-decoration:underline;
}
a:visited{
color:#333333;
text-decoration:underline;
}
a:active{
color:#333333;
text-decoration:none;
}

/*テキスト設定*/
.txt02 {
	font-size: 10px;
	line-height: 17px;
	color: #FFFFFF;
}
.txt02r {
	font-size: 10px;
	line-height: 17px;
	color: #321d19;
}
.cap01 {
	font-size: 15px;
	color: #990000;
	font-weight:bold;
}
.cap02 {
	font-size: 13px;
	color: #321d19;
	font-weight:bold;
}
.cap03 {
	font-size: 14px;
	color: #321d19;
	font-weight:bold;
}
.copyrights{
	color: #221815;
}
.cookie {
	font-size: 8px;
	opacity: 0.8;
    line-height: 12px;
	margin-top: 1rem;
}
.cookie a {
	text-decoration: none;
}


/*背景*/
.pop_back {
	background-image: url(../news/img/img02.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.bakc {
	background-image: url(../img/back01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.f_bakc {
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.h_bakc {
	background-image: url(../img/header_back.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
