@charset "utf-8";
/* 基本スタイル
---------------------------------------------*/
body {
	background-image: none;
}

/* レイアウト
---------------------------------------------*/
#wallpaper {
	position: relative;
	text-align: center;
}
#contena {
	width: 711px;
	background-color: #FFF;
	padding-bottom: 8px;
	position: relative;
	clear: both;
	margin-top: 25px;
	text-align: left;
	margin-right: 86px;
	margin-left: auto;
}

/* 本文
---------------------------------------------*/
#contena h1 {
	color: #000;
	font-weight: bold;
/*	padding-bottom: 13px;*/
}

#contena #entry{
	font-size: 85%;
	color: #454545;
	margin-bottom: 100px;
}

#head {
	text-align: left;
}

h2 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 2em;
	margin-top: 41px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	background-image: url(../../img/pubdot.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.9em;
	padding-left: 0.9em;
}
