@charset "utf-8";
/* CSS Document */

a img {
border-style:none;
}

a img:hover {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

a:link {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}

.clearfix {
	display: inline-block;
}
a:visited {
	color: #0099FF;
}

.txt {
	line-height: 150%;
	font-size: 14px;
	background-color:#f7f7f7;
	border:1px solid #CCCCCC;
	padding:10px;
	margin-right: auto;
	margin-left: auto;
}

.txt2 {
	line-height: 150%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.txt3 {
	line-height: 150%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

.q_a {
	line-height: 150%;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

.q {
	background-color:#458CDA;
	color:#FFFFFF;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
	margin-top: 20px;
}

.top {
	font-size: 12px;
	padding:0px;
	margin:5px 0 0 0;
	border-top:1px dashed #888;
	text-align:right;
}

.px10 {	font-size: 10px;line-height: 14px;}
.px12 {	font-size: 12px;line-height: 16px;}
.px14 {
	color: #996633;
	font-weight: bold;
}
a:link.gala {
	color: #000000;
	text-decoration: underline;
}
a:visited.gala {
	color: #000000;
}

a:hover.gala {
	color: #0066FF;
	text-decoration: underline;
}
.mt30 {
	margin-top: 30px;
}
.px14b {
	color: #996633;
	font-weight: bold;
}
.mt10 {
	margin-top: 10px;
}
.txtred {
	color: #FF0000;
}
/* --- サイトマップエリア --- */
ul.sitemap {
	width: 690px;
	font-weight: bold; /* 一旦全ての文字を太字にする */
	list-style-type: none;
	font-size: 12px;
	color: #2b2b2b;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	margin-left: 5px;
}

/* --- 入れ子にされたリスト用 --- */
ul.sitemap ul {
	list-style-type: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* --- 全てのリスト項目 --- */
ul.sitemap li {
	padding: 1px 0 0 10px; /* 1階層目の背景 */
	line-height: 120%;
	background-image: url(../images/common/sitemap-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* --- 2階層目のコンテナ --- */
ul.sitemap div.contentNav {
width: 100%; /* コンテナの幅 */
margin-top: 20px; /* コンテナの上マージン */
}

/* --- セクション（2階層目のリストエリア） --- */
ul.sitemap ul.section {
	width: 45%; /* セクションの幅 */
	float: left;
}
ul.sitemap ul.separator {
background: url(v_separator.gif) repeat-y right top; /* セクション間の垂直区切り線 */
}

/* --- 2階層目以降のリスト項目 --- */
ul.sitemap ul.section li {
	margin: 0 20px 20px 0; /* 2階層目のマージン（上右下左） */
	padding: 1px 0 10px 15px; /* 2階層目の背景 上書き */
	border-bottom: 1px #c0c0c0 dotted; /* 2階層目の下境界線 */
	background-image: url(../images/common/sitemap-icon.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
}

/* --- 3階層目以降のリストエリア --- */
ul.sitemap ul.section ul {
margin: 7px 0 0 8px; /* 3階層目以降のマージン（上右下左） */
font-weight: normal; /* 3階層目以降の文字をノーマルの太さに戻す */
}

/* --- 3階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li {
	margin: 0 0 6px 0; /* 3階層目以降のマージン（上右下左）上書き */
	padding: 0 0 0 12px; /* 3階層目の背景 上書き */
	border-bottom: none; /* 3階層目以降の下境界線 上書き */
	background-image: url(../images/common/yajirushi2.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
}

/* --- 4階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li li {
	padding: 0 0 0 9px; /* 4階層目以降の背景 上書き */
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	background-image: url(../images/common/yajirushi2.gif);
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
.page-top {
	font-size: 12px;
	padding:0px;
	border-top:1px dashed #888;
	text-align:right;
	width: 950px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
