/*--------------------------
	base
--------------------------*/
*{
	margin: 0;
	padding: 0;
	line-height: 1.33;
	border: 0px none;
}

h1{
font-size:11px;
padding:5px 0 0 5px;
font-weight:bold;
}

/*--------------------------
	for nn4
--------------------------*/
div, td, th, p, caption, li, address{
	/*font-size: 12px;*/
	color:#000000;
}
p, li{
	line-height: 1.33;
}


/*--------------------------
	Anchor
--------------------------*/
a{
	text-decoration:none;
}
a:visited, a:active, a:link{
	color:#333333;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
#mainbox a{
	color: blue;
	text-decoration:underline;
}
#mainbox a:hover{
	color:#333333;
	text-decoration:none;
}


/*--------------------------
	Table
--------------------------*/
table, tr, th, td{
	border-collapse: collapse;
}


/*--------------------------
	Layout
--------------------------*/
body{
	text-align: center;
	background: url(../img/01.png);
}

#container{
	position: relative;
	width: 750px;
	text-align: left;
	margin: 10px auto;
	border: 1px solid black;
	background-color: #ffffff;



}
#header, #navi, #content, #footer{
	width: 750px;
}
#leftbox{
	background-color: #e6e6c8;
	width: 180px;
	vertical-align: top;
	text-align: center;
	padding: 10px 0;
}
#mainbox{
	background-color: #ffffff;
	width: 420px;
	vertical-align: top;
	text-align: center;
	padding: 10px 0;
}
#rightbox{
	width: 150px;
	background-color: #e6e6e6;
	vertical-align: top;
	text-align: center;
	padding: 10px 0;
}


/*--------------------------
	content Layout
--------------------------*/
.top{
	width: 750px;
}
.left{
	width: 165px;
	margin: 0 auto;
}
.main{
	width: 410px;
	margin: 0 auto;
}
.right{
	width: 140px;
	margin: 0 auto;
}


/*--------------------------
	design Layout
--------------------------*/
.orange{
	color: #f08200;
}
.blue{
	color: #0000ff;
}
.separated{
	margin: 0 10px;
}
.pankuzu{
	padding: 0 10px;
}


/*--------------------------
	bordered table Layout
--------------------------*/
.bordered{
	border: 1px solid #555555;
	text-align: center;
	line-height: 200%;
}
.bordered td{
	border: 1px solid #555555;
	line-height: 200%;
}
.bordered th{
	background-color: #eeeeee;
	border: 1px solid #555555;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bordered td td{
	border: 0px none;
}
.ls10{
	text-align: left;
	padding-left: 10px;
}
.rs3{
	text-align: right;
	padding-right: 3px;
}
.rs10{
	text-align: right;
	padding-right: 10px;
}
.rs20{
	text-align: right;
	padding-right: 20px;
}


/*--------------------------
	popup Layout
--------------------------*/
.popup{
	text-align: center;
	color: #f08200;
	padding: 5px;
}
.popupelement{
	border: 1px solid blue;
	background-color: #ffffff;
}

.iconbox{
	width: 132px;
	height: 126px;
	vertical-align: bottom;
	text-align: left;
	margin: 0;
	padding: 0;
}

.calendar_b img a{
border:1px solid #CCC;
}
.calendar_b img a:hover{
border:1px solid #FCC;
}
/*--------------------------
	font
--------------------------*/
.link1{font-size:10px;}