@charset "utf-8";
/* CSS Document */
/*大枠*/
#wrapper {
	width:96%;
	margin:0 auto;
	padding:10px;
	background: #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}
header {
	width:95%;
	padding:10px;
	background: #eaf5ff;
	height:37w0px;
	margin:10px 0 20px 0;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#contents {
	width:95%;
	background:#ffffff;
	padding:10px;
	margin-bottom:30px;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:relative;
}

#side_menu {
	display:none;
}

footer {
	width:95%;
	clear:both;
	background:#ffffff;
	padding:10px;
	margin-bottom:10px;
	-moz-box-shadow: 1px 1px 2px #333;
	-webkit-box-shadow: 1px 1px 2px #333;
	box-shadow: 1px 1px 2px #333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: -moz-linear-gradient(top, #ffffff 0%, #EAF5FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#EAF5FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#EAF5FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#EAF5FF 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#EAF5FF 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#EAF5FF 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EAF5FF',GradientType=0 ); /* IE6-9 */
}
/*header*/
header h1 {
	font-size:77%;
	font-weight:normal;
	color:#CCC;
}

header hgroup {
	margin:20px 0;
	text-align:center;
	text-shadow: 1px 1px 1px #ddd;
}

header h2 {
	font-size:197%;
	font-weight:normal;
	text-align:center;
	color:#6528D5;
	margin-bottom:10px;
	text-shadow: -1px -1px 2px rgba(256,256,256,0.5), 1px 1px 2px rgba(0,0,0,0.5);
}

header h3{
	font-size:108%;
	font-weight:lighter;
	color:#7A7A7A;
	text-align:center;
	margin-bottom:20px;
	text-shadow: -1px -1px 2px rgba(256,256,256,0.3), 1px 1px 2px rgba(0,0,0,0.3);
}

/*contents*/

#apDiv1 {
	position: absolute;
	width: 200px;
	height: 150px;
	z-index: 1;
	left: 203px;
	top: 100px;
	background: url(../images/sold.png) no-repeat;
}
#apDiv2 {
	position: absolute;
	width: 200px;
	height: 150px;
	z-index: 1;
	left: 203px;
	top: 147px;
	background: url(../images/sold.png) no-repeat;
}
/*contents*/
#contents article {
	padding:0 10px;
	line-height:1.6;
	margin-bottom:20px;
}

#contents article h2 {
	margin-bottom:20px;
	padding:5px 30px;
	background:#339900;
	border:solid 1px #ffffff;
	font-size:131%;
	font-weight:normal;
	color:#ffffff;
	text-shadow: -1px -1px 2px rgba(256,256,256,0.5), 1px 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	background: -moz-linear-gradient(left, rgba(84,42,211,0.85) 0%, rgba(83,43,211,0.85) 1%, rgba(41,74,219,0.7) 61%, rgba(136,157,252,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(84,42,211,0.85)), color-stop(1%,rgba(83,43,211,0.85)), color-stop(61%,rgba(41,74,219,0.7)), color-stop(100%,rgba(136,157,252,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(84,42,211,0.85) 0%,rgba(83,43,211,0.85) 1%,rgba(41,74,219,0.7) 61%,rgba(136,157,252,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(84,42,211,0.85) 0%,rgba(83,43,211,0.85) 1%,rgba(41,74,219,0.7) 61%,rgba(136,157,252,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(84,42,211,0.85) 0%,rgba(83,43,211,0.85) 1%,rgba(41,74,219,0.7) 61%,rgba(136,157,252,0.6) 100%); /* IE10+ */
	background: linear-gradient(left, rgba(84,42,211,0.85) 0%,rgba(83,43,211,0.85) 1%,rgba(41,74,219,0.7) 61%,rgba(136,157,252,0.6) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9542ad3', endColorstr='#99889dfc',GradientType=1 ); /* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9542ad3', endColorstr='#99889dfc',GradientType=0 ); /* IE6-9 */
	border-radius: 15px 100px 0px 15px;
}
#contents article h3 {
	padding:5px 30px;
	font-size:100%;
	font-weight:normal;
	color:rgba(84,42,211,0.85);
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgb(254,252,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmNlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmU3YWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(254,252,234,1) 0%, rgba(239,231,174,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(100%,rgba(239,231,174,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(239,231,174,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(239,231,174,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(239,231,174,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(254,252,234,1) 0%,rgba(239,231,174,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#efe7ae',GradientType=0 ); /* IE6-8 */

}

#contents p.more_read a {
	display:block;
	width:96%x;
	margin:10px 0 10px;
	height:50px;
	line-height:50px;
	background:#cccccc;
	border:solid 1px #999999;
	text-align:center;
	color:#333333;
	font-weight:bold;
	-moz-border-radius: 0 25px 25px 10px;
	-webkit-border-radius: 0 25px 25px 10px;
	border-radius: 0 25px 25px 10px;
	background: -moz-linear-gradient(top, #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
	background: linear-gradient(top, #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
}

.right{
	width:90%;
	margin:0 auto;
	padding:10px;
	border:1px solid #CCC;
}
.left{
	margin:0 auto;
	width:200px;
}
/*left*/
.comment{
	margin:20px 0 10px;
}

strong{
	font-weight:bold;
	color:#F60;
	font-size:24px;
}
.photo_2{
	margin:0 0 20px 40px;
}

/*side_menu*/
#side_menu h3 {
	font-size:123.1%;
	padding:10px 0;
	margin-bottom:20px;
	text-align:center;
	background:#bbbbbb;
	color:#fff;
	border-radius:5px;
}
#side_menu aside img {
	margin-bottom:10px;
}
aside{
	width:280px;
	margin:0 auto;
	padding:10px 0;
}
#side_menu h3 {
	font-size:123.1%;
	padding:10px 0;
	margin-bottom:20px;
	text-align:center;
	background:#bbbbbb;
	color:#666;
	border-radius:5px;
	background: rgb(204,204,204); /* Old browsers */
background: -moz-linear-gradient(top, rgba(204,204,204,1) 1%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(204,204,204,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(204,204,204,1) 1%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(204,204,204,1) 1%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(204,204,204,1) 1%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(204,204,204,1) 1%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
#side_menu aside img {
	margin-bottom:10px;
}

/*footer*/
footer nav {
	margin:0 0 40px 10px;
}

footer nav li {
	font-size:93%;
	float:left;
	margin-right:10px;
	padding-right:10px;
	border-right:solid 1px #666666;
}

footer nav a {
	color:#666666;
}
footer p.copy {
	font-size:77%;
	text-align:center;
	margin:0 auto;
}
#maps {
	margin-left:25px;
	height: 250px;
	width: 250px;
	border: 1px solid #000066;
}
