﻿@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 14px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

BODY 	{	background-color: #ffffff; 
		background: url(http://take-it-easy.net/gazou/main-winter.gif); 
		scrollbar-base-color: #dff9ff;
		text-align: center;}
/* 春：#ffdfdf　夏：#dff9ff　秋：#ffd5bf　冬：#e8e8e8 */


}
p, li, dt, dd, address {
	color: #000000;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 430px;

	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;

	overflow: auto;
}
code, var, kbd {
	color: #000080;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777AA;
}
blockquote p {
	color: #000000;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
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: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

A:link 	{
	COLOR: #0000ff;
}
A:active {
	COLOR: #0000ff;
}
A:visited {
	COLOR: #0000ff;
}
A:hover {
	COLOR: #0000ff;
	BACKGROUND-COLOR: #add7fc;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width:960px;
	margin: 0px auto;
	padding-top:0px;
/*	border: 1px solid #000000;*/
	border: 1px solid #6070C0;
/*	background-color: #ffffff;*/
	background-color: #F0F8FF;

}

div#header {
	float: none;
	clear: both;

	height: 200px;

	background-color: #6269f2;
}
div#menu {
	float: none;
	clear: both;
	margin-bottom: 10px;
	padding: 0px 0px;
	background-color: #8080B0;
}

div#blogmain {
/*	margin: 0px 0px 0px 200px;*/
	width: 750px;
	float: right;
}

div#logs {
	/*margin: 0px 200px 10px 0px;*/
	float: left;
	left: 0px;
	top: 280px;
	margin-top: -2px;
}

div#navigation {
	width: 210px;
	float: right;
/*	position: absolute;*/
/*	float: right;*/
	left: 0px;
	top: 280px;
	margin-top: -2px;
}

div#information {
/*	margin: -2px 740px 0px 0px;*/
	float: left;
	width: 210px;
/*	position: absolute;*/
/*	right: 0px;*/
/*	top: 280px;*/
/*	margin-top: -2px;*/
	margin-top: -2px;
}

/*
position: absolute;
	top: 153px;
	margin-top: -2px;
	margin-left: 705px;
*/

div#diary, div#comment, div#trackback {
	margin: 0px 15px;
}

div#page, div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;

	padding: 0px 15px;
}
div#footer {
	margin: 0px 15px 15px 15px;
	clear: both;
}
/* 	margin: 0px 255px 0px 15px; */

div#work {
/*	width: 200px;*/
	float: right;
	right: 0px;
}
div#admin {
	width: 720px;
	float: left;
	left: 0px;
/*	margin: 0px 215px 10px 0px;*/
}
div#VA {
	float: none;
	clear: both;

	height: 60px;
	TEXT-ALIGN: right;
	padding: 11px 0px;

}


/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	padding: 100px 15px 10px 15px;
}
div#header h1 a {
	color: #ffffff;
	font-size: 25px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

div#header p {
	margin: 0px 15px;
	color: #ffffff;
	font-size: 12px;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	list-sty;e-type: none;
	margin: 0px 0px;
	padding: 3px 5px;
	text-align: center;
}
/* 	padding: 5px 0px;	 */

/* (960 / 5)-2 =190 */

div#menu li {
	text-align: center;
/*	border: 1px solid #000000;*/
	margin: 10px 10px 10px 10px;
	padding: 10;
	display: inline;
/*	width: 190px;*/
	word-break: break-all;
}

/*	margin-right: 10px; */

div#menu a:link, div#menu a:visited {
/*	text-align: center;*/
/*	display:block;*/
	color: #ffffff;
/*	width:100%;*/
}
div#menu a:active, div#menu a:hover {
	color: #ffffff;
/*	background-color:transparent;*/
/*	width:100%;*/
}

/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	margin: 0px 0px 10px;
	padding: 5px;

	color: #ffffff;
/*	background-color: #000000;*/
	background-color: #6070C0;
	text-align: center;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
}
div#navigation ul li {
	margin: 0px 0px 0px 0px;

	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 20px;
}

div#navigation dl {
	margin: 0px 10px 0px 12px;
}
div#navigation dl dt {
}
div#navigation dl dd {
}

div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-left: 12px;
	margin-bottom: 0px;
}

div#navigation table {
	width: 180px;

	margin: -2px 0px 7px 7px;
	border: 0px solid #AAAAAA;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 0px solid #AAAAAA;

	background-color: #FFFFFF;

	text-align: left;
}
div#navigation table tr td {
	padding: 3px;
	border: 0px solid #AAAAAA;

	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 5px;
        }
}

div#navigation .day {
	color: #000000;
}
div#navigation .satday {
	color: #0000ff;
}
div#navigation .sunday {
	color: #ff0000;
}
div#navigation .today {
	background-color: #EEEEEE;
}

div#navigation .calender {
	margin: 2px 10px;
}
div#navigation .calender li {
	display: inline;

	margin-right: 10px;
}

div#navigation .block {
	margin-right: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
/*20130824*/
	line-height:125%;

/*	border: 1px solid #000000;*/
	border: 1px solid #6070C0;
	background-color: #ffffff;

	text-align: center;
}
div#navigation .infotop, .content {
	font-size: 1.0em;
	BACKGROUND-COLOR: #ffffff;
	line-height:125%;
	margin:0px 15px 20px 0px;
/*	border:1px solid black;*/
	border:1px solid #6070C0;
}
div#navigation .contentm {
	margin:10px 0px;
	padding:5;
	TEXT-ALIGN: left;
	font-size:1.2em;
	line-height:150%;
}
div#navigation .countm {
	margin:10px 0px 20px;
	padding:5px;
	TEXT-ALIGN: center;
	line-height:100%;
	font-size: 1.0em;
}
div#navigation .contentt, .infotopt {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #000000;
	TEXT-ALIGN: CENTER;
	font-size:1.2em;
	font-weight:bold;
	padding:2px;
}
div#navigation .infotl {	
	margin:5px 5px 10px;
}
div#navigation .infotd {
	margin:10px 5px 5px;
	font-weight:bold;
}
div#navigation .infotc {
	margin:3px 5px 5px;
}

div#navigation .mail {
	BACKGROUND-COLOR: #ffffff;
	font-size: 0.8em;
	line-height:125%;
	margin:0px 15px 20px 0px;
	border:1px solid black;
}
div#navigation .mailm {
	margin:10px 0px;
	padding:5px;
	TEXT-ALIGN: left;
	font-size:1.0em;
	line-height:150%;
}




/* ----- インフォメーション ---------------------------- */

div#information h2 {
	margin:0px 0px 10px;
	padding: 5px;

	color: #ffffff;
/*	background-color: #000000;*/
	background-color: #6070C0;
	text-align: center;
}

div#information ul {
	margin: 0px 10px 0px 12px;
	list-style-type: none;
}
div#information li {
	margin: 0px 0px 0px 0px;
}
/*
div#information ul li ul {
	margin: 0px 0px 0px 20px;
}
*/

div#information dl {
	margin: 0px 10px 0px 12px;
}
div#information dl dt {
}
div#information dl dd {
}

div#information .block {
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 20px;

	border: 1px solid #8080B0;

	text-align: center;
}


div#information FORM {
	margin:0px;
}
div#information img {
	margin-right: 0px;
	margin-bottom: 5px;
	border: 0px;
}

div#information .ama {
	BACKGROUND-COLOR:#ffffff;
/*	border:1px solid black;*/
	border:1px solid #6070C0;
	MARGIN:0px 0px 20px 15px;
	line-height:125%;
}
div#information .amalo {
	COLOR: #ffffff;
/*	BACKGROUND-COLOR: #000000;*/
	background-color: #6070C0;
	TEXT-ALIGN: CENTER;
	font-size:1.0em;
	font-weight:bold;
	padding :2px;
}
div#information .amalo a:link, 
div#information .amalo a:visited,
div#information .amalo a:active,
div#information .amalo a:hover {
	COLOR: #ffffff;
}

div#information .amap {
	line-height:125%;
	TEXT-ALIGN: CENTER;
	margin:10px 0px 10px 0px;
}
div#information .memo {
	BACKGROUND-COLOR: #ffffff;
/*	border:1px solid black;*/
	border:1px solid #6070C0;
	MARGIN:0px 0px 20px 15px;
/*	font-size: 0.8em;*/
/*	font-size: 8px;*/
	line-height:125%;
}
div#information .memolink ul{
	MARGIN:0px 5px 20px 5px;
}
div#information .memot {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #000000;
	TEXT-ALIGN: CENTER;
	/*font-size:1.0em;*/
	font-size: 8px;
	font-weight:bold;
	padding :2px;
	line-height:125%;
}
div#information .memol {
	margin:30px 10px 3px 10px;
	line-height:125%;
}
div#information .memott {
	margin:10px 5px 5px;
	font-weight:bold;
}
html>body div#information .memolinkli *{
	font-size: small;
}
div#information .memolink {
	BACKGROUND-COLOR: #ffffff;
/*	border:1px solid black;*/
	border:1px solid #6070C0;
	MARGIN:0px 0px 20px 15px;
/*	font-size: 0.8em;*/
/*	font-size: 5px;*/
	line-height:125%;
}
div#information .memolink ul{
	MARGIN:0px 5px 20px 5px;
}
div#information .memolinktt {
	margin:10px 5px 5px;
	font-weight:bold;
}


div#information .etc {
	BACKGROUND-COLOR: #ffffff;
/*	border:1px solid black;*/
	border:1px solid #6070C0;
	MARGIN:0px 0px 20px 15px;
	font-size: 0.8em;
	line-height:125%;
}
div#information .etcl {
	margin:3px 10px 10px;
}
div#information .sanka {
	margin:10px 0px 20px;
	padding:5px;
	TEXT-ALIGN: center;
	line-height:100%;
	font-size: 1.0em;
}


/* ----- 記事一覧 -------------------------------------- */
div#logs {
/*	width: 718px;*/
	width: 536px;
}
html>body div#logs {
/*	width: 720px;*/
	width: 540px;
}

div#diary .diary {
	
	margin-bottom: 60px;
	padding: 0px;
/*	border: 1px solid #000000;*/
/*	border: 1px solid #6070C0;*/
	border: 1px solid #6070C0;
	background-color: #ffffff;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 0px 0px 10px;
	padding: 6px 10px;

	color: #ffffff;
	background-color: #6070C0;
	text-align: left;
}
div#diary h4 {
	margin :10px 10px 10px 10px;
	border :1
	solid black;
	border-width:1px;
	border-style:solid;
	padding :4px 2px;
}
div#diary  h5 { 	
	margin :25px 10px 10px 10px;
}
div#diary .date {		
	margin: 0px 0px;
	font-size:1.3em;
	font-weight:bold;
	padding :5px 5px;
	line-height:110%;
	color: #ffffff;
/*	background-color: #000000;*/
	background-color: #6070C0;
}

div#diary blockquote { 
	margin :20px 15px 10px 15px; 
	border :1px solid black;
	border-width:1px;
	border-style:solid;
	padding :10px 10px;
	background-color:#e2f1fe;
	color: #000000;
}
div#diary blockquote p { 
	color: #000000;
}
div#diary blockquote div {
	TEXT-ALIGN: right;
	margin: 5px 10px 0px 0px;
}


/*--
div#diary .text * {
	font-size: x-small;
}
--*/

/*--20130824--*/
html>body div#diary .text * {
	/*--font-size: small;--*/
	line-height:125%;
}


div#diary .text p {
	margin: 15px 10px;
}
div#diary .text ul {
	margin: 15px 30px;
}
div#diary .text ol {
	margin: 15px 40px;
}

div#diary .info {
	margin: 5px 10px;

	text-align: right;
}
div#diary .info * {
	font-size: 14px;
}
div#diary .info li {
	display: inline;

	margin-left: 5px;
}

div#diary .list {
/*	border: 1px solid #000000;*/
	border: 1px solid #6070C0
	background-color: #ffffff;
	margin: 0px 0px 10px 10px;
	padding: 5px 10px;
}
div#diary .list h4 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;

	color: #444444;
	background-color: #FFFFFF;
}
div#diary .list ul {
	margin: 0px 0px 10px 20px;
}
div#diary .list dl dt {
	margin: 0px 5px;
        font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #000000;
	color:ffffff;
	background-color: #000000;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin-left: 30px;
}

div#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #000000;
	background-color: #ffffff;
}

div#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #000000;
	color:ffffff;
	background-color: #000000;
}
div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .text * {
	font-size: x-small;
}
html>body div#comment .text * {
	font-size: small;
}
div#comment .text p {
	margin: 10px;
}

/* ----- ページ移動 ------------------------------------ */

div#page h2 {
	display: none;
}

div#page ul {
	margin: 0px;
}
div#page ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- ナビゲーション -------------------------------- */

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 0px;

	text-align: right;
}
div#navi ul li {
	display: inline;

	margin-left: 5px;
}

div#navi form dl {
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
}

/* ----- コンテンツ ------------------------------------ */

div#contents h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 1px solid #8080B0;
	border-bottom: 1px solid #8080B0;

	background-color: #DDDDEE;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #BBBBBB;
}
div#contents h4 {
	margin-bottom: 10px;
}

div#contents dl {
	margin-bottom: 20px;
}
div#contents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	margin-left: 30px;
}

/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	display: none;
}

div#work ul.menu {
	width: 200px;

	margin: 0px 5px 20px 0px;
	padding: 0px;
	border: 1px solid #8080B0;
}
div#work ul.menu li {
	margin: 0px;
	padding: 4px 5px 0px 5px;

	background-color: #DDDDEE;

	list-style-type: none;
}
div#work ul.menu li ul {
	margin: 0px -5px;
	padding-top: 3px;
}
div#work ul.menu li ul li {
	padding: 0px;
}
div#work ul.menu li a {
	display: block;

	width: 198px;

	margin: 1px 0px 0px 0px;
	padding: 3px 5px;

	background-color: #FFFFFF;
}
html>body div#work ul.menu li a {
	width: 190px;
}
div#work ul.menu li a.selected {
	background-color: #F0F0F0;
}

/* ----- フォーム -------------------------------------- */

div#form h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 1px solid #8080B0;
	border-bottom: 1px solid #8080B0;

	background-color: #DDDDEE;
}

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 {
}
div#form form dl dd textarea {
	margin-top: 2px;
}
div#form form ul {
	margin: 0px 0px 20px 0px;
}
div#form form ul li {
	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 1px solid #8080B0;
	border-bottom: 1px solid #8080B0;

	background-color: #DDDDEE;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #EEEEEE;
}

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 20px;
}

/* ----- キャンバス ------------------------------------ */

div#canvas h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 1px solid #8080B0;
	border-bottom: 1px solid #8080B0;

	background-color: #DDDDEE;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 1px solid #8080B0;
	border-bottom: 1px solid #8080B0;

	background-color: #DDDDEE;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #BBBBBB;
}
div#status h4 {
	margin-bottom: 10px;
}

div#status dl {
	margin-bottom: 20px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
div#status dl dd {
}

/* ----- フッター -------------------------------------- */

div#footer address {
	margin-top: 30px;
	padding: 10px 15px 20px 15px;
	line-height:150%;
/*	border: 1px solid #000000;*/
	border: 1px solid #6070C0;
	background-color: #ffffff;
}
div#footer div {
	margin-bottom: 10px;
	text-align: left;
}
div#footer .countm {
	margin:10px 0px 10px;
	padding:5px;
	TEXT-ALIGN: left;
}
div#footer img {
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
}
/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}

