
/* http://www.nasusakura.com/style.css */

@charset "shift_jis";

/* Import */

@import url("scripts/highslide/highslide.css");


/*a:link { color: #003399; }/*未訪問のリンク*/
/*a:visited { color: #003399; }/*訪問済みのリンク*/
/*a:hover { color: #cc0000; }/*選択中のリンク*/
/*a:active { color: #cc0000; }/*ポイント時のリンク*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*background: #FFFFFF url(images/bg.gif);*/

}
h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{ list-style-type: none; }
img { border: none; }

html {
    overflow-y:scroll;
}

/*メイン*/
#main
{
    margin: 0 auto;
    padding: 0;
	width: 800px;
	height:auto;
    background-color: #ffffff;
	}

/*ヘッダー*/
#header {
  margin: 0;
  width: 800px;
  height:100px;
  background-color: #ffffff;
}

#header h1 {
  margin: 0;
  padding: 3px 0 4px 8px;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
}

#headerimg{
	width: 800px;
	height:78px;	
	margin-right: auto;
	margin-left: auto;
}

#header ul {
	background: url(image/arrow_blue.gif) no-repeat 0 ;
	margin: 0px;
	float: right;
	width: 90px;
	font-weight: bold;
	list-style: none;
	padding: 0px 9px 0px 0px;
}
#header li {
	float: right;
	padding: 0px 12px 0px 10px;
	list-style: none;
}
/*ヘッダー終わり*/


/*ヘッダーメニュー*/
#header-menu {
	margin: 0px;
	padding: 0px;
	height: 38px;
	border-bottom: solid 2px #ffffff;
	background-image:url(../image/bg_main.png);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 16px;
}

#header-menu ul {
  border-top: solid 1px #cccccc;
  text-align:center;
  margin: 0px;
  padding: 0px;
}

#header-menu li {
  list-style-type: none;
  float: left;
  margin: 0;
  display: inline;
}

#header-menu li a {
  font-size:12px;
  width: 132px;/*113px*/
  height: 34px;
  line-height: 36px;
  color: #333333;
  background-image: url(../image/fbg_1F.png);
  background-repeat: repeat-x;
  text-align: center;
  display: block;
  border-left: solid 1px #dddddd;
  text-decoration: none;
  padding-top: 3px;
}

#header-menu li  a:hover {
	background-image: url(../image/fbg_1F_2.png);
	background-repeat: repeat-x;
}

#header-menu li strong {
	font-size:12px;
	font-weight: normal;
	background-image: url(../image/fbg_1F_2.png) ;
	background-repeat:repeat-x;
	line-height:36px;
	display: block;
	margin-top:-3px;	
}


#header-menu home {	
	border-left:hidden;	
}


/*コンテンツ*/
#container {
  width: 800px;
  overflow: hidden;
  background-color: #ffffff;
}

/*メインコンテンツ*/
#contents {
  float: left;
  text-align:left;
  margin: 0;
  padding: 10px 5px 5px 10px;
  font-size: 12px;
  line-height: 180%;
  width: 590px;
  letter-spacing: 1px;
}

#contents h2 {
  height: 24px;
  margin: 0 0 4px 0;
  padding: 6px 0 0 16px;
  font-size: 12px;
  color: #005e15;
  border-bottom: 1px solid #999999;
  border-left: 5px solid #999999;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 0;
  line-height: 180%;
  font-size: 12px;
}

#contents img.head_photo {
  margin:  0 0 10px 0;
  padding:0;
  border:hidden;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}


table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}


#news {
	font-size:12px;
  width: 564px;
  height: 190px;
  overflow: auto;
  background-color: #ffffff;
  padding: 10px 0 5px 20px;
  /*border: 1px solid #999999;*/
}

/*---------- メニュー ----------*/

#menu {
  float: right;
  margin: 0 0 15px 0;
  padding: 0;
  width: 190px;
  /*background-image: url(img/menu_back.gif);*/
  letter-spacing: 1px;
}

#menu h2 {
  height: 30px;
  width:155px;
  font-size: 12px;
  text-align:center;
  color: #333333;
 /* background-image: url(image/sakuralogo.png);
  background-repeat: no-repeat;*/
}


.menulist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;  
  text-align: left;
 /* background-image: url(img/menu_back.gif);*/
}

.menulist h2 {
  height: 19px;
  margin: 0;
  padding: 7px 0 0 12px;
  font-size: 12px;
  color: #fffffc;
 /* background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;*/
}

.menulist a{

  display: block;
  border-bottom: dotted 1px #9f9f9f;
  /*border-right: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;*/
  width: 165px;
  padding: 5px 4px 4px 10px;
  font-size: 12px;
  line-height: 160%;
  background-image:url(image/arrow_blue.gif);
  background-repeat:no-repeat;
  background-position: 1px 7px;
  text-decoration:none;
  /*background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;*/
 }

.menulist a:hover{
  color: #333333;
  background-image: url(image/arrow_red.gif);
  background-repeat: no-repeat;
  background-color: #f3f3f2;
}


.menu_free {
  margin: 0 5px 14px 0;
  padding: 5px 2px 1px 5px;
  text-align:left;
  border: 1px solid #dddddd;
  /*border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;*/
}

.menu_free h2 {
  height: 19px;
  margin: 0;
  padding: 7px 0 0 12px;
  font-size: 12px;
 /* color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;*/
}

.menu_free a{
  color: #69821b;
  padding: 6px 0 5px 0;
  font-size: 12px;
  /*background-color: #f3f3f2;*/
 }

.menu_free a:hover{
  color: #99ab4e;
 /* background-color: #f3f3f2;*/
}

.menu_free p{
  margin: 10px 4px 0 4px;
  font-size: 12px;
 /* background-color: #f3f3f2;*/
  line-height: 180%;
}

/*フッター*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
}

/*#footer .menutop {
	border-left: 1px solid #CCCCCC;
}*/


#footer ul li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #CCCCCC;
}

#footer .menutop a {
  color: #333333;
  font-size: 12px;
 }

#footer .menutop a:hover {
  color: #333333;
}

/*パンくず*/
#pan {
	padding: 5px;
	margin-bottom:20px;
}

#pan a {
	margin-right: 7px;
	margin-left: 7px;
}

#pan strong {
	margin-left: 1px;
	text-decoration:none;
	color:#333333;
}




/*コピーライト*/
#copyright {
 
  width: 100%;
  height:60px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-color:#FFFFFF;

}

#add_left{
float:left;
width:500px;
  text-align: left;
  margin: 0;
  padding: 5px 5px 5px 10px;
  font-size: 15px;
  line-height: 150%;
  text-decoration: none;
  background-color:#FFFFFF
}


#add_left p {
  text-align:center;
  }
  
#add_right{
float:right;
width:260px;
  text-align:center;
  margin: 0;
  padding: 5px 5px 5px 5px;
  font-size: 13px;
  line-height: 150%;
  text-decoration: none;
  background-color:#FFFFFF;
}

/*ページトップ*/
#pageTop {
    position:fixed;
	float:right;
    right:0;
    bottom:0;
    padding:10px;
    background:#000
}

#pageTop a {
    padding:0 0 0 12px;
    color:#fff;
    font-size:11px;
    background:#000 url("../images/bg_pagetop.gif") 0 50% no-repeat;
}