@media screen {
	.posted    {color: #FF0000}
	.pre_post  {color: #00FF00}
	.off_post  {color: #0000FF}
}
@media print {
	.posted    {color: #000000}
	.pre_post  {color: #000000}
	.off_post  {color: #000000}
	.link_del  {display: none;}
}


.title1 {
	color: #000000;
	font-weight: bold;
	font-size: 24px;
	}
	
html{
overflow-y: scroll;
height: 100%;
}
body{
height: 100%;
font-size: 12px;
font-family: Verdana,Arial,Helvetica,sans-serif;
}
table td{
padding: 3px;
}

a, a:hover{
text-decoration: none;
}

#container{
width: 750px;
margin: 0 auto;
min-height: 100%;
border-left: 1px solid #dc366a;
border-right: 1px solid #dc366a;
}

* html #container{
height: 100%;
}

.border_table{
border: 1px solid #000000;
}
.border_table td{
border: 1px solid #000000;
}
.welcome .head{
background:url(../images/admin.gif);
height: 100px;
margin: 0;
padding: 0;
}
.welcome, .welcome a{
font-size: 12px;
color: #000000;
}
.welcome a{
padding-left: 20px;
background: url(../images/nav_arrow.gif) no-repeat;
line-height: 17px;
}

.welcome td{
padding: 5px;
text-align: center;
}
.welcome .user{
text-align: left;
}

.notice tr td{
padding: 5px 50px;
}

.notice .left {
display:inline;
float:left;
margin:5px 4px 5px 0;
width:350px;
}
.notice .right{
display:inline;
float:right;
margin:5px 4px;
width:200px;
text-align: right
}
.notice .top{
font-size: 14px;
}
.notice .main{
font-size: 16px;
}
@media screen {
	.notice .top{
	height: 42px;
	background: url(../images/notice_bg_top.jpg) no-repeat;
	}
	
	.notice .main{
	background: url(../images/notice_bg_main.jpg) repeat-y;
	min-height: 70px;
	display: block;
	}
	* html .notice .main{
	height: 70px;
	}
	.notice .bottom{
	height: 40px;
	background: url(../images/notice_bg_bottom.jpg) no-repeat;
	}
}


@media print {
	.notice{
	border: 1px solid #000000;
	}
}


#txtDeleteDay{
width: 150px;
}

.sangendo{
color: #dc366a;
}
