
/* ---------------------------------------------
	global
--------------------------------------------- */
.global_menu {
	height: 457px;
	background: url("../img/global_bg.gif") no-repeat 0 0;
}
.global_menu li a{
	display: block;
	overflow: hidden;
	width: 200px;
	height: 38px;
	text-indent: -9999px;
}
.global_menu li a:hover{
	background-image: url("../img/global_bg_hover.gif");
}
.li1 a:hover{
	background-position: 0 114px;
}
.li2 a:hover{
	background-position: 0 76px;
}
.li3 a:hover{
	background-position: 0 39px;
}
.li3 ul li a{
	display: block;
	overflow: hidden;
	width: 200px;
	height: 38px;
	text-indent: -9999px;
}
.li3 ul li a:hover{
	background-image: url("../img/event_hover.gif");
}

.li3 ul .list0 a:hover{background-position: 0 228px;}
.li3 ul .list1 a:hover{background-position: 0 190px;}
.li3 ul .list2 a:hover{background-position: 0 152px;}
.li3 ul .list3 a:hover{background-position: 0 114px;}
.li3 ul .list4 a:hover{background-position: 0 76px;}
.li3 ul .list5 a:hover{background-position: 0 39px;}


/*********************************************/

.title_content {
	background: url("../img/title.gif") no-repeat 0 0;
}

.global_menu .li3 .li0 a{
	display: block;
	margin: 39px 0 0 0;
}
.global_menu .li3 .li2 a{
	display: block;
	margin: 38px 0 0 0;
}
.global_menu .li3 .li1 a{
	display: block;
}

/*********************************************/

.head_navi{
	width: 670px;
	padding:0px 10px 16px 10px;
}
.head_navi_head{
	background-image: url(../img/head_navi_head.gif);
	width: 670px;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.head_navi_foot{
	background-image: url(../img/head_navi_foot.gif);
	width: 670px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.head_navi_left{
	float:left;
	width:330px;
}
.head_navi_right{
	float:right;
	width:330px;
}

.head_navi li{
	float:left;
	padding-left:10px;
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
}
.head_navi li a{
	height:22px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.tenjijou{
	float:left;
	background-image: url(../../img/index/info_head_nav_title_1.gif);
	height: 22px;
	width: 120px;
}
.housemaker{
	float:left;
	background-image: url(../../img/index/info_head_nav_title_2.gif);
	height: 22px;
	width: 120px;
}
.tenjijou h3,
.housemaker h3{
	text-indent: -9999pt;
}

.head_navi_left .li0{
	background-image: url(../../img/index/info_head_nav_1.gif);
}
.head_navi_left .li0 a{
	width: 51px;
}
.head_navi_left .li1{
	background-image: url(../../img/index/info_head_nav_2.gif);
}
.head_navi_left .li1 a{
	width: 51px;
}
.head_navi_left .li2{
	background-image: url(../../img/index/info_head_nav_3.gif);
}
.head_navi_left .li2 a{
	width: 63px;
}
.head_navi_right .li0{
	background-image: url(../../img/index/info_head_nav_4.gif);
}
.head_navi_right .li0 a{
	width: 75px;
}
.head_navi_right .li1{
	background-image: url(../../img/index/info_head_nav_5.gif);
}
.head_navi_right .li1 a{
	width: 39px;
}
.head_navi_right .li2{
	background-image: url(../../img/index/info_head_nav_6.gif);
}
.head_navi_right .li2 a{
	width: 39px;
}


/*********************************************/

.m_title1 {
	height: 77px;
	background: url("../img/month_july.gif") no-repeat 0 0;
}


.section0 {
	margin: 0 20px 30px 20px;
	padding: 0 0 15px 0;
	background: url("../img/dot.gif") repeat-x 0 bottom;
}

.section0 .title_event,
.section0 .title_seminar,
.section0 .title_present,
.section0 .title_campaign,
.section0 .title_release,
.section0 .title_observation{
	margin: 0 0 5px 0;
	padding: 0 0 5px 60px;
	font-weight: bold;
	border-bottom: #ffffff 1px solid;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.section0 .date {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: #ffffff 1px solid;
}

.section0 .content img{
	float: left;
	margin: 0 20px 0 0;
}

.section0 .title_event { background-image: url(../img/marker0.gif);}
.section0 .title_seminar { background-image: url(../img/marker1.gif);}
.section0 .title_present { background-image: url(../img/marker2.gif);}
.section0 .title_campaign { background-image: url(../img/marker3.gif);}
.section0 .title_release { background-image: url(../img/marker4.gif);}
.section0 .title_observation { background-image: url(../img/marker5.gif);}

/*********************************************/

/* pager */
.pager_wrap{
	margin: 0 auto 30px 20px;
}

ul.pager{
}
ul.pager li {
	float: left;
      margin-right: 5px;
      border: 1px #B7A02C solid;
      font-weight: bold;
}
ul.pager li.prev,
ul.pager li.next {
      border: none;
}
ul.pager li a {
      /*position: relative; */
      display: block;
      padding: 3px 8px;
      color: #B7A02C;
}
ul.pager li a:link,
ul.pager li a:visited {
      text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
      background-color: #D1C480;
      text-decoration: none;
}
ul.pager li em {
      display: block;
      padding: 3px 8px;
      background: #B7A02C;
      color: #FFFFFF;
}
.thispage{
	background-color: #FFFFFF;
}

/* end pager */

.none_info {
	margin: 0 0 0 20px;
	font-weight: bold;
}
