/******************************************/

body{
	margin:0px;						/*初期値のリセット (0pxでも指定必要)*/
	padding:0px; 					/*初期値のリセット (0pxでも指定必要)*/
	text-align:center;				/*旧IEセンタリングバグ回避用*/
		background: url(10.jpg) center top repeat-y;		/*背景*/
	}
/******************************************/

a:link , a:visited{
	color: #37f;		    	/*リンクの色*/
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;	/*下線の設定*/
	}

/******************************************/

p{/*段落の設定*/
	margin: 0px;			/*初期値のリセット*/
	margin-bottom: 15px;	/*下の余白*/
	}
/******************************************/

.clear{/*分割の解除*/
	clear: both;}
/******************************************/
.bbr{/*大きな改行*/
	height: 60px;
	}
#baseBlock1{/*コンテンツ全体の設定*/
	font-family:"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Arial,Helvetica,MS UI Gothic, Osaka,ヒラギノ角ゴ Pro W3;/*フォントの設定*/
	margin-left:auto;       				/*センタリング設定用*/
	margin-right:auto;      				/*センタリング設定用*/
	color:#555;             				/*文字色の設定*/
	width:800px;	        				/*コンテンツ全体の幅*/
	text-align:left;	        			/*旧IEセンタリングバグ回避用。*/
	font-size:12px;      					/*文字サイズ*/
	background: url(9.jpg) 0px 0px no-repeat;/*背景*/
	}
#bg1{
	background: url(11.jpg) center bottom no-repeat;
	}
#baseBlock-for-business{
	font-family:"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Arial,Helvetica,MS UI Gothic, Osaka,ヒラギノ角ゴ Pro W3;/*フォントの設定*/
	margin-left:auto;       				/*センタリング設定用*/
	margin-right:auto;      				/*センタリング設定用*/
	color:#555;             				/*文字色の設定*/
	width:800px;	        				/*コンテンツ全体の幅*/
	text-align:left;	        			/*旧IEセンタリングバグ回避用。*/
	font-size:13px;      					/*文字サイズ*/
	background: url(busi.jpg) 0px 0px no-repeat;/*背景*/
	}
/******************************************/

#ptitle{/*タイトル部分*/

	width: 700px;
	background: url(.jpg) right no-repeat;

	}
h1{/*タイトル部分のフォント、文字位置の設定*/
	color: #666;				/*色*/
	margin:0px;		    		/*初期値のリセット*/
	padding:190px 15px 18px 45px;	/*余白*/
	font-size: 100%;
	}
/******************************************/

#top-menu{/*上部メニュー部分*/
	width: 700px;	/*幅*/
	height: 20px;	/*高さ*/
	margin-bottom: 30px;
	margin-left: 2px;
	}
#top-menu a{
	display: block;			/*ブロック要素に変更*/            
	height: 20px;			/*高さ*/
	text-align: center;
	font-size: 12px;
	font-weight: normal;

	color: #444;			/*文字色*/
	text-decoration: none;	/*文字装飾*/
	padding-top: 0px;		/*上の余白*/
	padding-right: 0px;
	}
#top-menu a:hover{
	 text-decoration: underline;				/*文字装飾*/
	 color: #36a;
	 }
#top-menu ul{
	margin: 0px;	/*初期値リセット*/
	padding: 0px;	/*初期値リセット*/

	}
#top-menu li{
	list-style: none;					/*リストマーク設定*/
	float: left;						/*回り込み*/
	margin: 0px;
	padding: 0px;
	width: 170px;
	}
/******************************************/

h2{/*見出しの設定*/
	color: #852;
	font-size: 100%;				/*初期値リセット*/
	font-weight:normal;				/*文字の太さ*/
	margin: 0px;					/*初期値リセット*/
	margin-bottom: 10px;			/*下の余白*/
	padding: 0px;					/*初期値リセット*/
	padding-left:9px;				/*左の余白*/}
h3{/*見出しの設定*/
	color: #852;
	font-size: 100%;				/*初期値リセット*/
	font-weight:normal;				/*文字の太さ*/
	margin: 0px;					/*初期値リセット*/
	margin-bottom: 10px;			/*下の余白*/
	padding: 0px;					/*初期値リセット*/
	padding-left:9px;				/*左の余白*/}
/******************************************/

.border{/*メインコンテンツの枠線と余白*/
	border: 1px solid #666;	/*枠線*/
	margin: 10px;			/*余白*/
	padding: 10px;			/*余白*/
	padding-right: 10px;
	padding-left: 15px;
	}
.border-tem{
	border: 1px solid #666;	/*枠線*/
	margin: 10px;			/*余白*/
	padding: 10px 20px 10px 20px;			/*余白*/
	text-align: center;
	}
#border-bg{/*背景素材のページ用1*/
	border: 1px solid #666;	/*枠線*/
	height: 400px;
	margin: 10px;
	text-align: center;
	}
#border-bg2{/*背景素材のページ用2*/
	border: 1px solid #666;	/*枠線*/
	height: 400px;
	margin: 10px;
	margin-top: 30px;
	text-align: center;
	}
#border-bg3{/*背景素材のページ用3*/
	border: 1px solid #666;	/*枠線*/
	height: 400px;
	margin: 10px;
	margin-top: 30px;
	text-align: center;
	}
.border-bg-img img{
	margin: 10px;
	}
.border-bg-img img{
	border: solid 1px #666;
	}
.border-white{
	background: #fff;
	color: #333;
	margin: 10px;			/*余白*/
	padding: 10px;			/*余白*/
	border: 1px solid #666;
	}
/******************************************/

.main-left{/*左のメインコンテンツ*/
	float: left;		/*回り込み*/
	width: 390px;		/*幅*/
	margin-top: -0px;
	}
/******************************************/

.main-right{/*右のメインコンテンツ*/
	float: right;	/*回り込み*/
	width: 390px;	/*幅*/
	}
#top-txt{/*右上部テキスト部分*/
	border: 1px solid #666;	/*枠線*/
	margin: 10px;			/*余白*/
	padding: 10px;			/*余白*/}

#top-txt h2{
	color: #555;
	}
/******************************************/

.border-bottom{
	text-align: left;
	margin: 10px;			/*余白*/
	padding: 10px;			/*余白*/
	}
.border-bottom a{
	font-weight: normal;
	font-size: 12px;
	}
.border-bottom ul{
	margin: 0px;
	margin-bottom: 40px;
	padding: 0px;
	list-style: none;
	background: url(menu-ul.gif) repeat-y;
	}
.border-bottom li{
	margin: 0px;
	padding: 0px;
	padding-left: 33px;
	margin-bottom: 10px;
	background: url(menu-li.gif) no-repeat;
	}
#li-last{
	background: url(menu-li-last.gif) no-repeat;
	}
.bottom-left{
	width: 380px;
	float: left;
	}
.bottom-right{
	width: 380px;
	float: left;
	}
.bottom-mg{
	margin-left: 5px;
	}
/******************************************/

#footer{/*ページ下部の設定*/
	clear:both;	      		/*floatによる回り込み解除*/
	text-align:right;		/*フッター文字を中心に配置*/
	color:#aaa ;		    	/*テキスト色*/
	font-size:0.8em;		/*テキストの大きさ*/
	padding-top: 20px;
	padding-bottom:5px;	/*下の余白*/
	padding-right:10px;		/*右の余白*/
	}
#footer a{
	color:#999;            	/*テキスト色*/
	text-decoration:none;	/*下線の設定*/
	}
/******************************************/	

img{
	padding: 5px;
	}
a img{/*画像リンクの設定*/
	border-style : none;	
	border-width : 0px;
	text-decoration : none;
	}
/******************************************/

html{/*スクロールバーの色の設定。Internet Explorerのみ適用されます*/
	scrollbar-face-color: #fff;	    	/* バーの色 */
	scrollbar-3dlight-color: #eee; 		/* 左上外側ライン */
	scrollbar-highlight-color: #ddd;	/* 左上内側ライン */
	scrollbar-shadow-color: #ccc;		/* 右下内側ライン */
	scrollbar-darkshadow-color: #bbb;	/* 右下外側ライン */
	scrollbar-arrow-color: #ccc;		/* 矢印 */
	scrollbar-track-color: #fff;		/* トラック部分 */
}
/******************************************/