body {
width: 100%;
color: #333333;
font-size: 0.9em;
line-height: 1.6em;
text-align: center;
background-color: #ffffff;
}
*{
margin: 0;
padding: 0;
}
ul,li,ol, dl,dt,dd{
list-style-type: none;	
}
h1, h2, h3, h4, h5, h6, p{
}
p{
padding: 15px 0; 
}
a img {
border: none;
}
a:link {
color: #0000dd;
}
a:visited {
color: #0000dd;
}
a:hover, a:active, a:focus {
}
a:hover{
filter:alpha(opacity=65);
-moz-opacity:0.65;
-khtml-opacity:0.65;
opacity:0.65;
}

/* base -------------------------------------- */
#wapper{
width: 100%;
margin: 0 auto;
}
/* base -------------------------------------- */

/* bread */
#pan_box {
    color: #333;
    box-sizing: border-box;
    padding: 3px 2%;
    font-size: 0.8em;
    line-height: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    width: 100%;
}

#pan_box .in {
    color: #333;
    height: 24px;
    width: 600px;
}

#pan_box a {
    color: #333;
    font-weight: normal;
    text-decoration: none;
}

#pan_box span {
    color: #333;
    font-weight: bold;
}

/* #main -------------------------------------- */
#main{
width: 100%;
margin: 0 auto;
}
#main #contents{
margin: 30px auto;
text-align: left;
width: 95%;
}
.list{
font-size: 0.9em;
}
/*
table.list caption{
padding: 40px 0 0;
}
table.list{
width: 100%;
border-collapse: collapse;
text-align: center;
line-height: 1.5em;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
}
table.list th{
padding: 4px 0;
font-weight: bold;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
table.list td{
padding: 4px 0;
vertical-align: top;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.t01{
width: 50%;
}
.t02{
width: 22%;
}
.t03{
width: 30%;
}
*/
.foot{
text-align: right;
padding: 30px 0 50px;
}

/* #main -------------------------------------- */