/*----------------基本属性　body font -----------------*/
BODY
{
line-height:1.3em;
background-color: #FFeeFF ;
color:#ff0088;
font-size: 11pt;
font-family:Arial,MS UI Gothic,ＭＳ Ｐゴシック,ＭＳ ゴシック,Osaka,sans-serif;
text-align:left;

scrollbar-arrow-color : #ff0080 ;
scrollbar-base-color :ffeeff ;
scrollbar-face-color : ffeeff ;
scrollbar-highlight-color : #ff0080;
scrollbar-shadow-color : #ff0080 ;
scrollbar-3dlight-color : ffeeff ;
scrollbar-darkshadow-color : ffeeff ;
scrollbar-track-color : ffeeff ;
}


a:link {color: #ff0080; text-decoration :none;}
/* リンク有り */

a:visited {color: #ff0080 ;text-decoration : none;}
/* 既クリック済 */

a:active {color:　#ff9900　;text-decoration : none;}
/* クリック中 */

a:hover {color: #ff9900 ;text-decoration : none;}
/* カーソルが上に来たとき */

div.coverphoto
{
width : 460px;
text-align: center ;
border: 5px solid #FF0080;
}


div.outline
{
width : 350px;
height: 500px;
padding: 20px;

text-align: center ;
}

li { 
float: left; 
} 

/* -----------------??????----------------------*/
div.copyright
{
clear : both;
font-size:8pt;
text-align: left ;
}

.red
{color:#E81555;}

.blue
{color:#0080C0}

.small
{font-size:8pt}

