@charset "utf-8";
/* CSS Document */

body {
background-image:none;
background-color:#FFFFFF;
}

.header {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.title {
	background-image: url(/static/common/images/pmp/2010/title_back.png);
	background-repeat: repeat-x;
}
.title .inner, .menu .inner, .content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.content .block {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom:30px;
}
.content .midasi {
	margin-bottom: 10px;
}
.content p {
	font-size: 90%;
	line-height: 180%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
table#table-01 {
	border:1px solid #E3E3E3;
	border-collapse:collapse;
	border-spacing:0;
	font-size:80%;
	line-height:150%;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
table#table-01 th {
	background:none repeat scroll 0 0 #F5F5F5;
	border-color:#E3E3E3;
	border-style:solid;
	border-width:0 0 1px 1px;
	font-weight:bold;
	line-height:120%;
	padding:5px;
	text-align:center;
}
table#table-01 td {
	border:1px solid #E3E3E3;
	padding:8px;
	text-align:left;
}
.content ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.content li {
	font-size: 90%;
	margin-bottom: 10px;
}
.book {
	background-color: #F5F5F5;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #CCCCCC;
}
.book p {
	font-size:80%;
	clear:none;
}
.content .img-left {
	float: left;
	margin-right: 10px;
}
.alert {
	color: #CC0000;
	clear:both;
}
.content .footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	color: #666666;
}
.content .footer p {
	font-size: 80%;
}

.menu {
	background-image: url(/static/common/images/pmp/2010/menu_back.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
}

#menu {
	height:51px;
	padding:0;
	width:700px;
	background-color: transparent;
	background-image: url(/static/common/images/pmp/2010/menu.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu span {
	display:none;
}
#menu li, #menu a {
	display:block;
	height:51px;
}
#menu li {
	display:inline;
	float:left;
	list-style:none outside none;
	margin:0;
	padding:0;
}
#menu-01 {
	width:147px;
}
#menu-02 {
	width:147px;
}
#menu-03 {
	width:147px;
}
#menu-04 {
	width:147px;
}
#menu-01 .active {
	background:url("/static/common/images/pmp/2010/menu.png") no-repeat scroll 0 -61px transparent;
}
#menu-02 .active {
	background:url("/static/common/images/pmp/2010/menu.png") no-repeat scroll -147px -61px transparent;
}
#menu-03 .active {
	background:url("/static/common/images/pmp/2010/menu.png") no-repeat scroll -294px -61px transparent;
}
#menu-04 .active {
	background:url("/static/common/images/pmp/2010/menu.png") no-repeat scroll -443px -61px transparent;
}
#menu-01 a:hover {
	background:url("/static/common/images/pmp/2010/menu.png") no-repeat scroll 0 -61px transparent;
}
#menu-02 a:hover {
	background:url("/static/common/images/pmp/2010/menu.png") no-repeat scroll -147px -61px transparent;
}
#menu-03 a:hover {
	background:url("/static/common/images/pmp/2010/menu.png") no-repeat scroll -294px -61px transparent;
}
#menu-04 a:hover {
	background:url("/static/common/images/pmp/2010/menu.png") no-repeat scroll -443px -61px transparent;
}
.content h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #134578;
	font-size: 90%;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.content p.caution {
	font-size: 80%;
}

.bo {
	background-image:url(/static/common/images/pmp/2010/bo.png);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	height:32px;
	width:100px;
	margin-right: auto;
	margin-left: auto;
}
.bo a {
	display:block;
	height:32px;
}
.bo a:hover {
	background-image:url(/static/common/images/pmp/2010/bo.png);
	background-position:0 -58px;
	background-repeat:no-repeat;
}
.bo span {
	display:none;
}
