@charset "utf-8";
/* indexページ用のCSS */
#wrapper {
border:none;
width:900px;
}

#wrapper:after {
clear:both;
content:'';
display:block;
height:0;
visibility:hidden;
}

#news {
background-image:url(images/newsbg.jpg);
background-repeat:repeat-y;
float:left;
width:414px;
}

#news h2 {
height:60px;
position:relative;
}

#news h2 span {
background-image:url(images/newsheader.jpg);
background-repeat:no-repeat;
height:100%;
position:absolute;
width:100%;
}

#info {
float:right;
width:432px;
}

#newsfooter {
background-image:url(images/newsfooter.jpg);
background-position:left bottom;
background-repeat:no-repeat;
height:10px;
}

.post {
border-bottom-color:#CCC;
border-bottom-width:1px;
border-style:none none dotted;
margin:5px 30px;
}

#request {
background-image:url(images/requestbg.jpg);
background-repeat:repeat-y;
margin:0 0 20px;
position:relative;
}

#request h2 {
height:36px;
position:relative;
}

#request h2 span {
background-image:url(images/requestheader.jpg);
background-repeat:no-repeat;
height:100%;
position:absolute;
width:100%;
}

#request p {
margin-left:23px;
margin-right:23px;
}

#requestfooter {
background-image:url(images/requestfooter.jpg);
background-position:left bottom;
background-repeat:no-repeat;
height:12px;
width:432px;
}

#intro {
background-image:url(images/introbg.jpg);
background-repeat:repeat-y;
position:relative;
}

#intro h2 {
height:58px;
position:relative;
}

#intro h2 span {
background-image:url(images/introheader.jpg);
background-repeat:no-repeat;
height:100%;
position:absolute;
width:100%;
}

#introfooter {
background-image:url(images/introfooter.jpg);
background-position:left bottom;
background-repeat:no-repeat;
height:10px;
width:432px;
}

#intro p, #intro address {
margin:0 30px 10px;
}

#orientation {
background-image:url(images/orientationbg.jpg);
background-repeat:repeat-y;
position:relative;
}

#orientation h2 {
height:58px;
position:relative;
}

#orientation h2 span {
background-image:url(images/orientationheader.jpg);
background-repeat:no-repeat;
height:100%;
position:absolute;
width:100%;
}

#orientationfooter {
background-image:url(images/orientationfooter.jpg);
background-position:left bottom;
background-repeat:no-repeat;
height:10px;
width:432px;
}

#orientation p{
margin:0 30px 10px;
}


.entry {
padding:5px 5px 5px 20px;
}

.post h3.entrytitle {
background-image:url(images/eyecatch.gif);
background-position:left center;
background-repeat:no-repeat;
padding-left:15px;
}