/* CSS Document */

@charset "UTF-8";




/*---------------------------------------
link, 段落
---------------------------------------*/
	A {
	font-weight: normal;
	color: #993300;
	text-decoration: none;
}




	A:link {
	color: #993300;
	text-decoration: none;
}




	A:visited {
	color: #993300;
	text-decoration: none;
}




	A:active {
	color: #993300;
	background-color: #FFDEAD;
}




	A:hover {
	color: #993300;
	background-color: #FFDEAD;
}




	h1,h2,h3,h4,h5 {}




/*----------------------------------------
body
----------------------------------------*/
	body {
	background: url("http://sour.raindrop.jp/machi/archives/image/dot_patten.gif") repeat;
}




	#base_cover {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: #fff;
}




	#base {
	width: 750px;
	display: block;
	background-color: #fff;
}






/*----------------------------------------
layout
----------------------------------------*/
	#banner {
	width: 750px;
	display: block;
	text-align: center;
	background-color: #fff;
}




	#banner A,
	#banner A:link,
	#banner A:visited,
	#banner A:active,
	#banner A:hover		{
	border: none;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}




	#content {
	float: left;
	width: 480px;
	display: block;
	background-color: #fff;
}




	#links {
	float: left;
	width: 270px;
	display: block;
	background-color: #fffff0;
}




	#links A {
	font-weight: normal;
	color: #993300;
	text-decoration: none;
	background-color: transparent;
}




	#links A:link {
	color: #993300;
	text-decoration: none;
}




	#links A:visited {
	color: #993300;
	text-decoration: none;
}




	#links A:active {
	color: #993300;
	background-color: #FFDEAD;
}




	#links A:hover {
	color: #993300;
	background-color: #FFDEAD;
}






/*----------------------------------------
blog
----------------------------------------*/
	.blog {
	padding: 10px;
	margin: 0px;
	background-color: #fff;
}




	.blogbody {
	font-size: small;
	font-weight: normal;
	color: #666;
	line-height: 140%;
	background-color: transparent;
}




	.blogbody a {}
	.blogbody a:link {}
	.blogbody a:visited {}
	.blogbody a:active {}
	.blogbody a:hover {
	background-color: #FFDEAD;
}




	.title	{
	font-size: medium;
	color: #003366;
	text-transform: uppercase;
}




	.subtitle	{
	font-size: small;
	color: #003366;
	text-transform: uppercase;
}




	.date	{
	padding: 0;
	margin: 0;
	font-size: small;
	font-weight: normal;
	color: #666;
}




	.posted	{
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	font-size: x-small;
	color: #003366;
	display: block;
	text-align: right;
}




	.extended	{
	float: left;
	font-size: small;
	font-style: normal;
	display: block;
}






/*----------------------------------------
side-bar
----------------------------------------*/
	.side {
	padding: 2px;
	font-size: x-small;
	font-weight: normal;
	color: #333;
	line-height: 140%;
	background-color: #FFFFF0;
	list-style-type: none;
}




	.side_links {
	height: 200px;
	padding: 2px;
	overflow: scroll;
	font-size: x-small;
	font-weight: normal;
	color: #333;
	line-height: 140%;
	background: #FFFFF0;
}




	.side_links_noscroll {
	padding: 2px;
	font-size: x-small;
	font-weight: normal;
	color: #333;
	line-height: 140%;
	background: #FFFFF0;
}




	.sidetitle {
	padding: 2px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	font-size: small;
	font-weight: bold;
	color: #666;
	line-height: 140%;
	text-align: left;
	background: #FFFFF0;
}




	.blogpeople-linklist {
	padding: 2px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	font-size: small;
	font-weight: bold;
	color: #666;
	line-height: 140%;
	text-align: left;
	background: #FFFFF0;
}




	.blogpeople-linklist {
	padding: 2px;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	font-size: small;
	font-weight: bold;
	color: #666;
	line-height: 140%;
	text-align: left;
	background-color: #FFFFF0;
}






/*----------------------------------------
footer
----------------------------------------*/
	.syndicate {
	width: 750px;
	border-bottom: 1px dotted #666;
	font-size: x-small;
	font-weight: bold;
	display: block;
	text-align: center;
	background-color: #fff;
}




	.powered {
	width: 750px;
	padding-top: 10px;
	font-size: x-small;
	font-weight: bold;
	display: block;
	text-align: center;
	background-color: #fff;
}






/*----------------------------------------
comments
----------------------------------------*/
	.comments-head	{
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
	font-size: small;
	font-weight: bold;
	color: #666;
	background: #FFF;
}




	.comments-body {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
	font-weight: normal;
	color: #666;
	line-height: 140%;
	background: whitesmoke;
}




	.comments-post {
	font-size: x-small;
	font-weight: normal;
	color: #666;
}




/*----------------------------------------
trackback
----------------------------------------*/
	.trackback-body {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	font-size: small;
	font-weight: normal;
	color: #666;
	line-height: 140%;
	background: #FFF;
}




	.trackback-url {
	padding: 5px;
	border: 1px dotted #999;
	font-size: small;
	font-weight: normal;
	color: #666;
	line-height: 140%;
	background: #FFF;
}




	.trackback-post {
	font-size: x-small;
	font-weight: normal;
	color: #666;
	background: #FFF;
}






/*----------------------------------------
quotation
----------------------------------------*/
	.quotation	{
	padding: 2px 5px 2px 5px;
	margin: 2px 20px 2px 20px;
	border: 1px dashed #666;
	font-size: small;
	font-weight: normal;
	color: #333;
	line-height: 140%;
	background: #FFFFF0;
}






/*----------------------------------------
calender
----------------------------------------*/
	#calender {
	width: 710px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: small;
	color: #333;
	display: block;
	word-spacing: 5px;
	text-align: center;
}




	#calender a {
	text-decoration: underline;
}




	#calender a:link {
	text-decoration: underline;
}




	#calender a:visited {
	text-decoration: underline;
}




	#calender a:active {
	text-decoration: underline;
}




	#calender a:hover {
	text-decoration: underline;
}



#globalnavi {
	padding-bottom: 5px;
	border-bottom: 1px solid #666699;
	text-align: center;
}


