/*****************************************/
/**
/**	Yomi-Search用スタイルシート（CSS）
/**	customize PIECESOZAI（http://piece.s201.xrea.com/）
/**
/*****************************************/
/** 
/** Yomi-Searchで使用しているスタイルに説明文をつけております。
/** 利用変更する際、参考にしてください。
/** 
/*****************************************/

/*****************************************/
/*	登録掲載欄のスタイルシート
/*****************************************/
/*登録サイト全体*/
.all {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #999999;
	padding: 4px;
}
/*バナー画像*/
.photo {
	font-weight: normal;
	float: left;
	background-color: #FFFFFF;
	margin-right: 4px;
}
a {
	color: #0066E3;
	text-decoration: none;
}
a:hover {

	color: #FF6600;
	text-decoration: underline;
}
/*バナー画像のボーダー*/
.border {
	border: 1px solid #666666;
}
/*マーク*/
.mark {
	padding-right: 2px;
	padding-left: 2px;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1em;
}
/*タイトル*/
.URL {
	font-size: 100%;
	vertical-align: top;
	font-weight: bold;
	line-height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 2px;
	background-image: url(w2-wall.gif);
}
/*第？位ランキング*/
.ranking {
	font-weight: normal;
	color: #FF0066;
}
/*URL・キーワード・更新日・カテゴリ掲載スタイル*/
.renew {
	font-weight: normal;
	line-height: 1.2em;
}
/*キーワード*/
.keyword {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.1em;
}
/*コメント*/
.comment {
	line-height: 1.1em;
	margin-top: 4px;
}
/*管理人コメント*/
.admin {
	text-align: right;
	font-size: 0.85em;
	line-height: 1.2em;
	text-indent: 2px;
	color: #FF0000;
	clear: both;
}
/*カテゴリのフォルダ画像*/
.temp {
	background-image: url(../img/mini_f.gif);
	background-position: left center;
	padding: 0px;
	margin: 0px;
	text-indent: 16px;
	background-repeat: no-repeat;
}
/*掲載ソートのスタイル（表示ボタン）*/
.Bo {
	border: 1px solid #333333;
}
/*掲載ソートのスタイル（？順の背景色）*/
.Co {
	background-color: #FF9999;
	color: #FFFFFF;
	padding: 2px;
}

/*****************************************/
/*	表示メニューのスタイルシート
/*****************************************/

/*MENU[新着 - 更新サイト - 人気ランク]*/
.A1_menu {
	font-size: 0.85em;
	text-align: center;
	border: 1px solid #999999;
	background-color: #E8FFFF;
	margin-top: 5px;
}
/*ホーム ＞ 掲示板 ＞ シンプル*/
.A2_home {
	text-align: left;
	font-size: 0.85em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/*★紹介文*/
.A3_comment {
	text-align: left;
	line-height: 1.3em;
	font-size: 0.9em;
}
/*検索*/
.A4_search {
	font-size: x-small;
	margin-top: 4px;
	margin-bottom: 10px;
	background-color: #FAF0E6;
	padding: 3px;
}
/*[現在の表示：マーク順]*/
.A5_mark {
	font-size: 0.85em;
	margin-top: 4px;
	margin-bottom: 4px;
}
/*1 - 14 ( 14 件中 )*/
.A7_No {
	text-align: right;
	font-size: 0.85em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/*ホーム ＞ 掲示板 ＞ シンプル*/
.A8_ID {
	font-weight: normal;
	font-size: 0.8em;
}

/*****************************************/
/*	BODYやフォント類のスタイルシート	
/*****************************************/
*{
	margin: 0px;

}
body {
	text-align: left;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	background-image: url(bg.png);
	height: 100%;
}
html {
	height: 100%;
}
p {
	margin-top: 0px;
	padding-bottom: 10px;
}


/*サイト全体幅（1.ピクセル(px)、パーセント(%)指定が可能です。）*/
div#page {
	text-align: left;
	width: 800px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px auto;
}
body > div#page {
	height: auto;
}
/*HOME（2.全体幅をパーセント(%)指定する場合は、
こちらもサイト全体幅と同じパーセント数字の指定推薦です。）*/
div#menu {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #faf0e6;
	height: 20px;
}
div#menu ul{
	margin: 0px;
	padding: 0px;
}
div#menu li{
	float: left;
	padding: 0px;
	margin-left: 10px;
	color: #FFFFFF;
	list-style: none;
	font-size: 10px;
	font-weight: bold;
}
div#menu a{
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}
div#menu a:hover{
	color: #1e90ff;
}
/*サイトの中身（3. サイト全体幅でパーセント指定した場合はこちらもパーセント指定推薦。
※その場合はサイト全体幅のパーセントより低く指定ください。）*/
div#main {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#main p {
	line-height: 130%;
	margin: 0px;
}
div#main ul {
	margin-bottom: 1em;
	line-height: 130%;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	padding: 0px 0px 0px 10px;
}
div#main ol {
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
div#main li {
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
}
div#main a    {
	text-decoration: #0066FF;
}
/*リンクに触れる*/
div#main a:hover   {
	color: #FF6600;
	text-decoration: underline;
}
div#foot {
	text-align: right;
	margin: 0px;
	clear: both;
	padding: 4px 15px 4px 4px;
}
div#foot p{
	font-size: 0.9em;
	margin: 0px;
	line-height: 1.2em;
}
div#sub {
	width: 30%;
	float: left;
	margin-bottom: 10px;
}
div#piece {
	width: 66%;
	float: right;
}
h1,h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

h3 {
	margin-bottom: 5px;
	font-size: 100%;
	margin-top: 5px;
	color: #CC6666;
}
h5 {
	font-size: 100%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;
}
h6 {
	font-size: 100%;
	color: #996600;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: normal;
	text-align: center;
}
.impact {
	font-weight: normal;
	font-size: 1.1em;
	background-color: #FFFFFF;
	padding: 5px;
}
.impact_box {
	width: 100%;
	border: 1px solid #CCCCCC;
	vertical-align: top;
	text-align: left;
}
font#small {
	font-size: 11px;
}
.cate {
	padding-top: 5px;
	padding-bottom: 5px;
}
.category {
	width: 485px;
	background-color: #FBE6E6;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 0px;
	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: #F9E6E6;
	border-right-color: #F4D2D2;
	border-bottom-color: #F4D2D2;
	border-left-color: #F9E6E6;
	margin-bottom: 15px;
	color: #E86C6C;
}
textarea {
	font-size: 12px;
}
.cate2 p {
	padding-top: 3px;
	padding-bottom: 3px;
	color: #A0A0A0;
}
.text {
	padding: 10px;
	font-weight: bold;
}

.text h1{
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #E86C6C;
	margin: 0px;
}
.head {

	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;
}
.sp {
	float: right;
	width: 180px;
	padding-right: 10px;
}
.category2 {
	width: 190px;
	background-color: #FBE6E6;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 0px;
	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: #F9E6E6;
	border-right-color: #F4D2D2;
	border-bottom-color: #F4D2D2;
	border-left-color: #F9E6E6;
	margin-bottom: 15px;
	color: #E86C6C;
	padding-right: 10px;
	float: right;
}
.right {
	float: right;
	width: 190px;
	padding-right: 10px;
}
