@charset "UTF-8";
/* CSS Document */

/*
///////////////////////
///// PROFILE 
///////////////////////
*/

#profContainer {
background: url(../../profile/imgs/profBg.jpg) #333 top left no-repeat;
width: 800px;
height: 650PX;
margin: 0 auto;
padding: 0;
}

#profWrapper {
float: right;
width: 310px;
margin-top: 70px;
margin-right: 50px;
padding: 0;
}

/* macIE除外 \*/
* html #profWrapper {margin-top: 60px; margin-right: 30px;}
/* これ以降Mac IE 5以外にも適用される */


#profWrapper table {
border: none;
font-size: 80%;
line-height: 150%;
}

#profWrapper tr, td {vertical-align: top;}
.profTxtRight {text-align: right;}

.profContents {
width: 310px;
margin-bottom: 15px;
padding: 0;
}

.profContents h2 {padding: 5px; background-color: #00254b; color: #fff; font: 90% bold; margin-bottom: 5px;}
.profContents p {font-size: 90%; line-height: 150%;}