/* --------------------------------------------
 *　ページ内基本
 * -------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #F5F3E1;
	font-family: "メイリオ", "Meiryo UI", "MS UI Gothic", Arial;
}

#wrap {
	background-image: url(images/wrap_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}

img {
	border:0;
}

#header {
	height: 60px;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header_menu {
	height: 30px;
	padding-left: 570px;
	padding-top: 30px;
}

#navi {
	height: 40px;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navi ul li {
	float: left;
	list-style-type: none;
}

.clear {
	clear: both;
	height: 0px;
}

#footer {
	font-family: "メイリオ", "Meiryo UI", "MS UI Gothic", Arial;
	font-size: small;
	line-height: 1.6em;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-color: #9F9D92;
	text-align: center;
	background-color: #FFF;
	height: auto;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#container {
	font-family: "メイリオ", "Meiryo UI", "MS UI Gothic", Arial;
	font-size: small;
	color: #333;
	background-color: #FFF;
	height: auto;
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}

#container2 {
	font-family: "メイリオ", "Meiryo UI", "MS UI Gothic", Arial;
	font-size: small;
	color: #333;
	background-color: #FFF;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 2px dashed #F99;
}

#left_b {
	float: left;
	width: 450px;
	padding-right: 15px;
}

#right_b {
	float: left;
	width: 265px;
	padding-left: 15px;
}

.bnr ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

.bnr ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* --------------------------------------------
 *　TOPニュースメニュー
 * -------------------------------------------- */

.news {
	width: 460px;
/*--add--*/
/*	padding-top: 20px;*/
margin-top: -10px;
/*--add end--*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9cbb1c;
}
 
 
/* --------------------------------------------
 *　SLIDESHOW
 * -------------------------------------------- */
 
#main_img{
	height: 350px;
	width: 745px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#slideshow {
	position:relative;
	height:350px;
	width: 745px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* --------------------------------------------
 *　テーブル
 * -------------------------------------------- */

table { border-collapse:collapse;
}

td.txt {
	font-family: "メイリオ", "Meiryo UI", "MS UI Gothic", Arial;
	font-size: small;
	color: #333;
	background-color: #FFF;
	padding: 6px;
	font-weight: bold;
}

td.pic {
	padding: 6px;
}

td.add {
	font-family: "メイリオ", "Meiryo UI", "MS UI Gothic", Arial;
	font-size: small;
	color: #333;
	padding: 6px;
	border: 1px solid #CCC;
}

/* --------------------------------------------
 *　FONT
 * -------------------------------------------- */

.style1 {
	font-family: "メイリオ", "Meiryo UI", "MS UI Gothic", Arial;
	font-size: small;
	font-weight: bold;
	color: #9C0;
}

.style2 {
	font-family: "メイリオ", "Meiryo UI", "MS UI Gothic", Arial;
	font-size: small;
	font-weight: bold;
	color: #C00;
}

/* --------------------------------------------
 *　BASE
 * -------------------------------------------- */
.maintxt {
	font-size: small;
	line-height: 1.5em;
}
li {
	line-height: 300%;
}


.smalltxt {
	font-size: small;
	line-height: 1.5em;
}

.bold {
	font-size: small;
	line-height: 1.5em;
	font-weight: bold;
}

/* --------------------------------------------
 *　ハック
 * -------------------------------------------- */

/*firefox3*/ 

html>/**/body,x:-moz-any-link {  
　　margin-left:-1px;  
}  

/*IE6*/ 

* html body {  
  　padding-left: 1px;  
}  
   
/*IE7*/ 

*:first-child+html body {  
 　padding-left: 1px;
}
