﻿@charset "utf-8";
/*--------------------------------------
	e-CAPCOM 全ページ共通CSS

	2008/12/29 version 1.00
--------------------------------------*/

body {
	font-size: 80%;
	background: url(../images/fate_bg01.gif) ;
}



/* link */

a{
/*	text-decoration: none;*/
}



a:link {
	color: #0cf;
}



a:visited {
	color: #0cf;
}



a:hover {
	color: #f90;
	text-decoration: underline;
}



a:active {
	color: #f90;
}



.textLeft{
	text-align: left;
}


.textRight{
	text-align: right;
}


.textCenter{
	text-align: center;
}



.font10{
	font-size: 85%;
	font-weight: bold;
}


.pTop10{
	padding-top: 10px;
}


.pLeft10{
	padding-left: 10px;
}


.pBottom10{
	padding-bottom: 10px;
}



.imgVcenter{
	vertical-align: middle;
}



.btnBack{
	float: left;
	width: 390px;
}



.btnTop{
	float: right;
	width: 390px;
	text-align: right;
}



.font_red{
	color: #ff0000;
}


.font_orange{
	color: #ff6600;
}

#container{
	width: 100%;
	display: inline-block;
    position:relative;
    min-height: 100%;
}



#contents{
	width: 900px;
	margin: 0 auto;
	background:#000033;
}

body > #container {
	height: auto;
}

/* Clearfix */
#container:after {
	content: “.”;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



