/*-----------------------------------------------------------------------------

全体

-----------------------------------------------------------------------------*/
*{
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
	/*border:none;*/
	/*border:1px solid #0000FF;*/	
}
BODY{
	background-image: url(../worksfiles/web/body.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEEEE;
}

H5{
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-size: 14px;
	color: #333333;
}

.new{
	display: list-item;
	list-style-image: url(../worksfiles/web/new.gif);
}
.midway{
	display: list-item;
	list-style-image: url(../worksfiles/web/midway.gif);
}
.dispatch{
	display: list-item;
	list-style-image: url(../worksfiles/web/dispatch.gif);
}

/*-----------------------------------------------------------------------------

ナビゲーション

-----------------------------------------------------------------------------*/
#navi{
	clear: both;
	width:720px;
	_width: 775px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	height: 23px;
	padding-right: 27px;
	padding-left: 27px;	
	margin-left: 2px;
	_margin-left: 3px;
	margin-bottom: 10px;
}
#navi UL{
	list-style-type: none;
	margin: 0px;
}
#navi LI{
	display:inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navi A{
	display:block;
	float: left;
	height: 16px;
	width: 140px;
	background-image:url(../worksfiles/web/navi1.gif);
	margin: 0px;
	padding: 5px 0px 2px;
	text-align: center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	letter-spacing: 0em;
}
#navi A:hover{
	background-image:url(../worksfiles/web/navi2.gif);
	margin: 0px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#navi A#selected{
	background-image:url(../worksfiles/web/navi2.gif);
	color: #FFFFFF;
}

#areamenu {
	top:125px;
	left:295px;
	border:1px outset #ff4500;
	background-color:#FFFFFF;
	position:absolute;
	width:140px;
	_width:120px;
}
#areamenu LI{
	clear:both;
	
}
#areamenu A{
	background-image:none;
	font-weight:normal;
	text-align: left;
	padding-left: 10px;
}
#areamenu A:hover{
	background-image:none;
	background-color:#FF6600;
	font-weight:normal;
	text-align: left;
	padding-left: 10px;
	width:130px;
	_width:140px;
}

/*-----------------------------------------------------------------------------

info_title　見出し：左オレンジボーダー　背景#CCCCCC　2行
info_infomation　お知らせ本文

-----------------------------------------------------------------------------*/
#main2 .info_title{
	margin-top: 0px;
	_margin-left: 0px;
	margin-left /**/: 10px;
	margin-bottom: 10px;
	background-color: papayawhip;
	height: 30px;
	width: 500px;
	_clear: both;
	text-indent: 10px;
	float: left;
}
#main2 .info_title .info_time{
	font-size: 12px;
	padding-top: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	color: #ff6600;
	width: 500px;
}
#main2 .info_title .info_h3{
	font-size: 14px;
	border: none;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-left: 5px;
	width: 500px;
	color: #333333;
	font-weight: bold;
}
#main2 .info_infomation{
	width: 500px;
	margin-left: 20px;
	margin-bottom:10px;
}
/*-----------------------------------------------------------------------------

info side history

-----------------------------------------------------------------------------*/
#infoside{
	width: 165px;
	background-color: #FFFFEE;
	padding-left: 10px;
	padding-right /**/: 20px;
	_padding-right:5px;
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	margin-bottom:0px;
	padding-bottom:10px;
}
#infoside .history_h3{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 24px;
	width: 100%;
	clear: both;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	color: #FF6600;
}
#infoside .history_h4{
	margin-top: 30px;
	color: palevioletred;	
	font-weight: bold;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
	clear: both;
	text-indent: 0px;
}
#infoside .history_ul{
	margin-top: 0px;
	margin-left: 10px;
	font-size: 10px;
	text-indent: -20px;
}

/*-----------------------------------------------------------------------------

メンバーページ

-----------------------------------------------------------------------------*/

.on{
	margin-left:10px;
	padding:3px;
	color:#FFFFFF;
	background-color:#FF3300;
}
.off{
	margin-left:10px;
	padding:3px;
	color:#666666;
	background-color:#DDDDDD;
}



/*-----------------------------------------------------------------------------

エラーページ

-----------------------------------------------------------------------------*/

.maincomment{
	color: red;
	font-size: midium;
	text-align: center;
	border: solid 1px red;
	margin: 5px 20px 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#FFFFFF;
	
}
.subcomment{
	margin:30px 40px 10px 40px;
}