@charset "shift_jis";
/* ap base style*/

/* base.css 
-サイト構造
-標準スタイル
	-#header
	-#menu
	-#footer
-login .admin
*/

/* ----- サイト構造 ----- */
#container{
	width: 780px;
	padding:10px;		/*余白*/
	margin: 0 auto;
}

#header {}

#menu{
	width:160px;
	float:left;
}

#main{
	width:600px;
	float:right;
}

#footer{ clear:both;}

/* ----- /サイト構造 ----- */


/* ----- 標準スタイル ----- */
/* reset css */
body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, dl {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff; /*全体背景色*/
}

#container{
	font-size: 14px;	/*標準テキストサイズ*/
	line-height:1.3em;	/*標準行間サイズ*/
	color:#000;			/*標準テキストカラー*/
}

#header {}

#menu{ text-align:left;}

#main{
	padding:10px;
	text-align:left;}

#footer{}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight:normal;
}

a {
	text-decoration: none;
	color: #00F;
}

a:hover {
	text-decoration: underline;
	color: #F00;
}


/* ----- /標準スタイル ----- */


/* ----- ログイン ----- */
.admin{
	font-size: 12px;
	line-height: 1.5em;
	text-align:center;
	margin: 5px;
	display: block;
	color: #000000;
	background-color: #ceffce;
}
/* ----- /ログイン ----- */



/*-----以下　ap_sample.cssより　未整理-----*/


/*-----------------------------------------------------------*/
/*	サブタイトル部分を定義									 */
/*-----------------------------------------------------------*/

/*#menu*/

ul.subtitle{
	background: #666;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	width: 100%;
	color:#FC3;
	font-size: 13px;
}

ul.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;
}

ul.subtitle li p{
	padding: 3px 3px 3px 6px;
	background-image: url(/images/sample/subtitle-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

ul.subtitle h2{
	background:#666 url(/images/sample/subtitle-right.jpg) top right no-repeat;
	color:#FC3;
	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: #666;
}

.headmenu{
	text-align: left;
	font-size: 12px;
	background-color: #CCC;
}

.headinfo2{
	margin: 5px 5px 0px 5px;
	text-align: right;
	font-size: 12px;
	line-height: 1.5em;
}

.footinfo{
	margin: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
}

.footmenu{
	padding: 5px 0;
	text-align: center;
	background-color: #CCC;
}

.sidemenu{
	clear: both;
}

.sidemenu ul{
	margin-left: 0px;
	padding: 3px;
}

.sidemenu li{
	list-style-type: none;
	font-size: 12px;
	line-height: 1.6em;
}

#cap{
	color:red;
}

/*-----------------------------------------------------------*/
/*	物件DB用												 */
/*-----------------------------------------------------------*/
.dbtext{
	font-size: 12px;
	line-height: 1.6em;
}

