body
{
		font-size: 12px ;
		font-family: Meiryo, Geneva, Arial, Helvetica, sans-serif;
		line-height:130% ;
}

p 
{
	font-size:100% ;
	margin-top: 13px;
	margin-bottom: 13px;
	margin-left: 40px;
}

a
{
    /*color:#eb6101;*/
    color:#0000ff;
    text-decoration:underline;
}
a:hover 
{
    /*color:#316745;*/
    color:#ff0000;
    text-decoration:underline;
}


h1#index
{
	padding: 17px 0px 10px 40px;
	top: 0px;
	width:  955px;
	background: url(../../image/top-h.gif) no-repeat;
	font-size: 120%;  
}

h1#gm
{
	padding: 17px 0px 10px 40px;
	top: 0px;
	width:  680px;
	background: url(../image/h1.gif) no-repeat;
	font-size: 120%;  
}

#control {	
  float: left;
  margin-left:830px;
  margin-top:-33px;
}



h2
{
	padding: 15px 0px 10px 40px;
	top: 0px;
	width:  680px;
	background: url(../image/h2.gif) no-repeat;
	font-size: 110%;  
}


h3
{
	padding: 5px 0px 10px 40px;
	top: 0px;
	width:  680px;
	background: url(../image/h3.gif) no-repeat;
	font-size: 100%;  
}




img
{
	border:0;
}


a:hover img
{
	border:0;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


table
{
  font-size: 100%;
	z-index: 1;
}


/* メッセージ
----------------------------------------------------------- */
.msg_error {

	color:#e60033;
	font-weight:bold;
}

.msg_alert {

	color:#3300e6;
	font-weight:bold;

}

.msg_info {

	font-weight:bold;

}