body{/*全体的な設定*/
	margin:0px; 		/*全体の余白*/
	text-align:center;	/*センタリングIEバグ回避用*/
	background:#fff url() left repeat-y;	/*全体の背景の設定*/
}

/******************************************/
a:link , a:visited , a:hover , a:active{/*リンクフォントの設定*/
	color: #aaf;		    	/*リンクの色*/
	text-decoration: underline;	/*リンク下線の設定。underlineで下線有り。noneで下線無し。*/
}
/******************************************/
#baseBlock1{/*コンテンツ全体の設定*/
	font-family:Verdana, "Tahoma,Arial,sans-serif,ＭＳ Ｐゴシック",MS UI Gothic, Osaka;/*フォントの設定*/
	color:#666;             		/*文字色の設定*/
	border-right:1px solid #999;		/*右枠線の設定*/
	border-left:1px solid #999;		/*左枠線の設定*/
	border-bottom:1px solid #999;		/*下枠線の設定*/
	margin-left:auto;       		/*センタリングのための左の余白*/
	margin-right:auto;      		/*センタリングのための右の余白*/
	width:1000px;	        		/*コンテンツ全体の幅*/
	text-align:left;	        	/*IEセンタリングバグ回避用。*/
	background:url() left #fff repeat-y;	/*コンテンツ背景関係*/
	font-size: 14px;      		/*文字サイズ*/
	line-height: 130%;			
}
/******************************************/
#title{/*タイトル部分*/
	width:1000px;        	    	/*タイトル部分の幅*/
	height:100px;       	    	/*タイトル部分の高さ*/
	margin-top: 10px;               /*タイトル部分の上余白*/
	border-bottom:1px solid #999;	/*タイトル下枠部分線の設定*/
	background-image: url(img/top/head3.jpg);/*タイトル部分の背景設定*/
	}

/******************************************/
#title h1{/*タイトル部分のフォント、文字位置の設定*/

	font-size:14px;		/*タイトル文字の大きさ 1emでbaseBlock1のfont-sizeと同じ大きさになります*/
	color:#0033cc;		    	/*タイトル文字の色*/
	padding-top:10px;		/*文字上側の余白*/
	padding-left:30px;		/*文字左側の余白*/
	margin:0px;		    	/*Firefoxでの余分な余白を削除*/
	}
#title h1 a:link , a:visited , a:hover , a:active{/*リンクフォントの設定*/		    	/*リンクの色*/
	color:#0033cc;
	text-decoration: none;	/*リンク下線の設定。underlineで下線有り。noneで下線無し。*/
}	

/******************************************/
#title h2{/*タイトル部分のフォント、文字位置の設定*/
	font-size:16px;		/*タイトル文字の大きさ 1emでbaseBlock1のfont-sizeと同じ大きさになります*/
	color:#FF6600;		    	/*タイトル文字の色*/
	padding-top:-10px;		/*文字上側の余白*/
	padding-left:450px;		/*文字左側の余白*/
	margin:0px;		    	/*Firefoxでの余分な余白を削除*/
	}
#title h2 a:link , a:visited , a:hover , a:active{/*リンクフォントの設定*/		    	/*リンクの色*/
	color:#FF6600;
	text-decoration: none;	/*リンク下線の設定。underlineで下線有り。noneで下線無し。*/
}	

/******************************************/
#main{/*メインコンテンツ部分の位置設定*/
	width:780px;			/*メインコンテンツの幅*/
	float:left;			/*メインコンテンツ位置設定*/
	padding-top:10px;		/*文字上部の余白*/
	padding-bottom:0px;		/*フッターとの間隔*/
	background:url() center top no-repeat;	/*背景設定*/
	}
/******************************************/
#maintext{/*IEとfirefoxのズレ対策用*/
	padding-left:30px;	/*文字左側の余白。左右メニューとの位置のバランスをここで取っています*/
	padding-top:0px;	/*上側との余白*/
	}
/******************************************/
#menu{/*メニュー１部分の設定。初期設定では左メニュー部分となっています*/
	width:200px;       	/*メニュー１の幅*/
	float:left;    		/*メニュー１位置設定*/
	font-size:12px;	/*メニュー1の文字サイズ*/
	background-image: url(img/top/right_menu.gif);	/*メニュー1部分の背景の設定*/
	text-align:left;	/*文字位置の設定*/
	}
/******************************************/
#menutext{/*IEとfirefoxのズレ対策用*/
	padding-left:12px;	/*メニュー1と枠との間隔の設定*/
}
/******************************************/
#menu a{/*メニュー1リンクテキスト部分の設定*/
	color:#6633cc; 		/*テキストの色*/
	padding-left: 30px;
	}
/******************************************/
.m-title{/*メニュータイトルの設定。メニュー１とメニュー2で共有の部分となります*/
	height:20px;      		/*高さ*/
	font-size:14px;	        /*テキストサイズ*/
	border:1px solid #aaa;		/*枠線の設定*/
	color:#6666CC;			/*テキスト色*/
	margin:10px;			/*全体的な余白*/
	background-image: url(img/top/10.jpg);	/*メニュータイトル部分背景*/
	padding-top: 5px;
	text-align:center;	/*文字位置の設定*/
	}
	
/******************************************/

#maintext h3{/*ページの見出しに使用*/
	height:30px;      		/*高さ*/
	font-size:16px;	        /*テキストサイズ*/
	color:#0033FF;			/*テキスト色*/
	background-image: url(img/top/new_b4.gif);	/*メニュータイトル部分背景*/
	background-repeat:repeat-y;
	text-align:left;	/*文字位置の設定*/
	line-height: 200%;
	margin-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	}
	
/******************************************/	
#maintext p{/*ページ記載内容に使用*/
	height:500px;      		/*高さ*/
	font-size:14px;	        /*テキストサイズ*/
	color:#666666;			/*テキスト色*/
	text-align:left;	/*文字位置の設定*/
	padding-top: 10px;
	padding-left: 10px;
	line-height: 130%;
	margin-top: -15px;
	}

/******************************************/

#footer a{	            	/*ページ下部のリンクテキストのフォント設定*/
	color:#777;            	/*テキスト色*/
	text-decoration:none;	/*下線の設定*/
	}
/******************************************/
#footer{/*ページ下部の設定*/
	clear:both;	      		/*floatによるメインコンテンツとメニュー分割の終了*/
	width:1000px;			/*ページ下部の幅*/
	text-align:center;		/*フッター文字を中心に配置*/
	color:#777;		    	/*テキスト色*/
	font-size:12px;		/*テキストの大きさ*/
	border-top:solid 1px #999;	/*メインコンテンツとの境界線*/
	}
/******************************************/
a img{/*画像リンクの設定　余分な物を削除してあります*/
	border-style : none;
	border-width : 0px;	
	text-decoration : none;
	}
/******************************************/


.style1 {color: #0000FF}
.honbun {
	FONT-SIZE: 14px;
	COLOR: #333333;
	line-height: 130%;
	padding:5px 5px 5px 5px;
}
.midashi_2 {
 font-family : ＭＳ ゴシック
}
.gyokan {
 letter-spacing : 3px
}
.sample {
 border : 0px ;
 width : 93% ;
 font-size: 14px;
 padding-top : 5px ;
 padding-bottom : 30px ;
}
.sample_2 {
	border : 1px white solid;
	width : 85%;
	height : 58px;
	margin-left : 50px;
	font-size: 14px;
	COLOR: #333333;
	font-weight: 150%;
	padding-bottom : 50px ;
}
.sample_3 {
 border : 0px ;
 width : 93% ;
 font-size: 14px;
 padding-top : 5px ;
 padding-left : 5px ;
 padding-bottom : 50px ;
}
.sample_4 {
 border : 0px ;
 width : 93% ;
 font-size: 14px;
 padding-top : 5px ;
 padding-left : 5px ;
}
.sample_5 {
 border : 1px black solid ;
 width : 70% ;
 height : 80% ;
 font-size: 14px ;
 margin-top : 10px ;
 margin-bottom : 5px ;
 margin-left : 60px ;
 margin-right : 60px ;
 padding-top : 10px ;
 padding-left : 30px ;
 padding-right : 30px ;
 padding-bottom : 10px ;
}
.sample_6 {
 
 width : 90% ;
 height : 80% ;
 font-size: 14px ;
 padding-top : 10px ;
 padding-left : 30px ;
 padding-right : 30px ;
 padding-bottom : 10px ;
}
.cap {
	FONT-SIZE: 12px;
	COLOR: #666666;
	border-top-style: none;

}
A {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: underline
}
A:link {
	COLOR: blue
}
A:visited {
	COLOR: #AA3941
}
.honbun-bold {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #333333; LINE-HEIGHT: 18px
}
.honbun-white-a{
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	top: 10px;
	right: 20px;
	bottom: 5px;
}
.honbun-white {
	FONT-SIZE: 14px;
	COLOR: #ffffff;
	top: 10px;
	right: 20px;
	bottom: 5px;
}
.midashi {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #6699FF;
	line-height: 25px;

}
.midashi2 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #009900; LINE-HEIGHT: 20px
}
.honbun-bule {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; LINE-HEIGHT: 18px
}
.honbun-bule1 {
	FONT-SIZE: 14px; COLOR:#0066CC}
	
.honbun-wide {
	FONT-SIZE: 12px;
	COLOR: #333333;
}
.honbun-wide-bold {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #333333; LINE-HEIGHT: 22px
}
.midashi-black {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #333333; LINE-HEIGHT: 20px
}
.honbun-white-title {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #ffffff
}
.honbun-red {
	FONT-SIZE: 14px; COLOR: #ff0000; LINE-HEIGHT: 18px
}
.honbun-title {
	FONT-WEIGHT: normal; FONT-SIZE: 13px; COLOR: #333333
}
.honbun-white-title-bold {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ffffff
}
.honbun-navi {
	FONT-SIZE: 11px; COLOR: #333333
}
.honbun-red-bold {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ff0000; LINE-HEIGHT: 18px
}
.honbun-light {
	FONT-SIZE: 12px; COLOR: #666666; LINE-HEIGHT: 18px
}
.list {
	LIST-STYLE-IMAGE:  url("../img/bikuri.gif")
}
.honbun-nomal {
	FONT-SIZE: 12px; 
	COLOR: #333333;
	font-weight: 150%;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
}
.copy {
	font-size: 10px;
	color: #666666;
}
.midashi-orange {

	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #FF6633;
	line-height: 25px;
}
.img-left {
	float: left;
}
.img-right {
	float: right;
	padding: 3px;

}
.komidashi {

	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #333333; LINE-HEIGHT: 20px
}
.komidashi-bule {


	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #0066CC; LINE-HEIGHT: 20px
}
.midashi-white {

	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #FFFFFF; LINE-HEIGHT: 20px
}


.style11 {
	color: #CC0066;
	font-size: 12px;
}

.style13 {
	color: #FF0033;
	font-size: 13px;
}

.nisyou {
	color:#333333;
	font-size:14px;
	line-height: 130%;
	padding: 5px 5px 5px 20px;
}
