*{margin:0;
padding:0;
}

h1,h2,h3,h4,h5,h6,p,address{
font-size:100%;
font-weight:normal;
font-style:normal;
line-height:100%;
}

/* 基本の文字色と背景色 */
body {
color: #333;
background-color: #eee;
text-align:center;
}

/* リンクスタイル */
#contents A { color: #ff0033; text-decoration: none; }
#contents A:link{ color: #ff0033; text-decoration: none; }
#contents A:visited{ color: #336699; text-decoration: none; }
#contents A:active{ color: #336699; }
#contents A:hover{ color: #ff0033; border-bottom: 1px solid #ff0033;}

/* 外枠の色と背景色 */
#container {
	background-color: #ffffff;
	border: 1px solid #000033;
}

/* ブログの名前の部分 */
#header {
width:760px;
color: #000033;
border-bottom: 10px solid #444444;
}

#header_left{
width:500px;
float:left;
}

#header_right{
width:250px;
margin-top:50px;
float:right;
}


/* メニュー部分(右側の箱) */
#menu {
	background-color: #ffffff;
	color: #000033;
}

.line{ /* メニュー項目の下線 */
		border-bottom: 2px solid #000033;
	}

/* カレンダー設定 */
table.calendar {width:200;
background-color: #ffffff;
}
table.calendar td.today {
background-color: #bbb;
}



/* アイテム表示の部分(真ん中の箱) */
#contents {
	background-color: #ffffff;
	color: #000033;
}
	.date{ /*日付ヘッダーの部分*/
		border-top: 1px solid #ffffff;
		border-left: 10px solid #ff0033;
		border-right: 1px solid #ffffff;
		border-bottom: 0px solid #ffffff;
	}
	.subject{ /*アイテムの件名＆カテゴリーの部分*/
		border-top: 1px solid #000033;
		border-left: 1px solid #000033;
		border-right: 2px solid #000033;
		border-bottom: 1px dashed #000033;
	}
	.item{ /*アイテムの部分*/
		border-left: 1px solid #000033;
		border-right: 2px solid #000033;
		border-bottom: 2px solid #000033;
	}

/*フッターの部分(一番下の箱)*/
#footer {
	background-color: #ffffff;
	color: #000033;
	border-top: 5px solid #000033;
}

/* general */

body {
margin: 0;
padding: 0;
font: 100%;
}

#container {
	margin-left:auto;
	margin-right:auto;	
	text-align:left;
	margin-top:3px;	
	width: 760px;
}

#menu {
	float: right;
	margin:10px;
	width: 200px;
	background-color: #ffffff;
	color: #000033;
	margin:5px;
	padding: 5px;
	border-left: 1px solid #333333;
}

#menu h3{
	border-bottom: 2px solid #000033;
	font-size: 100%;
	font-weight: bold;
}

#menu ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}

#menu li{
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 2px;
	font-size: 80%;
	list-style-position: outside;
	list-style-image: url(./arrow.gif);
}


/*カレンダー*/
	.calendar {
	margin-top: 5px;	
		font-size: 11px;
		font-weight: normal;
  		padding: 5px;				
	}
		
	.calendarhead {	
		font-size: 11px;
		font-weight: bold;
  		line-height: 140%;				
	}	
	
/* カレンダー設定 */
table.calendar {
width:180px;
font-size: 10pt;
}

tr.calendardateheaders {
	font-weight: bold;
	font-family: Verdana, sans-serif;
}

table.calendar td {text-align: center;}

#contents {
	margin-right: 220px;
	margin-left: 20px;
	font-size: 80%;
	line-height:135%;
	padding: 5px;
}
	.date{ 
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
}
	.subject{ 
	font-weight: bold;
	padding: 5px;
	}
.item{padding: 10px;}

.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
}

.leftbox {float: left;}
.rightbox {float: right;}

img {border: none;}

#footer {
	clear: both;
	height: 20px;
	font: 80%/150%;
}

#commonheader{
	width:100%;
	height:30px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	padding: 0px;
}

.formfield{	width: 180px;}
