@charset "utf-8";

/* ページ外周の余白をなくす */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #f7f1f1;
}
	/* 全体を縦中央に配置する */
	#wrapper {
		margin: 0 auto;
		width: 760px;
		background-color: #ffffff;
	}
	/* ページ全体の属性を指定 */
		a:visited {
			color: blue;
		}
		a img{
			border-width: 0px;
		}
		a:hover {
			text-decoration: underline;
		}
	/* １．ベースヘッダー部の属性を指定 */
		#header {
			text-align : left;
			font-size: 12px;
		}
		/* １）ヘッダーの属性 */
			#finding {
				width: 760px;
				text-align : left;
				color: #000000;
				padding: 4px 0px 3px;
				background-color: #f7f1f1;
			}
				h1 {
					float: left;
					font-size: 12px;
					font-weight: normal;
					padding-left: 5px;
					margin: 0px;
				}
				#finding strong {
					font-weight: normal;
					margin: 0px;
				}
				#finding span {
					display: block;
					margin: 0px;
				}
		/* ２）タイトルの属性 */
			#title {
				clear: both;
				height: 100px;
				text-align: center;
				background-color: #f9a4c5;
			}
				#title img{
					margin-top: 5px;
				}
		/* ３）ナビメニューの属性 */
			#navi {
				clear: both;
				height: 18px;
				font-size: 12px;
				background-color: #f7f1f1;
			}
				#hp_navi {
					float: right;
					padding: 3px 20px 0px 0px;
				}
	/* ２．メイン部の属性を指定 */
		#main {
			position: relative;
			font-size: 14px;
			text-align : left;
			padding-top: 10px;
		}
		/* １）コンテンツの属性 */
			#contents {
				float: right;
				width: 520px;
				padding: 0px 10px;
				margin-bottom: 40px;
				background-color: #ffffff;
			}
				#contents p {
					line-height: 1.4;
					margin: 10px 0px 15px;
				}
				div.guide {
					width: 500px;
				    display: block;
					font-size: 14px;
					font-weight: bold;
					color: #660066;
					background: url(./images/common/square02.gif) no-repeat;
					background-position: 8px 4px;
					margin-bottom: 10px;
					padding: 4px 0px 3px 20px;
					border-bottom: solid 1px #cc00cc;
				}
				div.part {
					margin-bottom: 50px;
				}
					span.item {
						font-weight: bold;
						color: #ff00ff;
						margin-bottom: 10px;
					}
					ul.heads {
						padding: 0px 0px 10px 25px;
						margin: 0px;
					}
					ul.heads li {
						line-height: 1.4;
						list-style-type: none;
						list-style-image: url(./images/common/square01.gif);
						margin: 10px 0px;
					}
					span.note {
						float: right;
						color: #e01010;
					}
					span.midasi {
						clear: both;
						font-weight: bold;
						display: block;
						padding-top: 10px;
					}
				/* 表カテゴリィーの属性を指定 */
					table.point {
						border: solid 1px #8fdf8f;
						border-collapse: collapse;
					}
					table.point th {
						width: 150px;
						border-bottom: solid 1px #8fdf8f;
						border-right: solid 1px #8fdf8f;
						padding: 2px 5px;
						
					}
					table.point td {
						width: 350px;
						border-bottom: solid 1px #8fdf8f;
						border-right: solid 1px #8fdf8f;
						padding: 2px 5px;
						
					}
		/* ２）サイドバーの属性 */
			#sidebar {
				float: left;
				width: 216px;
				height: 1195px;
				font-size: 12px;
				margin-bottom: 20px;
				background-color: #ededde;
			}
				#sidebar p {
						font-weight: bold;
						display: block;
						color: blue;
						margin: 0px;
						padding: 5px 0px 5px 30px;
						background-color: #f9a4c5;
					}
				/* バナーメニューの属性を指定 */
				#banner {
					width: 200px;
					margin-left: 8px;
				}
					#banner span {
						display: block;
						color: #ff00ff;
						padding: 5px 0px 5px 7px;
					}
					img.sashie {
						border: double 1px #ff00ff;
						margin: 3px 0px 10px 0px;
					}
				/* サブメニューの属性を指定 */
				div.sub_menu {
					width: 200px;
					background-color: #ededde;
					margin-left: 8px;
				}
					/* サイドメニューの属性を指定 */
					ul.item {
						font-size: 12px;
						font-weight: bold;
						display: block;
						background-color: #f9a4c5;
						padding: 5px 0px 5px 25px;
						margin: 0px;
					}
					ul.item li {
						list-style-type: none;
						list-style-image: url(./images/common/arrow01.gif);
					}
					ul.sub_navi {
						padding: 0px 0px 10px 35px;
						margin: 0px;
					}
					ul.sub_navi li {
						list-style-type: none;
						list-style-image: url(./images/common/arrow02.gif);
						font-size: 12px;
						margin: 10px 0px;
					}
	/* ３．フッダーの属性を指定 */
		#footer {
			clear: both;
			font-size: 12px;
			text-align: center;
			margin-top: 10px;
		}
			#footer a {
				text-decoration: none;
			}
			#footer a:link {
				color: black;
			}
			#footer a:visited {
				color: black;
			}
	/* アクセス解析の属性 */
		#analysis {
			margin-top: 10px;
		}

