/* CSS Document */

/* ヘッダー */
/* グローバルナビ */
/* フッター */

html { /* ボーダートップ */
	background-image: url(../img/border_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}

body {/* 背景パターン */
	background-image: url(../img/background_img.gif);
	min-width: 920px;
}

div#header {
	margin: 3px auto 0 auto;
	width: 900px;
	height: 100px;
}

div#header input {
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;
	margin:0;  
	padding:0;  
	vertical-align:baseline;
	border: none;
	height: 20px;
	border-radius: 0;
}

div#header input#inputSubmit {
	height: 22px;
	vertical-align: bottom;
}
div#header input#inputText {
	width: 120px;
	border-top: 1px solid #999;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #333;
	color: white;
	padding-left: 5px;
	font-size: 12px;
}

h1 {
	width: 160px;
	float: left;
}

div#mainContainer h2 {
	font-size: 32px;
	padding: 30px 20px 25px 20px;
	margin-bottom:20px;
	border-top: 3px solid #666;
	border-bottom: 1px dashed #666;
}

ul#subNavi {
	width: 730px;
	height: 47px;
	float: right;
}

ul#subNavi li {
	margin-left: 15px;
	padding-left: 10px;
	font-size: 12px;
	display: block;
	float: right;
	line-height: 50px;
	background-image: url(../img/list_mark.gif);
	background-position: center left;
	background-repeat: no-repeat;
	color: #fff;
}

ul#subNavi li#none {
	background-image: none;
	height: 15px;
	margin-top: 13px;
	padding: 0;
	line-height: 100%;
}

ul#subNavi li#info {
	background-image: none;
}

ul#subNavi li#info :link {
	color: #FF0;
}

ul#subNavi li#info a:visited {
	color: #FF0;
}

ul#subNavi li#info a:hover {
	color: #FF0;
}

ul#subNavi li#info a:active {
	color: #FF0;
}

ul#subNavi li#info {
	padding-top: 16px;
	padding-left: 0;
	margin-left: 0;
	font-size: 11px;
	width: 264px;
	overflow: hidden;
}

.ticker { /* ニュースティッカー */
	width: 100%;
    position: relative;
    overflow: hidden;
}
 
.ticker dl {
    width: 100%;
    position: relative;
}
 
.ticker dl dt {
    width: 100%;
    display: none;
	font-size: 12px;
}

ul#globalNavi { /* グローバルナビ */
	float: right;
	width: 730px;
	height: 50px;
}
ul#globalNavi li {
	display: block;
	float: left;
}

div#mainContainer {
	width: 880px;
	margin: 10px auto;
	padding: 10px;
	background-color: #fff;
	overflow: auto;"
}

div#wrapper {
	background-image:url(../img/footer_not_gradation.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

div#footer {
	width: 100%;
	min-width: 900px;
	background-color: #1a1a1a;
	color: #fff;
}

ul#footerNavi {
	width: 900px;
	margin: 0 auto;
	padding: 20px 21px;
}

ul#footerNavi li {
	display: block;
	width: 172px;
	float: left;
	text-align: center;
	line-height: 180%;
	font-size: 12px;
}

ul#footerNavi span.naviHeadline {
	font-size: 14px;
	font-weight: bold;
	color: white;
	line-height: 200%;
	background-image: url(../img/list_mark.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 10px;
}


p#footerLogo {
	width: 900px;
	text-align: center;
	border-top: 1px solid #5b5b5b;
	margin: 0 auto;
	padding: 15px 0;
}

div#footerBottom {
	background-image:url(../img/footerBottom_bg.gif);
	padding: 5px 0;
	text-align: center;
	clear: both;
}

/* クリックでinputタグの初期値リセット */
.ondes {color: #999;}


/* リンクのカラー設定 */
:link {color: #f00;text-decoration:none;} /* 未訪問 */
:visited {color: #f00;text-decoration:none;} /* 訪問済み */
a:hover {color: #f00;text-decoration:underline;} /* マウスが上に乗っている時 */
a:active {color: #333;} /* ボタンを押した時 */

#header :link {color: #fff;text-decoration:none;} /* 未訪問 */
#header :visited {color: #fff;text-decoration:none;} /* 訪問済み */
#header a:hover {color: #fff;text-decoration:underline;} /* マウスが上に乗っている時 */
#header a:active {color: #fff;} /* ボタンを押した時 */

#footer :link {color: #bababa;text-decoration:none;} /* 未訪問 */
#footer :visited {color: #bababa;text-decoration:none;} /* 訪問済み */
#footer a:hover {color: #bababa;text-decoration:underline;} /* マウスが上に乗っている時 */
#footer a:active {color: #bababa;} /* ボタンを押した時 */


/* パンくずリスト */

ol#breadCrumbs {
	clear:both;
	margin: 5px auto;
	padding: 0 5px;
	width: 888px;
	border: 1px solid #666;
	border-radius: 3px;
	overflow: hidden;
}

ol#breadCrumbs li {
	display: block;
	float: left;
	padding: 6px 3px 3px 6px;
	font-size: 12px;
}

ol#breadCrumbs li + li:before {
    margin: 0 8px 0 2px;
    content: ">";
	font-size: 10px;
	color: white;
}

ol#breadCrumbs li strong {
	color: white;
	font-weight: bold;
}

/* パンくず用リンク */
ol#breadCrumbs :link {
	color: #f00;
	text-decoration:none;
} /* 未訪問 */
ol#breadCrumbs :visited {color: #f00;text-decoration:none;} /* 80a3ff 訪問済み */
ol#breadCrumbs a:hover {color: #ffffff;text-decoration:underline;} /* マウスが上に乗っている時 */
ol#breadCrumbs a:active {color: #ffffff;} /* ボタンを押した時 */



/* 画像クラスにalphaつけると透過 */
a:hover img.alpha {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* pagetop.jsのcss */
.pagetop {
	display: none;
	position: fixed;
	bottom: 35px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	border: 1px solid #ddd;
	text-align: center;
	color: #333;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

p.pagetop a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration: none;
}
p.pagetop a:link {text-decoration: none;}

img.iconNew {
	vertical-align: middle;
}

.font_red {
	color: red;
}
.font_blue {
	color: blue;
}
.font_yellow {
	color: yellow;
}

.font_weight_bold {
	font-weight: bold;
}

.fontSize8 {
	font-size: 8px;
}
.fontSize9 {
	font-size: 9px;
}
.fontSize10 {
	font-size: 10px;
}
.fontSize11 {
	font-size: 11px;
}
.fontSize12 {
	font-size: 12px;
}
.fontSize13 {
	font-size: 13px;
}
.fontSize14 {
	font-size: 14px;
}
.fontSize15 {
	font-size: 15px;
}
.fontSize16 {
	font-size: 16px;
}
.fontSize17 {
	font-size: 17px;
}
.fontSize18 {
	font-size: 18px;
}
.fontSize20 {
	font-size: 20px;
}


.marginTop10 {
	margin-top: 10px;
}

.clearBoth {
	clear: both;
}

/* clearfix */
.floatcontainer:after{
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility:hidden;
}

.floatcontainer{display: inline-block;} 

/* Hides from IE Mac \*/
* html .floatcontainer {height: 1%;}
.floatcontainer{display:block;}
/* End Hack */ 
#breadCrumbs li a img {
	vertical-align: baseline;
}
