@charset "utf-8";
/* CSS Document */
* { margin : 0 ; padding : 0 ; 
font-family:verdana,'Lucida Grande','Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
font-size:small; line-height: 1.5;
}

body { margin:0; color:#5d5d5d;
    text-align: center;
	background: url(common/img/navi_bg.gif) repeat-x; 
}  

body#press{
background-color:#FFFFFF;
background: url(common/img/white_bg.gif) repeat-x; 
}

div#document {  
    width: 1008px;  
    margin: 0 auto;  
    text-align: left;  
    /*border: 1px solid #FF0000; */ 
}  

p{margin:0;}
a {outline:none;}/*IE以外はきく*/

h1{ font-size:xx-large;
margin-top:15px;
margin-bottom:10px;}
 
h2{ font-size:large;
}
#header{
width: 1008px; 
}
#navi{
width: 1008px;  
}
 
#catch{
	width:1008px;
	height:400Px;
	background:#ffffff url(top/img/catch_bg.jpg) repeat-x;
} 
td#catch_l{
	background:url(top/img/catch_l.gif) repeat-y;
}
td#catch_r{
	background:url(top/img/catch_r.gif) repeat-y;
}
td#catch_break{
	background:url(top/img/catch_break.jpg) no-repeat center top;
}

#content{
	/*position:relative;*/
	/*left:50%;*/
	width:1008px;
	/*margin-left:-504px;*/ /*  -1 * ( padding-left + width / 2 ) */
}

p.info{
padding:0px 10px;
text-decoration:underline;
}
img.see_all{
margin-left:236px;
}
td.appli{
	padding:8px 16px 7px 16px;
	width:304px;
	height:110px;
	}

#footer{
	/*position:relative;*/
	/*left:50%;*/
	/*padding:0 5000px;*/
	/*margin-left:-5504px;*/ /*  -1 * ( padding-left + width / 2 ) */
	/*width:1008px;*/
	background:#ffffff url(common/img/footer.gif) repeat-x center top;
	height:300px;
}
p.footerIn{
text-align:right;
height:100px;
color:#999999;
padding:30px 10px;
}
img{
border:none}

/*2階層以降の文字列の行の高さ*/
p.honbun{
line-height: 2.0;
padding-bottom:50px;
}

/*ぱんくず*/
.red{
color:#a1a5b5;
font-size:smaller;
}
.smaller{
color:#a1a5b5;
font-size:smaller;}


.pad10{padding:10px;}

/*表*/
.chart{
border-collapse: collapse;
border: 1px #d4d4d4 solid;
}
.chart td{
border: 1px #d4d4d4 solid;
padding: 10px;
}

/*サイドメニュー*/
/*.sidemenu{
background-color:#e8e8e8;

}*/

/*サイドメニューサブ*/
.sidesub{
padding-left:60px;
font-size:smaller;}
.sidesub a{
color:#5d5d5d;
text-decoration: none;
}
.sidesub a:hover {
text-decoration: underline;
}
/*普通のリンク*/
a.general{
color:#5d5d5d;
}
/*区切り線*/
hr{
padding:0;
height: 1px;
border: none;
border-top: 1px #d4d4d4 solid;
}

.dot{
margin-top:10px;
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dashed; /* 線種 */
   border-color: #d4d4d4; /* 線色 */
   height: 1px; /* 高さ */

}
p.topinfo{
padding-left:15px;
}