@charset "utf-8";

/*------- リンク色 --------*/

a:link {
	color: #0066cc;

}
a:visited {
	color: #0066cc;

}
a:hover, a:active {
	color: #0066cc;

}


/*-----タグ共通------------------------------------------------*/
p {
	margin: 0px;
	padding: 0px;
	line-height: 160%;
}
hr {
	display: none;
}
ul,li,h1 {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-color: #dcfdfd;
	text-align: center;
	padding: 0px;
	margin:0 0 5px 0;
	font-size: 12px;
	color: #333333;
}

/*--------クラス----------------------------*/
.clear {
	clear: both;
}
.titlehead01 {
	background-image: url(../img/titlehead01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	height: 21px;
	margin-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}



.txtbox-normal {
	padding: 10px 10px 15px;
	background-image: url(../img/line01.gif);
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.ind-clear {
	text-indent: 0px;
	display: block;
}

.pagetop a {
	background-image: url(../img/pagetop.gif);
	text-indent: -15000em;
	height: 15px;
	width: 90px;
	text-decoration: none;
	display: block;
	background-repeat: no-repeat;
	margin-left: 495px;
}
.pagetop {
	background-image: url(../img/line01.gif);
	background-position: left top;
	padding-top: 15px;
	background-repeat: no-repeat;
}
.ntxtbox-normal {
	padding: 10px;
	margin-bottom: 10px;
}
.bottom-margin {
	padding-bottom: 5px;
}

.alignright {
	text-align: right;
}
/*-------ヘッダー------------------------*/


#header-top a {
	background-image: url(../img/header-navitop.gif);
	height: 20px;
	width: 90px;
	display: block;
	text-indent: -15000em;
	text-decoration: none;
}
#header-contact a {
	background-image: url(../img/header-navi01.gif);
	height: 20px;
	width: 134px;
	display: block;
	text-indent: -15000em;
	text-decoration: none;
}
#header-sitemap a {
	background-image: url(../img/header-navi02.gif);
	height: 20px;
	width: 100px;
	display: block;
	text-indent: -15000em;
	text-decoration: none;
}

#header ul{
}

#header ul:after{
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
}

*+html #header ul{
	min-height:1%;
}

*html #header ul{
	height:1%;
	overflow:visible;
}

#header li {
	list-style-type: none;
	float: left;
	font-size: 0;

}
#navigation li {
}

#header {
	height: 55px;
	width: 770px;
}
#header img {
	border:0;
	float: left;
	vertical-align: baseline;
	margin-bottom: 5px;

}
#header-navi {
	clear:right;
	width: 324px;
	float: right;
}


#header p#logo{
}

#header p#jihanki{
	float:right;
}

/*---pagebody--------------------------------------------------------------*/

#pagebody {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

/*------フッター-------------------------*/
#footer-head {
	background-image: url(../img/boximg01_01.gif);
	background-repeat: no-repeat;
	padding-top: 7px;

}
#footer-foot {
	background-image: url(../img/boximg01_02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 7px;
}
#footer {
	clear: both;
	margin-top: 10px;
	background-image: url(../img/boximg01_03.gif);
	background-repeat: repeat-y;
}


#footer-navi {
	height: 25px;
	padding-top: 10px;
	padding-left: 10px;
}
#footer-navi ul {
	margin: 0;
	padding: 0;
	display:flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
#footer-navi li {
	margin: 0;
	padding: 0 8px;
	line-height: 1;
	position: relative;
}
#footer-navi li:first-child::before {
	content: "";
	width: 1px;
	height: 10px;
	background: #999;
	position: absolute;
	left: 0;
	top: 1px;
}
#footer-navi li::after {
	content: "";
	width: 1px;
	height: 10px;
	background: #999;
	position: absolute;
	right: 0;
	top: 1px;
}

#footer-navi li a {
	font-size: 11px;
	color: #555;
	text-decoration: none;
}
#footer-navi li a:hover {
	opacity: 0.8;
}
#footer-copy {
	background-image: url(../img/footer_copy.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 260px;
	float: right;
	text-indent: -15000em;
	margin-right: 10px;
	display: block;
}
#footer-foot li {
	float: left;
	list-style-type: none;
}
#footer-foot ul {
	height: 15px;
	margin-left: 10px;
	width: 355px;
	float: left;
}



/*-----サブナビゲーション------------------------------------*/
#subnavi-back {
	background-image: url(../img/subnavi-back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 120px;
}

#subnavi {
	width: 140px;
	float: left;
}


/*------コンテンツ部分---------------------------------------*/
#contents {
	float: right;
	width: 585px;
}
#contents ul {
	padding-top: 5px;
	padding-left: 25px;
}
#contents  {
	padding-top: 5px;
}
#contents h2 {
	font-size: 12px;
	text-decoration: none;
}
#contents h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 0px;
}
#main {
	background-image: url(../img/boximg01_03.gif);
	padding: 7px 15px;
}


#main-foot {
	background-image: url(../img/boximg01_02.gif);
	padding-bottom: 8px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main-head {
	background-image: url(../img/boximg01_04.gif);
	padding-top: 8px;
	background-repeat: no-repeat;
}

/*--ボーダー・テキスト枠---------------------------------*/
.topborder {
	background-image: url(../img/line01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
}
.bottomborder {
	background-image: url(../img/line01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.txtbox01 {
	background-color: #F4FEFE;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 0px;
}
.txtbox02 {

	background-color: #E6FEFE;
	border: 1px solid #AAEBEB;
	padding: 10px;
	margin-top: 0px;
}

#top-newsbox {
	background-color: #FFFFFF;
	padding-bottom: 10px;
}

body:after,
#pagebody:after,
#header:after,
#main-head:after,
#main-foot:after,
#subnavi-back:after,
#footer:after,
#footer-head:after,
#footer-foot:after,
#footer-navi:after
{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}


/*---ページタイトル----------------------------------------*/

.privacyr h1{
	background-image: url(../img/rprivacy-navititle.jpg);
	height: 108px;
	width: 140px;
	text-indent: -15000em;
}
.privacy h1 {
	background-image: url(../img/privacy-navititle.jpg);
	height: 108px;
	width: 140px;
	text-indent: -15000em;
}
.kouhyou h1 {
	background-image: url(../img/rprivacy-kouhyou.jpg);
	height: 108px;
	width: 140px;
	text-indent: -15000em;
}
.pagrmargin {
	margin-bottom: 150px;
	margin-top: 10px;
}
table {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}
th {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-color: #F5F5F5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-size: 12px;
}
td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-size: 12px;
	white-space:normal;
}
.margin {
	margin-top: 15px;
}
.ast li {
	list-style-type: none;
	text-indent: -22px;
	margin-left: 24px;
}
.ast-txt {
	text-indent: -16px;
	margin-left: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}