/* 基本設定 */

*{
	Margin:0px;
	Padding:0px;
	Font-Size:12px;
}
a{
	Text-Decoration:none;
}
a img{
	Border:none;
}

body{
	
}

table{
	border-collapse:collapse;
}

table td,table th{
	border-collapse:collapse;
}

/* 大枠組 */

table#all-in{
	Width:100%;
	Height:100%;
}

table#all-in td{
	Width:100%;
	Height:100%;
	Vertical-Align:middle;
	Text-Align:center;
}

div#all-in2{
	Width:800px;
	Margin:0px auto 0px;
	Text-Align:left;
}

div#t_bar{
	Width:800px;
	Height:30px;
	Font-Weight:bold;
	Display:table-cell;
	Vertical-Align:Bottom;
	Padding:4px;
}
div#b_bar{
	Width:800px;
	Height:30px;
	Display:table-cell;
	Vertical-Align:Bottom;
	Text-Align:right;
	Padding:4px;
}

#maind{
	Background-Color:#ffffff;
	Height:400px;
}

/* 色 */
div#t_bar,div#b_bar{
	Color:#90c2db;
	Background-Color:#135677;
}
body{
	Background-Color:#e3e3e3;
}
