/* CSS */
img{border-style:none;padding:0;margin:0;}
*{padding:0;margin:0;}
body {
	margin:0;
	padding:0;
	text-align:left;
	background-color:#868686;
	background-image:url(images/mostback.gif);
	background-repeat:repeat-y;
}
h1 {font-size:16px;}
h2 {
	font-size:14px;
	padding-top:10px;
	color:#FF9900
}
h3 {font-size:13px;}
.text {
	background-color:white;
	padding:10px;
	font-size:small;
	line-height:1.5em;
}

a { text-decoration: none; color:#369;}
a:hover {
text-decoration:underline;color:#F39;
}
p{
	padding:10px;
}
.center{
text-align:center;
}

.right{
text-align:right;
}

/***** MAIN BOX *****/
#container {
	width:700px;
	height:auto;
	text-align:left;
	background-image:url(images/hairline.gif);
	background-repeat:repeat-y;
	background-color:white;
}

#banner {
	width:700px;
	height:100px;
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
}

ul {list-style:none;}
li {list-style:none;}




/***** HEADLINE *****/

#headline li {
	float:left;
}
#headline {
	list-style:none;
	height:30px;
	background-image:url(images/headline.gif);
	background-repeat:repeat-x;
	font-size:12px;
}
#headline a {
	display:block;
	line-height:30px;
	text-indent:1em;
	width:130px;
	height:30px;
	background-image:url(images/headtag.gif);
	background-repeat: no-repeat;
}

#headline a:hover {
	display:block;
	width:130px;
	height:30px;
	background-image:url(images/headtag_select.gif) ;
	background-repeat: no-repeat;
}


/***** LEFTBOX *****/

#leftColumn {
	float:left;
	width:128px;
}
#nav{
	width:128px;
	text-indent:0.5em;
	background-color:white;
}
#nav li {
	width:128px;
	border-bottom:dotted 1px black;
	font-size:14px;
	line-height:30px;
	background-image:url(images/leftbottom.gif);
	background-repeat:repeat-y;
}
#nav a {
	display:block;
	font-size:12px;
	line-height:20px;
	background-color:white;
	width:128px;
}

#nav a:hover {
	width:128px;
	display:block;
	background-color:pink;
}


/***** RIGHTBOX *****/

#rightColumn {
	float:left;
	width:572px;
	color:#000;
	background-color:white;

}

#date{
	color:#CCC;
	font-weight:normal;
}

/***** RIGHTBOX *****/

#footer {
	clear: both;
	font-size:11px;
	color:#FFF;
	text-align:center;
	background-image:url("images/footer.gif");
	width:700px;
}

#copyright{
	padding:10px;
}
#copyright a {
	color:#CCC;
}

#copyright a:hover {
	color:#F39;
}

/*SEARCH HIGHLIGHT COLOR*/
.highlight
{
	background-color:yellow;
	text-decoration:underline;
}

/* RIGHTBOX AND LEFTBOX FOR TOOLBAR */
.leftbox {
 float: left;
 margin: 0.5em 1em 0 0;
 }

.rightbox {
 float: right;
 margin-left: 1em;
 margin-bottom: 0em;
 }

/******************/
/*     FOOTRE     */
/******************/

.list_footer{
margin-top:10px;
padding:5px;
font-size:10px;
border:solid 1px gray;
}

/***** TABLE *****/
table{
   width:100%
}

table.ac_list {
   font-size:12px;
   border-collapse: collapse;
   border:2px solid gray;
}
table.ac_list td {
   border-width: 2px 1px 2px 0px;
   border-color: gray;
   border-style: solid;
   padding: 0.5em;
background-color:white;
}
table.ac_list th {
   text-align:center;
   border-width: 2px 1px;
   border-color: gray;
   border-style: solid;
   padding: 0.3em;
background-color:#DDD;
color:black;
}

table.bc_list {
   font-size:12px;
   border-collapse: collapse;
   border:2px solid gray; /* 外側の枠線 */
}
table.bc_list td {
   border-width: 2px 1px 2px 0px; /* 上下だけ引く */
   border-color: gray; /* 線色：緑 */
   border-style: solid; /* 線種：実線 */
   padding: 0.5em; /* セル内側の余白 */
background-color:white;
}
table.bc_list th {
   text-align:center;
   border-width: 2px 1px; /* 上下だけ引く */
   border-color: gray; /* 線色：緑 */
   border-style: solid; /* 線種：実線 */
   padding: 0.3em; /* セル内側の余白 */
background-color:#000;
color:#FFF;
}

#midashi {
   text-align:center;
   border-width: 2px 1px; /* 上下だけ引く */
   border-color: gray; /* 線色：緑 */
   border-style: solid; /* 線種：実線 */
   padding: 0.3em; /* セル内側の余白 */
background-color:pink;
color:black;
}
table.pp{
   border-collapse: collapse;
   border: 2px #ff9900 solid;
   font-size: 100%;
}
table.pp td {
   padding: 0.3em;
   border-style: solid;
   border-color: #ff9900;
   border-width: 1px;
}
table.pp th {
   padding: 0.3em;
   border-style: double;
   border-color: #ff9900;
   background-color: #ff9900;
   color:F000000;
   font-size:16px;
   text-align:center;
   border-width: 1px;
}

