@charset "utf-8";
/* CSS Document */

html,body{
    width: 100%;
}

body {
font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
color: #333;
border-top: #FF4500 solid 5px;
 }
 
.cleafix:after {
	content: "";
	clear: both;
	display: block;
}

img {
   vertical-align:bottom
}

/* リンク */
a { color: #333333; text-decoration: none; }
a:hover { color: #333333; text-decoration: underline; }
a:active { color: #FF4500; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:focus { color: #FF4500; text-decoration: underline; }

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

/* フォントサイズ */
p { font-size:14px }
.moji10 { font-size: 10px; line-height: 1.7; }
.moji12 { font-size: 12px; line-height: 1.7; }
.moji14 { font-size: 14px; line-height: 1.7; }
.moji16 { font-size: 16px; line-height: 1.7; }
.moji18 { font-size: 18px; line-height: 1.7; }
.moji24 { font-size: 24px; line-height: 1.7; }
.moji34 { font-size: 34px; line-height: 1.7; }
.moji36 { font-size: 36px; line-height: 1.7; }

/* 行間・インデント */
p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.7; }
p.line1em {
  margin-bottom: 1em;
}
p.note {
  padding-left: 1em;
  text-indent: -1em;
}

/* オレンジ文字 */
.mojiRed { color: #FF4500; }

/* パンくずリスト */
.topicPath {
  font-size: 12px;
  color: #333;
  margin: 10px 2px 0 0;
  float: right;
}
.topicPath p { text-decoration: none; }
.topicPath a { text-decoration: none; color: color: #ddd; }
.topicPath a:hover { text-decoration: underline; }
.topicPath:after {
	content: "";
	clear: both;
	display: block;
}

/* ページの先頭へ戻る */
.pagetop {
	font-size: 12px;
	text-align: right;
  margin: 0;
  display: block;
}

/* ページ */
#page {
  width: 1020px;
  margin: 0 auto -4px;
  padding: 0;
}
#waku980 {
	width: 980px;
	margin: 0 auto;
  padding: 0;
}
