* {
	margin:0px;
	padding:0px;
}

/* --- clearfix --- */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{
	overflow:hidden;
	}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
	overflow:visible;
	}
/* End hide from IE-mac */

/* BODY */
body {
	font-size:92.8%;
	background-color:#F0F0F0;
	color: #000000;
	margin-top:0px;
	/*↓Style for Others\*/ 
	text-align:center;/*↓Style for MacIE5.x*/
}


#wapper	{
	margin-left:auto;
	margin-right:auto;
	width:940px;
}

#title	{
	display:inline;
	width:940px;
}


/* イメージボーダー */		
img {
	border:	0;
}

a:focus {
    outline: 4px solid lime;
}

.penetration a:hover {
	opacity: 0.7; /* Opera・Safari */
	-moz-opacity:0.7; /* Firefox */
	filter: alpha(opacity=70); /* IE */
	zoom: 1; /* IE */
}

/* グローバルナビ */
#g-nav {
	margin-left:	auto;
	margin-right:	auto;
	width : 900px;
	height : 40px;
}

ul.global-menu	{
    list-style:none;
    width:100%;
}


ul.global-menu li{
    list-style:none;
    float:left;
    width:300px;
}


ul.global-menu a{
    display:block;
    width:300px;
    height:40px;
    text-indent:-9999px;
		/*HideMacIE\*/
    overflow:hidden;
		/**/
}

.button1, .button1 a {     
    background: url(../../top/img/button_mizo.jpg) 0 -40px;     
    height:40px;     
    width:300px;     
    display:block;     
}     
.button1 a {     
    background-position: 0 0;     
}  

.button2, .button2 a {     
    background: url(../../top/img/button_mls.jpg) 0 -40px;     
    height:40px;     
    width:300px;     
    display:block;     
}     
.button2 a {     
    background-position: 0 0;     
}  

.button3, .button3 a {     
    background: url(../../top/img/button_cidia.jpg) 0 -40px;     
    height:40px;     
    width:300px;     
    display:block;     
}     
.button3 a {     
    background-position: 0 0;     
}  

.txt-white {
	color: #FFFFFF;
}

