
/* ==================================================== */
/*		zure.net CSS Theme sunpower						*/
/* ==================================================== */


body {

	background-color: #EFEFEF;
	color			: #000000;
	margin			: 0px;
	padding			: 0px;

	background-image: url(./top.gif) ;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;

	font-family : "arial", "sans-serif";
	font-weight : normal;
	font-size : small;
}

/* ==================================================== */

/* 見出し */

h1 {
	text-align		: right;
	font-family		: Arial,Helvetica,sans-serif;
	font-size		: x-large;
}


h2 {
	border-left			: #22A727 16px solid;
	border-top			: #22A727 1px solid;
	border-right		: #22A727 1px solid;
	border-bottom		: #22A727 1px solid;

	font-family			: Arial,Helvetica,sans-serif;
	padding-left		: 8pt;
	margin-top			: 2.0em;
	margin-bottom		: 0.3em;

}

h3 {
	border-left			: #22A727 4px solid;
	border-bottom		: #22A727 2px dashed;
	font-family			: Arial,Helvetica,sans-serif;
	padding-top			: 2pt;
	padding-left		: 6pt;
	margin-top			: 1.5em;
	margin-bottom		: 0.3em;
}

h4 {
	border-left			: #22A727 4px solid;
	font-family			: Arial,Helvetica,sans-serif;
	padding-left		: 4pt;
	margin-top			: 1.2em;
	margin-bottom		: 0.3em;
}

/* ==================================================== */
/* 画像 */

div.imgleft{
	float: left;
}

/* ==================================================== */

/* 区切り線 */
hr {
	color		: #FFFFFF;
	height		: 0px;
	border-top	: #22A727 1px solid;
}

pre {
	border		: #888888 1px solid;
	padding		: 4px;
	margin-left	: 20px;
	width		: 100%;
	overflow	: auto;
}


/* テーブル */
table {
	border			: #888888 1px solid;
	border-collapse	: collapse;
}

th {
	border			: #888888 1px solid;
	background-color: #88AAFF;
}

td {
	border : #888888 1px solid;
}

/* リンク */
A:link {
	color 			: #4444FF;
	text-decoration	: none;
}
A:visited {
	color 			: #4444FF;
	text-decoration	: none;
}
A:hover {
	color 			: #FF4444;
	text-decoration	: underline;
}

/* 定義語 */
dt {
	border-bottom : #4444FF 1px dotted;
	font-weight   : bold;
}

/* 定義の説明 */
dd {
	margin-left : 20pt;
}

/* 項目 */
ul{
	margin-bottom	: 0px;
	margin-top		: 0px;
	padding-top		: 0px;
	padding-bottom	: 0px;
}

li{
	margin-bottom	: 0px;
	margin-top		: 0px;
	padding-top		: 0px;
	padding-bottom	: 0px;
}

/* ==================================================== */

/* ページ全て */
div.page {

	padding-left	: 8px;

/*	position		: relative;		*/
	margin-right	: auto;
	margin-left		: auto;

}

/* ==================================================== */

/* コンテンツ */

/*****
div.content {

	position		: absolute;
	left			: 0px;
	padding			: 0px;

	background-color: #CCCCCC;


}
*****/


/* ==================================================== */

/* 管理者メニュー〜ヘッダ〜本文〜フッタ */

div.main {

	position		: absolute;
	top 			: 114px;
	left			: 244px;
	padding			: 12px;
	padding-right	: 18px;

	max-width		: 800px;

}

/* ==================================================== */

/* 管理者メニュー */
div.adminmenu {

	position		: relative;
	top				: 0px;
	left			: 0px;
	border			: 0px;
	padding			: 0px;
	width			: 100%;

	text-align		: right;
	font-size		: 75%;
}

div.adminmenu A:link { 
	color 			: #4444FF;
	text-decoration : none;
}
div.adminmenu A:visited {
	color 			: #4444FF;
	text-decoration	: none;
}
div.adminmenu A:hover {
	color 			: #FFFF44;
	text-decoration	: underline;
}




/* ==================================================== */

/* サイドバー */

div.sidebar {

	position		: absolute;
	top 			: 114px;
	left			: 16px;
	width			: 214px;
	font-size		: x-small;
	padding			: 8px;

	color			: #000000;
	background-color: #FFFFFF;
	line-height		: 130%;
	overflow		: auto;
	word-break		: break-all;

	border			: #22A727 1px solid;

}

div.sidebar ul{
	padding-left : 0pt;
	margin-left : 10pt;
}

div.sidebar li {
	padding-left : 0pt;
	margin-left : 10pt;
}

div.sidebar h2,div.sidebar h3,div.sidebar h4 {
	margin-top : 0.8em;
	margin-bottom : 0.2em;
}

div.sidebar p {
	margin-top		: 0.3em;
	margin-bottom	: 0em;
}


/* ==================================================== */

/* 本文 */

div.body {

	padding-left	: 5px;
}

div.body p {

	margin-top		: 1em;
	margin-bottom	: 1em;

/*	text-indent		: 10px;	*/
	line-height		: 170%;

}

div.body blockquote { /* 引用部 */
	border-left		: #5A8FC6 1px solid;
	border-top		: #5A8FC6 1px solid;
	border-right	: #5A8FC6 1px solid;
	border-bottom	: #5A8FC6 1px solid;
	padding-top		: 4pt;
	padding-bottom	: 4pt;
	padding-left	: 4pt;
	padding-right	: 4pt;
}

div.body blockquote p { /* 引用部 p */
	margin-top	 	: 0px;
	margin-bottom	: 0px;
	text-indent		: 0px;
}

div.body ul {
	line-height		: 170%;
}


/* ==================================================== */

/* フッタ */

.footer {
	border-top  : #9DB2BE 1px dotted;
	margin-top  : 20px;
	padding 	: 4px;
	text-align  : right;
	font-size   : 80%;
	font-style  : italic;
}


/* ==================================================== */

/* コメント(フッタ部分) */

div.comment {
	margin			: 2px;
	padding 		: 4px;
	border			: #AABBFF 1px dotted;
	font-size 		: 80%;
}

div.comment p {
	margin-top		: 4pt;
	margin-bottom	: 4pt;
}

/* ==================================================== */

/* トラックバック */

div.trackback {
	font-size 		: 80%;
	margin-top		: 4px;
	margin-bottom	: 4px;
	word-break		: break-all;
	overflow		: auto;
}

div.trackback h3 {
	font-size 		: 80%;
	border-top		: #9DB2BE 1px dotted;
	border-left		: #5A8FC6 0px solid;
	border-right	: #5A8FC6 0px solid;
	border-bottom	: #5A8FC6 0px solid;
	font-family		: Verdana,Arial,Helvetica,sans-serif;
	padding-top		: 2pt;
	padding-left	: 0pt;
	margin-top		: 4px;
	margin-bottom	: 4px;
}

div.trackback p {
	margin-top		: 4pt;
	margin-bottom	: 4pt;
}

div.trackback.trackbacklist h3 {
	border-bottom	: #5A8FC6 2px solid;
	font-size 		: large;
}


/* ==================================================== */
/* 本日のリンク */
ul.TodaysLink {
	font-size	: 80%;
}


/* calendar plugin */
table.calendar {
	line-height: 1.1em;
}

table.calendar td {
	margin: 0px;
	text-align: right;
	padding: 0px;
}

table.calendar td.calendar-prev-month,
table.calendar td.calendar-current-month,
table.calendar td.calendar-next-month {
	text-align: center;
}

.calendar-sunday {
	color: #f00;
}

.calendar-saturday {
	color: #00f;
}

.calendar-weekday {
	color: #000;
}

.calendar-prev-month, .calendar-current-month, .calendar-next-month,
.calendar-sunday, .calendar-weekday, .calendar-saturday {
	background-color : #88AAFF;
}

