/* 基本タグ設定 */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(http://amaguru.net/images/bg.gif) ;
	}

a {
	background-color: #FFFFFF;
	color: #8B0000;
	text-decoration: none;
	}

a:hover {
	background-color: #FFFFFF;
	color: #FF9900;
	text-decoration: underline;
	}

img {
	border: none;
	}

table {
	font-size: 12px;
	}

textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

/* 構造 */
#top {
	width: 730px;
	background-color: #FFFFFF;
	background-image: url(http://amaguru.net/images/bd.gif);
	margin-left: auto;
	margin-right: auto;
	}

#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}

#sidebar {
	width: 150px;
	padding-left: 20px;
	}
	
#content {
	width: 480px;
	padding-right: 35px;
	padding-left: 35px;
	}

/* ヘッダー */
#header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	}

#header h2 {
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;	}

#header {
	background-color: #8B0000;
	background-image: url(http://amaguru.net/images/header01.jpg);
	margin-bottom: 20px;
	padding-top: 55px;
	padding-left: 18px;
	padding-bottom: 69px;
	}

/* メインウインドウ */
#content .index {
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 3px #CCCC99;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	}

#content h2 {
	background-color: #FFFFFF;
	color: #999999;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	}

#content h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	}

#content h4 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#content h5 {
	background-color: #FFFFFF;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#content p {
	line-height: 140%;
	}

.posted {
	border-top: 1px dotted #CCCCCC;
	clear: both;
	margin-bottom: 30px;
	padding-top: 6px;
	text-align: right;
	}

.posted2 {
	border-top: 1px dotted #CCCCCC;
	clear: both;
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 6px;
	text-align: right;
	}

.posted img {
	vertical-align: middle;
	}

.line {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCC99;
	margin-bottom: 4px;
	padding-left: 4px;
	}

.normal {
	font-weight: normal;
	}

.bold {
	font-weight: bold;
	}

.bold2 {
	font-size: 10px;
	font-weight: bold;
	}

#pagetop {
	clear: both;
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: right;
	}

.photo {
	border: solid 1px #999999;
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
	vertical-align: top;
	}

.photo2 {
	border: solid 1px #999999;
	float: left;
	margin-right: 7px;
	margin-bottom: 10px;
	vertical-align: top;
	}
.paginate {
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 25px;
	text-align: center;
	}

.paginate2 {
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
	}

#pankuzu {
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 15px;
	}

/* フッター */
#footer p {
	background: #666666;
	border-top: solid 7px #CCCC99;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding: 12px 20px;
	}

/* サイドバー */
#sidebar h2 {
	font-size: 12px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC99;
	border-bottom-width: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

.date {
	text-align: right;
	}

/* サムネール */
.thumbnail {
	clear: both;
	height: 80px;
	margin-top: 25px;
	margin-bottom: 0px;
	width: 100%;
	}

.thumbnail img {
	border: solid 1px #999999;
	float: left;
	margin-right: 5px;
	}

#category {
	margin-bottom: 40px;
	}

#content #category h4 {
	font-size: 12px;
	padding: 0;
	}

#content #category h5 {
	font-size: 10px;
	padding: 3px 0 0 0;
	}

#content #category p {
	font-size: 10px;
	}

/* 個別ページ */
.tb_url {
	color: #666665;
	font-weight:normal;
	margin-bottom: 25px;
	width: 97%;
	}

#content #trackbacks,#content #comments {
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 3px #CCCC99;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	}

.tb {
	margin-top: 15px;
	margin-bottom: 0px;
	}

/* 検索 */
#content .error {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	background-color: #FFFFFF;
	border: solid 1px #FF9900;
	padding: 4px;
	text-align: center;
	}

#search h3 {
	font-size: 12px;
	margin-top: 5px;
	}

#search p {
	border-bottom: dotted 1px #CCCCCC;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	}
	
/* サイト内検索 */
#searchform p {
	margin-top: 0px;
	margin-bottom: 4px;
	}

#searchform {
	margin-top: 5px;
	margin-bottom: 25px;
	}

/* 甘狂ノート */
.tree {
	color: #999999;
	}

ul.tree {
	margin: 5px 0px 25px 0px!important;
	padding: 0px!important;
	font-size: 10px;
	line-height: 16px;
	list-style: none!important;
	}

ul.tree ul {
	margin: 0px!important;
	padding: 0px!important;
	}

ul.tree li {
	margin: 0px!important;
	padding: 0px 0px 0px 16px!important;
	background-image: url(tree_lst_dotted.gif);
	background-repeat: no-repeat!important;
	list-style: none!important;
	}

ul.tree li.end {
	background-image: url(tree_end_dotted.gif);
	list-style: none;
	}

#favorite ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	}

#favorite li {
	background-image: url(http://amaguru.net/images/arrow02.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 6px;
	}

.profbd {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	}

.profbd2 {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 4px;
	padding-bottom: 4px;
	}

/* 最近の記事 */
#recent ul,#recent_c ul  {
	list-style-type: none;
	margin-top: 3px;
	margin-left: 0;
	padding-left: 0;
	font-size: 12px;
	line-height: 140%;
	}

#recent li,#recent_c li  {
	background-image: url(http://amaguru.net/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	}

#list ul {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0;
	margin-bottom: 5px;
	padding-left: 0;
	font-size: 12px;
	}

#list li {
	background-image: url(http://amaguru.net/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	}

/* BlogPeple部分 */
.blogpeople {
	font-size: 12px;
	}

.blogpeople br {
	display: none;
	}

.blogpeople-linklist {
	display: block;
	font-weight: bold;
	border-bottom: solid 2px #CCCC99;
	margin: 0;
	padding-bottom: 3px;
	}

.linkitem {
	background-image: url(http://amaguru.net/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
	margin-top: 5px;
	}

.blogpeople-powered-by {
	font-size: 10px;
	color: #666666;
	margin-bottom: 25px;
	}

.blogpeople-powered-by a {
	color: #8B0000;
	text-decoration: none;
	}

.blogpeople-main {

	padding-bottom: 0px;
	margin-top: 25px;
	margin-bottom: 2px;
	}

/* QRコード部分 */
#qrcode img {
	border: none;
	}

#qrcode p {
	margin-top: 0;
	text-align: center;
	}

/* RSS部分 */
#sidebar .rss {
	border: solid 1px #999999;
	padding: 1px;
	width: 80px;
	margin-top: 0px;
	margin-bottom: 5px;
	}

#sidebar .rss a {
	display: block;
	width: 100%;
	background-color: #CCCC99;
	text-decoration: none;
	font-size: 10px;
	}

#sidebar .rss-format {
	background-color: #8B0000;
	color: #FFFFFF;
	padding: 0 5px;
	}

#sidebar .rss-version {
	color: #666666;
	padding: 0 5px;
	}

.info {
	font-size: 9px;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 18px;
	}

#data {
	border-bottom: solid 1px #CCCCCC;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	}

#data table {
	line-height: 200%;
	}

#map {
	border: solid 1px #CCCCCC;
	}
.map {
	border: solid 1px #CCCCCC;
	}
