/* CSS Document */

body {
margin: 10px 0 0 0;
background-image: url(images/body_bg.jpg);
background-repeat: repeat-x;
background-color: #666;
font-family: "MS UI Gothic", Osaka, Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
}
h1 {
margin: 0;
font-size: 28px;
font-weight: bold;
color: #ff0000;
}
h3 {
margin: 15px 0 0 0;
font-size: 12px;
font-weight: 200;
}
#wrapper {
width: 865px;
margin-left: auto;
margin-right: auto;
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
}
#header {
width: auto;
height: 86px;
background-image: url(images/header_bg.jpg);
background-repeat: no-repeat;
padding: 46px 0 0 24px;
}
#firstpic {
width: auto;
height: 236px;
padding-left: 24px;
background-image: url(images/firstpic_bg.jpg);
background-repeat: no-repeat;
}
#secondpic {
width: auto;
height: 236px;
padding-left: 24px;
background-image: url(images/secondpic_bg.jpg);
background-repeat: no-repeat;
}
.pict {
float: left;
width: 204px;
margin: 0 6px 0 0;
text-align: left;
}
.description {
margin-top: 15px;
}
.clearboth {
clear: both;
}
#naruhodostamp {
width: 800px;
height: 60px;
margin: 0 0 0 24px;
background-image: url(images/naruhodo_stamp.gif);
background-repeat: no-repeat;
background-position: bottom right;
}
a, a:link, a:visited, a:active {
text-decoration: underline;
color: #fff;
}
a:hover {
text-decoration: underline;
letter-spacing: 1px;
color: #fff;
}
#footer {
width: auto;
padding: 15px 0 10px 24px;
font-size: 10px;
color: #fff;
text-align: left;
}