@charset "UTF-8";
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
body {
	margin-top: 0px;
	background-image: url(http://www.pmjv7.co.jp/img/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
        color: #CC6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.photoleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.photoright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*ヘッダー---------------------*/

#top h1 {
	font-size: 11px;
	font-weight: bold;
	color: #05468E;
	padding: 0px;
	margin: 0px;
}
#header {
	width: 800px;
	clear: both;
	height: 57px;
	margin-top: 6px;
}
#header   h2 {
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #80A2C4;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header #logo {
	float: left;
	margin: 0px;
	padding: 0px;
}

/*ナビ---------------------*/

#navi  {
	height: 45px;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#headerunder {
	height: 20px;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

/*トップイメージ---------------------*/

#topimg {
	width: 800px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#topimg p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.topimgleft {
	float: left;
	padding-right: 10px;
}

/*コンテンツ---------------------*/

#contents {
	width: 800px;
	clear: both;
}
div#contents:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

/*メイン---------------------*/

#contents #main {
        display: inline;
	float: left;
	width: 570px;
	padding-top: 10px;
	padding-right: 10px;
	color: #244F79;
	font-size: 0.8em;
	line-height: 140%;
}
#contents #main h2 {
	font-size: 1.2em;
	color: #000038;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	line-height: 125%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3B80C1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#contents #main h3 {
	font-size: 1.1em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #0C1B70;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #004780;
	font-weight: bold;
	color: #FFFFFF;
	clear: both;
}

#contents #main h4 {
	font-size: 1.1em;
	color: #F5341D;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 125%;
}
#contents #main h5 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 125%;
	font-size: 1.1em;
	background-color: #C4E2E6;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#contents #main p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.asset-meta {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.entry-content {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3B80C1;
	padding-left: 20px;
}
.asset-more-link {
	text-align: right;
}
.asset-body {
	font-size:100%;
	color:#333333;
        padding-bottom: 10px;
}
#more {
	font-size:100%;
	color:#244F79;
}
/*サブ---------------------*/

#contents #sub {
        display: inline;
	font-size: 0.8em;
        padding: 10px;
	width: 200px;
	float: right;
}
#contents #sub p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#contents #sub h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #244F79;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
        background-color: #FFFFFF;
	border-bottom-width: 0.3mm;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #244F79;
	border-left-color: #244F79;
　　　　 line-height: 140%;
}
#contents #sub ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#contents #sub li {
	list-style-image: url(http://www.pmjv7.co.jp/img/listarrow.gif);
	padding-bottom: 5px;
	font-size: 0.9em;
	border-bottom-width: 0.3mm;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	margin-left: 10px;
        line=height: 125%;
}

/*フッター---------------------*/

#footer {
	clear: both;
	width: 800px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	font-size: 0.7em;
	color: #999999;
	line-height: 150%;
}

