/* ==================================================================
CSS information
 style info :コンテンツ関係 他
================================================================== */

/* --------------------------------------------------------
	default.css上書き、リンク
-------------------------------------------------------- */

body {
	color: #3C3C3C;
}

/*
-----------------デフォルトリンク----------------------- */
a {
	
}
a:link {
	color: #3C3C3C;
	
}
a:visited {
	color: #3C3C3C;
	
}
a:hover {
	color: #425488;
	text-decoration: underline;
	
}
a:active {
	color: #425488;
}
/*
-----------------カスタムリンク----------------------- */

a.whitelink:link {
	color: #FFF;
	text-decoration: underline;
}
a.whitelink:visited {
	color: #FFF;
	text-decoration: underline;

}
a.whitelink:hover {
	color: #FFFF00;
}
a.whitelink:active {


}

/*--------------------------------------------------------
    パンくず
-------------------------------------------------------- */

.topicPath {
	height: 37px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/topics_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	float: left;

}
.topicPath ul {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	padding-left: 5px;


}
.topicPath li {
	display: inline;

	color: #666666;

}
.topicPath li a {
	text-align: left;
	background-image: url(../img/topicpass_img.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #1277aa;
	padding-right: 10px;
}

.topicPath li a:visited {
	color: #1277aa;
	text-decoration: none;
}
.topicPath li a:hover {
	color: #1277aa;
	text-decoration: underline;

}

.link01{
	display: block;
	font-size: 12px;
	padding-bottom: 4px;
	padding-left: 20px;
}
