@charset "utf-8";

/* --------------------------------------------------------------
CSS Information

File name:		common.css
Style Info:		共通で使用するスタイルを設定
Index:
	__1. 音声ブラウザ用
	__2. noScript
	__3. パンくず
	__4. ページトップボタン
	__5. テキスト・共通マージン等
	__6. アイコン
	__7. リンク
	__8. クリア
-------------------------------------------------------------- */

/*=====================================================
	__1. 音声ブラウザ用
=====================================================*/
hr {
	display: none;
}
.reader {
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
	display: run-in;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	border-style: none;
	overflow: hidden;
}

/*=====================================================
	__2. noScript
=====================================================*/
div#notice p {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #FC6565;
	background-color: #FCD7D7;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}
div#notice p span {
	color: #FF0000;
}

/*=====================================================
	__3. パンくず
=====================================================*/
dl#topicPath {
	margin: 0 0 10px;
	font-size: 0.9em;
}
dl#topicPath dt,
dl#topicPath dd {
	display: inline;
}
dl#topicPath dt a:link,
dl#topicPath dt a:visited,
dl#topicPath dd a:link,
dl#topicPath dd a:visited{
	color: #ff6600!important;
}

dl#topicPath dt {
	margin-right: 5px;
}
dl#topicPath dd {
	color: #ff6600;
}
dl#topicPath dd.current {
	color: #ff6600;
	font-weight: bold;
}

/*=====================================================
	__4. ページトップボタン
=====================================================*/
p.toTop01 {
	clear: both;
/*	width: 100%;*/
	text-align: right;
	margin: 10px 0 15px;
	padding-right: 10px;

}
p.toTop02 {
	width: 100%;
	margin: 20px 0 15px;
	text-align: right;
}

.backList{
	text-align: right;
	margin: 5px 5px 15px;
}


/*=====================================================
	__5. テキスト・共通マージン等
=====================================================*/


/*=====================================================
	__6. アイコン
=====================================================*/


/*=====================================================
	__7. リンク
=====================================================*/
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
a:active {
	color: #ff6600;
	text-decoration: none;
}

/*=====================================================
	__8. クリア
=====================================================*/
.clear {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.clearFix:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
}
.clearFix { display: inline-block;}

/* Hides from IE-mac \*/
* html .clearFix { height: 1%;}
.clearFix { display: block;}
/* End hide from IE-mac \*/