@import url(basic.css);
div#contents {
background-color: #fff;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
padding-top: 1px;
border-top: 9px solid #fc0;
border-radius:4px;
-moz-box-shadow:0px 0px 4px #999999;
-webkit-box-shadow:0px 0px 4px #999999;
box-shadow:0px 0px 4px #999999;
behavior: url(ie-css3.htc); }
h1 {
color: #fff;
font-size: 150%;
font-weight: bold;
background-image: url(img/bg_title.gif);
padding: 20px; }

h1:before {
vertical-align: middle;
margin-right: 1em;
content: url("img/icon_title.gif"); }
p {
line-height:180%;
 }

div#contents div {
background-image: url(img/bg_contents.gif);
background-repeat: repeat-x;
background-position: left top;
padding: 20px; }
div#contents p.images {
text-align: center;
padding: 10px 0 20px; }
div#contents p img {
vertical-align: top;
max-width:100%;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 10px; }
div#contents p.images img {padding-bottom: 20px;
max-width:      100%;
vertical-align: top; }

div#contents p.right img {
float: right;
margin-left: 10px; }
div#contents p.right {
clear: right; }

div#contents p.left img {
float: left;
margin-right: 10px; }
div#contents p.left {
clear: left; }

div#contents p.clear {clear:      both; }
div#contents p.link {
background-color: #bee6f0;
background-image: url(img/icon_navilist.gif);
background-repeat: no-repeat;
background-position: 5px center;
clear: both;
margin-top: 5px;
margin-bottom: 5px;
padding-left: 20px;
pading:5px; }
div#contents p.link a:before {
content:"【関連】";
 }
div#contents ul#footer {
background-color: #3bb1d8;
background-image: none;
height: 43px;
clear: both;
padding-top: 20px;
border-radius:0px 0px 4px 4px;
behavior: url(ie-css3.htc); }

div#contents ul#footer li.prev {
line-height: 23px;
background-color: #fff;
background-image: url(img/icon_prev.gif);
background-repeat: no-repeat;
background-position: right 0;
float: left;
padding-right: 30px;
padding-left: 10px;
display: inline-block;  }

div#contents ul#footer li.next {
line-height: 23px;
background-color: #fff;
background-image: url(img/icon_next.gif);
background-repeat: no-repeat;
background-position: left 0;
float: right;
padding-right: 10px;
padding-left: 30px;
display: inline-block; }

div#contents ul#footer li.prev{
	display: none;
}