@charset "utf-8";
/* CSS Document */

/* トップページ ----------------------- */

#contents_main {
	width: 550px;
	float: left;
}
#contents_sub {
	width: 245px;
	float: right;
	margin-right: 20px;
}

.mainImage {
	margin-bottom: 20px;
}

.date {
	color: #333;
	margin-bottom: 10px;
	padding-left: 10px;
	font-size: 120%;
	background: url(../image/common/icon01.gif) no-repeat;
}
.mtitle {
	font-weight: bold;
	margin-bottom: 5px;
	color: #316500;
	font-size: 120%;
}
.mtitle a {
	color: #316500;
	text-decoration: underline; 
}
.mtitle a:hover {
	color: #669900;
}

.float_l {
	float: left;
	padding-right: 10px;
	clear: both;
}
.float_r {
	float: right;
	padding: 10px;
	clear: both;
}

#bnr {
	padding-bottom:17px;
}

/* 業務案内 ----------------------- */

.explanation {
	margin: 5px 0 20px 0;
	clear: both;
}
.under_line {
	border-bottom:1px solid #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* 制作実績 ----------------------- */

.archive_top {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 10px;
	clear: both;
}
.archive {
	clear: both;
	background: url(../image/archives/title_bg.jpg) no-repeat;
	padding: 10px;
}
.archive p {
	padding-left: 10px;
}
.archive img {
	padding-bottom: 10px;
}
.archive_title {
	clear: both;
}

#contents_sub img {
	margin-bottom: 10px;
}
.lastbox {
	margin-bottom: 30px;
	border: none;
}


/* サイトマップ ----------------------- */

ul.sitemap {
	padding-left: 30px;
}
ul.sitemap li {
	list-style: none; margin:0; padding:0;
	line-height: 2em;
	background: url(../image/sitemap/icon03.gif) no-repeat left;
	padding-left: 15px;
}
ul.sitemap li.li_home {
	background: url(../image/sitemap/home.gif) no-repeat left;
	padding-left: 20px;
	font-weight: bold;
}

ul.sitemap_inner {
	padding-left: 15px;
}
ul.sitemap_inner li {
	list-style: none; margin:0; padding:0;
	line-height: 2em;
	padding-left: 10px;
}

ul.relation {
	padding: 0 0 30px 30px;
	line-height: 2em;
}
ul.relation li {
	list-style: none; margin:0; padding:0;
	background: url(../image/sitemap/icon03.gif) no-repeat left;
	padding-left: 10px;
}