
/* -------------------------------------------- bace style */

/* 画面全体の余白・色 */
body { 
	margin: 0px;
	padding: 0px;
	text-align: center;
	
	color: #333300;
	background-color: #ffffff;
	}

/* 基本文字色・サイズ */
body,td { 
	font-size: 95%;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", "ＭＳ ゴシック", "Osaka", "Osaka-等幅","MS UI Gothic";
	}

/* 基本文字（固定）設定 */
.mini  { font-size: 8pt; line-height: 130%;}
.small { font-size: 10pt; line-height: 140%;}
.large { font-size: 11pt; line-height: 130%;}
.big   { font-size: 15pt; line-height: 120%;}

/* 基本文字（変動）設定 */
.mini01  { font-size: 70%; line-height: 130%;}
.small01 { font-size: 80%; line-height: 150%; letter-spacing: 0.1em;}
.large01 { font-size: 100%; line-height: 150%;}
.big01   { font-size: 110%; line-height: 140%;}

/* 基本リンク時設定 */
a.:link    { text-decoration:none;}
a.:visited { text-decoration:none;}
a.:active  { text-decoration:none;}
a.:hover   { text-decoration:underline;}

/* 枠の設定 */
.back { 
	font-size: 11pt;
	line-height: 130%;
	border-width: 0px 3px 3px 0px;
	border-style: solid; 
	border-color: #333300;
	}


/* -------------------------------------------- 御堂筋 */

/* （御堂筋）リンク時設定 */
a.midosuji:link    { color:#006600; text-decoration:none;}
a.midosuji:visited { color:#006600; text-decoration:none;}
a.midosuji:active  { color:#66ff99; text-decoration:none;}
a.midosuji:hover   { color:#990000; text-decoration:underline;}

/* アンダーライン */
.line01 {
	font-size: 11pt;
	line-height: 130%;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	border-color: #606060;
	}

/* -------------------------------------------- 窓 */

/* （窓）リンク時設定 */
a.mado:link    { color:#000066; text-decoration:none;}
a.mado:visited { color:#000066; text-decoration:none;}
a.mado:active  { color:#33cccc; text-decoration:none;}
a.mado:hover   { color:#669900; text-decoration:underline;}

.line_mado {
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #000000;
	}

/* -------------------------------------------- 昼めし */

/* テーブル罫線設定 */
.meshi01 {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	}

/* リンク時設定 */
a.meshi02:link    { color:#006600; text-decoration:none; font-weight: bold;}
a.meshi02:visited { color:#006600; text-decoration:none; font-weight: bold;}
a.meshi02:active  { color:#ffcc33; text-decoration:none;}
a.meshi02:hover   { color:#ff6600; text-decoration:none;}

