@charset "utf-8";

/* index.css */

#body {
	width: 700px;
}

	/* #about-site: 〜とは */
	#about-site {
	}

		#about-site .title {
			margin-bottom: 3px;
		}

	/* #navi-category: 各カテゴリーへのリンク */
	#navi-category {
		margin-top: 50px;
		margin-left: 30px;
	}

		#navi-category li {
			float: left;
			width: 200px;
			height: 100px;
			margin-right: 20px;
			background: #eee;
		}

		#navi-category li.it {
			margin-right: 0;
		}

	/* #useful-link: お役立ちリンク
	#useful-link {
		position: relative;
		margin-top: 55px;
	}

		#useful-link .title {
			padding-bottom: 3px;
			padding-left: 22px;
			background: url("../img/icon_arrow_down.gif") 5px 2px no-repeat;
			vertical-align: middle;
			color: #006;
			font-size: 110%;
			line-height: 1.3;
			letter-spacing: .2em;
			font-weight: bold;
		} */

		/* リンクリスト
		#useful-link table {
			border-collapse: collapse;
			border-spacing: 0;
			width: 100%;
		}

			#useful-link .name {
				padding: 5px 10px;
				border-top: 1px solid #e8e8e8;
				border-bottom 1px solid #e8e8e8;
				border-left: 1px solid #e8e8e8;
				vertical-align: top;
			}

			#useful-link td {
				padding: 5px 0;
				border-top: 1px solid #e8e8e8;
				border-bottom 1px solid #e8e8e8;
				vertical-align: middle;
			}

			#useful-link .desc {
				padding: 5px 10px;
				border-right: 1px solid #e8e8e8;
			}

				#useful-link td span {
					margin-right: 10px;
				}

			#useful-link .odd th,
			#useful-link .odd td {
				background: #f8f8f8;
			}

			#useful-link .first th,
			#useful-link .first td {
				border-top: 1px solid #888;
				background: url("../img/bg_shadow.gif") left top repeat-x;
			}

			#useful-link .last th,
			#useful-link .last td {
				border-bottom: 1px solid #ccc;
				background-image: url("../img/bg_shadow.gif");
				background-position: left bottom;
				background-repeat: repeat-x;
			}

			#useful-link tr:hover th,
			#useful-link tr:hover td {
			} */

	/* #about-admin: 運営 */
	#about-admin {
		margin-top: 80px;
	}

		#about-admin .title {
			padding-bottom: 3px;
			padding-left: 22px;
			background: url("../img/icon_arrow_down.gif") 5px 2px no-repeat;
			border-bottom: 1px solid #888;
			vertical-align: middle;
			color: #006;
			font-size: 110%;
			line-height: 1.3;
			letter-spacing: .2em;
			font-weight: bold;
		}

		#about-admin .content {
			padding: 5px 5px 0 10px;
			border-top: 1px solid #e8e8e8;
		}