@charset "utf-8";


#contents{
	width: 950px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*01_トップイメージ
------------------------------------------*/

#top_block{
	position: relative;
	width: 950px;
	height: 300px;
	background-image: url(../img/index/bg_topimg.jpg);
	background-repeat: no-repeat;
}

#top_img {
	height: 300px;
	width: 685px;
	position: absolute;
	left: 265px;
	top: 0px;
}

ul#top_navigation a{
	list-style-type: none;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
} 

.ico_top_navigation{
	padding-right: 10px;
	font-size: 0px;
	line-height: 100%;
}

/* コンセプト */
li#concept a{
	width: 161px;
	height: 27px;
	background-color: #C2290A;
	vertical-align: middle;
	display: block;
	padding-left: 13px;
	float: left;
	clear: left;
	padding-top: 13px;
	margin-top: 50px;/* ボタンを追加したときここでボタンの上の余白を調整してください */
}

/* Webコンサルティング */
li#consulting a{
	width: 236px;
	height: 27px;
	background-color: #EB951A;
	vertical-align: middle;
	display: block;
	padding-left: 13px;
	float: left;
	clear: left;
	padding-top: 13px;
}

/* サポート */
li#support a{
	width: 142px;
	height: 27px;
	background-color: #76B517;
	vertical-align: middle;
	display: block;
	padding-left: 13px;
	clear: left;
	float: left;
	padding-top: 13px;
}

/* ホームページ制作 */
li#work a{
	width: 218px;
	height: 27px;
	background-color: #028897;
	vertical-align: middle;
	display: block;
	padding-left: 13px;
	clear: left;
	float: left;
	padding-top: 13px;
}


/*02コンテンツ左
------------------------------------------*/
#block_L {
	float: left;
	padding-top: 25px;
	width: 522px;
}
.ttl_black {
	background-image: url(../img/index/ttl_bg_black.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 507px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 13px;
	margin-bottom: 13px;
}
.section_L {
	width: 520px;
	border: 1px solid #CCCCCC;
	padding-bottom: 17px;
	margin-bottom: 25px;
	_zoom: 1;     
    overflow: hidden;  
}

.section_L p{
	padding-right: 13px;
	padding-left: 13px;
	overflow: hidden; _zoom: 1;
}

#mobile_txt{
	margin: 0px;
	padding: 0px;
	clear: none;
}

#mobile_img{
	float: left;
	font-size: 0px;
	line-height: 0px;
	margin-top: 3px;
}

/*02コンテンツ右
------------------------------------------*/
#block_R {
	float: right;
	width: 400px;
}
.section_R {
	width: 400px;
	border: 1px solid #CCCCCC;
	margin-top: 25px;
	padding-bottom: 17px;
}

.ttl_white {
	background-image: url(../img/index/ttl_bg_white.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 387px;
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	line-height: 35px;
	padding-left: 13px;
	margin-bottom: 13px;
}

/* おすすめテーブル */
#Recommend{
	width: 370px;
	margin-right: auto;
	margin-left: auto;
	font-size: 65%;
	color: #333333;
	line-height: 120%;
	margin-bottom: 17px;
}

#Recommend td{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.Even{


}

.Odd{
	background-color: #ECECF2;
}

.table_link{
	width: 35px;
}

.ico_table_link{
	padding-right: 3px;
}


/* 新着情報 */
ul.news{
	padding-right: 13px;
	padding-left: 13px;

}

.news li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 70%;

}
