@charset "UTF-8";
/* CSS Document */

#contents p strong{
	display:block;
}
#contents p ul li{
	font-size:108%;
}

#btn{
	overflow:hidden;
	width:480px;
	margin:0 auto 30px auto;
	padding-top:20px;
}
#btn li{
	float:left;
	width:230px;
	margin:0 5px;
}
#btn li p,
#btn li a{
	display:block;
	background-position:left center;
	background-repeat:no-repeat;
	background-color:#8183BD;
	color:#fff;
	text-align:center;
	font-size:123.1%;
	font-weight:bold;
	line-height:1em;
	padding:23px 0 21px 0;
	margin:0;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	cursor:pointer;
}
#btn li a{
	background-color:#e4e4e4;
	color:#666;
}
#btn li p:hover,
#btn li a:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#add{
	display:none;
	border:6px solid #eee;
	text-align:center;
	padding:50px 20px;
}
#add p{
	margin-bottom:20px;
}
#add a{
	display:inline-block;
    *display:inline;
    *zoom:1;
	background-image:url(../img/contact/icon-mail.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#2d3091;
	font-size:153.9%;
	font-weight:bold;
	min-height:23px;
	padding:3px 0 0 44px;
}
#add a:hover{
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
}