/* レイアウトの設定
---------------------------------------------------- */
body{
    margin:0px;
    padding:0px;
    background: #ffffff url(../images/crisis_bg.gif) repeat-x;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {color:#006A6A;}
a:visited {color:#004D4D;}
a:active {color:#005B88;}
a:hover {text-decoration:overline underline;}
a {text-decoration:none}

/*ラッパーの設定
---------------------------------------------------- */
#wrap{
	margin:0 auto;
    position:relative;
    width:760px;
    border-left:1px solid #333333;	
	border-right:1px solid #333333;
    background: #ffffff url(../images/crisis_main_bg.gif) repeat-x;	
}

/* ヘッダ
---------------------------------------------------- */
  #header-col{
  margin: 0 auto;
  width: 760px;
  padding:0 0 0 0;
  background: url(../images/header_bg.gif) repeat-x;
  border-right:1px solid #333333;
  border-left:1px solid #333333;
}
  
#head_img {
  margin: 0 auto;
  height:81px;
  background:url(../images/header_img.gif) ;
}

#con_name {
   margin: 0 auto;
   height:23px;
   background:#E6E6E6;
   border-bottom:1px solid #9E9E9E;
   }
   
#con_image {
   margin: 0 auto;
   height:190px;
   background: url(../images/header.jpg) no-repeat;   
   }   
   
#head_list {
   margin: 0 auto;
   height:20px;
   padding-left:15px;
   text-align:left;
   }    

#header-col h1{
	position: relative;
	width:120px;
	color:#806764;
	font-size:x-small;
	font-weight:normal;
	padding:2px 0;
	margin:0;
	float:right;
	top: 5px;
}

#header-col h2 {
	margin: 0;
	float:left;
	top: 25px;
	font-size: x-small;
}

#p {
    margin:0 0 0 0;
	position:absolute
	}
	
/*左カラム
---------------------------------------------------- */
/*メニュー画像枠設定*/
#left{
  float:left;
  width : 210px;
  padding : 0px;
  margin : 0 0 0 0;
}

/*メニューに画像を配置する場合はここから++++++++++++++++++++++*/
div#menu_bot{ /*メニューボトム画像*/
  background-image : url();
  padding : 0 0 5px 0;
  margin : 0px;
  background-repeat : no-repeat;
  background-position : left bottom;
  height : auto;
}

div#menu_rails{ /*メニュー項目画像*/
  background-image : url();
  padding : 0px;
  margin : 0px;
  background-repeat : repeat-y;
  background-position : left top;
}

div#menu_top{ /*メニュートップ画像*/
  background-image : url();
  background-repeat : no-repeat;
  background-position : left top;
  padding : 0px;
  margin : 0px;
}
/*メニュー画像配置ここまで++++++++++++++++++++++*/


#menu_div{ /*画像で作られたメニューボディーの中にテキスト全部が収まる範囲（"column"）との関係（マージンや余白）を設定する*/
  padding : 0 0 0 0;
  margin : 0 0 0 0;
  width : 200px;
}

#column { /*この中にリストを収める*/
  width: 195px;
}

#column .titlebar {   /*タイトルの設定*/
  width:200px;
  font-family : "trebuchet MS";
  color: white; 
  padding : 0 0 0 0;  /*上下余白4px空ける*/
  font-size:12px;
  font-weight: bold; 
  border-bottom: black 1px solid;     /*ボトムにラインを引く*/
  text-align: center; /*タイトルはセンターポジションにする*/
}

#column .blocklook b {   /*サブタイトルの設定*/
  display: block;       /*ブロックにする*/
  width:200px;
  font-size:12px;
  font-family : "trebuchet MS";
  padding: 5px 5px 5px 5px;    /*左余白5px空ける*/
  background-color:#0099CC;
  border-bottom: black 1px solid;
  color : white;
}

#column .blocklook ul {   /*リストメニュー*/
  padding: 0px;          /*余白マージン0*/
  margin: 0px; 
  background-color : #FFFFFF;
  list-style-type: none;
}

#column .blocklook li a {
  display: block;       /*ブロックにする*/
  padding-top: 3px;     /*上下に3px余白 */
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 10px;   /*左5pxの余白  */
  font-size:12px;            

  width: auto;
  height:30px;
  color: #3C3C3C;
  border-bottom: #ACACAC 1px solid; 
  text-decoration: none;
  background:url(../images/menu_bg.gif);
}

html #column .blocklook li a {
  width: 200px;
}

#column .blocklook ul.alttheme li a {
}

#column .blocklook li a:hover {
  background:url(../images/menu_bg02.gif);
  color: black; 
  background-color: #DFDFDF;
}

#column .blocklook ul.alttheme li a:hover {
  color: black; 
  background-color: #EFEFEF;
}

/*右カラム
---------------------------------------------------- */
#right{
    float:left;
    width:550px;
    height:auto;
	text-align:center;
}
#right .tab{
    margin: 0 auto;
	padding: 5px 20px 5px 28px;
	text-align:left;
    font-size: 0.8em;
	line-height: 180%;
}	  	

#right .tab02{
    margin: 0 auto;
	padding-left:15px;
	height:43px;
	color:#990000;
	text-align:left;
	background-image:url(../images/pan_bg.gif);
}

#right .tab03{
    margin: 0 auto;
	margin-top:5px;
	padding: 0 20px 0 35px;
	height:40px;
    font-size:10px;
	color:#990000;
	text-align:left;
	background-image:url(../images/title_bg.gif);	
}

#right .tab04{
    margin: 0 auto;
	padding: 5px 35px 5px 35px;
	text-align:left;
    font-size: 0.8em;
	line-height: 180%;
}	  	


#right #table {
  width:580px;
  text-align:left;
  margin: 0 auto;
  font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
} 

#right #table02 {
  width:530px;
  text-align:left;
  margin: 0 auto;
  margin-top:10px;
  margin-bottom:10px;
  font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
} 

#right #table02_02 {
  width:510px;
  text-align:left;
  margin: 0 auto;
  margin-top:10px;
  margin-bottom:10px;
  font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
} 

#right #table03 {
  width:609px;
  text-align:left;
  margin: 0 auto;
  margin-top:0px;
  margin-top:50px;  
  margin-bottom:10px;
  padding:0 0 0 0;  
  font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
} 

#right #table04 {
  width:530px;
  text-align:left;
  margin-bottom:30px; 
  margin: 0 auto;
  font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
} 

#right #table05 {
  width:538px;
  text-align:left;
  margin: 0 auto;
  margin-top:80px;
  margin-bottom:10px;
  background:#FFFFFF;
  font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
} 

#right #table06 {
  width:538px;
  text-align:left;
  margin: 0 auto;
  margin-bottom:10px;
  background:#FFFFFF;
  font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
} 

#right #table07 {
  width:556px;
  height:43px;
  text-align:left;
  margin: 0 auto;
  margin-top:5px;
  margin-bottom:10px;
  padding:15px 15px 15px 15px;
  font-size:14px;
  color:#006699;
  font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
} 

#right #table08 {
  width:530px;
  text-align:left;
  margin: 0 auto;
  margin-top:20px;
  margin-bottom:50px;
  padding:15px 15px 15px 15px;
} 

#right #table09 {
  width:530px;
  text-align:left;
  margin: 0 auto;
  margin-top:20px;
  margin-bottom:10px;
  padding:15px 15px 15px 15px;
} 

#right #table10 {
  width:609px;
  text-align:left;
  margin: 0 auto;
  margin-top:20px;
  margin-bottom:10px;
  padding:15px 15px 15px 15px;
} 

#right #table11 {
  width:520px;
  text-align:left;
  margin: 0 auto;
  font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#right #table_list {
  width:500px;
  text-align:left;
  margin: 0 auto;
  margin-top:5px;
  margin-bottom:10px;
} 

#right #table_list02 {
  width:530px;
  text-align:left;
  margin: 0 auto;
  margin-top:5px;
  margin-bottom:10px;
} 

#right #table_s {
  width:330px;
  text-align:left;
  margin: 0 auto;
  margin-top:20px;
  margin-bottom:10px;
  padding:15px 15px 15px 15px;
} 

#right #table_pic {
  width:165px;
  text-align:left;
  margin: 0 auto;
  margin-top:20px;
  margin-bottom:10px;
  padding:15px 15px 15px 15px;
} 

#right #cont_tab {
  margin:0 auto;
  height:40px;
  text-align:left;
  padding-top:5px;
  padding-left:15px;
  padding-right:15px;
  margin-bottom:25px;
  background:url(../images/cont_tab.gif) repeat-x;
}
  
.T1 {  font-size: 15pt; font-weight: normal}
.bold_s {  font-size: 10pt; font-weight: bold; color: #777785}
.bar_1 {background-image:url(../images/td_img01.gif)}
.bar_2 { height:40px; padding: 0 0 0 10px; font-size: 10pt; line-height: 150%;  font-weight:bold; color:#202020;  background-image:url(../images/action_td.gif)}
.bar_3 { height:30px; padding: 0 0 0 10px; font-size: 10pt; line-height: 150%;  font-weight:nomal; color:#202020;}
.bar_4 { height:30px; padding: 0 0 0 10px; font-size: 10pt; line-height: 150%;  font-weight:bold; color:#202020;  background-image:url(../images/action_td02.gif)}
.bar_5 { height:30px; padding: 0 10px 0 10px; font-size: 10pt; line-height: 150%;  font-weight:nomal; color:#202020}
.bar_6 { height:30px; padding: 0 0 0 10px; font-size: 10pt; line-height: 150%;  font-weight:nomal; color:#202020;}
.line_1 {  background-color: #919195}
.line_2 {  background-color: #919195; font-size:12px; color:#FFFFFF; text-align:center; padding-bottom:5px; vertical-align:inherit;}
.line_3 {  background-color: #996600; font-size:12px; color:#FFFFFF; text-align:left; padding:2px 2px 2px 2px; vertical-align:inherit;}
.td_bg  {background-image:url(../images/td_img02.gif)}
.td_news { padding: 0 0 0 10px; font-size: 10pt; line-height: 150%;  font-weight:nomal; color:#202020;}
.list_td  { padding-left:10px; background-image:url(../images/list_bg01.gif); font-size: 12px;
	        line-height: 150%; color:#006699; font-weight:bold;}
.list_td02 {padding-left:10px; font-size:10px; font-weight:140%;}
.list_td04 {padding-left:5px; width:120px; font-size:10px; color:#990000; font-weight:bold;}
.list_td03 {padding-left:5px; width:360px; font-size:12px; font-weight:normal;}

#right #title {
  width:610px;
  height:43px;
  text-align:left;
  margin: 0 auto;
  background: url(../images/jet-main-tab.gif) repeat-x;  
  font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
} 

#right h1{
	color:#7E4F32;
	font-size:medium;
    line-height:180%;
  　text-align:right;	
	margin:0;
}

#right h3{
	color:#FFFFFF;
	font-size:medium;
    line-height:180%;
  　text-align:right;	
	margin:0;
}

/*インラインフレーム
---------------------------------------------------- */
.inline{
width:480px;
height:70px;
overflow:auto;
border: 1px solid #CCCCCC; /* widthに加算される！ */
padding: 5px; /* widthに加算される！ */
text-align:left;
margin: 5px 0px 0px;
font-size:12px;
}


/*フッターの設定
---------------------------------------------------- */
#footer{
  margin:0 auto; 
  padding: 20px 0 0 10px;
  height:100px;
  width:750px;
  clear:both;
  background-color:#FFFFFF;
  font-size: x-small;
  border-top:5px solid #E7E7E7;
}

#banner{
  width:720px;
  padding:3px 3px 5px 0;
  text-align:center;
}

#banner2{
  width:720px;
  padding:3px 3px 20px 0;
  text-align:center;
}
ul#subnav  {
  clear:both;
  margin:0 5px 15px 5px;
  text-align:right;
}

ul#subnav li {
  display: inline;
  padding-left: 1em;
  text-transform: uppercase;
  vertical-align: top;
}
#footer p {
  text-transform: uppercase; 
  font-family: Arial;
}
