﻿h2#ptitle {
	width : 100%;
	padding : 50px 0 46px 0;
	background-image : url(ptitle.jpg);
	background-position : center top;
	background-repeat : no-repeat;
	background-size : 500%;
	text-align : center;
	color : #ffffff;
	font-size : 150%;
	font-weight : normal;
	line-height : 1.1em;
}

h2#ptitle span {
	font-size : 60%;
}

#main2 {
    width : 90%;
    margin-left : auto;
    margin-right : auto;
    margin-top : 6%;
}

.entry {
    margin-bottom : 8%;
    padding : 7%;
    border : solid 1px #b4b4b4;
    border-radius : 8px;
}

.entry dl {
    overflow : hidden;
    margin-bottom : 25px;
    padding-bottom : 15px;
    border-bottom : solid 7px #dddddd;
}

.entry dl dd {
    display : block;
}

.entry h3 {
    font-size : 110%;
}

p.txt1 {
    margin-bottom : 10px;
    line-height : 1.4em;
}

p.eimg {
    margin-bottom : 15px;
}

p.eimg img {
    width : 100%;
    height : 100%;
}

.entry ol {
    margin : 0 0 20px 20px;
}

.entry ol li {
    margin-bottom : 5px;
}

.entry a {
    color : #0066dd;
    text-decoration : underline;
}

.entry a:hover {
    color : #0066dd;
    text-decoration : none;
}