@charset "utf-8"; 


/* main
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
  font-size: 80%;
  line-height: 150%;
  text-align:center;
  background:url(../img/images/body_bg.jpg)
}

div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

img{border:0px}


/* link
---------------------------------------------------- */
a:link {color: #068384}
a:visited {color: #5badae}
a:hover, a:active {color: #068384; text-decoration:none}

/* syosai
---------------------------------------------------- */
#syo-wrapper{
	width:520px;
	background: url(../img/images/syo_wrapperbg.gif) bottom no-repeat;
	margin:0px auto;
	text-align:left;
}

#pagebody{color:#333; padding:5px 10px}

#down{
padding:10px 0px;
text-align:center;
clear:both;
width:500px}


#detail-title{
margin-bottom:10px;
color:#f7822d}

.detail-waku{ width:158px; margin-right:13px; margin-bottom:10px; float:left}
.detail-waku2{ width:158px; margin-bottom:10px; float:left}

.detail-waku img, .detail-waku2 img{border:1px #ccc solid}

#left-text{ margin-bottom:15px}

.clear {clear: both}
.text-p{margin:0px; padding:0px}
.x-small{font-size:80%}


