@charset "utf-8";
/* CSS Document */

/*
基本設定
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body,td,th,p,address,h1,h2,h3,h4,h5,h6,li,dt,dd {
	color: #666666;
}

div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,blockquote,pre,form {
	margin: 0;
	padding: 0;
}

img,table {
	border: none;
}

ol,ul {
	list-style-type: none;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:link,
a:visited {
	color: #666666;
}

a:hover,
a:active {
	color: #666666;
	text-decoration: none;
}



/* タイトルまわり
------------------------------------------------------------*/
#title {
	width: 515px;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid #002253;
}

#title-sub {
	margin-top: 7px;
}

#breadcrumbs-list {
	width: 515px;
	padding-top: 13px;
	color: #999999;
	font-size: 1em;
	line-height: 130%;
}


#breadcrumbs-list a {
	color: #999999;
	text-decoration: underline;
}

#breadcrumbs-list a:hover {
	color: #999999;
	text-decoration: none;
}


/* ページトップリンク 
------------------------------------------------------------*/

.page-top {
	margin-bottom: 18px;
	padding-left: 440px;
	text-align: left;
	overflow: hidden;
}

.page-top a {
	display: block;
	width: 75px;
	height: 14px;
	background: url(../images/share/icon_f_top.gif) no-repeat;
	text-indent: -9999px;
	font-size :5px;
	overflow: hidden;
}

.page-top a:hover {
	background-position: 0 -14px;
}


/*
サイトマップ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#sitemap {
	width: 486px;
	margin: 60px 0px 0px 2px;
	font-size: 1.2em;
}

#sitemap div.left {
	float: left;
	width: 230px;
}

#sitemap div.right {
	float: right;
	width: 230px;
}

#sitemap:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#sitemap { display:inline-block; }
/*\*/
* html #sitemap { height:1%; }
div#ditemap { display:block; }
/**/

#sitemap div.left ul,
#sitemap div.right ul {
	margin: 0px;
	padding: 0px 0px 48px 0px;
	line-height: 1.7;
}

#sitemap div.left p,
#sitemap div.right p {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#sitemap div.left ul.in-list,
#sitemap div.right ul.in-list {
	padding: 0px 0px 0px 17px;
}


/*- PDFアイコン -*/

li.icon {
	display: block;
}

a.icon-pdf {
	background-image:url(../images/share/icon_d_pdf.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:25px;
	height:14px;
	display:block;
	overflow:hidden;
	padding:0;
}

a:hover.icon-pdf {
	background-image:url(../images/share/icon_d_pdf.gif);
	background-repeat:no-repeat;
	background-position:0 -14px;
}

#sitemap div.right ul li.pdf:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
#sitemap div.right ul li.pdf { display:inline-block; }
/*\*/
* html #sitemap div.right ul li.pdf { height:1%; }
#sitemap div.right ul li.pdf { display:block; }
/**/


#sitemap div.right ul li.pdf a {
	float: left;
	margin-right: 3px;
}


/*
個人情報保護について
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.privacy {
	width: 515px;
	margin-top: 60px;
}

.privacy p {
	margin-bottom: 34px;
	font-size: 1.2em;
	line-height: 180%;
}

.privacy h2 {
	margin-bottom: 17px;
	padding-top: 4px;
	border-top: 1px solid #CCCCCC;
}

.privacy dl {
	margin: 0 0 34px 9px;
}

.privacy dt {
	font-size: 1.2em;
	line-height: 180%;
	font-weight: bold;
}

.privacy dd {
	padding-left: 2em;
	font-size: 1.2em;
	line-height: 180%;
}


.privacy p.icon {
	margin-bottom: 21px;
}

.privacy p.icon img {
	margin: 0 4px -2px 15px;
}

* html .privacy p.icon {
	padding: 2px 0;
}

.privacy p.right {
	text-align: right;
}


/*
リンク
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.link-page {
	width: 515px;
	margin-top: 63px;
}

.link-page h2 {
	margin-bottom: 4px;
}

.link-page table {
	width: 515px;
	margin-bottom: 40px;
	border-top: 1px solid #E9E9E9;
	font-size: 1.2em;
	line-height: 180%;
}

.link-page table th,
.link-page table td {
	border-bottom: 1px solid #E9E9E9;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.link-page table th {
	width: 178px;
}
