@charset "UTF-8";

body { 
	background-color: #000000;
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
    background:url(img/common/background.gif); 
	background-repeat: repeat-y; 
    font-family: Gergia, "ＭＳ 明朝", serif; 
    font-size:85%; 
	color:#FFFFFF; 
     
}  
img {  
    border:0;  
}  
/* 
 Link Color [ 
----------------------------------------------------------- */  
a {  
    text-decoration:none;  
}  
a:link {  
    color:khaki;  
}  
a:visited {  
    color:darkkhaki;  
}  
a:hover {  
    text-decoration:none;  
}  
a:active {  
    color:blue;  
}  

/* 
 List [ 
----------------------------------------------------------- */  
.li {  
    list-style-type:none;   
}  
.ullist1 { list-style: url(img/common/listdot.gif) disc;
line-height: 150%;
letter-spacing: 0.2em;
font-size:96%;
 }
.ullist2 { list-style: url(img/common/listdot2.gif) disc;
line-height: 150%;
letter-spacing: 0.2em;
margin-left: 3em;
font-size:96%;
 }

 /* 
 Font [ 
----------------------------------------------------------- */  
.pwhite{
margin: 0.6em 0em 0.5em 0em;
font-size:96%;
line-height:140%;
letter-spacing: 0.2em;
}

.pblack{
margin: 0em 0em 0.5em 0em;
font-size:90%;
line-height:120%;
color:#000000;
}

 
.bigletter{
font-size:150%;
margin: 0em 0em 0.2em 0em;
color:#000000;
}  

 /* 
 Textarea [ 
----------------------------------------------------------- */
textarea	{ font-size:	12px; }  
 
 




