@charset "UTF-8";
/* -------------------------------------------

	リンク

------------------------------------------- */

a:link, a:visited {
	color: #f60;
	text-decoration: none;
}
a:hover, a:active {
	color: #ccc;
}
a.external-link {
	padding-right: 18px;
	background: url(../_img/external-link.gif) no-repeat right;
}
/* -------------------------------------------

	モジュール

------------------------------------------- */
.left {
	float: left;
}
.right {
	float: right;
}
.section {
	padding-bottom: 30px;
}
.area {
	margin: 20px 0 0;
}
.t-right {
	text-align: right;
}
.t-center {
	text-align: center;
}
ul li {
	list-style: none;
}
ul {
	padding: 0;
	margin: 0;
}
dl dd {
	padding: 0;
	margin: 0;
}
caption {
	display: none;
}
p, dl, ul {
	font-size: 93%;
	color: #ccc;
	line-height: 1.6;
}
.ph-r {
	margin-right: 20px;
}
.note {
	font-size: 85%;
	padding-top: 8px;
	line-height: 1.4;
}
address {
	font-style: normal;
}	
/* -------------------------------------------

	レイアウト

------------------------------------------- */

/* 全体 --------------------- */

body {
	text-align: center;
	background: url(../_img/bg-head.gif) repeat-x #101010;
}
p {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.bg-heightBox {
	background: url(../_img/bg-heightBox.gif) repeat-y;
}
/* サイドナビ --------------------- */

#side-navi {
	float: left;
	width: 220px;
	margin-right: 30px;
	background: url(../_img/bg-navi2.gif) repeat;
}
#side-navi .inner {
	padding: 0 15px;
	background: url(../_img/bg-sidenavi-repeat-x.gif) repeat-x;
}
#side-navi .inner p.catch {
	padding: 0 0 20px;
}
#side-navi .inner dl {
	padding: 2px 10px 10px;
	margin: 10px 0 0;
	font-size: 93%;
	color: #ccc;
	line-height: 1.5;
	background-color: #111;
}
#side-navi .inner dl dt {
	padding: 8px 0 3px;
	letter-spacing: 0.1em;
}
#side-navi .inner dl dd {
	font-weight: normal;
}
/* メインエリア --------------------- */
		
#main {
	float: right;
	width: 710px;
}
h1 {
	margin: 85px 0 60px 0;
}
#contents {
	padding: 0 0 0 27px;
	margin: 0 60px 0 0;
}
.contents-inner {
	padding-right: 30px;
}
h2 {
	padding: 25px 0 45px;
}
.checkit {
	padding: 0 0 10px;
}
/* footer --------------------- */

.bg-footer {
	background: url(../_img/bg-footer.gif) repeat-x bottom;
}
.footer {
	position: relative;
	margin: 30px 0 0;
	border-top: #666 1px solid;
	zoom: 1;
}
.footer .pagetop {
	position: absolute;
	right: 30px;
	bottom: 47px;
	z-index: 1;
	vertical-align: bottom;
}
.copyright {
	padding: 15px;
	font-size: 85%;
	color: #999;
	letter-spacing: 0.1em;
}
/* table --------------------- */
	
table {
	width: 100%;
	border-top: #666 1px solid;
	border-left: #666 1px solid;
	color: #ccc;
}
table tr th {
	width: 25%;
	border-right: #666 1px solid;
	border-bottom: #666 1px solid;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #333;
}
table tr td {
	padding: 10px;
	border-right: #666 1px solid;
	border-bottom: #666 1px solid;
	font-size: 93%;
	line-height: 1.5;
}
table tr td strong {
	letter-spacing: 0.1em;
}

