@charset "utf-8";

/* *******************************************
  サイト名：　 
　制作者: 　　 株式会社マイ.ビジネスサービス.
　URL: 　　　　http://www.kokyaku-bank.com
　作成日:　　　2007年7月
　最新更新日： 2010年4月
  Copyright (c) 2010 MBS All Rights Reserved.
  -------------------------------------------
  Title:      
  Author:     My Business Service
  URL :       http://www.
  Created :   July 2007
  Modified :  April. 2010

*　トップページのスタイル
　 The following styles are styles for homepage.
******************************************* */

/* 目次 contents
１．左サイドコンテンツ leftside(content)
	トピックス
	活用事例
	セキュリティ
２．右サイドコンテンツ rightside(sidebar)
３．clearfix
*/

/* *********************************
１．左サイドコンテンツ leftside(content)
********************************* */

/* トピックス */
div#top_topics{
	width: 309px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #fff url(../images/top_topics_bg.gif) bottom left no-repeat;
	}

div#top_topics div.topic{
	width: 259px;
	margin: 10px auto;
	padding: 10px;
	background: #fff;
	border: solid #ccc 1px;
	}

div#top_topics div.topic p.date{
	color:#163f98;
	}

div#top_topics div.topic h3{
	font-weight: bold;
	margin: 5px 0;
	}

div#top_topics div.topic p{
	line-height: 150%;
	}

div#top_topics div.topic p.detail{
	width: 259px;
	text-align: right;
	}

div#top_topics div.topic img{
	margin: 3px auto;
	}

/* 広告バナー */

div#top_ad{
	width: 309px;
	margin-bottom: 10px;
	}
	
/* 活用事例 */

div#top_case{
	width: 309px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #fff url(../images/top_case_bg02.gif) bottom left no-repeat;
	}

div#top_case h2{
	width: 309px;
	height: 10px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	text-indent: -9999px;
	background: #fff url(../images/top_case_bg01.gif) top left no-repeat;
	}

div#top_case p{
	width: 289px;
	margin: 0 auto 5px auto;
	}

/* セキュリティ */

div#top_pmark{
	width: 309px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #fff url(../images/top_case_bg02.gif) bottom left no-repeat;
	}

div#top_pmark p{
	width: 280px;
	margin: 10px auto 5px auto;
	}

div#top_pmark p a{
	width: 90px;
	position: relative;
	top: 0px;
	left: 210px;
	}

div#seal{
	padding: 5px 0 0 20px;
	margin: -30px 0 0 0;
	border-top: dotted #ccc 1px;
	}

div#top_pmark p.vseal{
	width: 112px;
	margin: 0;
	float: left;
	}

div#top_pmark p.vsealtxt{
	width: 147px;
	float: right;
	margin-right: 15px;
	font-size: 85%;
	line-height: 130%;
	}

/* *********************************
２．右サイドコンテンツ rightside(sidebar)
********************************* */

/* サービスメニュー */
div#top_service{
	width: 479px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: #fff url(../images/top_service_bg02.gif) bottom left no-repeat;
	}

div#top_service h2{
	width: 479px;
	display: block;
	height: 13px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	text-indent: -9999px;
	background: #fff url(../images/top_service_bg01.gif) top left no-repeat;
	}

div#top_service p{
	width: 450px;
	margin: 10px auto;
	}

div#top_service li{
	width: 450px;
	margin: 5px auto;
	}

/* データ入力 */
div#data-entry{
	width: 479px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: #fff url(../images/top_new_bg02.gif) bottom left no-repeat;	
	}

div#data-entry h2{
	width: 479px;
	display: block;
	height: 13px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	text-indent: -9999px;
	background: #fff url(../images/top_new_bg01.gif) top left no-repeat;
	}

div#data-entry p{
	width: 450px;
	margin: 0px auto;
	}

div#data-entry li{
	width: 450px;
	margin: 0 auto;
	}

/* ニューリリース */
div#top_new{
	width: 479px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: #fff url(../images/top_new_bg02.gif) bottom left no-repeat;
	}

div#top_new h2{
	width: 479px;
	display: block;
	height: 13px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	text-indent: -9999px;
	background: #fff url(../images/top_new_bg01.gif) top left no-repeat;
	}

div#top_new p{
	width: 450px;
	margin: 0px auto;
	}

div#top_new li{
	width: 450px;
	margin: 0 auto;
	}

/* *********************************
３．clearfix
********************************* */

/* モダンブラウザ modern browsers */
div#seal:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
	}

/*for IE 5.5-7*/
div#seal{
    zoom:1;
		}
