html{

    background:url(/servamp/common/img/bg.jpg) #00cccc repeat-x;
    width:100%;
    min-height:100%;
    height:100%;
    height:auto;
}

body{

    font-size:0.8em;
    background:white;
    width:980px;
    margin:auto;
    min-height:100%;
    height:100%;
    height:auto;
	position: relative;
	line-height:1.5em;
    color:#666666;

}


/* Top page header*/

#home header.ver2{

	display:block;
    height:565px;
    width:980px;    
    background:url(/servamp/img/header2.jpg);
    position: relative;
	
}

#home header.ver2 > h1{
    
    position: absolute;
    left:0 !important;
    top:400px !important;
	display:block;
	margin:0;
}

#home header.ver2 h2{

    position:absolute;
    left:350px;
    top:0 !important;
    right:0 !important;
    display:block;
    margin:0;
}

#home header.home{
    display:block;
    height:565px;
    width:980px;    
    background:url(/servamp/img/header.jpg);
    position: relative;
	
}

#home header.home > h1{
    
    position: absolute;
    left:0 !important;
    top:400px !important;
	display:block;
	margin:0;
}

#home header.home > h2{

    position:absolute;
    bottom:0 !important;
    right:0 !important;
    display:block;
    margin:0;
}

header.short{
    display:block;
    height:155px;
    width:980px;    
    position: relative;
	
}

header.short > h1{
    
    position: absolute;
    left:20px;
    top:10px;
    display:block;
    margin:0;
}

header.short > h2{

    position:absolute;
    top:25px;
    left:320px;
    display:block;
    margin:0;
}

/*info*/
#info{
	width: 930px; 
	margin: auto;

}

section{

	background:url(/servamp/common/img/section_bg.png);
    margin:30px 0 10px 10px;
    padding:10px;
	position:relative; 
}
    

section > div{
	background:white;
        padding:15px;  
 
}

section > div >h1{
	margin-top:-50px;
	margin-left:-40px;
	margin-bottom:0;
}


section > div >h2{

	font-size:1.2em;
        padding:0.5em;
        
	font-weight:bold;
	
	margin-bottom:1em;
background:#ccffff;
}

/*rayout*/

.rayout{
	width:930px;
	overflow:hidden;
        margin:auto;

}

.rayoutLeft{
	float:left;

}

.rayoutRight{
	float:right;

}

/*News*/

#news{
	width:330px;
	
	  
	
}

#news dl{
	margin:0;
	height:440px;	
	overflow:auto;
	

}

#news dt{

	background:#ccffff;
	padding:0.5em;
	display:inline-block;
	margin:0;
}

#news dd{

	border-bottom:solid 1px #ccc;
	padding:0.5em;
	margin:0;
	margin-bottom:0.5em;
}


/*Twitter*/

#twitter{

    width:330px;    

}



/*div css table*/

div.table{

	display:table;
	margin-bottom:1em;

}

div.cell{

	display:table-cell;
        vertical-align:top;

    
}




/*product*/

#product{

    width:530px;

}

#product h3{

font-size:1.2em;
font-weight:bold;
margin-bottom:1em;
 color:#00c0c0;
}


#product dl,
#product p{
	
    margin:1em;
	padding:0;
    width:270px;
}

#product dl dt,
#product dl dd{
        margin:0.2em;
        padding:0.2em;
}


#product dl dt{

    border-bottom:solid 1px #ccffff;
    
}

#product dl dd{
    
    text-align:right;
    margin-top:-2.1em;
}




/*character*/


#character{

    width:900px;
    float:left;

}

#character ul{

    margin:0 auto;
  
}


#character ul.date1008{
	width:820px;
    margin:0 auto;
  
}

#character li{
    display:inline-block;
    text-align:center;
    background:url(/servamp/img/chara_related.png) center center no-repeat;
    height:400px;
    width:170px;
    position:relative;
    margin:0;
    padding:0;
}

#character ul.date1008 li{
    display:inline-block;
    text-align:center;
    background:url(/servamp/img/chara_related.png) 50px center no-repeat;
    height:400px;
    width:200px;
    position:relative;
    margin:0;
    padding:0;

}

#character li a{
    display:block;
	position:absolute;
	
}

#character li a:first-child{
    top:0;
} 

#character li a:last-child{
    bottom:0;
} 

#character li.nochara{
   background:url(/servamp/common/img/blank.png) center 250px no-repeat;
 
}

#character ul.date1008 li.totsubaki img{
    background:url(/servamp/img/chara_related.png) 50px center no-repeat;
    position:absolute;
    bottom:0;
     
}
#character ul.date1008 li.tsubaki{
    background:url(/servamp/img/chara_related3.png) -40px center no-repeat;

}

#character ul.date1008 li.totsubaki{
    background:url(/servamp/img/chara_related2.png) -40px center no-repeat;
}

#character ul.date1008 li.totsubaki img{
    position:absolute;
    bottom:0;  
 
}

/*footer*/

footer{
    color:#cccccc;
    padding:2em;
    background:url(/servamp/common/img/footer_bg.png) #000b0b top repeat-x;
    font-size:0.8em;
    text-align:center;
    margin-top:5em;

}

footer ul{

    margin-top:20px;	

}

footer li{

	display:inline-block;
	padding:1em;
	vertical-align:middle;

}

/*option*/
.check{
	color:#00cccc
}

.d-none{
	
	display:none;
}

.v-hidn{
	
	visibility:hidden;
}

/*Page*/
#page-top {
	position: fixed;
	bottom: 60px;
	right: 60px;

}
#page-top a {
	background:url(/servamp/common/img/btn_top.png);
        width:150px;
        height:110px;
        display:block;        	
}
#page-top a span{
        display:none;
}

.opacity{
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;

}
