﻿@charset "utf-8";
/*--------------------------------------
	e-CAPCOM 全ページ共通CSS

	2008/12/29 version 1.00
--------------------------------------*/

html{
    height:100%;
}
body{
    height:100%;
	font-size: 80%;
	background:url(../images/mh_back.jpg) top left;

}



/* link */

a{
/*	text-decoration: none;*/
}



a:link {
	color: #333;
	text-decoration: underline;
}



a:visited {
	color: #333;
	text-decoration: underline;
}



a:hover {
	color: #3366ff;
	text-decoration: underline;
}



a:active {
	color: #3366ff;
	text-decoration: underline;
}



.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%;
    position:relative;
    min-height: 100%;
}



#contents{
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto 20px;
}


* html div#container{
    height:100%;
}

/*IE6*/

* html #CP_content{
	margin-top: -19px;
}

