@charset "utf-8";

body {
background : url(image_h/back.jpg) repeat-x;
background-color: #ff0000;
margin : 0;
padding : 0;
text-align : center;
}

tr, td{
font-size : 13px;
line-height: 125%;
}

a:link {color:#ff0000;text-decoration: none;}
a:visited {text-decoration: none;color: #ff0000;}
a:hover {text-decoration: underline;color: #ff0000;}
a:active {text-decoration: none;color: #ff0000;}


/*全体ページ*/

#header {
width:100%;
margin : 0 auto 0 auto;
text-align : left;
}

#main, #footer {
width:845px;
margin : 0 auto 0 auto;
padding : 0px 0px 27px 0px;
text-align : left;
}

/*メニュー*/

#menu_list {
margin : 0;
padding : 0;
list-style : none;
width : 846px;
}

#menu_list li {
list-style : none;
width : 141px;
float : left;
}

#menu_list a {
display:block;
width:141px;
height:34px;
background-image:url(image_h/menu.gif);
}

#menu_list a span {
display:none;} 

a.home1 {
background-position : 0 0px;
}
a:hover.home1 {
background-position :  0px -34px;
}
a.home2 {
background-position :  -141px 0px;
}
a:hover.home2 {
background-position :  -141px -34px;
}
a.home3 {
background-position :   -282px 0px;
}
a:hover.home3 {
background-position :   -282px -34px;
}
a.home4 {
background-position :   -423px 0px;
}
a:hover.home4 {
background-position :   -423px -34px;
}
a.home5 {
background-position : -564px 0px;
}
a:hover.home5 {
background-position :  -564px -34px;
}


.what_table_in,
.news_table_in{
margin : 0;
padding: 5px 23px;
}

.topic{
font-size : 14px;
font-weight : bold;
color : #ff0000 ;
line-height: 120%;
margin-left : 13px ;
}

.news_table{
background : url(image_h/news_t_wid.gif) repeat-y;
width:538px;
margin : 0;
padding: 0px 0px;
}


.what_table{
background : url(image_h/what_t_wid.gif) repeat-y;
color : #ffffff ;
text-align: justify;
line-height: 140%;
width:280px;
margin : 0;
padding: 0px 0px;
}


/*フッター*/

#footer_link {
list-style-type: none;
margin: 0 0 0 1em;
padding: 0;
}

#footer_link li {
float : left;
margin-right:14px;
margin-bottom:1px;
}

#footer_c {
text-align : right;
font-size:10px;
color:#ffffff;
margin-top:5px ;}


