/*----------OUTLINE----------*/

#outline {
    position : relative;
    clear : both;
    width : 1114px !important;
	width /**/: 1200px;
    margin-bottom : 50px;
    padding : 35px 40px 40px 40px;
    border : solid 3px #dcdcdc;
    border-radius : 12px;
}

#outline h3 {
    margin-bottom : 30px;
    font-size : 160%;
    font-weight : 600;
    text-align : center;
}

#data {
	width : 700px;
    margin-left : 207px;
	margin-right : 207px;
    margin-bottom : 40px;
	border-top : solid 1px #bebebe;
    line-height : 1.6em;
}

#data th {
	width : 110px !important;
	width /**/: 140px;
	padding : 12px 15px 13px 15px;
	border-bottom : solid 1px #bebebe;
	background : #f5e6be;
	text-align : left;
	font-weight : normal;
}

#data td {
	padding : 12px 0 13px 15px;
	border-bottom : solid 1px #bebebe;
}

#data td a {
	color : #0066cc;
	text-decoration : underline;
}

#data td a:hover {
	color : #0066cc;
	text-decoration : none;
}

iframe {
    width : 100%;
    height : 500px;
    vertical-align : bottom;
}

ul#Limage {
    position : absolute;
    list-style : none;
    top : 102px;
    left : 40px;
}

ul#Rimage {
    position : absolute;
    list-style : none;
    top : 102px;
    right : 40px;
}

ul#Limage li,ul#Rimage li {
    margin-bottom : 25px;
}

ul#Limage li img,ul#Rimage li img {
    border-radius : 8px;
}

p#orgbtn {
	clear : both;
	width : 280px;
	margin : 0 auto 50px auto;
	font-size : 120%;
    font-weight : 600;
	text-align : center;
}

p#orgbtn a {
	display : block;
	padding : 14px 0 15px 0;
	color : #ffffff;
	background : #0aa5fa;
	text-decoration : none;
	border-radius : 30px;
}

p#orgbtn a:hover {
	display : block;
	padding : 14px 0 15px 0;
	color : #ffffff;
	background : #057dc3;
	text-decoration : none;
	border-radius : 30px;
}

iframe {
    border-radius : 10px;
}

/*----------HISTORY----------*/

#history {
    position : relative;
    width : 1100px !important;
	width /**/: 1200px;
    margin-bottom : 70px;
    padding : 40px 50px 60px 50px;
    background : #d7ebc3;
    border-radius : 14px;
}

#history h3 {
    margin-bottom : 30px;
    color : #507d23;
    font-size : 160%;
    font-weight : 600;
    text-align : center;
}

#historyL {
    float : left;
    width : 525px;
    margin-bottom : 40px;
}

#historyR {
    float : right;
    width : 525px;
    margin-bottom : 40px;
}

#history dl {
    width : 100%;
    padding-top : 3px;
    border-top : dashed 1px #9ba091;
}

#history dl dt {   
	float: left;
	width : 165px;
	padding: 10px 0 10px 0;
}

#history dl dt {  
	clear : left;
}

#history dl dd {
	padding: 10px 0 10px 0;
	border-bottom : dashed 1px #9ba091;
}

#history h4 {
    clear : both;
    margin : 0 70px 20px 70px;
    color : #507d23;
    text-align : center;
    font-size : 150%;
    font-weight : 600;
}

#history p {
    clear : both;
    margin : 0 70px 0 70px;
    line-height : 1.6em;
}