@charset "utf-8";

#guideline{
width:760px;
margin:0 auto;
}

#guideline .intro_ao{
	background: url(../ao/img/intro.jpg) no-repeat;
	height: 210px;
	margin: 10px 0 0 0;
	overflow: hidden;
	}

#guideline .intro_ao a.btn_to_aoweb {
	display: block;
	width: 296px;
	height: 106px;
	position: relative;
	left: 450px;
	top: 95px;
	background: url(../ao/img/btn_aoweb.png) left top no-repeat;
	}
#guideline .intro_ao a.btn_to_aoweb:hover {
	background: url(../ao/img/btn_aoweb.png) left -108px no-repeat; }

#guideline .intro_ao  a.btn_to_aoweb span { display: none; }


/* ----追記事項----*/
.ps{
margin: 5px 10px;
font-size: 85%;
line-height:120%;
}

.ps ol{
margin-left: 15px;
}


/* --- ボタン --- */

#guideline p.btn_detail {
	text-align: center;
	margin: 10px 0 20px 0;
	padding: 0;
	font-weight: 500;
	}
	
#guideline p.btn_detail a {
	background: url(../img/btn_detail.gif) center top no-repeat;
	margin: 0 auto;
	padding-left: 10px;
	text-align: center;
	display: block;
	width: 260px;
	height: 30px;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	color: #666;
	}
#guideline p.btn_detail a.fl { margin: 0 0 0 70px; }
* html #guideline p.btn_detail a.fl { margin-left: 35px; }

#guideline p.btn_detail a.fr { margin: 0 70px 0 0; }
* html #guideline p.btn_detail a.fr { margin-right: 35px; }
	
/* オンマウスで半透明 */
.alpha a:hover {
filter: alpha(opacity=75);/*←IE*/
-moz-opacity:0.75;/*←firefox*/
opacity:0.75;/*←Opera・Safari*/
}