@charset "EUC-JP";

/*
---------------------------------------------------------------------
2007.4/10
---------------------------------------------------------------------
*/

/*初期設定
----------------------------------------------------------------*/

*{
  margin:0;
  padding:0;
}

body {
	margin:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif, "ヒラギノ角ゴ Pro W3";
	color: #444;
	font-size:12px;
	line-height:20px;
	text-align:center;
	background-color:#1c1c1c;
}
h1,h2,h3,h4,h5,p{
	margin:0;
	padding:0;
	font-size:12px;	
	line-height:20px;
	font-weight:100;	
	}
td{
	color: #333333;
	font-size:12px;
	line-height:20px;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif, "ヒラギノ角ゴ Pro W3";	
	margin:0;
	padding:0;	
	}
form,select,input {
	margin:0 5px 0 0;
	padding:0;
	}	
img {
	margin:0px;
	padding:0px;
	border:0px;
	}
ul,li {
	list-style:none;
	}	

a{
	color:#3366CC;
	text-decoration:none;	
	}
a:hover{
	color:#FF9900;
	text-decoration:none;
	}	


/*ページの先頭に戻る .up
----------------------------------------------------------------*/	

.up {
	font-size:10px;
	line-height:15px;
	text-align:right;	
	padding:20px 30px;
	}
	
.up a{
	color:#777777;
	text-decoration:none;	
	}
.up a:hover{
	color:#FF9900;
	text-decoration:none;
	}	

.up2 {
	font-size:10px;
	line-height:15px;
	padding:5px 0px;
	text-align:right;
	}
	
.up2 a{
	color:#777777;
	text-decoration:none;	
	}
.up2 a:hover{
	color:#FF9900;
	text-decoration:none;
	}	

/*文字サイズ、装飾
----------------------------------------------------------------*/		

.txt11{
	font-size:11px;
	}
.txt12{
	font-size:12px;
	}
.txt13{
	font-size:13px;
	}
.txt14{
	font-size:14px;
	}
.txt15{
	font-size:15px;
	}
		
.bold{
	font-weight:bold;
	}
.cap{
	font-size:11px;
	line-height:15px;	
	font-weight:100;
	}
						
.red{
	color:#FF0000;
	}			
.orange{
	color:#FF6600;
	}
.blue{
	color:#003399;
	}		
.green {
	color:#5b9000;
	}
.brown{
	color:#663333;
	}		
.pink{
	color:#FF33CC;
	}							
.gray{
	color:#666666;
	}	
	
.center{
	text-align:center;
	margin:0 auto;
	}			
				
.dot_txt{
	background-image:url(../common_img/dot_txt01.gif);
	background-repeat:repeat;
	line-height:22px;
	}		
.dot_line1{
	background-image:url(../common_img/dot_line01.gif);/* 01~02 */
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:3px;
	}
.dot_line2{
	background-image:url(../common_img/dot_line04.gif);/* 03~04 */
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:3px;
	}
.arw1{
	background-image:url(../common_img/arrow01.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
	padding:0 0 5px 10px;
	}	
.arw2{
	background-image:url(../common_img/arrow02.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding:0 0 5px 15px;
	}	
.arw3{
	background-image:url(../common_img/arrow03.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
	padding:0 0 5px 10px;
	}																						
	
/*フロート関係
----------------------------------------------------------------*/	
.clear {
	clear:both;
	}	
.flo_l{
	float:left;
	width:auto;
	margin:0;
	}	
.flo_r{
	float:right;
	width:auto;
	margin:0;
	}		
.ph_left{
	float:left;
	width:auto;
	margin:0px 10px 0px 0;
	}	
.ph_right{
	float:right;
	width:auto;	
	margin:0 0px 0 10px;
	}	
	
	
/*マージン
----------------------------------------------------------------*/	
.mb05{
	margin-bottom:5px;
	}
.mb10{
	margin-bottom:10px;
	}	
.mb15{
	margin-bottom:15px;
	}		
.mb20{
	margin-bottom:20px;
	}		
.mb30{
	margin-bottom:30px;
	}			
.mt05{
	margin-top:5px;
	}
.mt10{
	margin-top:10px;
	}	
.mt15{
	margin-top:15px;
	}		
.mt20{
	margin-top:20px;
	}				
.mt30{
	margin-top:30px;
	}	
.ml05{
	margin-left:5px;
	}			
.ml10{
	margin-left:10px;
	}			
.ml15{
	margin-left:15px;
	}			
.ml20{
	margin-left:20px;
	}		


/*インデント
----------------------------------------------------------------*/	
.ind05{
	padding:0 5px;
	}
	
.ind10{
	padding:0 10px;
	}




/*ラッパー
----------------------------------------------------------------*/
#WRP{
	width:660px;
	text-align:left;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background-color:#1c1c1c;	
	}
#HEAD {
	background-color:#1c1c1c;
	}
	
#HEAD h1{
	padding:30px 0 10px 0;
	float:left;
	}	
	
#HEAD p {
	padding:30px 10px 10px 0;
	float:right;
	}		
	
#MAIN {
	background-color:#f9f7f3;
	padding-bottom:10px;
	}	
#MAIN h2{
	padding:10px;
	}	

.entry {
	width:590px;
	margin:0 auto;
	background-image:url(../../common_img/dot_line01.gif);/* 01~02 */
	background-position:bottom;
	background-repeat:repeat-x;
	padding:15px 0;
	}
	
.title{
	float:left;
	width:150px;
	}
.title h3{
	font-size:14px;
	font-weight:bold;
	border-left:solid 4px #d5b983;
	padding:2px 0 2px 8px;
	}		
	
.txt{
	float:left;
	width:440px;
	}		
.txt p{
	padding:4px 0 0 0;
	line-height:18px;
	}	
	
.txt strong{
	color:#990000;
	}	
