/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}


body {
	margin: 0;
	font-size: 12px;
	color: #333;
	text-align: center;
	background-color: #FFFFFF;

}

p, /* 文章の行間を指定 */
#main ul,
#main ol,
#menuL ul,
#menuL ol,
dl
{
	line-height: 160%;
}

.top_txt{
margin-right:20px;

}

img{border:0;}



/* ========================================  #page ページ外枠 */
#page {
	width: 1000px;
	padding: 0px;
	margin: 0px auto 0px;
	
	background-color: #FFFFFF;
}



/* ========================================  #menu 上部メニュー */
#menu {
margin-left:10px;

margin-bottom:100px;
}


ul.menu_f01{
        
	height: 40px;
	margin: 0px;
	list-style-type: none;
}


ul.menu_f01 li{

	float: left;
	display: block;
}


ul.menu_f01 li a{
	height: 25px;
	width: 80px;
	padding: 5px 0px 0px;
	
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	text-align: center;
	
}


ul.menu_f01 li a.nowthis{
}



ul.menu_f01 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 5px 0px 0px;

}





/* ========================================  #main ページの本文 */
#main {
	text-align: center;
 width:1000px;

	padding: 0;
	margin: 10px 0px 0px 0px;
	
}

/* ========================================  #footer 画面下部 */
#footer {
	clear: both;
	margin-top: 100px;

	text-align: center;
	background-color: #FFF;

}




/* ========================================  #templatelink 画面下部:著作リンク */
#templatelink {
	padding: 5px 0px;
	margin: 0px;
	font-size: 12px;
	text-align: right;
}


#templatelink a{
	color: #666666;
	text-decoration: none;
}


/* ========================================  そのほか個別設定 */
#newsbox {
	height: 150px;
	margin: 0px 0px 10px;
	overflow: auto;
	border: 1px solid #999999;
	background-image: url(img/backS001.png);
	background-position: left top;
	background-repeat: repeat-x;
}


.table, /* 表の整形・配色 */
.table2 {
	width: 530px;
}


table {
	margin: 0 0 2em 2px;
}


.table td {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #FFF;
}


.table td.tb {
	width: 200px;
	background-color: #F8F5EF;
}


.table2 td {
	padding: 10px;
}


.table2 td.tb {
	width: 100px;
	text-align: right;
	background-color: #EBEBEB;
}


.itemList { /* .itemList #main内の段組用外枠 */
	clear:left;
	margin:0 0 1em;
}


.box { /* .itemList #main内の段組用内枠 */

	margin:0 0px 5px 0;
	width:260px;
}


.box h2 {
	margin: 0 0 10px;
}


.box ul {
	float: left;
	width: 140px;
	margin: 0 0 30px !important;
	list-style-position: outside;
}


.eyeCaImg { /* .itemList #main内の段組用：アイキャッチ画像 */
	float:left;
	margin:0 0 10px 2px;
}


strong {
	font-weight: bold;
	color: #CC6666;
}


hr { /* 水平線 flotクリア用 */
	clear:both;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}

ul.formlist{
        text-align:left;
	margin:0px 0px 0px 0px;
	list-style:none;
	padding:10px 0px 0px 0px;
font-size:12px;
}



/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(http://www.hanatima.com/collection/data/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(http://www.hanatima.com/collection/data/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(http://www.hanatima.com/collection/data/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(http://www.hanatima.com/collection/data/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}




/* ----------- My Form ----------- */
.myform{
width:400px;
margin-left:270px;
}
 
 /* ----------- stylized ----------- */
 #stylized{
 }
 #stylized h1 {
  font-size:14px;
  font-weight:bold;
  margin-bottom:8px;
 }
 #stylized p{
  font-size:11px;
  color:#666666;
  margin-bottom:20px;
  border-bottom:solid 1px #b7ddf2;
  padding-bottom:10px;
 }
 #stylized label{
  display:block;
  font-weight:bold;
  text-align:right;
  width:140px;
  float:left;
 }
 #stylized .small{
  color:#666666;
  display:block;
  font-size:11px;
  font-weight:normal;
  text-align:right;
  width:140px;
 }
 #stylized input{
  float:left;
  font-size:12px;
  padding:4px 2px;
  border:solid 1px #666666;
  width:200px;
  margin:2px 0 20px 10px;
 }
  #stylized textarea{
  float:left;
  font-size:12px;
  padding:4px 2px;
  border:solid 1px #666666;
  width:200px;
  margin:2px 0 20px 10px;
 }
 #stylized button{ 
  clear:both;
  margin-left:150px;
  width:100px;
  height:30px;
  background:#666666;
  text-align:center;
  line-height:31px;
  color:#FFFFFF;
  font-size:11px;
  font-weight:bold;
 }
