/* CSS Document */
* {
padding: 0;
margin: 0;
}

p {
margin: 0;
padding: 0;
}

dl,
ul {
list-style: none;
}


/*body {
width:100%;
font-size: 90%;
text-align: center;
}*/


#home {
width:100%;
font-size: 90%;
text-align: center;
}
.top1 {
background: url(./bg.jpg) no-repeat center top;
}

#wrapper {
width:100%;
margin: 0 auto;
}
.top1 #wrapper {
background: url(./bg_foot.png) repeat-x bottom left;
}

#wrapper_outer {
width:100%;
}
.top1 #wrapper_outer {
background: url(./bg_head.png)repeat-x;
}

#container {
/*background: url(http://az.80code.com/asahigaoka_hos_spl/bgbottom.jpg) repeat-x bottom;*/
}

a {
color: #0033cc;
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

body#bdid-index {
background-image: none;
text-align: left;
}

#bdid-index #wrapper {
padding: 50px;
width: 765px;
background: none;
}

#bdid-index h1 {
font-size: 1em;
border-bottom: solid #ddd 1px;
color: #333333;
margin-bottom: 20px;
}

#bdid-index h2 {
color: #333333;
}

#bdid-index ul li {
/*width: 765px;*/
margin-bottom: 20px;
background-color: #eee;
border-bottom: dotted #bbb 1px;
padding: 3px;
}

#bdid-index ul li span {
width: 7em;
margin-right: 50px;
}

/*
#ex01 {
background-color: #000;
}
*/

h1 {
border-bottom: solid #666666 1px;
color: #333333;
}
