﻿@charset "UTF-8";

/* =====================================================
 File name : 
   page.css
 Summary : 
   首相官邸サイト 下層ページ用CSS
 Last modified : 
   2011年 09月 01日
===================================================== */

/*一日の予定*/
table.schedule-of-day th { background-color:#e9d7c8; }
table.schedule-of-day td { vertical-align:top; }

table.bk-cal td { text-align:center; }
table.bk-cal td.disable { color:#666666; background-color:#999999; }

table.container{
	bg-color: #FFFFFF; /* 背景色 */
	width : 800px;             /* コンテンツ幅を800pxに設定 */}
table.clm_lft1 {
	float:left;               /* カラムの左寄せ */
	width: 550px;              }
table.clm_lft {
	float:left;               /* カラムの左寄せ */
	width: 540px;              }
table.clm_lft img{border:0px; }
table.clm_rgt {
	float:right;               /* カラムの右寄せ */}

td.bk {
	border-top:1px solid #4169e1;}
td.day {
	border-bottom:1px solid #4169e1;}
td.yotei {
	border-bottom:1px dashed #a9a9a9;}

#ScheduleTitle{
	width:768px;
	padding:6px 0;
	margin:10px 0;
	text-indent:6px;
	font-size:120%;
	font-weight:bold;
	background:#EFEFEF;
	border:1px solid #039;}


/*一週間の予定*/
#weeklyList{
	float:left;
	width:550px;
	margin-right:20px;}
#weeklyList.Archive{
	width:760px;}

#weeklyList h3.title{
	font-size:120%;
	font-weight:bold;
	padding:4px;
	border-bottom:2px solid #cccccc;}
#weeklyList div.text{
	margin:0;
	padding:4px;}
#weeklyList div.more{
	text-align:right;
	font-size:90%;
	margin-bottom:40px;}

#weeklyArchive{
	float:right;
	width:200px;}

#Monthly{
	width:200px;
	border:1px solid #999999;}

#Monthly th{
	background:#CCCCCC;
	font-size:small;
	text-align:left;}
#Monthly td{
	background:#EEEEFF;
	font-size:small;}


/*過去の総理の予定バックナンバー*/
#BackNumber{text-align:center;}
#BackNumber .line{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;}
#BackNumber p{
	width:480px;
	margin:10px auto;
	font-size:small;
	font-weight:bold;}
#BackNumber ul{
	width:480px;
	margin:0 auto;
	list-style-type:none;
	text-align:left;}

/*フッター*/
#footer{
	background:#ffffff;}