@charset "Shift_JIS";					/*使用する文字コード*/

@import "common.css";

/*----------------------------------------------------------------------------
******************************************************************************
common
******************************************************************************
----------------------------------------------------------------------------*/

/* title
----------------------------------------------------------------------------*/
h2{
	margin: 0 12px 20px 13px;
}

h3{
	margin: 0 0 15px 23px;
}

h4{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

/* conBox
----------------------------------------------------------------------------*/
.conBox{
	width: 540px;
	margin-left: 28px;
	margin-right: 27px;
	margin-bottom: 20px;
}

/* pageTop
----------------------------------------------------------------------------*/
.pageTop{
	text-align: right;
	margin-right: 22px;
	margin-bottom: 30px;
}

/* imgFlame
----------------------------------------------------------------------------*/
.imgFlame{
	padding: 1px;
	border: 1px solid #CCC;
	width: 170px;
}

/* list
----------------------------------------------------------------------------*/
ul.listDisc li{
	list-style-type: disc;
	margin-left: 10px;
}

ul.list01 li{
	background: url(../common_images/lower/icon_list01.gif) no-repeat 0 3px;
	padding-left: 15px;
	margin-bottom: 5px;
}


/* table
----------------------------------------------------------------------------*/
/* 概要 */
.tableOutline{
	background: #FF3535;
}

.tableOutline th,.tableOutline td{
	padding: 10px;
}

.tableOutline td{
	background: #FFFFFB;
}

.tableOutline th{
	background: #FF6565;
	color: #FFF;
	font-weight: bold;
}


/* デイリープログラム */
.tableProgram{
	border: 1px solid #FFA117;
}

.tableProgram th,.tableProgram td{
	padding: 10px;
}

.tableProgram td{
	background: #FFF;
	border-right: 1px solid #FFA117;
	background: url(../common_images/lower/line01.gif) repeat-x left bottom;
}

.tableProgram th{
	background: #FEBF56;
	font-weight: bold;
	border-right: 1px solid #FFA117;
	color: #FFF;
}

.tableProgram .noBorder{
	border: none;
}

.tableProgram .noBg{
	background: none;
}

/* デイリープログラム */
.tableProgram02{
	background: #FFA117;
}

.tableProgram02 th,.tableProgram02 td{
	padding: 10px;
}

.tableProgram02 td{
	background: #FFF;
}

.tableProgram02 th{
	background: #FEBF56;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
}


/* 写真 */

.tablePic th{
	padding-right: 9px;
	padding-left: 9px;
}

/* メールフォーム */
.tableForm{
	background: #FFA118;
	}
	
.tableForm td,.tableForm th{
	padding: 10px;
}

.tableForm td{
	background: #FFF;
}

.tableForm th{
	background: #FDE579;
	font-weight: bold;
}





