@charset "shift_jis";

body {
	padding-left : 0px;
	padding-top : 0px;
	margin-top : 0px;
	margin-left : 0px;
	font-size : 9pt;
	color: #FFFFFF;
	/* text-align: center; */
}

img {
	border: none;
}
a { 
	text-decoration: none; 
} 

a:link { color: #ffffff; } 
a:visited { color: #cccccc; } 
a:hover { color: #ffff00; } 
a:active { color: red; } 

#header-container {
	width: 917px; /* ロゴ画像とメニューバーの幅 */
	height: 190px; /* ロゴ画像表示高さ */
	margin-top: 0px; /* ロゴ画像の上の余白 */
	margin-right: auto;
	margin-left: auto;
}

.m1 {
	text-align: center;
	border: 1px solid gray;
	background: #FFFFFF url(http://www.gachinco.com/images/menu_blue.gif);
	width: 131px;
	height: 22px;
}

.m2 {
	text-align: center;
	border: 1px solid gray;
	background: #FFFFFF url(http://www.gachinco.com/images/menu_blue.gif);
	width: 196px;
	height: 22px;
}

.waku {
	border: 1px solid #CCCCCC;
}
/*clearfix（変更しないこと）
----------------------------------------------------------------------------------*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */
