@charset "UTF-8";

/* About This CSS File.
---------------------------------------------------------
name:         index.css
information:  トップページのスタイル
--------------------------------------------------------- */


/* インポートスタイル
--------------------------------------------------------- */
@import url("default.css");
@import url("common.css");
@import url("print.css");


/* トップページのスタイル
--------------------------------------------------------- */

#home{
	width: 820px;
	margin: 0 auto;
	padding-bottom: 100px;
	overflow: hidden;
	background: url("../images/common/lin_dot_01.gif") repeat-y 409px top;
}

#home .triangle{
	width: 9px;
	margin-left: 405px;
}

#home .caption{
	width: 181px;
	margin-left: 306px;
	margin-top: 50px;
}

#home #largeContents li{
	width: 360px;
	float: left;
}

#home #largeContents h2{
	margin-top: 10px;
	padding-left: 25px;
	font-size: 12px;
	line-height: 15px;
	background: url("../images/common/ico_title_01.gif") no-repeat left top;
}

#home #largeContents .image {
	width: 358px;
	height: 358px;
	margin-top: 40px;
	background: url("../images/common/bgi_base_01.gif");
	border: solid 1px #dadae9;
	float: left;
}

#home #largeContents .image img{
	margin: 8px;
	border: solid 1px #dadae9;
}

#home #largeContents #detail {
	float: right;
	margin-top: 20px;
}

#home #largeContents #detail .title {
	font-size:14px;
	font-weight: bold;
	line-height: 20px;
}

#home #largeContents #detail .subTilte {
	font-size:10px;
	line-height: 20px;
	margin-top: 10px;
}

#home #largeContents #detail .info {
	font-size:10px;
	line-height: 20px;
	margin-top: 20px;
}

#home #largeContents #detail .button {
	float: right;
	margin-top: 15px;
}

#home #largeContents #detail .company {
	font-size:10px;
	color: #808080;
	padding: 8px 0 0 20px;
	margin-top: 15px;
	background: url("../images/common/ico_company_01.gif") no-repeat left 12px;
}

#home #largeContents #detail .time {
	font-size:10px;
	font-family: Arial;
	color: #808080;
	padding: 8px 0 0 20px;
	margin-top: 15px;
	background: url("../images/common/ico_time_01.gif") no-repeat left 12px;
}

#home #smallContents li{
	width: 160px;
	margin-top: 50px;
	float: left;
}

#home #smallContents .image {
	width: 158px;
	height: 158px;
	background: url("../images/common/bgi_base_01.gif");
	border: solid 1px #dadae9;
	float: left;
}

#home #smallContents .image img{
	margin: 8px;
	border: solid 1px #dadae9;
}

#home #smallContents #detail {
	float: right;
	margin-top: 20px;
}

#home #smallContents #detail .title {
	font-size:10px;
	font-weight: bold;
	line-height: 20px;
}

#home #smallContents #detail .subTilte {
	font-size:10px;
	line-height: 20px;
	margin-top: 5px;
}

#home #smallContents #detail .info {
	font-size:10px;
	line-height: 20px;
	margin-top: 20px;
}

#home #smallContents #detail .button {
	margin-top: 15px;
}

#home #smallContents #detail .company {
	font-size:10px;
	color: #808080;
	padding-left: 20px;
	margin-top: 15px;
	background: url("../images/common/ico_company_01.gif") no-repeat left 4px;
}

#home #smallContents #detail .time {
	font-size:10px;
	font-family: Arial;
	color: #808080;
	padding-left: 20px;
	margin-top: 15px;
	background: url("../images/common/ico_time_01.gif") no-repeat left 4px;
}


/* ドック
--------------------------------------------------------- */
#dockAreaHome{
	width: 100%;
	background: #000;
	color: #fff;
}

#dockHome{
	width: 920px;
	margin: 0 auto;
	background: url("../images/common/lin_dock_01.gif") repeat-y left top;
	overflow: hidden;
}

#dockHome #topics{
	width: 620px;
	float: left;
	padding: 50px 0;
	background: url("../images/common/cpt_topics_01.gif") no-repeat left top;
}

#dockHome #topics dl{
	width: 450px;
	height: 270px;
	overflow: auto;
	margin-left: 100px;
}

#dockHome #topics .news{
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	padding-left: 45px;
	margin-bottom: 5px;
	background: url("../images/common/ico_news_01.gif") no-repeat left center;
}

#dockHome #topics .info{
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	padding-left: 45px;
	margin-bottom: 5px;
	background: url("../images/common/ico_info_01.gif") no-repeat left center;
}

#dockHome #topics dd.category{
	font-size:10px;
	line-height: 20px;
	color: #808080;
	padding-left: 18px;
	background: url("../images/common/ico_category_02.gif") no-repeat left center;
}

#dockHome #topics a:link,
#dockHome #topics a:visited,
#dockHome #topics a:hover,
#dockHome #topics a:active{
	display: block;
}

#dockHome #topics dd.time{
	font-size:10px;
	font-family: "Arial";
	line-height: 20px;
	color: #808080;
	margin-bottom: 20px;
	padding-left: 18px;
	background: url("../images/common/ico_time_02.gif") no-repeat left center;
}

#dockHome #projects{
	width: 300px;
	padding: 30px 0;
	float: right;
	background: url("../images/common/cpt_projects_01.gif") no-repeat left top;
}

#dockHome #projects p{
	width: 180px;
	margin-left: 60px;
	margin-bottom: 10px;
}

#dockHome #topics dt a:link {
	color: #fff;
	text-decoration: none;
}

#dockHome #topics dt a:visited {
	color: #fff;
	text-decoration: none;
}

#dockHome #topics dt a:hover {
	color: #3399cc;
	text-decoration: none;
}

#dockHome #topics dt a:active {
	color: #3399cc;
	text-decoration: none;
}

