@charset "utf-8";
/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: index.css
description: トップページ専用スタイルシート

1.レイアウト
2.メイン画像
3.メインコンテンツ
4.左コンテンツ
5.サイドバー
6.ニュース
7.footer

///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト  =========== */


/* ===========  2.メイン画像  =========== */
#mainImg {
	width: 880px;
	height: 220px;
	padding: 10px 19px 0;
}


/* ===========  3.メインコンテンツ  =========== */
#mainContent {
	padding: 20px 20px 0;
}


/* ===========  4.左コンテンツ  =========== */
#contents {
	width: 670px;
	margin-right: 28px;
	float: left;
}

/*目的に応じたサイト制作*/
.box01 {
	background: #eee;
	border: 1px solid #dcdcdc;
	float: left;
	margin-right: 10px;
	width: 308px;
	padding: 10px;
}

.box02 {
	float: left;
	width: 320px;
}

a.btnSystem {
    background-image: url(../../images/btn_system.jpg);
	background-position: 0 60px;
	height:60px;
	width: 330px;
	text-indent: -9999px;
	display: block;
}

a:hover.btnSystem {
    background-position: 0 0;
}

a.btnCampaign {
    background-image: url(../../images/btn_campaign.jpg);
	background-position: 0 60px;
	height:60px;
	width: 330px;
	text-indent: -9999px;
	display: block;
}

a:hover.btnCampaign {
    background-position: 0 0;
}

a.btnEC {
    background-image: url(../../images/btn_ec.jpg);
	background-position: 0 60px;
	height:60px;
	width: 330px;
	text-indent: -9999px;
	display: block;
}

a:hover.btnEC {
    background-position: 0 0;
}

a.btnMobile {
    background-image: url(../../images/btn_mobile.jpg);
	background-position: 0 60px;
	height:60px;
	width: 330px;
	text-indent: -9999px;
	display: block;
}

a:hover.btnMobile {
    background-position: 0 0;
}

dl.list-form {
	width: 288px;
	margin-left: 20px;
	margin-top: -8px;
}

dl.list-form dt {
	width: 220px;
	float: left;
}

dl.list-form dd {
	padding-left: 220px;

}

/*ピックアップサービス*/
.service {
	float: left;
	margin-right: 23px;
	width: 208px;
}

.service-last {
	float: left;
	width: 208px;
}

a.btnPickup01 {
    background-image: url(../../images/btn_pickup01.gif);
	background-position: 0 67px;
	height:67px;
	width: 208px;
	text-indent: -9999px;
	display: block;
}

a:hover.btnPickup01 {
    background-position: 0 0;
}

a.btnPickup02 {
    background-image: url(../../images/btn_pickup02.gif);
	background-position: 0 67px;
	height:67px;
	width: 208px;
	text-indent: -9999px;
	display: block;
}

a:hover.btnPickup02 {
    background-position: 0 0;
}

a.btnPickup03 {
    background-image: url(../../images/btn_pickup03.gif);
	background-position: 0 67px;
	height:67px;
	width: 208px;
	text-indent: -9999px;
	display: block;
}

a:hover.btnPickup03 {
    background-position: 0 0;
}

/*ニュース*/
.news {
	float: left;
	width: 320px;
	margin-right: 30px;
	position: relative;
}

.rss {
	position: absolute;
	right: 0;
	top: 5px;
}

/*制作実績*/
.boxBdr {
	border: 1px solid #c9c9c9;
	padding: 9px 9px 0;
	margin-bottom: 20px;
}

/*RSS*/
a.rssLink {
	padding-left: 16px;
	padding-top: 0px;
	_padding-top: 0;
	background: url(../../images/hd_rss.gif) left top no-repeat;
}


/*セミナー*/
.seminar {
	float: left;
	width: 320px;
	position: relative;
}

.seminarDetail {
	position: absolute;
	right: 0;
	top: 4px;
}

.seminar-photo {
	float: left;
	width: 80px;
	margin-right: 10px;
}

.seminar-txt {
	float: left;
	width: 230px;
}

.seminarSche {
	font-weight: bold;
	font-size: 116.6%;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 3px;
}

dl.list-seminar {
	width: 320px;
	background: url(../images/boxDot.gif) center bottom no-repeat;
	padding: 5px 0;
	margin-bottom: 5px;
}

dl.list-seminar dt {
	width: 10em;
	float: left;
}

dl.list-seminar dd {
	padding-left: 10em;

}

dl.list-seminar02 {
	width: 320px;
	background: url(../images/boxDot.gif) center bottom no-repeat;
	padding: 5px 0;
	margin-bottom: 5px;
}

/* ===========  5.サイドバー  =========== */
#sidebar {
	width: 180px;
	float: left;
	padding: 0;
}

.hdSidebar {
	width: 180px;
	background: url(../../images/bg_sidebar.gif) left top no-repeat;
	padding: 6px 0;
	text-align: center;
	font-size: 116.6%;
	color: #FFF;
	font-weight: bold;
}

.boxDot {
	background: url(../images/boxDot.gif) center top no-repeat;
	margin-top: 10px;
	padding: 15px 0 5px;
}

/* ===========  6.ニュース  =========== */
#news {
	float: left;
	width: 490px;
	/*margin-right: 20px;*/
	padding: 30px 20px 0;
}

.news-block {
	background: #FFF url(../images/dotLine.gif) left bottom no-repeat;
	width: 490px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

dl.list-news {
	width: 490px;
}

dl.list-news dt {
	width: 8em;
	float: left;
}

dl.list-news dd {
	padding-left: 8em;

}

/* ===========  7.footer  =========== */
#footerMenu {
	margin-top: 20px;
} 

