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

/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定
 * ---------------------------------------------------------------- */

body {
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../imgs/bg.png);
}


#container {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}

/* ---------------------------------------------------------------- *
	ヘッダ
 * ---------------------------------------------------------------- */

#header {
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/header.png);
	padding: 0px;
}


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

#menu {
	height:30px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 950px;
	padding: 0px;
}

#menu ul {
	padding:0px;
	margin: 0px;
}
#menu li {
	display:inline;
	list-style-type:none;
}
#menu li a {
	height:30px;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
}
/*------off*/
#menu li.menu01 a {
	width:125px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu li.menu02 a {
	width:117px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -125px 0px;
}
#menu li.menu03 a {
	width:117px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -242px 0px;
}
#menu li.menu04 a {
	width:117px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -359px 0px;
}
#menu li.menu05 a {
	width:117px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -476px 0px;
}
#menu li.menu06 a {
	width:117px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -593px 0px;
}
#menu li.menu07 a {
	width:117px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -710px 0px;
}
#menu li.menu08 a {
	width:123px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -827px 0px;
}

/*------hover*/
#menu li.menu01 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}
#menu li.menu02 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -125px -30px;
}
#menu li.menu03 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -242px -30px;
}
#menu li.menu04 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -359px -30px;
}
#menu li.menu05 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -476px -30px;
}
#menu li.menu06 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -593px -30px;
}
#menu li.menu07 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -710px -30px;
}
#menu li.menu08 a:hover {
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -827px -30px;
}


/*------on*/
#menu li.menu01_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
}
#menu li.menu02_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -94px -80px;
}
#menu li.menu03_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -188px -80px;
}
#menu li.menu04_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -282px -80px;
}
#menu li.menu05_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -376px -80px;
}
#menu li.menu06_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -470px -80px;
}
#menu li.menu07_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -564px -80px;
}
#menu li.menu08_on a {
    width:94px;
	background-image: url(../imgs/menu.png);
	background-repeat: no-repeat;
	background-position: -658px -80px;
}

#pan {
	width: 700px;
	font-size: 10px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}




/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定
 * ---------------------------------------------------------------- */

#main {
	background: transparent;
	margin-top: 20px;
	margin-bottom: 0px;
	width: 950px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ---------------------------------------------------------------- *
	コンテンツ部分の設定
 * ---------------------------------------------------------------- */


.contents_index {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(../imgs/top.png);
	background-repeat: no-repeat;
	border: 1px solid #E8E8E8;
	height: 500px;
}

.contents_info {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/info_bn.png);
	background-repeat: no-repeat;
	border: 1px solid #E8E8E8;
	background-position: 20px 25px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 150px;
}

.contents_greeting {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E8E8E8;
	padding-top: 20px;
	padding-right: 450px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../greeting/bg.png);
	background-repeat: no-repeat;
	background-position: 500px 0px;
	height: 500px;
}

.contents_guide {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E8E8E8;
	padding-top: 20px;
	padding-right: 400px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../guide/bg.png);
	background-repeat: no-repeat;
	background-position: 500px 0px;
}

.contents_nursery {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E8E8E8;
	padding-top: 20px;
	padding-right: 400px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../nursery/nursery.png);
	background-repeat: no-repeat;
	background-position: 520px 0px;
}

.contents_schedule {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E8E8E8;
	padding-top: 20px;
	padding-right: 400px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../schedule/schedule.png);
	background-repeat: no-repeat;
	background-position: 330px 0px;
	height: 900px;
}

.contents_access {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E8E8E8;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.contents_mail {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E8E8E8;
	padding-top: 20px;
	padding-right: 400px;
	padding-bottom: 20px;
	padding-left: 20px;
}

	table.about {
	width: 350px;
	margin: 10px;
	font-size: 12px;
	line-height: 150%;
	padding: 10px;
}
	
	.about th {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #E8E8E8;
	text-align: right;
}
	
	.about td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
	border: 1px solid #E8E8E8;
}
	
	.about td h3{
	font-weight: bold;
	color: #006634;
}

.contents_link {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: right top;
}

	table.link {
	width: 400px;
	margin: 0px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 130%;
}
	
	.link th {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
	
	.link td {
	width: 200px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
}
	
	.link td h3{
	font-weight: bold;
	color: #006634;
}

.contents_howto {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-image: url(../imgs/howto/bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.contents_shop {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-image: url(../imgs/shop/bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	clear: both;
	position: relative;
}

table.shop {
	width: 340px;
	margin-top: 0px;
	font-size: 12px;
	line-height: 130%;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
	
	.shop th {
	width: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
	.shop td {
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: left;
}
	
	.shop td h3{
	font-weight: bold;
	color: #006634;
}


.contents_shop_sumleft {
	width: 360px;
	float: left;
	position: relative;
	padding: 10px;
}


.contents_shop_sumright {
	width: 360px;
	padding: 10px;
	float: right;
	position: relative;
}

.contents_shop_left {
	width: 400px;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

.contents_shop_right {
	width: 350px;
	padding: 10px;
	float: right;
	position: relative;
}

#menu_shop {
	width: 410px;
	margin-left: auto;
	background-color: transparent;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-right: 220px;
	padding-bottom: 30px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	clear: both;
	padding-left: 220px;
}

#menu_shop ul {
	padding: 0px;
	margin: 0px;
}
#menu_shop li {
	display: inline;
	list-style-type: none;
}
#menu_shop li a {
	float: left;
	height: 75px;
	overflow: hidden;
	text-decoration: none;
	display: block;
	text-indent: -9999em;
}
/*------off*/
#menu_shop li.menu01 a {
	width: 57px;
	background-image: url(../shop/navi.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu02 a {
	width: 30px;
	background-image: url(../shop/navi.jpg);
	background-position: -57px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu03 a {
	width: 28px;
	background-image: url(../shop/navi.jpg);
	background-position: -87px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu04 a {
	width: 35px;
	background-image: url(../shop/navi.jpg);
	background-position: -115px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu05 a {
	width: 25px;
	background-image: url(../shop/navi.jpg);
	background-position: -150px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu06 a {
	width: 24px;
	background-image: url(../shop/navi.jpg);
	background-position: -175px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu07 a {
	width: 37px;
	background-image: url(../shop/navi.jpg);
	background-position: -199px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu08 a {
	width: 22px;
	background-image: url(../shop/navi.jpg);
	background-position: -236px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu09 a {
	width: 30px;
	background-image: url(../shop/navi.jpg);
	background-position: -258px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu10 a {
	width: 18px;
	background-image: url(../shop/navi.jpg);
	background-position: -288px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu11 a {
	width: 18px;
	background-image: url(../shop/navi.jpg);
	background-position: -306px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu12 a {
	width: 23px;
	background-image: url(../shop/navi.jpg);
	background-position: -324px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu13 a {
	width: 30px;
	background-image: url(../shop/navi.jpg);
	background-position: -347px 0px;
	background-repeat: no-repeat;
}
#menu_shop li.menu14 a {
	width: 33px;
	background-image: url(../shop/navi.jpg);
	background-position: -377px 0px;
	background-repeat: no-repeat;
}



.contentsC {
    margin-top: 0px;
	margin-bottom: 10px;
	width: 830px;
	text-align: right;
	clear: both;
	margin-right: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.contentsHome {
	margin-top: 0px;
	margin-bottom: 50px;
	width: 850px;
	margin-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-image: url(../imgs/home.png);
	background-repeat: no-repeat;
	background-position: 690px 50px;
	padding: 10px;
	height: 350px;
}

.contentsabout {
	margin-top: 0px;
	margin-bottom: 50px;
	width: 850px;
	margin-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-image: url(../imgs/home.png);
	background-repeat: no-repeat;
	background-position: 690px 50px;
	padding: 10px;
}

.contentsinfo {
	margin-top: 0px;
	margin-bottom: 50px;
	width: 850px;
	margin-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-image: url(../information/bg.png);
	background-repeat: no-repeat;
	background-position: 550px 50px;
	padding: 10px;
	height: 400px;
}

.contentspeco {
	margin-top: 0px;
	margin-bottom: 50px;
	width: 850px;
	margin-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-image: url(../peco/bg.png);
	background-repeat: no-repeat;
	background-position: 650px 50px;
	padding: 10px;
	height: 400px;
}


.contentsluca {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	margin-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-image: url(../peco/bg.png);
	background-repeat: no-repeat;
	background-position: 650px 50px;
	height: 650px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #FFCC18;
}


.contentsweb {
	margin-top: 0px;
	margin-bottom: 50px;
	width: 850px;
	margin-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-image: url(../webdesign/bg.png);
	background-repeat: no-repeat;
	background-position: 550px 50px;
	padding: 10px;
	height: 400px;
}


.contentshowto {
	margin-top: 0px;
	margin-bottom: 50px;
	width: 850px;
	margin-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-image: url(../howto/bg.png);
	background-repeat: no-repeat;
	background-position: 550px 50px;
	padding: 10px;
}

.contentslink {
	margin-top: 0px;
	margin-bottom: 50px;
	width: 850px;
	margin-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-image: url(../link/bg.png);
	background-repeat: no-repeat;
	background-position: 550px 50px;
	padding: 10px;
	height: 400px;
}

.contentsmail {
	margin-top: 0px;
	margin-bottom: 50px;
	width: 850px;
	margin-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-image: url(../mailform/bg.png);
	background-repeat: no-repeat;
	background-position: 550px 50px;
	padding: 10px;
	height: 400px;
}

.contentssolo {
	margin-top: 0px;
	margin-bottom: 50px;
	width: 850px;
	margin-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	background-image: url(../solo/bg.png);
	background-repeat: no-repeat;
	background-position: 550px 50px;
	padding: 10px;
}

.contentsG {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 200px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	padding-left: 10px;
	text-align: center;
	color: #990000;
	text-decoration: blink;
}

.contentsI {
	width: 400px;
	float: left;
	margin: 10px;
	padding: 0px;
	border: 0px none #CC9966;
}

.contentsJ {
	width: 400px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}



/* ---------------------------------------------------------------- *
	コンテンツ画像の設定
 * ---------------------------------------------------------------- */

.contents img.fig {
	  margin: 0 auto;
}

.contents img.fig2 {
    float: left;
    margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定です
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

/* ---------------------------------------------------------------- *
	サムネイルリストの設定
 * ---------------------------------------------------------------- */
#main2 {
	margin-top: 20px;
	margin-bottom: 0px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #330000;
	background-color: #333333;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

ul#thumbslist {
  /* ★--- マージンを設定してください --- */
  margin: 0;
  /* ★--- パディングを設定してください --- */
  padding: 0;
}

ul#thumbslist li {
	/* --- 背景を設定してください（短縮プロパティでの設定です） --- */
  background: #FFFFFF;
	/* Note:サムネイルのリストアイテム（サムネイルとキャプションを囲むボックス）に関する設定です。 */
  /* ★--- マージンを設定してください --- */
  /* Note:float:left;をすでに設定しているため、左方向のマージンは0にし、右方向のマージンでリスト同士の間隔を調整してください */
  margin-right: 5px;
	margin-bottom: 15px;
	/* ★--- パディングを設定してください --- */
  /* Note:このオブジェクトはフロートさせるため、0と設定し、余白はさらに内側のボックスで設定いただくことをおすすめします */
  padding: 0;
	/* ★--- ボックスの幅と高さを設定してください --- */
  /* Note：ボックスからはみ出す分は出力されません；内容の量にに対して
           余裕をもって設定してください */
  width: 200px;
	/* ★--- 枠線の幅・線種・色を設定してください（短縮プロパティでの設定です）--- */
  border: 0px none #EEEEEE;
	margin-left: 5px;/* ★Note:（このボックスの幅[width]＋左右線幅[border]＋右マージン[margin]）x １列のボックスの数　で算出される寸法が、#mainの横幅以内に収まるように設計してください */
	height: 245px;
}

/* ---------------------------------------------------------------- *
	サムネイル画像についての設定
 * ---------------------------------------------------------------- */
div.thumbnail {
	/* --- 背景を設定してください --- */
  /* Note：パディングと組み合わせると，縁取りなどの効果が期待
           できます */
  background: transparent;
	/* --- 上下マージンを設定してください --- */
  margin-top: 0px;
	margin-bottom: 7px;
	padding: 0;
}

/* ---------------------------------------------------------------- *
	説明キャプションについての設定
 * ---------------------------------------------------------------- */

ul#thumbslist li p {
	/* マージンを設定してください */
  margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
	padding: 0px;
}


#counter {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 810px;
	margin-left: 25px;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	clear: both;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


#link {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 800px;
	background-color: #FFFFFF;
	position: relative;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	text-align: center;
	clear: both;
	font-size: 10px;
}

/* ---------------------------------------------------------------- *
	フッタ部分の設定です
 * ---------------------------------------------------------------- */

#footer {
	background: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	width: 950px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D2A4A5;
}

#footer ul {
    margin-bottom: 4px;
    padding: 0;
    border-left: 1px solid #CCCCCC;
}

#footer ul li {
  margin: 0;
  padding: 0 5px;
  border-right: 1px solid #CCCCCC;
  background-image: none;
}
