
/************************************************

株式会社アンダムル
サイト紹介コンテンツ

***************************************************/


/* メインイメージ
---------------------------------------------*/
#main_img {
	width: 800px;
	height: 176px;
	}
	

	
	
/* 左/メニューベース
---------------------------------------------*/
#left {
    float:left;
	width: 198px;
	}
	
#left:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* 右/コンテンツベース
---------------------------------------------*/
#right {
    float:right;
	width: 521px;
	}
	
#right:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* メインタイトル
---------------------------------------------*/
#main_ti {
	width: 521px;
	padding-bottom: 15px;
	float:left;
	}

/* メインボックス
---------------------------------------------*/
div.mainbox {
	width: 501px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	}
	
div.mainbox:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/************************************************
サイト紹介コンテンツ
***************************************************/



/* バナーボックス
---------------------------------------------*/
div.mainbox div.banabox {
	width: 168px;
	float:left;
	}
	
/* バナーブルー
---------------------------------------------*/
div.mainbox div.banabox div.bana_a {
	width: 154px;
	padding: 7px;
	background: #d9edff;
	}
	
/* バナーグリーン
---------------------------------------------*/
div.mainbox div.banabox div.bana_b {
	width: 154px;
	padding: 7px;
	background: #dff292;
	}
	
/* サイト紹介ページボタン
---------------------------------------------*/
div.mainbox div.banabox div.go_btn {
	width: 168px;
	padding-top: 10px;
	}
	

	
/* テキスト枠
---------------------------------------------*/
div.mainbox div.waku {
	width: 312px;
	padding-bottom: 0px;
	float:right;
	}
	
div.mainbox div.waku:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* テキスト
---------------------------------------------*/
div.mainbox div.text_box {
	width: 312px;
	padding-bottom: 10px;
	}
	
/* プレスリリースはこちら
---------------------------------------------*/
div.mainbox div.pre {
	width: 293px;
	padding-bottom: 5px;
	padding-left: 19px;
	color:#1858b9;
	font-weight: bold;
	background: url(../site/site_img/pre_icon.gif) left top no-repeat;
	}
	
/* プレスリリース/3キャリアボタン
---------------------------------------------*/
div.mainbox div.carrier {
	float: left;
	padding-right: 12px;
	height: 26px;
	}
	

	


/* 区切りライン
---------------------------------------------*/
div.line{
	background: url(../biz/biz02_img/line.gif) left top no-repeat;
	width:521px;
	height: 41px;
	float:left;
	}
	
div.line:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

	
/***************************************************/	




/* ページの先頭へ戻るボタン
---------------------------------------------*/
#top_btn {
	height:27px;
	text-align:right;
	width: 501px;
	float:right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	}
	
#top_btn:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

* html #top_btn {
	padding: 15px 0 0 0;
	}
	
	
/* ページの先頭へ戻るボタン/途中用
---------------------------------------------*/
#top_btn02 {
	height:27px;
	text-align:right;
	width: 501px;
	float:right;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	}
	
#top_btn02:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
	
