/*****************************************/
/**
/**	Yomi-Search用スタイルシート（CSS）
/**	customize PIECESOZAI（http://piecesozai.net/）
/**
/*****************************************/
/** 
/** Yomi-Searchで使用しているスタイルに説明文をつけております。
/** 利用変更する際、参考にしてください。
/** ※注意事項：
/** ▼ ページ全体 {} などの説明分にはスタイルを付けない事。
/*****************************************/

/*****************************************/
/*	BODYやフォント類のスタイル
/*****************************************/
*{
	margin: 0px;}

body {
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 75%;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #006666;
	background-color: #ffffff;}


▼ページ全体 {}
/*****************************************/
/*サイト全体幅*/
#page {
	text-align: left;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;}


▼ヘッダー {}
/*****************************************/
/*ヘッダー（広告・画像スペース）*/
#head {
	background-image: url(img/title.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	visibility: hidden;
	height: 0px;
	position: absolute;}


▼フッター {}
/*****************************************/
/*最下部のスタイル*/
#foot {
	text-align: center;
	clear: both;
	height: 30px;
	margin: 0px;
	line-height: 1.2em;
	font-size: 0.95em;}


▼HOME {}
/*****************************************/
/*HOME*/
#menu {
	padding-top: 15px;
	padding-bottom: 15px;}

#menu ul{
	margin: 0px;
	padding: 0px;}

#menu li{
	float: left;
	padding: 0px;
	color: #FFFFFF;
	list-style: none;}

/*リンク*/
#menu a{
	text-decoration: none;
	color: #333333;
	font-size: 14px;}

/*リンクに触れる*/
#menu a:hover{
	color: #1e90ff;}

/*****************************************/
/*	サイト全体のスタイル（HTMLタグ/リンクなど）
/*****************************************/
▼全体 {}

/*サイトの中身*/
#main {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	width: 90%;
	padding: 20px;
	border: 3px double #CCCCCC;
	background-color: #FFFFFF;}

#main p {
	line-height: 1.3em;}

#main ul {
	margin-bottom: 1em;
	line-height: 1.4em;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	padding: 0px;}

#main ol {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;}

#main li {
	margin: 0px;}

#main h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	padding: 10px;
	margin-top: 0px;
	border-top: 3px double #003300;
	border-bottom: 3px double #003333;}

#main h2 {
	text-indent: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 5px;
	border-top: 1px solid #4D4D4D;
	border-right: 5px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D9;
	border-left: 5px solid #4D4D4D;
	background: #FFFFEE;}

#main h3 {
	margin-bottom: 5px;
	font-size: 1em;
	margin-top: 5px;
	color: #CC6666;}

#main h4 {
	font-size: 1em;}

#main h5 {
	font-size: 1em;
	font-weight: normal;
	border-top: 3px double #003300;
	border-bottom: 3px double #003333;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;}

#main h6 {
	font-size: 1em;
	color: #996600;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: normal;
	text-align: center;}

#main a    {
	text-decoration: underline;}

/*見訪問リンク*/
#main a:link    {
	color: #0066FF;}

/*既訪問リンク*/
#main a:visited {
	color: #FF0099;
	text-decoration: underline;}

/*リンクに触れる*/
#main a:hover   {
	color: #FF6600;
	text-decoration: underline;}

/*右側のスタイル*/
#piece {
	width: 65%;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;}

/*****************************************/
/*	文字装飾のスタイル
/*****************************************/
▼文字装飾 {} 

/*文字サイズ（10％小さい）*/
.font_size1 {
	font-size: 0.9em;
	font-weight: normal;}

/*****************************************/
/*	カテゴリ類のスタイルシート（装飾関連）
/*****************************************/
▼フォルダアイコン {}

/*カテゴリのフォルダ画像*/
.temp {
	background-image: url(img/mini_f.gif);
	background-position: left 2px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-left: 16px;}

/*サブカテゴリのフォルダ画像*/
.temp2 {
	background-image: url(img/mini_f1.png);
	background-position: left 2px;
	margin: 0px;
	background-repeat: no-repeat;
	padding-left: 16px;}

/*****************************************/
/*	左メニューのフォント・アイコン類設定
/*****************************************/
▼左メニュー（全体） {}

#sub {
	width: 31%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.95em;}

/*カテゴリ（アイコン）*/
#sub h3   {
	color: #006666;
	font: normal 1em sans-serif;
	text-indent: 50px;
	margin-bottom: 5px;
	padding-top: 15px;
	border-top: 0px;
	border-bottom: 1px solid #4D4D4D;
	height: 40px;
	background: url(img/f1.png) no-repeat left center;}

/*メニュー（アイコン）*/
#sub h4   {
	color: #006666;
	font: normal 1em sans-serif;
	text-indent: 50px;
	margin-bottom: 5px;
	padding-top: 15px;
	border-bottom: 1px solid #4D4D4D;
	height: 40px;
	background: url(img/f1.png) no-repeat left center;}

/*このカテゴリ（アイコン）*/
#sub h5   {
	color: #006666;
	font: normal 1em sans-serif;
	text-indent: 50px;
	margin-bottom: 5px;
	padding-top: 15px;
	border-top: 0px;
	border-bottom: 1px solid #4D4D4D;
	height: 40px;
	background: url(img/f1.png) no-repeat left center;}

/*見訪問リンク*/
#sub a:link    {
	color: #006666;
	text-decoration: none;}

/*既訪問リンク*/
#sub a:visited {
	color: #006666;
	text-decoration: none;}

/*リンクに触れる*/
#sub a:hover   {
	color: #FF6600;
	text-decoration: underline;}

/*****************************************/
/*	左メニューのカテゴリ類（ボックス）
/*****************************************/
▼左メニュー（カテゴリ類） {}

/*上：このカテゴリ*/
#menu_category {
	margin: 5px 0 15px;
	padding: 0 4px 4px;
	border-top: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	border-left: 6px solid #4D4D4D;
	background-color: #FFFFFF;}

/*上：このカテゴリ内（[ヘルプ] [修正] [サイトの登録]）*/
#menu_help {
	text-align: right;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;}

/*上：戻るボタン*/
#back_button {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #fffafa;}

/*中：メニュー*/
#menu_sight {
	margin: 5px 0 15px;
	padding: 0 4px 4px;
	border-top: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	border-left: 6px solid #4D4D4D;
	background-color: #FFFFFF;}

/*下：カテゴリ*/
#menu_category2 {
	margin: 5px 0 15px;
	padding: 0 4px 4px;
	border-top: 1px solid #4D4D4D;
	border-right: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	border-left: 6px solid #4D4D4D;
	background-color: #FFFFFF;}

/*****************************************/
/*	表示メニューのスタイルシート
/*****************************************/
▼右：検索や目次（全体） {}

/*サイト内検索/ソート順/紹介文/マーク説明*/
#map_box {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 0.95em;
	margin-left: auto;
	margin-right: auto;}

/*1 - 14 ( 14 件中 )*/
#map_number {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	font-size: 0.95em;}

/*見訪問リンク*/
#map_number a:link    {
	color: #006666;
	text-decoration: none;}

/*既訪問リンク*/
#map_number a:visited {
	color: #006666;
	text-decoration: none;}

/*リンクに触れる*/
#map_number a:hover   {
	color: #FF6600;
	text-decoration: underline;}

/*****************************************/
/*	サイト掲載箇所のスタイル
/*****************************************/
▼右：登録サイト（全体） {}

/*登録サイト全体*/
#all {
	font: 0.95em sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #4D4D4D;
	border-right: 5px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	border-left: 5px solid #4D4D4D;
	width: 100%;}

/*サイト名*/
#a1 {
	padding: 6px;
	border-bottom: 1px solid #4D4D4D;
	background: #EEEEEE;}

/*第？位ランキング*/
#a1 b {
	font-weight: normal;
	color: #FF0066;}

/*修正・通知アイコンの配置*/
#response {
	margin-right: 8px;
	text-align: right;
	margin-top: 6px;
	float: right;
	padding-right: 10px;}

/*A〜B（バナー/更新日・キーワード）*/
#photo_keyword {
	font-weight: normal;
	margin-bottom: 5px;
	padding: 5px;
	clear: both;
	height: 44px;}

/*A：バナー画像*/
#photo {
	font-weight: normal;
	float: left;
	width: 25%;}

/*A：バナー画像（枠線と色）*/
#photo img {
	border: 1px solid #666666;}

/*B：データID/更新日/キーワード*/
#keyword {
	font-weight: normal;
	line-height: 1.1em;
	width: 75%;
	float: right;}

/*B：テーブル全体*/
#keyword table {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	width: 100%;}

/*B：テーブル(右ヘッダ)*/
#keyword td {
	color: #516971C;
	font: normal 10px sans-serif;
	text-align: right;
	padding-right: 10px;}

/*B：キーワード*/
#keyword input {
	color: #516971;
	font: 1em sans-serif;
	border: 0px;
	text-align: right;
	padding-right: 10px;
	width: 145px;}

/*C〜E（コメント/管理者コメント/登録カテゴリ）*/
#URL {
	vertical-align: top;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;}

/*C：コメント*/
#comment {
	line-height: 1.3em;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 2px;}

/*D：管理人コメント*/
#admin {
	color: #6699CC;
	font-size: 0.9em;
	line-height: 1.7em;}

/*D：管理人コメント（見出し）*/
#admin i {
	background-image: url(img/icon_ball.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-style: normal;}

/*E：サブカテゴリ（登録カテゴリ）*/
#renew {
	font-weight: normal;
	padding: 5px;
	text-align: right;}

/*見訪問リンク*/
#renew a:link    {
	color: #006666;
	text-decoration: none;
	background-image: url(img/minifl4_12.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;}

/*既訪問リンク*/
#renew a:visited {
	color: #006666;
	text-decoration: none;
	background-image: url(img/minifl4_12.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;}

/*リンクに触れる*/
#renew a:hover   {
	color: #006666;
	text-decoration: none;
	background-image: url(img/minifl2_12.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;}

/*****************************************/
/*	登録画面のスタイル
/*****************************************/
▼右：登録、修正画面 {}

/*全体*/
#regisｔ_main {
}
/*定義リスト*/
#regisｔ_main dl  {
}
/*1. 見出し（■ お名前）*/
#regisｔ_main dt  {
	line-height: 2em;}

/*2. フォーム部分*/
#regisｔ_main dd  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 15px;
	padding-bottom: 5px;}

/*ボタン*/
#regisｔ_button {
	border: 1px solid #666666;
	background-color: #FFFFFF;}

/*フォーム（ノーマル）*/
.regisｔ_input {
	background-color: #eeeeee;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #acacac;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #acacac;
	font-size: 1.1em;}

/*フォーム2（一行の長め：サイトのURL/キーワード/追加希望のカテゴリ）*/
.regisｔ_input2 {
	background-color: #eeeeee;
	width: 400px;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #acacac;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #acacac;
	font-size: 1.1em;}

/*フォーム3（コメント：紹介文/管理人へのメッセージ）*/
.regisｔ_input3 {
	background-color: #eeeeee;
	width: 300px;
	height: 80px;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #acacac;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #acacac;
	font-size: 1.1em;}

/*フォーム（ミニサイズ：パスワード）*/
.regisｔ_input_mini {
	background-color: #eeeeee;
	width: 60px;
	margin: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #acacac;
	border-right-color: #dfdfdf;
	border-bottom-color: #dfdfdf;
	border-left-color: #acacac;
	font-size: 1.1em;}

/*****************************************/
/*	サイトマップのスタイル
/*****************************************/
▼右：サイトマップ {} 

/*全体*/
#sight_map {
	line-height: 2em;}

/*親カテゴリのアイコン*/
#sight_map b {
	background-image: url(img/mini_f.gif);
	background-position: left;
	margin: 0px;
	background-repeat: no-repeat;
	padding-left: 16px;
	font-weight: normal;}

/*サブカテゴリのアイコン*/
#sight_map i {
	font-style: normal;}

/*見訪問リンク*/
#sight_map a:link    {
	color: #006666;
	text-decoration: none;}

/*既訪問リンク*/
#sight_map a:visited {
	color: #006666;
	text-decoration: none;}

/*リンクに触れる*/
#sight_map a:hover   {
	color: #FF6600;
	text-decoration: underline;}


