@charset "UTF-8";

/* トップページ用 CSS */

#main {
	background-image: url(../images/base_back.jpg);
	background-repeat: repeat-y;
	width: 830px;

}
#content #index li {
	color: #0000CC;
	margin-bottom: 6px;
	font-size: 12px;
}

#index #service {
	margin-left: 40px;
}


#index .service-a {
	width: 517px;
	border: 1px solid #FF9933;
	margin-bottom:10px;
	height: 180px;
}


#index .service-b {
	float: left;
	width: 255px;
	margin-right: 5px;
	border: 1px solid #FF9933;
	margin-bottom:10px;
	height: 230px;
}
#index #service .service-a h3 {
	background-image: url(../images/service_h3_a_back.jpg);
	background-repeat: no-repeat;
	height: 39px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	margin:0px;
	padding:0px;
}
#index .service-a a{
	width: 517px;
	padding-top:5px;
	text-decoration:none;
	display:block;
}

#index #service .service-b h3 {
	background-image: url(../images/service_h3_back.jpg);
	background-repeat: no-repeat;
	height: 39px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	margin:0px;
	padding:0px;
}

#index .service-b a{
	width: 255px;
	padding-top:5px;
	text-decoration:none;
	display:block;
}
#index #service p {
	margin: 3px 3px 6px;
	font-size: 12px;
	color: #333333;
}
#index #service p a {
	display: inline;
}
#content #index .newinfo {
	height: 100px;
	margin-bottom: 30px;
}
#index #service .service-b img {
	margin-bottom: 3px;
}
#index #philosophy {
	margin-left: 40px;
}
#index #philosophy .philosophy-item {
	float: left;
	width: 255px;
	border: 1px solid #0099FF;
	height: 150px;
	margin-bottom: 10px;
	margin-right: 5px;
}
#index #philosophy .philosophy-item h3 {
	margin: 0px;
	background-image: url(../images/philosophy_h3_back.jpg);
}
#index #philosophy .philosophy-item p {
	font-size: 12px;
	margin: 3px;
}
#news {
	margin-right: 30px;
	margin-left: 35px;
	margin-bottom: 25px;
	font-size: 12px;
	color: #333;
}
#news td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#news table {
	width: 95%;
	border-collapse:collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
