/* ------------------------------
 基本CSS
------------------------------ */
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

body {
	font-size: 80%;
	background: url("../img/back.gif") repeat;
	text-align:-moz-center; /*FF*/
	#text-align:center; /*IE */
	z-index:1;
}

table {
	font-size: 100%;
}

/* 全体 */
#All {
	width: 1000px;
	background-color: #FFFFFF;
	border-top: 4px solid #92BEEB;
	text-align: left;
}

/* 文字ｻｲｽﾞ変更 */
#FontChange {
	text-align: right;
	width: 990px;
	height: 30px;
	padding: 4px 4px 0px 0px;
}

/* ｼｽﾃﾑﾛｺﾞ */
#SystemLogo {
	background: url("../img/system_logo.jpg") repeat-x bottom left;
	width: 1000px;
	height: 100px;
	border: 1px solid #D5D9E9;
}

/* ﾕｰｻﾞ名等表示枠 */
#Bar {
	padding: 6px;
	text-align: right;
	font-weight: bold;
}

/* ﾌｯﾀｰ */
#Footer {
	margin-top: 20px;
	padding: 6px;
	text-align: right;
	font-size : 80%;
	background-color: #92BEEB;
	color: #FFFFFF;
}

/* ｸﾘｱ */
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 1px;
}

textarea.desc {
	width: 300px;
	height: 400px;
}

/* ------------------------------
 ﾎﾞﾃﾞｨCSS
------------------------------ */
#Container {
	margin: 5px;
	padding: 0px 5px 0px 5px;
	min-height: 450px;
	width: 980px;
}

#PlaceLeft {
	width: 230px;
	float: left;
}

#PlaceRight {
	width: 740px;
	float: right;
}

/* ------------------------------
 ﾒﾆｭｰCSS
------------------------------ */
#Menu {
	width: 220px;
	background-color: #F5F5F5;
}

#Menu dl {
	margin-bottom:10px;
}

#Menu dt{
	display:block;
	background:#dedede;
	padding:7px 5px;
	font-weight:bold;
	color:#404040;
}


#Menu dd{
}

#Menu dd ul li{
	/*border-bottom: 1px #CCCCCC dotted;*/
	padding-bottom:1px;
}

#Menu dd ul li a{
	display:block;
	background:url('../img/arrow_g.gif') no-repeat 15px 9px;
	padding:5px 0 5px 30px;
	color:#404040;
	text-decoration:none;
}

#Menu dd ul li.end{
	background:none;
}

#Menu dd ul li strong{
	display:block;
	padding:5px 0 5px 15px;
	background:#f7f7f7;
}

#Menu dd ul li a:hover{
	text-decoration:none;
	background:url('../img/arrow_g.gif') no-repeat 15px 9px #ffffff;
}

/* ------------------------------
 ｻﾌﾞﾀｲﾄﾙ
------------------------------ */
#Title {
	border-top: 3px solid #A5A5E5;
	border-bottom: 1px solid #D1D1D1;
	padding-top: 1px;
	margin: 0px 0px 10px 0px;
}

#Title h2 {
	border-top: 1px solid #A5A5E5;
	font-size: 140%;
	padding: 4px 4px 4px 12px;
}

h3 {
	font-size: 120%;
	margin: 6px;
	border-left: 8px solid #A5A5E5;
	padding-left: 6px;
	font-weight: normal;
}

/* ------------------------------
 ﾃﾞｰﾀﾘｽﾄ用CSS
------------------------------ */
#ContentList {
	margin: 0 0 10px 0;
	border-left: #999999 solid 1px;
	border-top: #999999 solid 1px;
	width: 100%;
}
	
	#ContentList th {
		border-top: #FFFFFF solid 1px;
		border-right: #999999 solid 1px;
		border-bottom: #999999 solid 1px;
		border-left: #FFFFFF solid 1px;
		color: #3F3F3F;
		text-align: center;
	}
	
	#ContentList th p {
		font-size: 80%;
		color: #666666;
		font-weight: normal;
	}
	
	#ContentList th.sort {
		cursor: pointer;
		text-decoration: underline;
	}
	
	#ContentList td {
		height: 24px;
		padding: 0 2px 0 2px;
		border-top: #FFFFFF solid 1px;
		border-right: #999999 solid 1px;
		border-bottom: #999999 solid 1px;
		border-left: #FFFFFF solid 1px;
	}
	
	#ContentList tr.title {
		background: url('../img/thbg.gif') repeat-x bottom;
		height: 28px;
	}
	
	#ContentList tr.even {
		background-color: #dedede;
	}
	
	#ContentList td.key {
		font-weight: bold;
	}
	
	#ContentList td.writer {
		height: 24px;
		background-color: #EEEEFA;
		padding-left: 6px;
	}
	
	#ContentList td.date {
		text-align: right;
	}
	
	#ContentList th.title {
		background-color: #dedede;
		width: 200px;
		height: 24px;
	}

/* ------------------------------
 検索ﾎﾞｯｸｽ用CSS
------------------------------ */
#SearchBox {
	border-top: #81B3CF solid 1px;
	border-bottom: #81B3CF solid 1px;
	margin-bottom: 10px;
}

#SearchBox dl {
	width: 100%;
	border-bottom: #BEDCED solid 1px;
}

#SearchBox dt {
	padding:4px 4px 8px 4px;
	width: 150px;
	height: 22px;
	background-color: #E4F1F8;
	font-weight: bold;
	float:left;
	text-align: center;
	line-height: 24px;
	margin-right: 10px;
}

#SearchBox dd {
	height: 22px;
	padding: 4px 4px 8px 0px;
}

/* ------------------------------
 ｴﾗｰ用CSS
------------------------------ */
#ErrMsg {
	margin: 4px 0 4px 0;
	border: 3px double #999999;
	background-color: #EEEEEE;
	width: 90%;
}
	
	#ErrMsg ul {
		background: url('../img/err.gif') no-repeat 30px 50%;
		padding: 20px 20px 20px 100px;
	}

/* ------------------------------
 会社ﾛｺﾞ表示用
------------------------------ */
#Powered {
	margin: 14px 0 4px 0;
	width: 220px;
	height: 60px;
}

#Powered a{
	width: 220px;
	height: 60px;
	background: url('../img/logo.gif') no-repeat 90% 90%;
	display:block;
overflow:hidden;
text-indent:-9999px;
}

#Powered a:hover{
	background: url('../img/logo_.gif') no-repeat 90% 90%;
}
