/*****************************************/
/**
/**	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: #f5f2f4;
}

▼ページ全体 {}
/*****************************************/
/*サイト全体幅*/
#page {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 3px double #CCCCCC;
	background-color: #FFFFFF;
	margin-top: 10px;
}

▼ヘッダー {}
/*****************************************/
/*ヘッダー（広告・画像スペース）*/
#head {
	background-image: url(../img/title.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 800px;
}
#head  img{
	margin: 0px;
}


▼フッター {}
/*****************************************/
/*最下部のスタイル*/
#foot {
	font-size: 0.95em;
	line-height: 1.2em;
	text-align: center;
	height: 30px;
	clear: both;
	padding-top: 20px;
	margin: 0px;
}

▼HOME {}
/*****************************************/
/*HOME*/
#menu {
	padding-top: 15px;
	padding-bottom: 15px;
	position: absolute;
	visibility: hidden;
}
#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: 800px;
	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-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#main h2 {
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-indent: 5px;
}
#main h3 {
	font-size: 1em;
	color: #CC6666;
	margin-bottom: 5px;
	margin-top: 5px;
}
#main h4 {
	font-size: 1em;
}
#main h5 {
	font-size: 1em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
#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_f2.gif);
	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,#sub h4,#sub h5 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../img/f1.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 28px;
	padding-top: 3px;
	background-color: #66CCCC;
	border: 3px double #CCCCCC;
}
/*見訪問リンク*/
#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_help {
	text-align: right;
	margin-top: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/*上：戻るボタン*/
#back_button {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
}
/*上：このカテゴリ*/
#menu_category {
	margin-top: 5px;
	margin-bottom: 15px;
}
/*中：メニュー*/
#menu_sight {
	margin-top: 5px;
	margin-bottom: 15px;
}
/*下：カテゴリ*/
#menu_category2 {
	margin-top: 5px;
	margin-bottom: 15px;
}
/*****************************************/
/*	表示メニューのスタイルシート
/*****************************************/
▼右：検索や目次（全体） {}

/*サイト内検索/ソート順/紹介文/マーク説明*/
#map_box {
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 0.95em;
}
/*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 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 420px;
}
/*サイト名*/
#a1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 0.95em;
	background-image: url(../img/list/header/1a_blue.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
/*第？位ランキング*/
#a1 b {
	font-weight: normal;
	color: #FF0066;
}
/*修正・通知アイコンの配置*/
#response {
	margin-right: 8px;
	text-align: right;
	float: right;
	padding-top: 5px;
	padding-bottom: 3px;
}
/*A〜B（バナー/更新日・キーワード）*/
#photo_keyword {
	font-weight: normal;
	height: 44px;
	clear: both;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../img/list/center/2a.gif);
	background-repeat: repeat-y;
	padding-bottom: 2px;
}
/*A：バナー画像*/
#photo {
	font-weight: normal;
	float: left;
	width: 48%;
	margin-left: 6px;
}
/*A：バナー画像（枠線と色）*/
#photo img {
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
/*B：データID/更新日/キーワード*/
#keyword {
	font-weight: normal;
	line-height: 1.1em;
	width: 48%;
	float: right;
}
/*B：テーブル全体*/
#keyword table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
}
/*B：テーブル(左ヘッダ)*/
#keyword th {
	font-weight: normal;
	width: 30%;
	color: #FFFFFF;
	background-color: #66CCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	padding-left: 4px;
}
/*B：テーブル(右ヘッダ)*/
#keyword td {
	font-weight: normal;
	width: 70%;
	font-size: 10px;
	padding-left: 2px;
	color: #6699CC;
}
/*B：キーワード*/
#keyword input {
	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;
	width: 130px;
	font-size: 1em;
	color: #6699CC;
}
/*C〜E（コメント/管理者コメント/登録カテゴリ）*/
#URL {
	vertical-align: top;
	padding-top: 4px;
	background-image: url(../img/list/center/2a.gif);
	background-repeat: repeat-y;
}
/*C：コメント*/
#comment {
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 2px;
	padding-right: 6px;
	padding-left: 6px;
	line-height: 1.3em;
}
/*D：管理人コメント*/
#admin {
	color: #6699CC;
	font-size: 0.9em;
	line-height: 1.7em;
	padding-right: 6px;
	padding-left: 6px;
}
/*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-size: 11px;
	color: #999999;
	background-color: #FFFFFF;
	background-image: url(../img/list/footer/3a.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#renew a {
	padding-right: 1px;
	padding-left: 1px;
}
/*見訪問リンク*/
#renew a:link {
	color: #999999;
	text-decoration: none;
}
/*既訪問リンク*/
#renew a:visited {
	color: #999999;
	text-decoration: none;
}
/*リンクに触れる*/
#renew a:hover {
	color: #FF6600;
	text-decoration: none;
}
/*****************************************/
/*	登録画面のスタイル
/*****************************************/
▼右：登録、修正画面 {}

/*全体*/
#regisｔ_main {
}
/*定義リスト*/
#regisｔ_main dl  {
}
/*全体*/
#regisｔ_main em {
	font-style: normal;
	color: #aaaaaa;
}
/*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;
}

