/*HTML Project2とCrescentEveというフリーソフトを使用して編集しています。メモ帳等だとコメント部分がずれたりしますがご了承ください。

ダウンロードありがとうございました。*/
/******************************************/

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;		/* トラック部分 */
	}
/******************************************/

body{
	margin:0px;							/*初期値のリセット (0pxでも指定必要)*/
	padding:0px; 						/*初期値のリセット (0pxでも指定必要)*/
	text-align:center;					/*旧IEセンタリングバグ回避用*/
	}
/******************************************/

a:link , a:visited{
	color: #aaa;		    	/*リンクの色*/
	text-decoration: underline;	/*下線の設定*/
	}
a:hover , a:active{
	color: #5af;		    	/*リンクの色*/
	text-decoration: underline;	/*下線の設定*/
	}
a img{
	border-style : none;		/*枠線*/
	border-width : 0px;			/*枠線の幅*/
	text-decoration : none;
	}
/******************************************/

p{/*段落の設定*/
	margin: 0px;			/*初期値のリセット*/
	margin-bottom: 19px;	/*下の余白*/
	}
/******************************************/

.clear{/*分割の解除*/
	clear: both;
	}
/******************************************/

#baseBlock1{/*コンテンツ全体の設定*/
	font-family:"ＭＳ ゴシック","ヒラギノ角ゴ Pro W3",Arial,Helvetica,MS UI Gothic, Osaka,ヒラギノ角ゴ Pro W3;/*フォントの設定*/
	margin-left:auto;       						/*センタリング設定用*/
	margin-right:auto;      						/*センタリング設定用*/
	margin-top: 0px;								/*上の余白*/
	text-align:left;	        					/*旧IEセンタリングバグ回避用。*/
	color: #555;									/*文字色*/
	font-size:12px;      							/*文字サイズ*/
	width: 900px;									/*幅*/
	line-height: 1.585;								/*行間*/
	}
.bg1{
	background: url(2.gif) no-repeat 37px 390px;	/*背景*/
	width: 900px;									/*幅*/
	}
.bg2{
	background:url(1.jpg) 150px top no-repeat;		/*背景*/
	width: 900px;									/*幅*/
	}
.bg3{
	background: url(3.jpg) top center repeat-y;		/*背景*/
	width: 900px;									/*幅*/
	}
.bg4{
	background: url(1.gif) 40px 120px no-repeat;	/*背景*/
	width: 900px;									/*幅*/
	}
.bg5{
	background: url(4.jpg) no-repeat center bottom;	/*背景*/
	width: 900px;									/*幅*/
	}
/******************************************/

#title{
	height: 135px;						/*高さ*/
	margin-bottom: 10px;				/*下の余白*/
	}
h1{/*タイトル部分のフォント、文字位置の設定*/
	font-size: 130%;					/*タイトル文字の大きさ*/
	font-weight: normal;				/*文字の太さ*/
	color: #555;						/*色*/
	margin:0px;		    				/*余白*/
	padding:80px 30px 0px 200px;		/*余白*/
	}
/******************************************/

#pd{
	padding:0px 185px 0 30px;		/*余白*/
	}
#main-right{
	width: 440px;					/*幅*/
	float: right;					/*右に配置*/
	}
#main-right a{
	color: #38c;					/*文字色*/
	}
#main-right-mg{
	margin-left: 13px;				/*左の余白*/
	}
/******************************************/
	
#main-left{
	width: 180px;					/*幅*/
	float: left;					/*左に配置*/
	color: #aaa;					/*文字色*/
	}
#main-left a{
	text-decoration: none;			/*下線*/
	}
#main-left-mg{
	margin-right: 10px;				/*右の余白*/
	}
#one{
	margin: 15px 0 0 50px;			/*余白*/
	height: 18px;					/*高さ*/
	overflow: hidden;				/*はみ出た部分の処理*/
	}
#two{
	margin: 8px 0px 0 30px;			/*余白*/
	height: 18px;					/*高さ*/
	overflow: hidden;				/*はみ出た部分の処理*/
	}
#three{
	margin: 50px 0px 0 45px;		/*余白*/
	height: 18px;					/*高さ*/
	overflow: hidden;				/*はみ出た部分の処理*/
	}
#four{
	margin: 70px 0px 0 45px;		/*余白*/
	height: 18px;					/*高さ*/
	overflow: hidden;				/*はみ出た部分の処理*/
	}
#five{
	margin: 10px 0px 0 55px;		/*余白*/
	height: 18px;					/*高さ*/
	overflow: hidden;				/*はみ出た部分の処理*/
	}
#six{
	margin: 37px 0px 0 50px;		/*余白*/
	height: 130px;					/*高さ*/
	overflow: hidden;				/*はみ出た部分の処理*/
	}
#seven{
	margin: 37px 0px 0 55px;		/*余白*/
	height: 130px;					/*高さ*/
	overflow: hidden;				/*はみ出た部分の処理*/
	}
/******************************************/

#footer{/*ページ下部の設定*/
	clear:both;	      				/*floatによる回り込み解除*/
	text-align:right;				/*文字位置*/
	padding: 30px 190px 15px 100px;	/*余白*/
	}
#footer a{
	color:#aaa;            			/*テキスト色*/
	font-size: 90%;					/*文字サイズ*/
	text-decoration:none;			/*下線の設定*/
	}
/******************************************/
