/*
//********************************************************************
//
// プログラム名	:	calendar_tenkai.css
//
// 内容			:	カレンダー展開用
//
// 作成者		:	川村 寿志
//
// 作成日		:	2010/12/31
//
// 修正履歴		:	201_/__/__  -00.01
//
//********************************************************************
//--------------------------------------------------------------------
// Rev.No	| 追加・修正内容
//--------------------------------------------------------------------
//		-00	| 01.
//--------------------------------------------------------------------
*/

/*全体*/
body
{
	text-align:center;
}

/*警告メッセージ*/
.alert_msg
{
	color:red;
}

/*項目タイトル*/
.koumoku_title
{
	font-size:15pt;
	font-weight:bold;
}

/*ボタン*/
.button1
{
	width:70px;
	height:35px;
	font-size:11pt;
}
.button2
{
	width:50px;
	height:25px;
	font-size:10pt;
}

