/*---------------------------------------------------
　style 初期化
---------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0;
  padding:0;
  border:0;
  font-weight:inherit;
  font-style:inherit;
}

table {
  border-collapse:separate;
  border-spacing:0;
}

caption, th, td {
  text-align:left;
  font-weight:400;
}

blockquote:before, blockquote:after, q:before, q:after {
  content:"";
}

blockquote, q{
  quotes:"" "";
}

a img{
  border:none;
}

br {
  letter-spacing: normal;
}

/*---------------------------------------------------
　大枠のレイアウト
---------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #696969;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-decoration: none;
  background-image:  url("/upload/image/bg00.gif");
  font-size: small;
  _font-size: smaller;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height:135%;
  color:#666666;
}
table,div {
}

#LayOut{
  background-color: #FFFFFF;
  width: 750px;
  _width:756px;
  margin: 0;
  padding: 0 3px;
  background-image: url("/upload/image/bg01.gif");
  background-repeat: repeat-y;
}


/*---------------------------------------------------
　本文のレイアウト
---------------------------------------------------*/
/* サイドメニューを設定していない場合 */
#body_contents {
  width:750px;
  background-color:#FFFFFF;
  text-align:left;
  float:left;
  margin: 0px;
  padding: 0;
  min-height: 400px;
}
/* サイドメニューを設定していない場合 */
#body_contents1 {
  width:710px;
  background-color:#FFFFFF;
  text-align:left;
  float:left;
  margin: 0px 0px 0;
  padding: 20px;
  min-height: 400px;
}
/* 左サイドメニューのみを設定 */
#body_contents2{
  width:505px;
  text-align:left;
  float:left;
  margin: 20px 0px 0 20px;
  padding-bottom: 20px;
  min-height: 400px;
}
/* 右サイドメニューのみを設定 */
#body_contents3{
  width:495px;
  text-align:left;
  float:left;
  margin: 20px 0 0 20px;
  _margin: 20px 0 0 10px;
  padding-bottom: 20px;
  min-height: 400px;
}
/* 左右サイドメニューを設定 */
#body_contents4 {
  width: auto;
  background-color :#FFFFFF;
  padding-bottom: 20px;
  float:left;
  min-height: 400px;
}

/* index.cfm What's News TOP */
table.topicsTable {
  width: 100%;
  border: 0;
}
/* index.cfm What's News TOP font */
tr.topicsTr,td.topicsTd {
  font-weight: normal;
  color: #5A5A5A;
  padding: 0px;
  margin: 0px;
  border: 0px none;
}

/*---------------------------------------------------
　ヘッダー設定
---------------------------------------------------*/
#header {
  width:750px;
  background-image:url(/upload/image/menu_bg01.gif);
}

#header input {
}

#header ul {
  margin: 0;
  padding: 0;
  height:12px;
  list-style: none;
}
/* ヘッダーメニュー始め */
#header li.hmFirst {
  text-align:right;
  height:12px;
  color: #000000;
  padding:0px;
  margin-left:15px;
  float:right;
}
/* ヘッダーメニュー　2個目～ラスト2個目まで */
#header li.hmElse {
  text-align:right;
  height:12px;
  color: #000000;
  padding:0px;
  margin-left:10px;
  float:right;
}
/* ヘッダーメニューラスト（スペース調整） */
#header li.gmLast {
  display: none;
  clear:right;
}

/*---------------------------------------------------
　フッター設定
---------------------------------------------------*/
#footer{
  width:750px;
  margin: 0;
  padding: 0 0 3px;
  background-color: #f0f0f0;
  background-image:url(/upload/image/bgU.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  clear:both;
  
}
#footer ul {
  margin: 0;
  padding: 0;
  height:15px;
  list-style: none;
}
/* フッターメニュー始め */
#footer li.fmFirst {
  text-align:right;
  height:15px;
  color: #000000;
  padding:0px;
  margin-left:10px;
  float:right;
}
/* フッターメニュー　2個目～ラスト2個目まで */
#footer li.fmElse {
  text-align:right;
  height:15px;
  color: #000000;
  padding:0px;
  margin-left:10px;
  float:right;
}
/* フッターメニューラスト（スペース調整） */
#footer li.fmLast {
  display: none;
  clear:right;
}

/*---------------------------------------------------
　デフォルトリンク設定
---------------------------------------------------*/
a {
  color: #526da4;
}
a:vlink {
  color: #ba55d3;
}
a:link { 
  color: #526da4;
}
a:active {
  color: #000;
}
a:hover {
  color: #000;
  font-weight: normal;
}

/*---------------------------------------------------
　グローバルメニュー設定
---------------------------------------------------*/
#gmMain {
  text-align:left;
  width:750px;
  height: 33px;
  color: #000000;
  padding: 0;
  margin: 0;
  clear: both;
}
#gmMain ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ｸﾞﾛｰﾊﾞﾙﾒﾆｭｰ始め */
#gmMain li.gmFirst {
  text-align:left;
  width:auto;
  height:21px;
  color: #000000;
  padding:0px;
  margin:0px;
  float:left;
}
/* ｸﾞﾛｰﾊﾞﾙﾒﾆｭｰ　2個目～ラスト2個目まで */
#gmMain li.gmElse {
  text-align:left;
  width:auto;
  height:21px;
  color: #000000;
  padding:0px;
  margin:0px;
  float:left;
}
/* ｸﾞﾛｰﾊﾞﾙﾒﾆｭｰラスト（スペース調整） */
#gmMain li.gmLast {
  display: none;
  clear:right;
}
/* ｸﾞﾛｰﾊﾞﾙﾒﾆｭｰ画像が無い場合のAタグ */
a.gmA:hover {
  color:#FF3333;
  text-decoration:none;
}
a.gmA:link{
  color:#006699;
  text-decoration:none;
}
a.gmA:active{
  color:#999999;
  text-decoration:none;
}
a.gmA:visited{
  color:#006699;
  text-decoration:none;
}

/*---------------------------------------------------
　パンくず大枠設定
---------------------------------------------------*/
#crumbs {
  width:730px;
  color: #696969;
  text-align:left;
  vertical-align:middle;
  background-color: #F0F0F0;
  padding: 3px 10px 3px;
  margin: 0;
  clear:both;
}

/*---------------------------------------------------
　サイドメニュー大枠設定
---------------------------------------------------*/

#side_left div {
  text-align: left;
  width: 175px;
  background-color: #FFFFFF;
  border-bottom:1px solid #EBEBEB;
  border-left:1px solid #EBEBEB;
  border-right:1px solid #EBEBEB;
  margin: 0;
  padding: 7px 0 7px 20px;
}
/* サイドメニュー最初 */
#side_left div.smFirst {
  width: 195px;
  height: 6px;
  border-bottom:0;
  background-image:url(/upload/image/left_t.gif);
  background-position: bottom;
  padding: 0;
  margin: 0;
}
/* サイドメニュー最後 */
#side_left div.smLast {
  width: 195px;
  height: 6px;
  border-bottom:0;
  background-image:url(/upload/image/left_u.gif);
  padding: 0;
  margin: 0;
}


/* サイドメニュー　2個目～ラスト2個目まで */
#side_left div.smElse {
  margin:0px;
}
#side_left div.smElseSelect {
  background-image:url(/upload/image/left_btn00.gif);
  background-repeat:no-repeat;
  background-position: left 0.5em;
}

#side_left div.smElse2			, 
#side_left div.smElse2Select
{
  width: 158px;
  background-color:#f0f0f0;
  padding: 1px 0 1px 37px;
  background-image:url(/upload/image/left_btn01.gif);
  background-repeat:no-repeat;
  background-position: 1.5em 0.1em;
}
#side_left div.smElse3			, 
#side_left div.smElse3Select
{
  width: 148px;
  background-color:#f0f0f0;
  padding: 1px 0 1px 47px;
  background-image:url(/upload/image/left_btn02.gif);
  background-repeat:no-repeat;
  background-position: 1.5em 0.1em;
}
#side_left div.smElse4			, 
#side_left div.smElse4Select	, 
	 


/* サイドメニュー画像が無い場合のAタグ 
a.smA:hover {
  color:#006699;
}
a.mA:link{
  color:#333333;
  text-decoration:none;
}
a.mA:active{
  color:#006699;
}
a.mA:visited{
  color:#333333;
  text-decoration:none;
}
*/

/*---------------------------------------------------
　サイドメニュー本文設定
---------------------------------------------------*/
/* サイドコンテンツ（左）大枠の設定 */
#side_left{
  width: 195px;
  margin: 15px 0px 0px 10px;
  padding-bottom: 20px;
  background-color:#FFFFFF;
  text-align:center;
  vertical-align: top;
  float:left;
}
/* サイドコンテンツ（右）大枠の設定 */
#side_right{
  width:200px;
  background-color:#FFFFFF;
  text-align:center;
  margin: 20px 15px 0 20px;
  padding-bottom: 20px;
  float:left;
}

/*---------------------------------------------------
　FLASh本文設定
---------------------------------------------------*/
#head_flash {
	width: 750px;
	margin: 0;
	padding: 0 0 3px;
	background-image: url(/upload/image/spacer03.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
}
#head_flash div.flash_area {
	width: 490px;
	margin: 0;
	padding: 0;
	float: left;
}
#head_flash div.img_area {
	width: 260px;
	margin: 0;
	padding: 0;
	float: left;
}
#head_flash object , #head_flash param , #head_flash embed {
	padding: 0;
	margin: 0;
}

/*---------------------------------------------------
　検索本文設定
---------------------------------------------------*/
#search_table {
	width: 710px;
	margin-top: 15px;
	padding: 0;
}
#search_table td.search_data_td01 {
  width: 10px;
  text-align: left;
  vertical-align: top;
}
#search_table td.search_data_td03 {
  width: 35px;
  text-align: left;
  vertical-align: top;
}
#search_table td.search_data_td05 {
  width: 655px;
  padding-right: 10px;
  text-align: left;
  vertical-align: top;
}
#search_table td.search_data_td06 {
  width: 535px;
  height: 21px;
  background-image:url(/upload/image/Line02.gif);
  background-repeat: repeat-x;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
#search_table td.search_data_td07 {
  width: 535px;
  padding: 0 0 15px 10px;
  text-align: left;
  vertical-align: top;
}
#search_table td.search_form {
  width: 535px;
  padding: 0 0 0 10px;
  text-align: left;
  vertical-align: top;
}
#search_table span.findString {
	font-weight:bold;
	color: #0000FF;
	background-color: #FFCC33;
}

h1                {
	color: #0061AB;
	font-weight: normal;
	font-size: medium;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: double;
	border-bottom-width: thin;
}
h2                {
	color: #0061AB;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: inset;
	border-bottom-width: thin;
	font-style: normal;
}
h3                {
	color: #0061AB;
	font-weight: bold;
	font-size: small;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 2px;
	font-style: normal;
}
h4                {
	color: #0061AB;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 2px;
	font-style: normal;
}

