/* ★ページ全体の共通指定 */
* {
	margin: 0;
	padding: 0;
}
body {
	border: 0;
	text-align: center;
	font-size: small; 
	font-family: "ＭＳ Ｐゴシック", Osaka, verdana, arial, sans-serif; 
	color: #333333; 
	background-color: #2F581E;
}
h1, h2, h3 {
	font-weight: normal;
}
ul, p, div, span {
	margin : 0;
	padding : 0;
}
li {
	margin-left: 1.3em;
	line-height: 1.3em;
}
img {
	border: none; 
}
table {
	border: none;
}
a {
	color: #889D26;
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}


/* ★各要素の指定 */
#container {
/*	width: 740px; */
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(http://s.asablo.jp/css/common2r/216b-green/simple_02_bg.gif);
	background-repeat: repeat-y;
	background-position: 80px 0px; 
}
#head {
/*	width: 740px; */
	width: 800px;
	height: 65px; 
}
/* ブログのタイトル */
#head h1 {
	padding: 20px 270px 0px 28px; 
	text-align: left; 
	font-size: 24px;
}
#right {
/*	width: 240px; */
	width: 220px;
	text-align: left; 
	float: left; 
}
#center {
/*	width: 500px; */
	WIDTH: 580px;
	float: left;
}
#footer {
	clear: both;
	margin: 0px;
	padding: 10px 40px 4px 40px;
	text-align: right;
}

/* ☆ナビの指定 */
.navi {
	text-align: right; 
	margin-bottom: 10px; 
}
#navi-top {
}
#navi-bottom {
}


/*★本文記事の設定*/
#main {
	text-align: left; 
	margin: 0px 30px 0px 30px ; 
}
.msg {
	margin-bottom: 45px; 
}
/* 記事のタイトル */
h2.msg-title {
	margin-bottom: 30px; 
	padding-top: 10px; 
	background: url(http://s.asablo.jp/css/common2r/216b-green/simple_02_line.gif) repeat-x; 
	font-size: 16px;
	font-weight: bold; 
}
/* 記事の日付 */
.msg-date {
	padding-bottom: 5px; 
	padding-top: 5px; 
	color: #666666; 
	font-size: 12px;
	font-weight: bold; 
}
.msg-body {
	margin-bottom: 25px;
	line-height: 160%;
}
.msg-pict {
	padding-bottom: 10px;
}
.msg-body ul {
	padding-top: 5px;
	padding-bottom: 15px;
	margin-left: 15px;
}
/*wiki仕様****************************/
.msg-body h2 {
	padding-left: 1em;
	border-bottom: solid 1px #B1B1B1;
	border-left: solid 2px #B1B1B1;
}
.msg-body h3 {
	border-bottom: solid 1px #B1B1B1;
}
.msg-body h4 {
	border-bottom: dashed 1px #B1B1B1;
}
.msg-body p {
	line-height: 160%;
	text-indent: 1.0em;
}
.msg-body pre {
	margin-top: 5px;
	padding: 5px;
	background-color: #eeeeee;
	border: dashed 1px #555555;
}
.msg-body blockquote {
	margin-top: 5px;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #006400;
}
/*************************************/
/* 記事のフッター（コメント・トラックバック部分） */
.msg-footer {
	font-size: 12px;
	text-align: right;
}


/* ★ツールバーの指定 */
.sidebar {
	text-align: left; 
/*	padding: 0px 20px 20px 25px; */
	padding: 0px 10px 20px 15px;
}
.mod {
	padding-top: 5px; 
	padding-bottom: 20px; 
}
/* ツールバーのタイトル指定 */
h2.mod-caption {
	font-weight: bold; 
	font-size: 12px; 
	border-left: 5px solid #89C438;
	text-align: left; 
	padding-left: 7px;
}
.mod-body {
	margin-top: 4px; 
	padding-top: 10px; 
	background: url(http://s.asablo.jp/css/common2r/216b-green/simple_02_line.gif) repeat-x; 
}
/* ツールバーのボディー指定 */
.mod-body li {
	font-size: 12px;
	text-align: left; 
	background: url(http://s.asablo.jp/css/common2r/216b-green/simple_02_point_list.gif) no-repeat;
	background-position: center left; 
	padding-left: 13px; 
	margin-bottom: 6px; 
}
.mod-body p.mod-text {
	font-size: 12px;
	text-align: left; 
	padding-left: 10px; 
	line-height: 150%; 
}

/* ☆カレンダーの指定 */
table.calendar {
	width: 100%; 
	height: 130px; 
	text-align: center; 
	font-size: 12px;
}
table.calendar a {
	display: inline; 
}
table.calendar .calendar-title {
	text-align: center; 
}


/*★フッターリンクページ*/
/* コメントの指定 */
.comment-caption {
	border-top: dashed 1px #B6B6B6;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 12px;
	border-bottom: none;
	color:#889D26;
}
.comment-caption a {
	color:#889D26;
}
.comment-title {
	padding: 0.2em;
	background-color: #E7F1E3;
	color:#889D26;
	font-size: 12px;
}
.comment-title a {
	color:#889D26;
}
.comment-body {
	font-size: 12px;
	padding: 0.7em 1em 0.7em 1em;
}
.comment-form {
	padding: 0.2em 1em 0.7em 1.0em;
	font-size: 12px;
}
.comment-form form p {
	padding-bottom: 5px;
	line-height: 1.3em;
}
.comment-form form p input {
	display: block;
}
.comment-form form p br {
	display: none;
}
.comment-form textarea {
	width: 410px;
	height: 100px;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
	display: block;
}

/* ☆トラックバックの指定 */
.tb-caption {
	border-top: dashed 1px #B6B6B6;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 12px;
	border-bottom: none;
}
.tb-title {
	font-size: 12px;
	padding: 0.2em;
	color:#889D26;
	background-color: #E7F1E3;
}
.tb-caption a {
	color:#889D26;
}
.tb-url {
	padding: 0.7em 2em;
	font-size: 12px;
}
.tb-body {
	font-size: 12px;
	padding: 0.7em 1em 0.7em 1em;
}

/* customize */

#head h1 {
	background-color: #c7d6a9;
	padding: 16px 270px 12px 28px;
	border: none 0px;
	border-bottom: solid 1px #889d26;
}

h2.msg-title {
	background-image: none;
	border: solid olivedrab;
	border-width: 1px 0px;
	padding: 8px 1px;
	margin-bottom: 12px;
}

.msg-body h3 {
	margin-top: 6px;
	padding: 2px 6px;
	border-left: solid 3px #B1B1B1;
}

.msg-footer {
	margin-left: 12px;
	border-color: gainsboro white olivedrab white;
	border-style: solid;
	border-width: 1px 0px;
}

p {
	padding: 4px 2px;
}

.msg-body pre {
	overflow: auto;
	line-height: 110%;
	background-color: #e5eed1;
	color: #223d05;
	font-family: "Courier New", Courier, "ＭＳ ゴシック", "Osaka-等幅", monospace;
	font-size: 12px;
	width: 97%;
}

table.calendar {
	font-size: 10pt;
	border-collapse: collapse;
	border-spacing: 0px;
	border: solid #c7d6a9;
	border-width: 1px 0px 0px 1px;
}

table.calendar td {
	border: solid #c7d6a9;
	border-width: 0px 1px 1px 0px;
}

.calendar-sun-name {
	color: crimson;
	background-color: seashell;
}

.calendar-sat-name {
	color: royalblue;
	background-color: azure;
}

.calendar-cell a {
	font-weight: bold;
}


a.external_link {
	background: url(http://www.ne.jp/asahi/dara-j/web/common/ext_link2.gif) right no-repeat;
	padding-right: 13px;
}
/* end of stylesheet */

ul.folder_tree {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 8px;
	list-style-position: inside;
}

ul.folder_tree li {
	margin-left: 8px;
}

ul.folder_tree li.folder {
	list-style-image: url('http://www.ne.jp/asahi/dara-j/web/zfintro/images/folder.gif');
}

ul.folder_tree li.file {
	list-style-image: url('http://www.ne.jp/asahi/dara-j/web/zfintro/images/page_text.gif');
}

ul.folder_tree li.source {
	list-style-image: url('http://www.ne.jp/asahi/dara-j/web/zfintro/images/page_code.gif');
}

ul.folder_tree li.php {
	list-style-image: url('http://www.ne.jp/asahi/dara-j/web/zfintro/images/page_php.gif');
}

div.file_name {
	border: dotted 1px silver;
	border-top-width: 0px;
	padding: 1px 5px;
	font-size: 8pt;
	text-align: right;
	width: 97%;
	line-height: 110%;
}

div.folder_tree {
	padding: 4px;
	padding-left: 0px;
	border: solid 2px silver;
}

div.sample_output {
	background-color: white;
	color: black;
	border: solid 1px silver;
	padding: 2px;
}

div.sample_output h3 {
	color: black;
	background-color: transparent;
	border: none 0px;
	font-weight: bold;
}

div.sample_output span.link {
	color: blue;
	text-decoration: underline;
}

div.sample_output pre {
	background-color: white;
	color: black;
	border: none 0px;
	margin: 0px;
	padding: 0px;
	font-family: monospace;
}

div.box {
	margin-top: 5px;
	padding: 5px;
	background-color: #F0F0F0;
	border: 1px solid #006400;
}
