﻿@charset 'utf-8';


/*
========================================================
	Web Scheduler KURAGESKIN / Notebook1
	2007/07/07
	Skin by : 海月屋 http://dimanche.s22.xrea.com/
========================================================
*/


/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-family: Verdana,'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

p, li, dt, dd, address {
	line-height: 1.4;
}
p, ul, ol, dl {
	margin: 8px 12px;
}
li p, dd p {
	margin: 0px 0px 8px;
}

ul li, ol li ul li {
	background: url("img/list1.gif") no-repeat 1px 4px;
	padding-left: 18px;
	margin-left: 0px;
	list-style: none;
}
ol li, ul li ol li {
	background: url("img/list2.gif") no-repeat 1px 6px;
	padding-left: 18px;
	margin-left: 0px;
	list-style: none;
}
li ul, li ol {
	margin: 5px 0px 5px 15px;
}

h2 {
	margin: 10px;
	letter-spacing: 3px;
}
h3 {
	clear: both;
	margin: 0px 3px 10px 1px;
	padding: 5px 10px 2px;
	background: #C1E0DF ;
	letter-spacing: 2px;
}
em {
	font-weight: normal;
}
strong {
	font-weight: normal;
	color: #66888;
}
img {
	border: 0px;
}

form fieldset {
	border: 0px solid #999999;
}
form legend {
	display: none;
}
form input, form select, form textarea {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	background-color: #FFFFFF;
	color: #666666;
	padding: 1px;
	font-family:Verdana,'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
}
@media screen {
	form input, form select {
		font-family: Verdana, Chicago, sans-serif;
	}
}

form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	font-family: Verdana,'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
	width: 520px;
}

table {
	margin: 9px 12px 9px 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #C1E0DF ;
	text-align: center;
}
table tr td {
	padding: 6px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}
table tr td input {
	margin: -2px;
}

a {
	text-decoration: none;
}
a:link {
	color: #668888;
}
a:visited {
	color: #D2691E;
}
a:hover {
	color: #333333;
	background-color: #C1E0DF ;
}
a:active {
	color: #FFFFFF;
	background-color: #333333;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 640px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

div#mainbody {
}
div#header {
	height: 80px;
}
div#menu {
	height: 30px;
}
div#work {
}
div#footer {
}

div#calendar ul.navi, div#view .text, div#list form, div#search .text, div#form form {
	width: 640px;
	background: url("img/4bottom.gif") no-repeat bottom;
	padding: 0px 0px 22px;
}
div#calendar, div#view, div#list, div#search, div#form {
	width: 640px;
	margin: 0px;
	padding: 0px;
	background: url("img/4back.gif") repeat-y;
}
div#form h2, div#search h2 {
	margin: 0px;
	padding: 15px 20px 9px;
	background: url("img/4top-b.gif") no-repeat top;
	line-height: 18px;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	padding: 10px 5px 5px;
	color: #666666;
	font-size: 12px;
	letter-spacing: 8px;
	font-family: Verdana, Arial, sans-serif;
}

/* ----- メニュー -------------------------------------- */

div#menu ul {
	margin: 0px 5px;
	text-align: right;
}
div#menu ul li {
	display: inline;
	margin-left: 5px;
	padding: 0px;
	background: none;
}

/* ----- カレンダー ------------------------------------ */

div.title {
	width: 640px;
	padding: 25px 0px 0px;
	background: url("img/4top.gif") no-repeat top;
}
div.title h2 {
	margin: 0px;
	padding: 6px 0px 13px 25px;
	background: url("img/4notetitle.gif") repeat-x top;
	font-size: 16px;
}

.time {
	font-size: 10px;
}

div#calendar {
	text-align: center;
}
@media screen {
	div#calendar table {
        	margin: 10px auto;
        }
}
div#calendar table tr td {
	vertical-align: top;
	width: 75px;
}
div#calendar table tr td ul {
	margin: 5px 0px 0px;
}
div#calendar table tr td li {
	padding: 3px 0px;
	border-top: 1px dotted #999999;
	background: none;
}

div#calendar .day {
	color: #666666;
}
div#calendar .satday {
	color: #4444CC;
}
div#calendar .sunday {
	color: #CC4444;
}
div#calendar .plan {
	color: #447744;
}
div#calendar .today {
	background-color: #C1E0DF ;
}

div#calendar ul.navi {
	margin: 0px;
}
div#calendar ul.navi li {
	margin: 0px 12px;
}

/* ----- 予定表示 -------------------------------------- */

div#view h3 {
	background: url("img/4h4.gif");
	margin: 0px;
	padding: 9px 20px 9px 55px;
	line-height: 18px;
	letter-spacing: 2px;
	font-size: 14px;
}
div#view div.text h2 {
	background: url("img/4h5.gif") no-repeat bottom;
	margin: 0px;
	padding: 20px 20px 9px 45px;
	line-height: 18px;
}
.text p, .text ul {
	background: url("img/4note.gif");
	margin: 0px;
	padding: 9px 20px;
	line-height: 18px;
}

div#view dl.info {
	margin: 9px 12px 0px 10px;
	padding: 5px 10px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
}
div#view dl.info dt {
	float: left;
	clear: left;
	width: 7em;
	font-weight: bold;
}
div#view dl.info dd {
	margin: 0px;
}

/* ----- コメント -------------------------------------- */

div#comment .comment {
	width: 640px;
	background: url("img/4back.gif") repeat-y;
}
div#comment .comment h3 {
	margin: 0px;
	padding: 15px 20px 9px;
	background: url("img/4top-b.gif") no-repeat top;
	border: none;
	font-weight: normal;
	line-height: 18px;
}
div#comment .comment .text {
	width: 640px;
	margin: 0px;
	padding: 3px 0px 18px;
	background: url("img/4bottom.gif") no-repeat bottom;
}
div#comment .comment .name {
	font-weight: bold;
}
div#comment .comment .date {
	letter-spacing: normal;
}

div#comment .comment .date {
	font-size: 11px;
	color: #999999;
}

/* ----- フォーム -------------------------------------- */

div#form form dl dt {
	float: left;
	clear: left;
	width: 6em;
}
form dl dd input, form dl dd select, form dl dd textarea {
	margin-bottom: 2px;
}
form ul li {
	padding: 0px 0px 2px;
	background: none;
}

div#list form dl {
	padding: 0px;
}
div#list form dl dt {
	display: none;
}
div#list form dl dd {
	float: left;
}
div#list form input {
	padding: 0px;
	margin-left: 2px;
}
.preview dt {
	font-weight: bold;
}
.preview dd {
	margin: 2px 0px 10px 20px;
}

/* ----- フッター -------------------------------------- */

div#footer address {
	padding: 10px 5px;
	font-size: 11px;
	text-align: right;
}
