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



ul#profile li{
	float:left;
	border:#CCCCCC 1px solid;
	margin-right:12px;
	margin-bottom:15px;}

ul#profile li.last{
float:left;
	border:#CCCCCC 1px solid;
	margin-right:0px;
	margin-bottom:15px;}


/*  写真の色変更　*/

ul#profile li a{/*リンクされた文字*/
    color:#cccccc;
    text-decoration:none;
}
ul#profile li a:link {/*未訪問のリンク*/
    color:#cccccc;
    text-decoration:none;
}
ul#profile li a:visited {/*訪問後のリンク*/
    color:#FF6600;
    text-decoration:none;
}
ul#profile li a:hover {/*マウスをのせたとき*/
    color:#CC00CC;
    font-style:normal;
    text-decoration:none;
}
ul#profile li a:active {/*クリック中*/
    text-decoration:none;
}





div#con{
	padding:20px 18px 20px 30px;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
}


div#photoAREA{
	float:left;
	padding-right: 40px;
}

div#bioAREA{
	float:left;
	width: 400px;
}

div#bioAREA h2{
padding-bottom:20px;}

div#bioAREA dl{
	padding-bottom:30px;
}

div#bioAREA dd{
float:left;
padding-right:15px;}



div#bioAREA dt{
	float:left;
	padding-right: 15px;
}


div#biography{
	clear:both;
	padding-top:50px;
}


div#biography h3{
	border-bottom:2px solid #000000;
	padding-bottom:7px;
	margin-bottom: 10px;
}


/*  pageTOPのリンク色指定　*/

p.pageTOP{
font-size:11px;}

p.pageTOP a{/*リンクされた文字*/
    color:#000000;
    text-decoration:underline;
}
p.pageTOP a:link {/*未訪問のリンク*/
    color:#000000;
    text-decoration:underline;
}
p.pageTOP a:visited {/*訪問後のリンク*/
    color:#FF6600;
    text-decoration:underline;
}
p.pageTOP a:hover {/*マウスをのせたとき*/
    color:#CC00CC;
    font-style:normal;
    text-decoration:underline;
}
p.pageTOP a:active {/*クリック中*/
    text-decoration:none;
}



/* gallery */

.largeImage{
	width: 266px;
	height: 348px;
	padding: 1px;
} 



.thumbs img{ 
border: solid 1px #ffffff; 
width: 67px; 
height: 67px; 
} 
.thumbs img:hover{ 
border-color: #FF9900; 
} 


p#photoB{
padding-bottom:5px;}
