@charset "euc-jp";
/* CSS Document */

/* reset */

body,ul,li,dl,dt,dd,p,address,form,input,table,tr,td,th{
margin:0;
padding:0;
list-style:none;
}

h1,h2,h3,h4,h5,h6{
margin:0;
padding:0;
font-weight:normal;
font-size:16px;
}

img{
border:none;
vertical-align:top;
}

table{
border-collapse:collapse;
border:none;
}



body{
background:url(../img_common/bg.jpg) #ffffff repeat-y center top;
}

.wrapper{
width:750px;
background:#136ba5;
color:#333333;
font-size:16px;
margin:0 auto;
}

#WrRight{
width:520px;
float:left;
margin:10px 0 0;
padding:10px 10px 20px;
background:#ffffff;
}


/* delimiter */
ul#delimiter{
width:520px;
margin:0 0 10px;
font-size:12px;
}
ul#delimiter li{
display:inline;
margin:0 5px 0 0;
}
ul#delimiter li a{
color:#003366;
text-decoration:none;
}
ul#delimiter li a:hover{
color:#990014;
text-decoration:underline;
}



/* 詳細を見る */
.details{
width:80px;
height:15px;
background:url(../img_common/shousai.jpg) no-repeat 0 -15px;
text-indent:-7777px;
overflow:hidden;
}
.details a{
display:block;
width:80px;
height:15px;
background:url(../img_common/shousai.jpg) no-repeat 0 0;
}
.details a:hover{
background:url(../img_common/shousai.jpg) no-repeat 0 -15px;
}



/* for IE5.5-IE7,FireFox,Safari [clearfix hack]*/
.exCfx:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.exCfx{
display:inline-table;
min-height:1%;
}
/* Hides from IE-mac \*/
* html .exCfx{
height:1%;
}
.exCfx{
display:block;
}
/* End hide from IE-mac */