@charset "UTF-8";

h1 {
	float: left;
}

.box_table {
	margin: 8px 0px 0px;
	padding: 0px;
	border: 1px solid #FF6600;
}

table {
}
th {
	color: #006699;
	vertical-align: top;
	padding: 5px;
	white-space: nowrap;
	text-align: right;
}
td {
	padding: 5px;
	line-height: 120%;
}	
caption {
	padding: 0px 0px 3px;
	color: #FF3300;
	text-align: left;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #FFCC00;
}

.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
.t_center {
	text-align: center;
}

/* ---------- container_menu ----------- */
#container_menu {
  background: transparent;
  width: 300px;
  margin: 0 auto;
}

/* ----------------
   archive
---------------- */
#archive {
	padding: 5px 0px 10px 20px;
	clear: both;
	/*　Mac IEでは幅を指定すると表示が崩れてしまう。floatを入れないと崩れる　*/
}	

#backnum a,
#prev a,
#next a,
#arrowUp a {
	color:#0060CC;
}

#prev{
	clear: both;
	float: left;
	width: 100px;
}
#prev a {
	padding-left: 13px;
	display: block;
	background-image: url(../../common/img_sub/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left 0.1em;
}	
#next{
	float: right;
	width: 100px;
}
#next a {
	padding-right: 13px;
	display: block;
	background-image: url(../../common/img_sub/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right 0.1em;
	text-align: right;
}
	
#arrowUp{
	margin-top: 15px;
	clear:both;
	float:right;
	padding: 0px 0px 3px;
}
#arrowUp a {
	padding-left: 15px;
	background-image: url(../../common/img_sub/arrow_top.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	display: block;
	/*<・・・CSSHack・・・>*/
	/*\*//*/
	display: inline;
	/**/
}	
#arrowUp2{
	margin-top: 5px;
	clear:both;
	float:right;
	padding: 0px 0px 3px;
	padding-left: 15px;
	background-image: url(../../common/img_sub/arrow_left2.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	display: block;
}	
/* ----------------
   arrowClose
---------------- */
.arrowClose{
	float:right;
	width: 140px;
}
.arrowClose a {
	padding: 3px 13px 0px 0px;
	display: block;
	background-image: url(../../common/img_cmn/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 0.2em;
	text-align: right;
}










