@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #003399;
	text-align: center;
	background-image: url(img/back.jpg);
	background-repeat: repeat-x;
	}

body,td,select,input,textarea {
	font-size: 12px;
	line-height: 130%;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 1px;
}	




/*テキスト設定
-------------------------------------------------*/	
.t10 {
	font-size: 10px;
	line-height: 14px;
	}	
	
.t4 {
	font-size: 4px;
	line-height: 4px;
	}	
	

	
.komidasi_box {
	background-image: url(img/komidasiback.gif);
}
	
.text_box2 {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 10px;
}
		
/*カラー設定
-------------------------------------------------*/	
.green {
	color: #006600;
	}	

.orange {
	color: #FF6600;
	}	

.white {
	color: #FFFFFF;
	}	
.blue{
	color: #0066CC;
	}	
.probox {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.rebox {
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.newsbox {
	left: 19px;
	position: relative;
	width: 492px;
	background-image: url(img/newback.jpg);
	background-repeat: repeat-y;
	top: 5px;
}

/* 点線
---------------------------------------------------- */
.line01{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
