﻿@charset "utf-8";

/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}



body {
    
	margin: 0;
	font-size: 120%;
	color: #FFFFFF;
	text-align: center;
	background-image : url(haikei.gif);
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

}

img {
    
    border-style:none;
}


p, /* 文章の行間を指定 */
#main ul,
#main ol,
#menuL ul,
#menuL ol,
dl
{  
	line-height: 160%;
}



/* ========================================  #page ページ外枠 */
#page {  
	width: 800px;
	padding: 0px 0px;
	margin: 0px auto;
	text-align: left;
       color: #FFFFFF;
	background-color: #000000;
	background-image : url(backS001.png);
	background-position:top;
	background-repeat:repeat-x;
}


/* ========================================  #header 画面上部 */
#header {  
	padding: 0px 0 0;
	margin: 0;
        background-color: #000000;
}



#headerinfo {
  /* ヘッダー右上の文字スペース */
	text-align: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
        font-size: 15px;
	color: #ffffff;
}



#header #header_title {
  /* ヘッダー左上のタイトルスペース */
	float: left;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
	height: 35px;
}



#header #headerimg {  
	clear: both;
	height: 70px;
	margin: 2px 0 0;
	border-top: 5px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image : url(toprogo.png);
	background-position: center center;
	background-repeat: no-repeat;
}



#header #headerimg #msg {
  /* ヘッダー内メッセージ */
	color:#999999;
	margin:60px auto auto;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
}



#header img {  
	border: none;
}



/* ========================================  #globalnavi 上部メニュー */

 #globalnavi{  
  margin: 0;
  padding: 0;
  width: ***;
  height: 40px; background-color: #000000;
}



 #globalnavi ul{  
  list-style-type: none;
  margin: 0;
  padding: 0;
}
 
 #globalnavi li {  
  margin: 0;
  padding: 0;
  float: left;

}


/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{  
	padding: 35px 0px 0px;
	margin: 0px;
        background-image : url(backS001.png);
	background-position: top;
	background-repeat: repeat-x;
        font-size: 120%;
}



/* ========================================  #main ページの本文 */
#main {  
	float: left;
	width: 560px;
	padding: 0;
	background-color: #000000;
}



.contentswrap {
  /* #main中の間隔調整 */
	margin:0 10px 15px;
	padding:0;
}



#breadNavi {  
	height: 50px;
	padding: 15px 0 0 2px;
	margin: 5px 0 20px;
}


#main h1 {
  /* 本文の見出し */
	clear:left;
	color:#FFF;
	font-size:18px;
	height:50px;
	margin:0;
	padding:16px 0 0 20px;
}



#main h2 {
  /* 本文の見出し2 */
	background-image : url(h2back.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	clear:left;
	color:#333;
	font-size:16px;
	margin:10px 0 1.5em;
	padding:12px 0 0px 30px;
	height: 27px;
}



#main h3 {
  /* 本文の見出し3 */
	margin:0.5em 0;
	background-color: #F6F6F6;
	border-left: 5px solid #336699;
	padding: 3px 0px 3px 5px;
	font-size: 96%;
	border-bottom: 1px solid #CCCCCC;
}



#main p {
  /* 本文の段落 */
	margin:0 2px 1.5em 5px;
}



#main dl {
  /* 定義リスト表示 */
	margin:1em 0 1em 30px;
	padding:0 0 10px;
}



#main dt {  
	float: left;
	clear: left;
	margin: 0 20px 0px 0;
	font-weight: 700;
}



#main dd {  
	padding: 0 0 0 10px;
	margin: 0;
}



#main dd.link {  
	margin: 0 0 0 100px;
	border-left: 1px solid #CCCCCC;
}



#main #subnavi {  
	clear: both;
	padding: 10px 0;
	margin: 20px 0 10px;
	border-top: 1px dashed #999;
	text-align: right;
}



#main .img {
  /* 図・写真用クラス：写真のような枠をつける */
	background-color:#CCC;
	border:1px solid #999;
	margin:0 0 20px 20px;
	padding:5px;
}


.toInfo {  
	clear: left;
	margin: 0px !important;
	text-align: right;
	list-style-type: none;
}


.toInfo a {  
	padding: 0px 0px 0px 0px;
	background-image : url(iconYa04.png);
	background-repeat: no-repeat;
}



/* ========================================  menuL 左サイドメニュー */
#menuL {  
	float: right;
	clear: left;
	width: 230px;
	padding-left: 10px;
        font-size: 100%;
	background-color: #ffa500;
       color: #000000;


}

.subinfo li {  
	list-style-type: none;
}


.banner {
  /* サブメニュー内のバナー画像スペース */
	margin: 0px 0px 5px;
	width: 220px;
}

/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{  
	clear: both;
	padding: 10px;
	border-top: 1px solid #CCCCCC;
}


/* ========================================  #footer 画面下部 */

#footer {  
	clear: both;
	margin: 0px;
        font-size: 10px;
	border-bottom: 1px solid #666;
	text-align: center;
	background-color: #000000;
        color:#FFF;
        width: 800px;

}



#footer p {  
	padding-top: 10px;
	padding-bottom: 10px;
}




/* ========================================  そのほか個別設定 */
#newsbox {  
	height: 150px;
	margin: 10px 20px 10px 0px;
        background-image : url(new.jpg);
	background-repeat: repeat;
	overflow: auto;
	border: 1px solid #999999;

}


.table, /* 表の整形・配色 */
.table2 {  
	width: 530px;
}


table {  
	margin: 0 0 2em 2px;
}



.table td {  
	padding: 10px;
	border: 1px solid #000;
	background-color: #FFF;
}



.table td.tb {  
	width: 200px;
	background-color: #000000;
        color: #FFFFFF;
}



.table2 td {  
	padding: 10px;
}



.table2 td.tb {  
	width: 100px;
	text-align: right;
	background-color: #EBEBEB;
}



.itemList {
  /* .itemList #main内の段組用外枠 */
	clear:left;
	margin:0 0 1em;
}



.box {
  /* .itemList #main内の段組用内枠 */

	margin:0 0px 5px 0;
	width:260px;
}



.box h2 {  
	margin: 0 0 10px;
}



.box ul {  
	float: left;
	width: 140px;
	margin: 0 0 30px !important;
	list-style-position: outside;
}


.eyeCaImg {
  /* .itemList #main内の段組用：アイキャッチ画像 */
	float:left;
	margin:0 20px 10px 2px;
}

.eyeCaImg2 {
  /* .itemList #main内の段組用：アイキャッチ画像 */
	float:left;
	margin:0 0px 0px 2px;
}



strong {  
	font-weight: bold;
	color: #CC6666;
}


hr {
  /* 水平線 flotクリア用 */
	clear:both;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

#twitter_ticker {  
	border: 1px solid #CCCCCC;
}
#twitter_ticker .twtr-doc {  
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
}
#twitter_ticker .twtr-bd {  
	border: 1px solid #CCCCCC;
	margin: 0 10px;
}
#twitter_ticker .twtr-timeline {  
	border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
}
#twitter_ticker .twtr-widget-profile img.twtr-profile-img {  
	border: 2px solid #FFFFFF !important;
	display: block;
	float: left;
	height: 48px;
	width: 48px;
}
#twitter_ticker .twtr-widget-profile h3, #twitter_ticker .twtr-widget-profile h4 {  
	margin: 0 0 0 60px !important;
}
#twitter_ticker .twtr-widget h4 {  
	font-size: 32px !important;
	font-weight: bold;
}
#twitter_ticker #twtr-widget-1 .twtr-doc {  
	background : #ffffff url(haikei2.gif) repeat scroll 0px 0px;
}
#twitter_ticker #twtr-widget-1 h3, #twitter_ticker #twtr-widget-1 h4, #twtr-widget-1 .twtr-hd a {  
	background-color: transparent !important;
}
 