/*---- トップページCSS目次　START ----
1.メイン画像
2.コンテンツ・コンテナ
3.キャッチコピー
　*コンテナ
　*タイトル
　*テキスト
4.取り扱い業務
　*タイトル
　*コンテンツ・コンテナ
　*コンテンツ・画像
　*コンテンツ・テキスト
　*ライン
6.右メニュー
　*コンテナ
------------------------------------*/


/*========== 【1.メイン画像】 ==========*/
#main_img {
    width: 773px;
    height: 235px;
	background: url(img/img_main.jpg) no-repeat;
    text-align: center;
    margin: auto;
}

/*=====================================*/



/*========== 【2.コンテンツ・コンテナ】 ==========*/
#container_main {
    width: 773px;
    height: 620px;
    background: url(img/bg_contents.gif) repeat-y;
    text-align: center;
    margin: auto;
}

/*============================================*/



/*========== 【3.キャッチコピー】 ==========*/
/*--------- コンテナ  --------*/
#container_contents {
    width: 423px;
    height: auto;
    background-color: #FFFFFF;
    margin: auto;
    text-align: center;
	float:left;
}

/*--------- タイトル  --------*/
#title_copy {
    width: 380px;
    height: 38px;
    background: url(img/top_title_copy.jpg) no-repeat;
    margin: auto;
    text-align: center;
    overflow: hidden;
    text-indent:-9999px;
}

/*--------- テキスト  --------*/
#title_copy_txt {
    width: 380px;
    height: auto;
    margin: auto;
    text-align: left;
    padding-top: 13px;
    padding-bottom: 17px;
}

/*--------- 先頭テキスト  --------*/
.drop{
    font-size:35px;
    color: #094F94;
    float: left;
    padding-top:10px;
    padding-bottom:3px;
    padding-right:5px;
}

/*============================================*/



/*========== 【4.取り扱い業務】 ==========*/
/*----- タイトル -----*/
#title_service {
    width: 392px;
    height: 20px;
    background: url(img/top_title_service.jpg) no-repeat;
    margin: auto;
    text-align: center;
    overflow: hidden;
    text-indent:-9999px;
}

/*----- コンテンツ・コンテナ -----*/
#container_service_event,#container_service_video,#container_service_dvd {
    width: 390px;
    height: auto;
    margin: auto;
    text-align: center;
    padding-top: 11px;
}

/*----- コンテンツ・画像 -----*/
#container_service_img1,#container_service_img2,#container_service_img3 {
    width: 130px;
    height: auto;
    margin: auto;
    text-align: left;
	float: left;
}

/*----- コンテンツ・テキスト -----*/
#container_service_txt1,#container_service_txt2,#container_service_txt3 {
    width: 260px;
    height: auto;
    margin: auto;
    text-align: left;
	float: right;
}

/*---- ライン ----*/
.line {
	width: 390px;
	height: 10px;
	margin: auto; 
	text-align: center;
	overflow: hidden;
	text-indent: -9999px;
	background: url(img/line.jpg) top repeat-x;
}

/*==========================================*/



/*========== 【6.右メニュー（トップページ用）】 ==========*/
/*----- コンテナ -----*/
#menu_right{
    width: 165px;
    height: auto;
    background-color: #F0EFEF;
    border-right: 5px solid #FFFFFF;
    float: right;
    text-align: center;
    margin: auto;
}

/*=========================================*/
