/*
//********************************************************************
//
// プログラム名	:	menu_common.css
//
// 内容			:	メニュー共通用
//
// 作成者		:	川村 寿志
//
// 作成日		:	2010/12/31
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	/*background-color: #ccffff;*/
	text-align:center;
}

/*項目タイトル*/
.koumoku_title
{
	font: 13pt;
	font-weight:bold;
	text-decoration: underline;
}

/*ボタン1*/
.button1
{
	width:150px;
	height:70px;
	font-size:12pt;
}

/*ボタン2*/
.button2
{
	width:100px;
	height:40px;
	font-size:12pt;
}

/*カレンダー*/
.calendar
{
	text-align:left;
	padding-left:30px;
}