@charset "shift_jis";


/* デフォルトスタイル */

html {
	height: 100%;
	/* Mac IE 5.x */
	/*\*//*/
	height: auto;
	/**/
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #EEE;
	
	height: 100%;
	/* Mac IE 5.x */
	/*\*//*/
	height: auto;
	/**/
}

table, tr, th, td, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, strong, em, div, span {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style-type: none;
	border-collapse: collapse;
}

td {
	line-height: 150%;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, dl, dt, dd, strong, em, div, span {
	margin: 0px;
	padding: 0px;
}


/* 基本フレーム */

.Container {
	margin: 0 auto;
}


/* リンクテキスト */

a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #909;
	text-decoration: none;
}
a:hover {
	color: #009;
	text-decoration: underline;
}

.A1:link {
	color: #333;
	text-decoration: none;
}
.A1:visited {
	color: #333;
	text-decoration: none;
}
.A1:hover {
	color: #009;
	text-decoration: underline;
}


/* 汎用スタイル */

.FsM1Lh1Ls2 {
	font-size: 80%;
	line-height: 100%;
	letter-spacing: 1px;
	/* Mac IE 5.x */
	/*\*//*/
	letter-spacing: 0px;
	/**/
}
.FsP1FwB {
	font-size: 120%;
	font-weight: bold;
}

.FwB {
	font-weight: bold;
}
.TaJ {
}

.Fc1 {
	color: #D90000;
}

.Fc2 {
	color: #FFF;
}

.Fc3 {
	color: #E76F00;
}

.Fc4 {
	color: #009;
}

.Bc1 {
	background-color: #FFF;
}
.BgPR1 {
	background-position: left top;
	background-repeat: repeat-y;
}

.BgPR2 {
	background-position: left bottom;
	background-repeat: repeat-x;
}

.BgPR3 {
	background-position: left center;
	background-repeat: repeat-x;
}

.Ti1 {
	text-indent: -0.7em;
}

.Pd1 {
	padding: 0px 0px 0px 20px;
}

.Pd2 {
	padding: 0px 0px 0px 30px;
}

.Pd3 {
	padding: 0px 0px 0px 40px;
}

.Lgl1 {
	layout-grid-line: 1.5; /* for IE inline img line-height */
}


h3.komidasi {
	padding: 2px;
	padding-left: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #fd0000;
}
.title {
	padding-left: 10px;
	font-size: 10px;
	padding-right: 10px;
	border: 1px solid #999;
	width: 100px;
	text-align: center;
	margin-bottom: 15px;
}

