@charset "UTF-8";
@import url("basic.css");

/* CSS Document */

/* ================================================ */
/*   Botanen                                      　*/
/*   <<styles.css>>  共通スタイル                   */
/*   Copyright (C) 2010 hiro. All Rights Reserved.  */
/* ================================================ */


/* all */

body {
	background-image: url(../images/background.gif);
}


h1 {
	margin: 6px 0px 4px 0px;
	font-size: 80%;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", Times, sans-serif;
	text-align: right;
}


/* width:820px */

#container {
	margin: auto;
	width: 820px;
}

#container .top{
	padding: 0px 8px 0px 8px;
}


/* header */

#header {
	margin: 10px 0px 0px 0px;
}


/* navi */
#header ul#nav {
	margin: 0px 10px 10px 10px;
}

#header ul#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	text-align: center;
}

#header ul#nav li a {
	display: block;
	height: 40px;
	width: 160px;
	line-height: 40px;
	color: #ffffff;
	font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", Times, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

#header ul#nav li a {
	background: url(../images/nav_back.gif) 0px 0px no-repeat;
}


#header ul#nav li a:hover {
	background: url(../images/nav_back.gif) 0px -40px no-repeat;
}


#newsfla {
	margin: 0px 0px 10px 0px;
}


/* contents */

#contents {
	margin: 30px 0px 30px 0px;
	clear: both;
}

#contents .fla{
	margin: 10px 0px 30px 0px;
}


/* footer */

#footer {
	margin: 10px 0px 0px 0px;
	color: #ffffff;
	text-align:center;
}


/* copyright */

#footer .copyright {
	padding: 6px 0px 10px 0px;
	border-top: 1px #c0c0c0 solid;
	font-size: 70%;
	text-align:center;
}


/* ciearfix */

#header:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#header {/*for WinIE*/
	min-height:1%;
}

* html #header {
	/*\*/height:1%;/*for WinIE*/
    display:inline-table;/*for MacIE*/
}


#contents:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#contents {/*for WinIE*/
	min-height:1%;
}

* html #contents {
	/*\*/height:1%;/*for WinIE*/
    display:inline-table;/*for MacIE*/
}

	