/* 真ん中よせ */
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: white;
}

/* ヘッダー部分 */
#header {
	height: 100px;
/*	background-color: white;*/
/*	width: 800px;*/
}

#header ul{
	list-style-type: none;
}

#home1 {
	font-size: 12px;
	color: #696969;
	float: left;
	margin: 10px 10px 10px 70px;
	text-align: right;
}

.home2 {
	font-size: 12px;
	color: #696969;
	float: left;
	margin: 10px;
	text-align: right;
}

img {
	border: none;
}

h1 {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	text-decoration: none;
	float: left;
}

h2 {
	margin: 27px 20px 20px 50px;
	float: left;
}

/* ヘッダーのボタン部分 */
#button {
	clear: both;
	width: 800px;
	height: 35px;
	background-color: white;
}

#button ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 35px;
	overflow: hiddin;
	border-bottom: 2px solid #cccccc;
}

#button li {
	float: left;
	width: 132px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	border-right: 1px solid #AF96AF;
}

#button a {
	display: block;
	width: 100%;
	padding: 7px 0 7px 0;
	color: white;
	background-color: #64647D;
	text-decoration: none;
	text-align: center;
}

#button .now {
	display: block;
	width: 100%;
	padding: 7px 0 7px 0;
	color: white;
	background-color: #D4C5CE;
	text-decoration: none;
	text-align: center;
}

#button a:hover{
	background-color: #AF96AF;
}

/* メイン部分*/
/*#photo {
	width: 740px;
	height: 430px;
	margin: 15px auto;
}

.bun {
	font-size: 11px;
	color: #464646;
	padding: 20px 0px 0px 180px;
	text-align: left;
	clear: none;
}

#silvernavi_logo {
	float: left;
	margin-top: 130px;
}
*/
/*-----2ページ目のメイン部分-----*/

/*
*html body #photo1, #photo2, #photo3, #photo4, #photo5, #photo6{
	border: 0;
}
*/

#photo_none {
	width: 700px;
	height: 100%;
	text-align: center;
	margin: auto;
}

#navi {
	display: block;
	margin: 0px auto;
/*	text-align: right;*/
}

#navi li {
	font-size: 12px;
	margin: 0px;
	padding: 5px;
	float: left;
	list-style: none;
}

#navi li a {
	color: #494949;
	text-decoration: none;
}

#navi li a:visited {
	text-decoration: none;
}

#navi li a:hover {
	text-decoration: underline;
}

h3 {
	margin-top: 20px;
	color: #4b0082;
	font-size: 16px;
}

h4 {
	margin-top: 40px;
	margin-left: 400px;
	color: #cc6666;
	font-size: 16px;
}

table {
	border: solid 1px #6633CC;
}

caption {
	padding-top: 20px;
	color: #4b0082;
	font-size: 16px;
	font-weight: bold;
}

tr {
	color: #464646;
}

th {
	font-size: 16px;
	width: 30%;
	text-align: center;
	border: solid 1px #6633CC;
	background-color: #4b0082;
	color: white;
}

td {
	font-size: 13px;
	width: 70%;
	text-align: left;
	border: solid 1px #6633CC;
	padding: 5px 10px;
}


p {
	font-size: 13px;
	color: #464646;
}

span {
	font-weight: bold;
}

#colors {
	margin-left: 10px;
	text-align: left;
	font-size: 13px;
	color: #464646;
}

#colors li {
	list-style-type: circle;
	list-style-position: inside;
}

#flower {
	margin: 10px 20px;
	list-style: circle outside url(list-mark2.png);
	text-align: left;
	font-size: 13px;
	color: #464646;
}

#flower li {
	margin: 5px 20px;
}



/*----------------------------------------------------------------*/

/*------------------------------------------------------------------*/

/*-----フッター-----*/
#footer {
	clear: both;
	height:50px;
	text-align: center;
	margin-top: 20px;
	border-top-style: solid;
	border-top-color: #cccccc;
	border-top-width: thin;
	margin-bottom: 30px;
	background-color: #ffffff;
}

#copyright{
	font-size: 10px;
	color: #696969;
}

