﻿@charset "utf-8";

/* top.css */



/*-------------------------------------------------
///	contents	
-------------------------------------------------*/

body {
	background: url(../common/img/bg_topbody.jpg) repeat-x left top;
}


#contents #top_flash {
	margin-bottom: 35px;
}

/*-------------------------------------------------
///	実績一覧	
-------------------------------------------------*/

#contents #FirstCol #top_works {
	position: relative;
	margin-bottom: 42px;
}

#contents #FirstCol #top_works h3 {
	margin-bottom: 14px;
	position: relative;
}

#contents #FirstCol #top_works p {
	font-size: 90%;
	position: absolute;
	top: 8px;
	right: 18px;
}

#contents #FirstCol #top_works #top_works_area {
	width: 678px;
	border: #CCC 1px solid;
	padding: 15px 15px 2px 15px;
	height: 246px;
	overflow: auto;
}

* html #contents #FirstCol #top_works #top_works_area {
	width: 710px;
	padding-bottom: 15px;
	height: 263px;
}

*+html #contents #FirstCol #top_works #top_works_area {
	padding-bottom: 15px;
	height: 231px;
}

#contents #FirstCol #top_works #top_works_area .top_arrow {
	width: 90px;
	float: right;
}

#contents #FirstCol #top_works #top_works_area .works_info {
	width: 600px;
	float: left;
}

#contents #FirstCol #top_works  dl {
	text-align: left;
	clear: both;
}

#contents #FirstCol #top_works dl dt.works_img {
	width: 130px;
	float: left;
	margin-bottom: 13px;
}

#contents #FirstCol #top_works dl dt.sitename {
	background: url(../common/img/icon_arrow.gif) no-repeat left 6px;
	padding-left: 17px;
	margin-bottom: 7px;
	margin-left: 140px;
	padding-top: 2px;
}

#contents #FirstCol #top_works dl dd {
	line-height: 150%;
	margin-left: 140px;
}


/*-------------------------------------------------
///	お知らせ	
-------------------------------------------------*/

#contents #FirstCol #top_info {
	width: 710px;
	position: relative;
}

#contents #FirstCol #top_info h3 {
	margin-bottom: 14px;
	position: relative;
}

#contents #FirstCol #top_info p.info_list {
	font-size: 90%;
	position: absolute;
	top: 8px;
	right: 50px;
}

#contents #FirstCol #top_info p.info_rss {
	position: absolute;
	top: 7px;
	right: 18px;
}

#contents #FirstCol #top_info dl {
	border: #CCC 1px solid;
	padding: 15px 15px 1px 15px;
	text-align: left;
}


#contents #FirstCol #top_info dl dt {
	clear: both;
	width: 135px;
	float: left;
}

#contents #FirstCol #top_info dl dt img {
	margin-left: 15px;
}

#contents #FirstCol #top_info dl dd {
	margin-left: 140px;
	margin-bottom: 14px;
}



