@charset 'utf-8';

/* ////////////////////////////////////////////////////////////////////

		Web Diary Professional 's SKIN 03a [SKY青] 2007.10.12 再修正版
		モダンブラウザ=透過PNG、IE6=filter、MacIE=GIF
		Designed by ABO-Kikaku (youko) http://saredo.net/abo/

   //////////////////////////////////////////////////////////////////// */

/* ============== リセット ============== */
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

/* ===============================================
　　■　HTML基本
　=============================================== */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	color: #333;
	background: #e6e6ff url(./abo_img/abo03a_bg_gra_blu.jpg) repeat-x 0 0;
}

/* ============== 段落など ============== */
#mainbox p {
	margin-top: 1.8em;
	margin-bottom: 1.8em;
	line-height:1.6;
}
pre {
	margin: 1em;
	padding: 5px;
	border: 1px dotted #aaa;
	width: 90%;
	overflow: scroll;
	font-family: "Osaka－等幅", "ＭＳ ゴシック", monospace;
}
blockquote {
	margin: 15px;
	padding: 10px;
	width: 90%;
}
/* ============== 非表示 ============== */
#mainbox #menu h2 { display: none; }
#diary h2 { display: none; }
#page h2 { display: none; }
hr { display: none; }
/* ============== list,form,table ============== */
ul, ol, li {
	margin: 0;
	padding: 0;
}
li,dt,dl {
	line-height:1.6;
	list-style-type: none;
}
dl {
	margin: 10px 0px;
}
dl dt {
	margin: 3px 0px;
}
dl dd {
	margin: 0px 20px 3px 25px;
}
form fieldset {
	border: 0px solid #000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;
	font-size: 90%;
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;
	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}
table {
	margin-bottom: 5px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #aaa;
	background-color: #eee;
	text-align: center;
	white-space: nowrap;
}
table tr td {
	padding: 5px;
	border: 1px solid #aaa;
}
th, td {
	font-size: 13px;
}
/* ============== 基本イメージ ============== */
img, img a {
	margin: 0px;
	border:none;
}
dl dd img {
	margin: 0px 0px 1px 3px;
	border: 0px;
	vertical-align: bottom;
}
object {
	margin-left: 10px;
}

/* ============== 基本テキスト ============== */
h1 { font-size: 148%; font-weight: bolder; }
h2 { font-size: 120%; font-weight: bolder; }
h3 { font-size: 111%; font-weight: bolder; }
h4 { font-size: 110%; font-weight: bold; }
h5 { font-size: 110%; font-weight: bold; }
h6 { font-size: 107%; font-weight: bold; }
small {
	font-size: 86%;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bolder;
}
del {
	text-decoration:line-through;
}
ins {
	border-bottom:1px dotted #aaa;
	text-decoration:none;
}
code, var, kbd {
	font-family: 'ＭＳ ゴシック', "Osaka－等幅", monospace;
	line-height: 1.2;
}
/* ============== 基本の色指定 ============== */
a:link, a:visited {
	color: #0052cc;
	text-decoration: none;
}
a:hover, a:active {
	color: #1a2e4d;
	text-decoration: underline;
}
pre {
	color: #333;
	background-color: #f5f5f5;
}
blockquote {
	border: 1px;
	border-color: #b3b3e6;
	border-style: dotted;
	background-color: #eceef9;
	font-size: 95%;
	color: #888;
}

/* ===============================================
　　■　ページの全体構造
　=============================================== */
#allbox {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	background: url(./abo_img/abo03a_bg730_blu.jpg) repeat-y 50% 0;
}
#container {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: url(./abo_img/abo03a_bg730_blu2.jpg) no-repeat 50% 0;
}
#widthbox {
	width: 730px;
	margin: 0px auto;
	clear: both;
}
#header {
	clear: both;
	height: 200px;
	width: 100%;
	background: #8cabd9 url(./abo_img/abo03a_header.jpg) repeat 50% 0;
	margin: 0px;
}

#headitem {
	margin: 0px auto;
	padding-top: 2px;
	width: 100%;
	height: 21px;
	background: url(./abo_img/abo03a_half.png) repeat;		/* モダンブラウザ */
}
/* 以下IE6 \*/
* html #headitem {
	background-color: #fff;
	filter: alpha(opacity=50);
}		/* 以下MacIEのみ */
* html>body #headitem {
	background: url(./abo_img/abo03a_half.gif) repeat;
}


#mainbox {
	margin: 0px;
	min-height: 380px;
}
#mainbox .spacer {
	float: right;
	width: 1px;
	height: 190px;
	display: inline;
}
#footer {
	margin: 0 auto;
	text-align: center;
	height: 140px;
	background: url(./abo_img/abo03a_bg730_blu3.jpg) no-repeat 50% 0;
	clear: both;
}

/* ===============================================
　　■　各パーツデザイン
　=============================================== */

/* ============== HOME・RSS等 ============== */
#headitem ul {
	padding-right: 20px;
	text-align: right;
}
#headitem ul li {
	display:inline;
	font-size: 12px;
}
#headitem li a {
	padding: 4px 15px 3px 15px;
}
#headitem li a:hover {
	text-decoration: none;
	background-color: #fff;
}

/* ============== サイトヘッダ ============== */
#header h1 a {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 60px;
	font-weight: bolder;
	color: #333;
}
#header h1 a:hover {
	text-decoration: none;
	color: #aaa;
}
#header p {
	clear: both;
	margin-right: 60px;
	text-align: right;
	font-size: 11px;
	color: #666;
}

#calspace {
	margin: -35px 0px 20px 0px;
	height: 26px;
	width: 100%;
	background: url(./abo_img/abo03a_half.png) repeat;		/* モダンブラウザ */
}
/* 以下IE6 \*/
* html #calspace {
	background-color: #fff;
	filter: alpha(opacity=50);
}		/* 以下MacIEのみ */
* html>body #calspace {
	background: url(./abo_img/abo03a_half.gif) repeat;
}


/* ============== メイン ============== */
#mainbox #logs {
	width: 512px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding-bottom: 30px;
	display:inline;
}
#mainbox #navigation {
	width: 215px;
	float: right;
	padding: 10px 0px 10px 0px;
}

/* ============== 本文 ============== */
#mainbox #diary {
	padding: 15px 12px 15px 12px;
}
#diary h3 {
	margin-bottom: 2px;
	padding: 5px 5px 5px 16px;
	font-weight: bolder;
	font-size: 110%;
	background-color: #507caa;
	color: #fff;
}
#diary .diary {
	margin: 5px 15px 20px 15px;
	padding: 2px;
	border: 1px solid #507caa;
	background-color: #fff;
}
#diary .text {
	padding: 10px 25px 5px 25px;
}
#diary .text p {
	margin: 5px 0px 10px 0px;
}
#diary .diary .text img {
	margin: 5px 8px;
}
#diary .text h1, #diary .text h2, #diary .text h3, #diary .text h4 {
	margin: 15px 0px 7px -5px;
	padding: 3px 5px 3px 7px;
	border-top: 2px solid #b3b3b3;
	border-bottom: 2px solid #b3b3b3;
	background: #ededed;
	font-size: 13px;
	font-weight: bolder;
	color: #333;		/* h3が白指定済みなので一応上書き */
}
#diary .diary .text h5 {
	margin: 15px 0px 7px -5px;
	padding: 3px 5px 3px 7px;
	border-bottom: 1px solid #999;
	border-left: 3px solid #999;
	font-size: 13px;
	font-weight: bolder;
}
#diary .diary .text h6 {
	margin: 15px 0px 7px -5px;
	padding: 3px 5px 3px 7px;
	border-bottom: 1px dotted #999;
	font-size: 13px;
	font-weight: bolder;
}
#diary .text ul {
	margin: 10px 0px 10px 15px;
}
#diary .text li {
	line-height: 1.4em;
	margin: 5px;
	padding-left: 10px;
	background: url(./abo_img/abo03a_list2blu.gif) no-repeat;
	background-position: 0px 6px;
}
/* === 日付など === */
#diary .date {
	padding: 1px 10px;
	text-align: right;
	border: 1px solid #b3c7e6;
	font-weight: bold;
	font-family: 'ＭＳ Ｐ明朝', '平成明朝', ヒラギノ明朝 Pro W3, serif;
	color: #507caa;
	background-color: #d9e3f2;
}
.diary ul.info {
	clear: both;
	text-align: right;
	padding: 1px 10px;
	border: 1px solid #b3c7e6;
	background-color: #d9e3f2;
	color: #507caa;
	font-size: 96%;
}
.diary ul.info li {
	display:inline;
	margin-right: 3px;
}

/* ============== コメント・トラックバック ============== */
/* === トップdiary用 === */
#diary .list {
	margin: 5px 20px 10px 20px;
}
#diary .list h4 {
	margin: -8px 20px 0px 20px ;
	padding: 2px 5px 3px 3px;
	border-bottom: #666 solid 1px;
	font-size: 13px;
	font-weight: bold;
}
#diary .list dl, #diary .list ul {
	margin: 5px 0px 20px 35px;
	font-size: 95%;
}
#diary .list dt {
	margin: 5px 0px 0px 0px;
	border-bottom: #666 dotted 1px;
	font-weight: bold;
}
#diary .list dd * {
	margin: 5px 0px 8px 5px;
	line-height: 1.3em;
	color: #666;
}
#diary .list li {
	margin: 2px 0px 2px 10px;
	padding-left: 10px;
	background: url(./abo_img/abo03a_listblu.gif) no-repeat;
	background-position: 0px 6px;
	color: #666;
}
/* === 個別ページ用 === */
#comment, #trackback, #contents {
	padding: 5px 40px 10px 40px;
	background-color: #fff;
}
#comment h2, #trackback h2, #contents h2, #form h2 {
	margin: 15px 15px 15px 0px;
	padding: 3px 5px 3px 7px;
	border-top: 3px double #666;
	border-bottom: 3px double #666;
	font-size: 13px;
	font-weight: bold;
	background-color: #f3f3f3;
}
#comment h3, #trackback h3, #contents h3, #form h3,
#trackback dt {
	margin: 15px 20px 10px 20px;
	padding: 2px 5px 3px 7px;
	border-bottom: #666 solid 1px;
	font-size: 13px;
	font-weight: bold;
}
#comment ul li, #trackback ul li {
	text-align: right;
	margin-right: 15px;
}
#contents ul li {
	margin: 20px 20px 5px 40px;
}
#comment .comment .text *, #trackback dd * {
	margin: 0px 35px 10px 35px;
	line-height: 1.6em;
	font-size: 95%;
	color: #666;
}

/* ============== サイドバー詳細 ============== */
#navigation .block {
	margin: 0px 20px 10px 0px;
	padding: 2px;
	border: 1px #507caa solid;
}
#navigation h2 {
	margin-bottom: 4px;
	padding: 4px 5px 4px 10px;
	background-color: #507caa;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
}

/* === コンテンツメニュー === */
#contentsmenu {
	margin: 0px 0px 0px -2px;
}
#contentsmenublank {
	margin: 2px 0px 20px -2px;
	padding: 3px;
	background-color: #507caa;
}
#contentsmenu h2 {
	margin-bottom: 2px;
	padding: 4px 5px 4px 10px;
	background-color: #507caa;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
}
#contentsmenu .contentsmenu {
	margin-top: 1px;
	border-top: 1px #8cabd9 solid;
	background-color: #fff;
	font-size: 12px;
}
#contentsmenu .contentsmenu a {
	display: block;
	padding: 8px 10px;
}
#contentsmenu .contentscate {
	margin: 5px 0px 0px 0px;
	padding: 4px 10px 4px 15px;
	background-color: #b3c7e6;
	font-size: 11px;
}
#contentsmenu .contentscate2 .contentsmenu a {
	display: block;
	padding: 5px 10px 5px 20px;
}
#contentsmenu .contentsmenu a:hover {
	text-decoration: none;
	background-color: #d9e3f2;
	color: #0052cc;
}

/* === サイドバーのリスト === */
#navigation ul, #navigation dl, #navigation form {
	margin: 4px 4px 4px 15px;
}
#navigation ul li {
	margin: 0px;
	padding-left: 10px;
	background: url(./abo_img/abo03a_listblu.gif) no-repeat;
	background-position: 0px 6px;
	color: #666;
}
#navigation .block ul li ul {
	margin: 0px 0px 0px 10px;
}
#navigation .block ul li ul li {
	margin: 0px;
	padding-left: 10px;
	background: url(./abo_img/abo03a_list2blu.gif) no-repeat;
	background-position: 0px 6px;
	color: #666;
}
#navigation .block #recentimages ul li {
	padding-left: 0px;
	display: inline;
}

#navigation dl dt {
	margin: 0px;
	padding-left: 10px;
	background: url(./abo_img/abo03a_listblu.gif) no-repeat;
	background-position: 0px 6px;
	color: #666;
}
#navigation dl dd {
	font-size: 90%;
	color: #666;
}
#navigation form.search {
	margin: 0px 5px 10px 10px;
}
#navigation form.search input.form {
	width: 135px;
	font-size: 12px;
}
#navigation form.search input.button {
	width: 40px;
	font-size: 12px;
	text-align: center;
}

/* ============== 横カレンダー ============== */
#calblock {
	width:730px;
	height:20px;
	margin-top: -45px;
	margin-bottom: 10px;
	padding: 4px 0px;
	text-align: center;
	font-size: 11px;
	clear: both;
}
#daylink a {	/* MacIE除外 \*/
	padding: 2px;
	background-color: #fff;		/* 閉じる */
}
#calblock h2 {
	display: none;
}
#calblock .day {
	padding: 2px;
	color: #333;
	font-family: "Osaka－等幅", monospace;
}
#calblock .satday {
	padding: 2px;
	font-family: "Osaka－等幅", monospace;
	color: #4444CC;
}
#calblock .sunday {
	padding: 2px;
	font-family: "Osaka－等幅", monospace;
	color: #CC4444;
}
#calblock .today {
	padding: 2px;
	font-family: "Osaka－等幅", monospace;
	background-color: #8cd99c;
	font-weight: bolder;
	border: 1px #1a47ff solid;
	background-color: #6685ff;
	color: #fff;
}

/* ============== ページ送り ============== */
#page ul {
	text-align: center;
	margin-top: 40px;
}
#page ul li {
	display:inline;
	margin: 5px;
}
#page li a {
	padding: 1px 3px;
	text-decoration: none;
}
#page li a:hover {
	text-decoration: none;
	background-color: #d9d9d9;
}
#navi ul {
	text-align: right;
	margin: 0px 10px;
	padding: 0px 5px;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
}
#navi ul li {
	display:inline;
	margin: 3px;
}
#navi li a {
	padding: 1px 3px;
	text-decoration: none;
}
#navi li a:hover {
	text-decoration: none;
	background-color: #d9d9d9;
}

/* ============== フッタ ============== */

#footer #script {
	margin: 0 auto;
	text-align: center;
	padding: 10px 30px 3px 15px;
}
#footer #script li {
	display: inline;
	margin-left: 5px;
	font-size: 90%;
}
#footer #img {
	margin: 0 auto;
	text-align: center;
	width: 730px;
	height: 25px;
	background: url(./abo_img/abo03a_header.jpg) no-repeat 50% 0;
}
#footer address {
	margin: 0 auto;
	text-align: center;
	width:700px;
	padding: 10px;
	font-size: 90%;
	line-height: 1.3;
}

/* ============== 管理モード他 ============== */
#work, #env, #status, #canvas, #form, #contents {
	padding: 5px 40px 10px 40px;
	background-color: #fff;
}
#work h2, #env h2, #status h2, #canvas h2, #navi h2, #contents h2 {
	margin: 15px 15px 15px 0px;
	padding: 3px 5px 3px 7px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #ededed;
	font-size: 14px;
	font-weight: bold;
}
#work h3, #env h3, #status h3, #canvas h3, #navi h3, #contents h3 {
	margin: 15px 15px 15px 0px;
	padding: 2px 5px 3px 7px;
	border-bottom: #666 solid 1px;
	font-size: 14px;
	font-weight: bold;
}
/* === フォーム整形 === */
div#form form {
	margin-bottom: 10px;
}
div#form form dl {
	margin-bottom: 20px;
}
div#form form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
div#form form dl dd {
	margin-top: 6px;
}
div#form form dl dd textarea {
	margin-top: 2px;
}
div#form form ul {
	margin: 0px 0px 20px 0px;
}
#canvas applet {
	margin-bottom: 15px;
}

/* ============== 個別指定 ============== */
.new {
	color: #c00;
}
.center {
	text-align: center;
}

