/* 
    Document   : description
    Created on : 2011/07/04, 21:39:53
    Author     : masataka
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*#description {
    background-image: url("../img/background/fabric-green.jpg");
}*/
#description hr{
    margin-top: 40px;
}
#description div.outer{
    padding-top: 5px;
    margin: 0 0 0 0;
    width: 460px;
    >width: 470px;
    float: left;
}
.desp_left{
    padding-right: 10px;
}
.desp_right{
    padding-left: 10px;
    background-image: url("../img/background/VRLine.png");
    background-repeat: no-repeat;
}
h3{
    font-size: 14pt;
}
.outer h3{
    width: 155px;
    float: left;
    height: 48px;
}
.btn{
    width: 300px;
    float: right;
    height: 48px;
}
.btn p.title{
    float:left;
}
.btn p.entry,
.btn form{
    float: right;
    margin-top: 10px;
}
/*#description div p.title{
    margin-top: 3px;
    margin-left: 24px;
    font-size: 11pt;

}

#description div p.entry{
    margin-top:8px;
}*/

#description div p.entry a{
}
#description div.inner{
    margin:25px 5px 5px 0;
    float: none;
}
#description div div p.desp_en{
    font-size: 9pt;
    line-height: 20px;
    color: white;
}

#description div div p.desp_jp{
    font-size: 9pt;
    line-height: 20px;
}


#volunteer_list{
    list-style: none;
}

ul#volunteer_list{
    margin-top: 20px;
}

ul#volunteer_list li{
    margin-top:0px;
}


div.volunteer img.ca_photo{
    float: left;
    width: 77px;
    height: 66px;
    margin-right: 3px;
}

div.volunteer img.line{
}

div.ca_data,
div.ca_desp,
div.ca_line{
     margin-left: 80px;
    width: 590px;
    background-color: white;     
}

div.wide{
    width: 670px;
    margin-left: 0px;
    background-color: white;

}

div.underline{
    width: 640px;
    margin-left: 15px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}

div.ca_data,
div.ca_desp{
    height: 33px;
}

p.ca_age,
p.ca_whereabouts,
p.ca_name,
p.ca_country{
    font-size: 14px;
}

p.ca_name,
p.ca_country{
    color:black;
}

p.ca_age,
p.ca_whereabouts{
    color: #999999;
}

p.ca_name{
    padding-left: 13px;
    width: 140px;
}

p.ca_country{
    width: 180px;
}

p.ca_age{
    width: 72px;
}

p.ca_country,
p.ca_age{
    text-align: center;
}

div.ca_data p,
div.ca_desp p{
    font-family: 'Quattrocento', arial, serif;
}
div.ca_data p{
    float: left;
    padding-top:10px;
}

div.ca_desp p,
div.ca_line img{
    padding-left: 15px;
    padding-right: 15px;
}
div.ca_desp p{
    padding-top:9px;
    font-size: 12px;
}

div.ca_banner{
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 690px;
    height: 674px;
    background-color:white;
}

ul#volunteer_list{
    margin-top: -685px;
}

