@charset "utf-8";

/* CSS Document */



/* FLASH 余白バグ対策 */

embed {
	vertical-align: top;
}

object {
	vertical-align: top;
}



/* body */

body {
	background-image: url(../images/index/index_bg.jpg);
	background-repeat: repeat-x;
}


#main_body_index {
	width: 900px;
	height: 1200px;
	margin: 0 auto;
	background-image: url(../images/index/index_top_bg.jpg);
	background-repeat: no-repeat;
}

* html #main_body_index {
	text-align: left;
	}



/* トップページ　フラッシュ */

#flash {
	width: 900px;
	height: 240px;
	vertical-align: top;
	clear: both;
}


/* center バナー左右２枚 */

#center_banner {
	width: 900px;
	height: 95px;
	padding-bottom: 20px;
	border-bottom-color: #F00;
}

.center_left {
	width: 450px;
	height: 95px;
	float: left;
}

.center_right {
	width: 450px;
	height: 95px;
	float: left;
}



/* left_body 左ボディ */

#left_body {
	width: 590px;
	padding: 0 35px 50px 0;
	float: left;
}


* html #left_body {
	text-align: left;
	}


/* left_top */

#left_top {
	width: 590px;
	height: 515px;
	padding-bottom: 20px;
}


/* left_top タイトル */

.left_top_title {
	width: 590px;
	height: 38px;
	background-image: url(../images/index/title_portfolio.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

.left_top_title_link {
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	background-image: url(../images/common/icon_blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: 485px 13px;
}

.icon_blue_arrow {
	width: 14px;
	height: 12px;
	top: 100px;
}

/* portfolio ボックス */

.portfolio {
	width: 590px;
	height: 140px;
	margin-bottom: 20px;
}

/*  portfolio サイト画像 */

.site_image {
	width: 150px;
	height: 140px;
	float: left;
}


/*  portfolio 説明部分ボックス */

.site_detail {
	width: 430px;
	height: 140px;
	padding-left: 10px;
	float: left;
}


/*  portfolio サイト名、サイトURL　共通 */

.site_name,.site_link {
	padding-bottom: 10px;
}



/*  portfolio サイト名 */

.site_name {
	width: 430px;
	height: 14px;
}

.client_icon {
	width: 34px;
	height: 14px;
	padding-right: 5px;
	float: left;
}

/* .client_icon　Opera */

.client_icon:not(\*|*) {
	position: relative;
	top: -8px;
	}


.client_name {
	font-size: 12px;
	font-weight: bold;
}

.client_name a 	{
	font-weight: bold;
	}



/*  portfolio サイトURL */

.site_link {
	width: 430px;
	height: 14px;
	font-size: 10px;
}


/*  portfolio サイト説明文 */

.site_txt {
	width: 430px;
	font-size: 12px;
}

/* left_bottom */

#left_bottom {
	width: 590px;
	height: 115px;
}

.free_mail {
	width: 590px;
	height: 64px;
	padding-bottom: 10px;
}

.site_icon {
	width: 15px;
	height: 14px;
	padding-right: 5px;
	float: left;
}

/* Opera */

.site_icon:not(\*|*) {
	position: relative;
	top: -5px;
	}


/* right_body 右ボディ */

#right_body {
	width: 275px;
	float: left;
}

.right_top_title {
	width: 275px;
	height: 38px;
	background-image: url(../images/index/title_other_service.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.right_bottom_banner {
	width: 275px;
	padding-bottom: 10px;
}

