/* CSS Document */

html{
overflow:scroll;
}

* {
margin:0;
padding:0;
color:#555555;

}

* li{
list-style:none;
}

* a{
text-decoration:none;
}

* p{
margin:0;
padding:5px 0 0 0;
}

body{
width:100%;
height:auto;
margin:0 auto;
padding:0;
background-image:url(../img/bodyback.gif);
}

#all{
width:930px;
height:auto;
margin:0 auto;
padding:0;
background-image:url(../img/allback.gif);
background-repeat:repeat-y;
}

#all2{
width:900px;
height:auto;
margin:0 auto;
padding:0;
}

#head{
width:900px;
height:140px;
padding:0 0 0 0;
background-image:url(../img/headback.gif);
background-repeat:no-repeat;
}

#logo{
width:360px;
height:100px;
margin:0;
padding:0 0 0 540px;
}

#logo img{
border:0;
}

#tmenu{
width:855px;
height:40px;
margin:0;
padding:0 15px 10px 30px;
background-image:url(../img/line.gif);
background-repeat:no-repeat;
}

#tmenu li{
float:left;
width:100px;
height:30px;
font-size:12px;
line-height:30px;
margin:0;
padding:0;
}

#tmenu a:link, #tmenu a:visited{
display:block;
width:85px;
height:30px;
color:#333333;
padding:0 0 0 15px;
background-image:url(../img/tmenulink.gif);
background-repeat:no-repeat;
}

#tmenu a:hover{
color:#ffffff;
background-image:url(../img/tmenuhover.gif);
background-repeat:no-repeat;
}

#main{
width:900px;
height:auto;
margin:0;
padding:0 0 0 0;
background-image:url(../img/mainback.gif);
background-repeat:repeat-y;
}

#left{
float:left;
width:620px;
height:auto;
font-size:13px;
line-height:21px;
color:#555555;
margin:0;
padding:0 15px;
}

#siteinfo{
width:370px;
height:100px;
font-size:12px;
line-height:18px;
margin:0 0 20px 0;
padding:10px 240px 0 10px;
background-image:url(../img/siteinfo.gif);
background-repeat:no-repeat;
}

#bread{
width:320px;
height:20px;
margin:0 0 20px 0;
padding:0 20px 0 280px;
background-image:url(../img/bread.gif);
background-repeat:no-repeat;
}

#bread a:link, #bread a:visited{
color:#0066FF;
}

#bread a:hover{
color:#996600;
}

#right{
float:right;
width:250px;
height:auto;
margin:0;
padding:0;
}

#rmenu{
width:200px;
height:auto;
margin:0 auto;
padding:0;
}

#rmenu li{
width:200px;
height:40px;
font-size:12px;
line-height:40px;
}

#rmenu a:link, #rmenu a:visited{
display:block;
width:160px;
height:40px;
color:#777777;
padding:0 0 0 40px;
background-image:url(../img/rmenulink.gif);
background-repeat:no-repeat;
}

#rmenu a:hover{
color:#222222;
background-image:url(../img/rmenuhover.gif);
background-repeat:no-repeat;
}

#foot{
clear:both;
width:900px;
height:50px;
margin:0;
padding:10px 0 0 0;
background-image:url(../img/foot.gif);
background-repeat:no-repeat;
}

#linkinfo{
width:890px;
height:20px;
font-size:12px;
line-height:20px;
padding:0 0 0 10px;
color:#777777;
}

#copy{
width:890px;
height:20px;
font-size:12px;
line-height:20px;
padding:0 0 0 10px;
color:#777777;
}

#mail{
width:500px;
height:auto;
font-size:12px;
line-height:20px;
margin:15px auto 0 auto;
padding:0;
}

h1{
width:885px;
height:30px;
font-size:16px;
line-height:30px;
color:#fa7676;
margin:0;
padding:0 0 0 15px;
}

h1 img{
border:0;
}

h2{
width:320px;
height:20px;
font-size:14px;
line-height:20px;
text-align:center;
background-image:url(../img/h2.gif);
background-repeat:no-repeat;
margin:0;
padding:0 0 0 0;
}

h3{
width:600px;
height:30px;
color:#f95f83;
line-height:30px;
padding:0 0 0 20px;
background-image:url(../img/h3.gif);
background-repeat:no-repeat;
}

h4{
width:600px;
height:30px;
line-height:30px;
margin:20px 0 0 0;
padding:0 0 0 20px;
background-image:url(../img/h4.gif);
background-repeat:no-repeat;
}

h4 a:link, h4 a:visited{
color:#0099FF;
}

h4 a:hover{
color:#777777;
}

.blue{
color:#0099FF;
}

/*自社サイトリンク用　追加コード*/

a:link,a:hover,a:visited,a:active{
color:#555555; text-decoration:none;}