@charset "utf-8";
/*###########################################
M-EMS
common.css
CSS Version 2.0
LastModified:2010.3.15 By kihira
###########################################*/
/*-----Global-----------------------------*/
*{
	padding: 0;
	margin: 0;
}
html{
	height:100%;
}
body{
	color:#333;
	text-align:center;
	font-size: 14px;
	height:100%;
}
body > #wrapper {height:auto;}

.clear{ clear: both;}
img {
	border: 0;
}
.red{
	color:#ff0000;
}
/*a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}*/
/*-----共通部分----------------------------------------------*/
#wrapper{
	border-left: 1px solid #444;
	border-right:1px solid #444;
	width: 760px;
	margin:0 auto;
	height:100%;/* for IE6 */
	min-height:100%;
}
#header{
	background: url('../grf/border.jpg') no-repeat bottom left;
	width: 760px;
	margin:0 auto;
	text-align: left;
	background-color: #F5F9F2;
	border-top: 1px solid #444;
}
#header img{
	margin-bottom:5px;
}
#subnavi{
	width: 760px;
	margin:0 auto;
	text-align: left;
}
#subnavi .inner{
	background-color:#F2F2FA;
/*	margin-bottom:1px;*/
}
#subnavi .inner img{
	vertical-align: bottom;
}
#main{
	margin:20px auto 0;
	width: 760px;
	text-align: left;
	min-height:600px;
	height: auto !important;
	height: 600px;
}
#main .subtitle{
	width: 760px;
	border-bottom:2px solid #0903FF;
}
#main .subtitle h3{
	color:#0903FF;
	font-size:15px;
	font-weight: bold;
	letter-spacing: 0.2em;
	padding:8px 0 2px 13px;
}
#main p{
	letter-spacing: 0.08em;
	line-height:160%;
}
#footer{
	background: url('../grf/border.jpg') no-repeat top left;
	width: 760px;
	margin:0 auto;
	background-color: #F2FDEA;
	border-bottom: 1px solid #444;
}
#footer .inner{
	padding-top:12px;
	padding-bottom:3px;
}
#footer .left{
	float:left;
	width: 300px;
/*	width: 268px;*/
}
#footer .center{
	width: 100px;
/*	width: 164px;*/
}
#footer .right{
	float:right;
	width: 300px;
/*	width: 268px;*/
}
#footer h3{
	font-size:13px;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding-bottom:5px;
}
#footer .right,#footer .left{
	text-align: center;
	letter-spacing: 0.08em;
	line-height:140%;
	font-size:11px;
}

