body{
	margin:0;
	padding:0;
	background: #000 url(img/bg_body_top.gif) repeat-x;
	font-size:75%;
	text-align:center;
	line-height:1.5;
	color:#999;
	font-family:'メイリオ',verdana,'MS UI Gothic',sans-serif;
}
/* CONTENTS */
#contents_inner{
	padding:20px 0 0 0;
}
/* MAINCONTENTS */
#main{
	float:left;
	width:860px;
}
/* PAGECONTENTS */
.page_contents{
	overflow:hidden;
	width:860px;
	margin:0 0 30px 0;
}
.b_list img{
	padding: 2px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 8px;
	background:#fff;
}

.b_tit {
	font-size: 14px;
}

.b_date {
	font-size: 10px;
	color: #ccc;
	margin-bottom:3px;
}
.o_topL_l {
	float:left;
	margin-right:20px;
	width:470px;
}
.o_topL_c {
	float:left;
	margin-right:10px;
	width:180px;
}
.o_topL_r {
	float:left;
	width:180px;
}
.o_topL2_l {
	float:left;
	margin-right:20px;
	width:470px;
}
.o_topL2_r {
	float:left;
	width:370px;
}
.o_a td {
	padding-bottom:10px;
	font-size:12px;
}
.o_a td img {
	margin-right:10px;
}
td.o_aP {
	padding:0;
}
.all_btnN {
	width:470px;
	height:30px;
	background: #000 url(img/NEWS.gif) no-repeat;
	position:relative;
	margin-bottom: 21px;
}
.all_btnB {
	width:470px;
	height:30px;
	background: #000 url(img/BLOG.gif) no-repeat;
	position:relative;
	margin-bottom: 21px;
}
.all_btn {
	position:absolute;
	right:1px;
	bottom:8px;
}


/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider                         { width: 860px; height: 300px; position: relative; margin:-12px 0 0 0; /margin:0; padding:0; background:#000;}

.anythingSlider .wrapper                { width: 860px; overflow: hidden; height: 300px; margin: 0; position: absolute; top: 0; left: 0px; }
.anythingSlider .wrapper img{border:0px;}
                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0;}
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 300px; width: 900px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0px; }
.anythingSlider .back                   { background-position: -67px 0; left: 0px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

.thumbNav                               { position: relative; top: 323px; text-align: center; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #e0a213; }

.start-stop                             { z-index: 10; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; display:none;}
.start-stop.playing                     { background-color: red; }
.start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }
