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

/*======================================

link 頁
	
=======================================*/

.link-table h3 {
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../image/icon_glassarow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.1em;/*リストマーク位置縦・横指定*/
	padding-left: 25px;/*メニューテキスト左余白*/
	font-weight: bold;
	color: #086DBD;
	padding-top: 0px;
	padding-bottom: 0px;
}

.link-table p {
	font-size: 100%;
	line-height: 1.6;
	background-repeat: no-repeat;
	margin: 0px;
}

#link h3 {
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../image/icon_glassarow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.8em;/*リストマーク位置横・縦指定*/
	padding-left: 25px;/*メニューテキスト左余白*/
	font-weight: bold;
	color: #086DBD;
	padding-top: 10px;
	padding-bottom: 0px;
}

#link p {
	font-size: 100%;
	line-height: 1.4;
	background-repeat: no-repeat;
	margin: 0px;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
}

.question {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
}

/*--------------------------------------
	リンク用　枠無しコンテンツ 2カラム
---------------------------------------*/

.c2-01 {
	float: left;
	width: 260px;
	margin-bottom: 18px;
}

.c2-02 {
	float: right;
	width: 260px;
	margin-bottom: 18px;
}

.c2-01 h2,
.c2-02 h2 {
	padding-left: 27px;
	background-image: url(../image/bg_h2_c2_bor.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-bottom: 7px;
}

.c2-bor01 h3,
.c2-bor02 h3 {
	font-size: 100%;
	background-image: url(../page_css/image/h_s_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.3em;/*リストマーク位置縦・横指定*/
	padding-left: 30px;/*メニューテキスト左余白*/
	font-weight: bold;
	color: #086DBD;
	padding-bottom: 0.7em;
	background-color: #FFFFFF;
}

.c2-01 p,
.c2-02 p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.c2-bor01 ul li,
.c2-bor02 ul li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 92%;
	line-height: 2.2;
	background-image: url(../page_css/image/in_sericon.gif);
	background-repeat: no-repeat;
	background-position: 10px 0.7em;/*リストマーク位置縦・横指定*/
	padding-left: 25px;/*メニューテキスト左余白*/
	}
	

/*======================================

	1-5.Hypertext Module

=======================================*/

.link-table h3 a:link {
	color: #086DBD;
	font-weight: bold;
	text-decoration: none;
}

.link-table h3 a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.link-table h3 a:hover {
	color: #00459C;
	font-weight: bold;
	text-decoration: none;
}
