@charset "UTF-8";

/************************************************/
/*	全体に影響のあるタグのstyle					*/
/************************************************/
/*bodyタグ内*/
body {
	text-align:	center;
	color:		#444444;
	font-size:	10px;
	margin:		0;
}
/*通常のリンクの設定*/
a:link {
	color:#aa4400;
	text-decoration:none;
}
a:visited{
	color:#aa4400;
	text-decoration:none;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
	text-decoration:underline;
	color:#aa4400;
}
/*アクティブ状態のリンクの設定*/
a:active {
	color:#aa4400;
	text-decoration:underline;
}


/************************************************/
/*	各部格納コンテナタグのstyle					*/
/************************************************/
#All {
	width:	770px;
	margin:	0 auto;
	text-align:left;
}



/************************************************/
/*	タイトル部分のタグのstyle					*/
/************************************************/
#Toptitle {
	height:		70px;
	overflow:	hidden;
}
.Topright {
	width:	770px;
	float:	right;
	padding:10px;
	margin:	0px;
}
h1{
	font-size:	16px;
	margin:		0 16px 0 0;
	color:		#FF9900;
	text-align:right;
}
h2{
	font-size:	12px;
	margin:		10px 0px;
	color:		#444444;
	text-align:right;
}



/************************************************/
/*	マイリスト表示タグのstyle					*/
/************************************************/
#Mylist {
        float: right;
        width: 540px;
	margin: 0 0 15px 0;
}



/************************************************/
/*	記事とプラグインまとめのstyle				*/
/************************************************/
.blogcontainer{
}



/************************************************/
/*	プラグイン表示タグのstyle					*/
/************************************************/
#Plugin {
	float:	left;
	width:220px;
}
.P_All {
	margin:			0 0 5px 0;
	padding:		5px 2px;
	border:1px solid #eeeeee;
	font-size:		10px;
}
.P_Title {
	text-align:	center;
	margin:		1px;
	background:	#ffffff;
	color:		#ff9900;
	font-weight:bold;
	padding:	1px 0;
        border-bottom:1px solid #eeeeee;
	font-size:	10px;
}
.P_Contents {
	padding:	10px;
	color:		#444444;
	font-size:	10px;
}



/************************************************/
/*	エントリー表示タグのstyle					*/
/************************************************/
#Entry {
	float:	right;
	width:	540px;
}
.E_All {
	margin:	0 0 15px 0;
	padding:5px 10px;
	border:1px solid #eeeeee;
	font-size:		12px;
}
h3{
	text-align:	center;
	border-bottom:1px solid #eeeeee;
	font-size:	12px;
	padding-bottom:5px;
}



/************************************************/
/*	未開拓タグのstyleとか						*/
/************************************************/
.clear{clear:both;}
.E_All ol{text-align:right;}
.E_All li{display:inline;}
.E_All li a{border:none;padding:0 5px;}

.bodyCT ol{list-style-type:none;text-align:right;}
.bodyCT li{display:inline;}

.CalendarMoveTable,.CalendarTable{width:90%;margin:0 auto;}
.CalendarMoveTable a,.CalendarTable a{color:#ff6699;}
.CalendarNowTd,.CalendarPrevTd,.CalendarNextTd,.CalendarTable td,.CalendarTable th{text-align:center;}
.CalendarWdaySun,.CalendarWdaySat{color:#00f;}

/* footer */

#footer1{
	margin:10px 0;
	padding:15px 0;
	background:#f6f6f6;
}

#footer2{
	text-align:center;
	padding:5px 0;
	font-size:10px;
	color:#999;
}

#footer2 a:link,#footer2 a:visited,#footer2 a:active,#footer2 a:hover{color:#999;}