A {text-decoration: none;}
A:hover {text-decoration: underline;}
A:hover.gra {text-decoration:none;background-color:transparent; }

/* div要素とtable要素の枠を塗る */
/*
div{
	border: 1px solid red !important;
}
table{
	border: 1px solid blue !important;
}
*/

/* ブラウザ固有のマージンを除去 */
h1,h2,h3,h4,h5,h6,p,ul,ol,dl{
	margin-top: 0;
	margin-bottom: 0;
}

/* ページ全体 */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #ffffff;
	font-size:14px;
}

/*-----------------------------------------------------------*/
/*	ページの大まかなブロックレイアウトを定義				 */
/*-----------------------------------------------------------*/

/* ページのコンテンツ部分をこれで挟み込む */
#yewrapper{
	margin: 20px auto;	/*autoにすることで，左右が揃う*/
	width: 780px;		/*ページコンテンツ部分の幅*/
	text-align: left;
}

/*メイン上の横ぶちぬき*/
#yeheader{
	text-align: center;
}

/*メインコンテンツ部分のブロック*/
#yemain{
	float: right;	/*右側に配置*/
	width: 600px;
	text-align: left;
}

/*メイン横のサイドバー*/
#yesidebar{
	float: left;
	width: 160px;
}

/*一番下側　会社情報とかのところ*/
#yefooter{
	clear: both;	/*floatで指定した回り込みを解除*/
}

/*-----------------------------------------------------------*/
/*	サブタイトル部分を定義									 */
/*-----------------------------------------------------------*/

.subtitle{
	background: #666;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	width: 100%;
	color:#FC3;
	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;
}

.center{
	text-align:center;
	font-size:12px;
}
#cap{
	font-size:12px;
	color:red;
}

/*-----------------------------------------------------------*/
/*	物件DB用												 */
/*-----------------------------------------------------------*/
.dbtext{
	font-size: 12px;
	line-height: 1.6em;
}


/*-----------------------------------------------------------*/
/*	admin用													 */
/*-----------------------------------------------------------*/
.login{
	font-size: 10px;
	line-height: 1.4em;
}

.admin{
	font-size: 12px;
	line-height: 1.5em;
	text-align:center;
	margin: 5px;
	display: block;
	color: #000000;
	background-color: #ceffce;
}


.tbox{
	font-size: 12px;
	line-height: 1.6em;
	clear: both;
	width: 400px;
	padding: 5px;
}

