@charset "utf-8";
/* index.html用 */
.main #mainContent-index {
	width:780px;
	float:left;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
}
.main #mainContent-index h1 {
	font-size:16px;
	display:block;
	background-color:#00350B;/* 見出し1背景色 */
	text-align:center;
	line-height:25px;
	color: #FF6600;
	margin:10px 15px;
	background-image: url(images/h1-indexback.gif);
	height: 30px;
}
.main #mainContent-index p {
	margin:10px 15px;
	text-align: left;
}

#index-left{
	float:left;
	width: 400px;
	margin: 10px 0;
}
#index-right{
	float:left;
	width: 340px;
	border-left: #CCCCCC dotted 2px;
	padding: 10px 0 10px 15px;
	margin: 10px 0;
}
h2#info{
	margin-bottom:0px;
	background-color: #00350B;
	border: none;
	margin: 0;
	width: 330px;
	color: #FFFFFF;
}
#feed{
	text-align: left;
	height: 150px;
	border: 1px solid #CCCCCC;
	overflow: auto;
	background-color: #FFFFFF;
	color: #000000;
}
#feed ul{
	margin:0;
	padding:5px;
	list-style-type:none;
}
#feed li{
	margin:0;
	padding:5px 0;
	list-style-type:none;
	border-bottom:1px dotted #666666;
}
#feed a:link{
	color:#CC0033;
	text-decoration:underline;
}
#feed a:visited{
	color:#CC3333;
	text-decoration:underline;
}
#feed a:hover{
	color:#CC0033;
	text-decoration:none;
}
#feed a:active{
	color:#FFCC33;
	text-decoration:none;
}

div#recruit{
	margin: 10px;
	padding: 5px;
	border: 2px dotted #0DC300;
	font-size: 14px;
	color: #ff0000;
}
