﻿* {
	border: 0px solid #990000;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: sans-serif;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
body {
	letter-spacing:0.04em;
	text-align: center;
	background: white;
}

/* ページ段組関連 */
#cover {
	background: white;
	border: 0px solid #66cc66;
	width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#top {
	position: relative;
	width: 700px;
	height: 143px;
	background-image:url(./images/low-rent_01.jpg);
	background-repeat:no-repeat;
	background-position: 0px 15px;
	text-align: right;
}
#intro {
	position: absolute;
	right: 0px;
	font-size: 10px;
	color:#999999;
}
#wrapper1 {
	background-image:url(./images/low-rent2-_05.png);
	background-repeat:repeat-y;
	background-position: 0px 93px;
	width: 700px;
}
#wrapper2 {
	background-image: url(./images/low-rent2_03.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 700px;
}
#contents {
	float: left;
	background: none;
	padding-left: 16px;
}
#cont_in {
	width: 445px;
	background: none;
}
#cont_in h2 {
	margin: 5px 5px 0px 5px;
	padding: 3px;
	font-size: 1.2em;
	color:#555555;
	border-bottom:solid 4px #99cccc;
}
#cont_in .title {
	margin: 0px 5px 15px 5px;
	padding: 0px 0px 0px 10px;
	font-size: 1.7em;
	color:#555555;
	border-bottom:dashed 1px #aaaaaa;
	border-left: solid 30px #99cccc;
}
#cont_in div.s1 {
	padding: 7px 10px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	color:#555555;
}
#cont_in div.s1 span {
	font-size: 12px;
}
#cont_in div.s1 a {
	font-size: 12px;
}
#cont_in .linkad {
	width: 445px;
	overflow: hidden;
}
#cont_in p {
	padding: 10px;
}

#bread a {
}
#bread span{
	font-size: 11px;
}


#side {
	padding-left: 484px;
	background: none;
}
#side_in {
	width: 196px;
	background: none;
}
#side_in h2 {
	margin: 0px 5px 5px 5px;
	padding: 3px;
	font-size: 1.2em;
	color:#555555;
	border-bottom:solid 4px #ffcccc;
}
#side_in ul {
	padding: 0px;
	margin: 0px;
	border: 0px none #990000;
}
#side_in li{
	padding: 0 0 0 15px;
	margin: 10px 0px 10px 5px;
	border: 0px none #990000;
	color:#333;
	list-style: none outside;
	background-image:url(./images/tama_04.gif);
	background-repeat:no-repeat;
	background-position: 0px 6px;
}
#side_in li a{
	font-size: 0.9em;
}
#footer {/*フッター*/
	background-image:url(./images/low-rent2-_06.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	text-align: center;
	font-size: 13px;
	padding-top: 25px;
	width: 700px;
	clear: both;
}
.whiteback{
	background: white;
}
.clear {
	clear: both;
	display: none;
}

/* 子要素 */


/* スニペット迎撃用 */
.PJN_Menu {
	text-align: center;
}

/* コンテンツ内文字修飾 */
h3 {
	margin: 0px 5px 5px 5px;
	padding: 3px;
	font-size: 1.1em;
	color:#555555;
}
p {
	padding: 0px;
	font-size: 1em;
	color:#333;
}
li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 5px;
}


.red {
	color: #ee5522;
}
.bgorange {
	background:#ffcc00;
}
.blue {
	color: #3399ff;
}
.green {
	color: #000055;
}
.orange {
	color: #aa4411;
}
br.l20 {
	line-height: 20px;
}
br.l10 {
	line-height: 10px;
}
br.l5 {
	line-height: 5px;
}
br.l50 {
	line-height: 50px;
}