A {text-decoration: none;}
A:hover {text-decoration: underline;}
A:hover.gra {text-decoration:none;background-color:transparent; }

/* ブラウザ固有のマージンを除去 */
h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* ページ全体 */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000;
	background: #fff;
	font-size:14px;
}


/*-----------------------------------------------------------*/
/*	ページの大まかなブロックレイアウトを定義				 */
/*-----------------------------------------------------------*/

/* ページのコンテンツ部分をこれで挟み込む */
#yewrapper{
	margin: 0px auto;	/*autoにすることで，左右が揃う*/
	width: 780px;		/*ページコンテンツ部分の幅*/
	text-align: left;
}

/*メイン上の横ぶちぬき*/
#yeheader{
	text-align: center;
}

/*メインコンテンツ部分のブロック*/
#yemain{
	float: right;	/*右側に配置*/
	width: 600px;
}

/*メイン横のサイドバー*/
#yesidebar{
	float: left;
	width: 170px;
	padding-right:5px;
}

/*一番下側　会社情報とかのところ*/
#yefooter{
	clear: both;	/*floatで指定した回り込みを解除*/
}

/*-----------------------------------------------------------*/
/*	サブタイトル部分を定義									 */
/*-----------------------------------------------------------*/

.subtitle{
	background-color: #666666;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	width: 100%;
	color:#FFCC33;
	font-size: 13px;
}

.subtitle li{
	float: left;
	width: 100%;
	background-image: url(/images/sample/subtitle-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #666666;
}

.subtitle li p{
	display: block;
	padding: 3px 3px 3px 6px; /*上 右 下 左*/
	text-align: left;
	background-image: url(/images/sample/subtitle-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.subtitle h2{
	display:block;
	background:#666 url(/images/sample/subtitle-right.jpg) top right no-repeat;
	color:#FC3;
	text-align:left;
	font-size:16px;
	line-height:20px;
	height:20px;
}
.l{
	display:block;
	float:left;
	background: url(/images/sample/subtitle-left.jpg) top left no-repeat;
	width:8px;
	height:20px;
}
/*-----------------------------------------------------------*/
/*	その他もろもろ											 */
/*-----------------------------------------------------------*/

.headinfo{
	margin: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}

.headmenu{
	text-align: left;
	font-size: 12px;
	background-color: #CCCCCC;
}

.headinfo2{
	margin: 5px 5px 0px 5px;
	text-align: right;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
}

.footinfo{
	margin: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
}

.footmenu{
	width: 100%;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #CCCCCC;
	font-size: 12px;
	line-height: 1.7em;
	color: #000000;
}

.sidemenu{
	clear: both;
	text-align: left;
}

.sidemenu ul{
	margin-left: 0px;
	padding: 3px;
}

.sidemenu li{
	list-style-type: none;
	font-size: 12px;
	line-height: 1.6em;
}

.scm span{
	background:url(http://www.shinchiku.net/images/share/ms.gif) no-repeat;
}
.mk{
	color:#00f;
}

.center{
	text-align:center;
	font-size:12px;
}
#cap{
	font-size:12px;
	color:red;
}

/*-----------------------------------------------------------*/
/*	物件DB用												 */
/*-----------------------------------------------------------*/
.dbtext{
	font-size: 12px;
	line-height: 1.6em;
}



/*-----------------------------------------------------------*/
/*	admin用													 */
/*-----------------------------------------------------------*/
/*表示無効化*/
.admin{
	display: none;
}

.login{
	font-size: 12px;
	line-height: 1.6em;
}