@charset "UTF-8";



/* base
----------------------------------------------- */
body {
	margin: 0 0 25px;
	padding: 0;
	color: #505050;
	font-family: Verdana,"Hiragino Kaku Gothic Pro","MS PGothic",sans-serif;
}


/* script error
----------------------------------------------- */
#scripterror {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	color: #e63232;
	font-weight: bold;
	border-bottom: 2px solid #969696;
	background: #fff596;
}
#scripterror p {
	padding: 10px;
}


/* page body
----------------------------------------------- */
#pagebody {
	display: inline-block;
	width: 760px;
}
#pageleft {
	float: left;
	width: 150px;
}
#pageright {
	float: right;
	width: 610px;
}
#pagebody:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


/* mammotv
----------------------------------------------- */
html>/**/body #mammotv a {
	display: inline-block;
}
#mammotv a {
	display: block;
	width: 150px;
	height: 130px;
	text-indent: -9999px;
	background: url(../common/mammotv.gif) no-repeat;
}


/* number
----------------------------------------------- */
#number {
	margin: 25px 0 0;
	width: 150px;
	text-align: center;
}
#number img {
	margin: 0 0 0 1px;
}
#date {
	margin: 10px 0 0;
	width: 150px;
	text-align: center;
}
#date img {
	margin: 0 1px 0 0;
}


/* menu
----------------------------------------------- */
#menu ul {
	margin: 20px 0 0;
}
#menu li {
	padding: 2px 0 0;
	background: url(../common/border.gif) no-repeat left top;
}
html>/**/body #menu a {
	display: inline-block;
}
#menu a {
	display: block;
	width: 150px;
	height: 35px;
	text-indent: -9999px;
}
#m01 a { background: url(../common/m01.gif) no-repeat 0 0; }
#m02 a { background: url(../common/m02.gif) no-repeat 0 0; }
#m03 a { background: url(../common/m03.gif) no-repeat 0 0; }
#m04 a { background: url(../common/m04.gif) no-repeat 0 0; }
#m05 a { background: url(../common/m05.gif) no-repeat 0 0; }
#m01 a:hover { background: url(../common/m01.gif) no-repeat -150px 0; }
#m02 a:hover { background: url(../common/m02.gif) no-repeat -150px 0; }
#m03 a:hover { background: url(../common/m03.gif) no-repeat -150px 0; }
#m04 a:hover { background: url(../common/m04.gif) no-repeat -150px 0; }
#m05 a:hover { background: url(../common/m05.gif) no-repeat -150px 0; }
#m01 .this,#m01 .this:hover { background: url(../common/m01.gif) no-repeat -300px 0; }
#m02 .this,#m02 .this:hover { background: url(../common/m02.gif) no-repeat -300px 0; }
#m03 .this,#m03 .this:hover { background: url(../common/m03.gif) no-repeat -300px 0; }
#m04 .this,#m04 .this:hover { background: url(../common/m04.gif) no-repeat -300px 0; }
#m05 .this,#m05 .this:hover { background: url(../common/m05.gif) no-repeat -300px 0; }


/* side menu
----------------------------------------------- */
#sidemenu {
	padding: 10px 0 0 0;
	background: url(../common/border.gif) no-repeat left top;
}
html>/**/body #sidemenu a {
	display: inline-block;
}
#sidemenu a {
	display: block;
	width: 150px;
	height: 21px;
	text-indent: -9999px;
}
#sm01 a { background: url(../common/sm01.gif) no-repeat 0 0; }
#sm02 a { background: url(../common/sm02.gif) no-repeat 0 0; }
#sm03 a { background: url(../common/sm03.gif) no-repeat 0 0; }
#sm04 a { background: url(../common/sm04.gif) no-repeat 0 0; }
#sm01 a:hover { background: url(../common/sm01.gif) no-repeat -150px 0; }
#sm02 a:hover { background: url(../common/sm02.gif) no-repeat -150px 0; }
#sm03 a:hover { background: url(../common/sm03.gif) no-repeat -150px 0; }
#sm04 a:hover { background: url(../common/sm04.gif) no-repeat -150px 0; }
#sm01 .this,#sm01 .this:hover { background: url(../common/sm01.gif) no-repeat -300px 0; }
#sm02 .this,#sm02 .this:hover { background: url(../common/sm02.gif) no-repeat -300px 0; }
#sm03 .this,#sm03 .this:hover { background: url(../common/sm03.gif) no-repeat -300px 0; }
#sm04 .this,#sm04 .this:hover { background: url(../common/sm04.gif) no-repeat -300px 0; }


/* copyright
----------------------------------------------- */
#copyright {
	margin: 10px 0 0;
	padding: 10px 0 0 0;
	width: 150px;
	color: #c88282;
	text-align: center;
	background: url(../common/border.gif) no-repeat left top;
}


/* page up
----------------------------------------------- */
html>/**/body #pgup a {
	display: inline-block;
}
#pgup a {
	display: block;
	width: 60px;
	height: 70px;
	text-indent: -9999px;
	outline: none;
	background: url(../common/b_pgup.gif) no-repeat left top;
}
#pgup a:hover {
	background: url(../common/b_pgup_ov.gif) no-repeat left top;
}


/* control
----------------------------------------------- */
#control {
	margin: 5px 0 0 15px;
	padding: 0;
	line-height: 0;
	white-space: nowrap;
}
#control a {
	background: none;
}
#control img {
	margin: 0 5px 0 0;
}


/* column1
----------------------------------------------- */
.column1 {
	display: inline-block;
	margin: 15px 0 0 25px;
	width: 560px;
}
.column1 .column_left {
	float: left;
	width: 80px;
	text-align: center;
}
.column1 .column_right {
	float: right;
	width: 465px;
}
.column1 .column_left img {
	background: #e6e6e6;
}


/* column2
----------------------------------------------- */
.column2 {
	display: inline-block;
	width: 610px;
}
.column2 .column_left {
	float: left;
	position: fixed;
	width: 150px;
	color: #fff;
}
.column2 .column_right {
	float: right;
	width: 460px;
}
.column2 .column_left p {
	margin: 10px 0 0;
	padding: 0 15px;
}


/* column3
----------------------------------------------- */
.column3 {
	display: inline-block;
	width: 585px;
}
.column3 .column_left {
	float: left;
	width: 285px;
}
.column3 .column_right {
	float: right;
	width: 285px;
	text-align: right;
}


/* column4
----------------------------------------------- */
.column4 {
	display: inline-block;
	width: 570px;
}
.column4 .column_left {
	float: left;
	width: 55px;
}
.column4 .column_right {
	float: right;
	width: 505px;
}


/* column5
----------------------------------------------- */
.column5 {
	display: inline-block;
	width: 570px;
}
.column5 .column_left {
	float: left;
	width: 70px;
}
.column5 .column_right {
	float: right;
	width: 490px;
}


/* column after
----------------------------------------------- */
.column1:after,.column2:after,.column3:after,.column4:after,.column5:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


/* doc
----------------------------------------------- */
.doc {
	margin: 0 0 0 25px;
	width: 560px;
}
.doc p {
	margin: 10px 0 0;
}


/* table1
----------------------------------------------- */
.table1 {
	margin: 15px 0 0 25px;
	width: 410px;
	border: 1px solid #c8c8c8;
}
* html body .table1 th {
	font-size: xx-small;
}
.table1 th {
	padding: 3px 10px;
	width: 70px;
	font-size: x-small;
	font-weight: normal;
	border-right: 1px dotted #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	background: #f5f5eb;
}
.table1 td {
	padding: 3px 10px;
	width: 340px;
	border-bottom: 1px solid #c8c8c8;
}


/* table2
----------------------------------------------- */
.table2 {
	margin: 15px 0 0 25px;
	width: 560px;
	border-top: 1px dotted #c8c8c8;
}
* html body .table1 th {
	font-size: xx-small;
}
.table2 th {
	padding: 3px 5px 3px 0;
	width: 90px;
	font-size: x-small;
	font-weight: normal;
	border-bottom: 1px dotted #c8c8c8;
}
.table2 td {
	padding: 3px 0;
	width: 470px;
	border-bottom: 1px dotted #c8c8c8;
}


/* table3
----------------------------------------------- */
.table3 {
	margin: 15px 0 0 25px;
	width: 560px;
}


/* table4
----------------------------------------------- */
.table4 {
	margin: 15px 0 0 15px;
	width: 570px;
	background: #fff;
}
.table4 th {
	padding: 0 20px;
	width: 25%;
	text-align: left;
	border-right: 1px dotted #f09696;
	border-bottom: 1px solid #f09696;
}
.table4 td {
	padding: 10px 10px;
	width: 75%;
	border-bottom: 1px solid #f09696;
}


/* table5
----------------------------------------------- */
.table5 {
	margin: 15px 0 0 15px;
	width: 570px;
	background: #fff;
}
.table5 td {
	padding: 10px 10px;
	height: 100px;
	color: #ff6432;
	text-align: center;
}





