@charset "utf-8";
/* CSS Document */


img{
    text-decoration:none;
    border:none;
}

a:link {
	color: #0080FF;
}

a:hover {
	border-color: #ccc;
}

a:active {
	border-color: #ccc;
}

a:visited{
	color: #0080FF;
}

#container{
	background-color:#f0f3f7;
}

.post-content object {
	margin: 0px 0px 5px;
	padding: 0px;
	height: 380px;
	width: 480px;
}
.post-content embed {
	margin: 0px 0px 5px;
	padding: 0px;
	height: 380px;
	width: 480px;
}

.table01 th{
	background-color: #d9edf7;
	line-height:1.2em;
}

#wrapper {
	width: 798px;
	margin: 0px auto;

	font-size:100%;
}

#header {
	height: 60px;
	width: 798px;
	margin: 0px;
	position:relative;
	_text-align:center;
	background-color:#fff;
	border-left:solid 1px #c3c3c3;
	border-right:solid 1px #c3c3c3;
}

#header img {
	border-width: 0px;
}
#header #left-header {
	float: left;
	width: 317px;
	height:60px;
}
#header h1 {
	margin: 0px 0px 0px 10px;
	_margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 317px;
	height:60px;
}


#right-header{

	width:150px;
	height:60px;
	margin:0px 10px 0px;
	list-style:none;
	float:right;
}

#right-header li{
	float:left;
}


#right-header a{
	background-image:url(images/head_menu.gif);
	background-repeat: no-repeat;
    display:block;
	height:60px;
    text-indent:-9999px;
    overflow:hidden;
}

a.headmenu-01{
    background-position:0px 0px;
	width:58px;
}
a:hover.headmenu-01{
    background-position:0px -60px;
	width:58px;
}

a.headmenu-02{
    background-position:-58px 0px;
	width:41px;
}
a:hover.headmenu-02{
    background-position:-58px -60px;
	width:41px;
}


#menu_area{
	width:800px;
	height:auto;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
}

ul#menu {
	width:800px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#menu li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

ul#menu li a {
	border-right: 1px solid #fff;
	padding: 9px 20px;
	display: block;
	color: #fff;
	background-image: url(images/menu.gif);
	text-decoration: none;
}

ul#menu a:link {
    background-position: 0px 0px;
}

ul#menu a:hover {
	border-color: #ccc;
	color: #333;
	background-image: url(images/menu.gif);
    background-position: 0px -40px;
}

ul#menu a:active {
	background-image: url(images/menu.gif);
    background-position: 0px -80px;
}

#footer {
	clear:both;
	width: 798px;
	height:34px;
	margin:40px auto 0px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer .text{
	text-indent:-9999px;
}

/*パンくずリスト*/

#rootlist {
	clear:both;
	font-size: 12px;
	height: 31px;
	width: 800px;
	background-image: url(images/position_back.gif);
	background-repeat: no-repeat;
}

#rootlist a {
	background: url(images/position_list.gif) no-repeat right;
	padding: 0px 2em 0px 1em;
	color: #000000;
	line-height:31px;
	height: 31px;
	vertical-align:middle;
	display:table-cell;
}

#rootlist span {
	background:none;
	padding: 0px 2em 0px 1em;
	color: #000000;
	line-height:31px;
	height: 31px;
	vertical-align:middle;
	display:table-cell;
}


* html #rootlist a{/* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html #rootlist a{/* IE 7 */
	display:inline;
	zoom:1;
}
#rootlist a:hover {
	color: #F65004;
}


/*ページ上部(フローティング)*/

#floatingfunc {
	width: 30px;
	height:108px;
	text-align:right;
	position:fixed;
	right:0;
	bottom:92px;
	z-index:2;
}
* html #floatingfunc {   
    position: absolute;   
/*    top: expression(eval(document.documentElement.scrollTop+250));*/
top:expression(eval(document.compatMode &&
document.compatMode=='CSS1Compat') ?
documentElement.scrollTop
+((documentElement.clientHeight-this.clientHeight)-92)
: document.body.scrollTop
+(document.body.clientHeight-this.clientHeight)-92);
}


/*余白*/
.m_left10{
	margin-left:10px;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
/*  margin-bottom:20px;*/
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

