@charset "UTF-8";

/* -----------------------------------------------------------
Theme Name: NISHIYO
Theme URI: http://www.nishiyo.ed.jp/
Discription: 学校法人 甲府西幼稚園
Version: 1.0
Author: System Inn Nakagomi co.,ltd
Author URI: http://www.sin.co.jp/
*/

/* -----------------------------------------------------------
Copyright (C) System Inn Nakagomi co.,ltd All rights reserved.
----------------------------------------------------------- */

@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;
}

.cpage {
	padding-left:15px;
}

/* conBox
----------------------------------------------------------------------------*/
.conBox{
	width: 540px;
	margin: 20px 0;
}


.table_topics {
	border:1px dotted #666666;
	border-collapse:collapse;
	width:100%;
	margin:5px 0 20px 0; padding:0;
}
.table_topics td {
	height:20px;
	padding:5px 10px;
}
.topi_date {
	width:25%;
}
.topi_title {
	width:75%;
}

/* pageTop
----------------------------------------------------------------------------*/
.pageTop{
	text-align: right;
	margin-right: 22px;
	margin-bottom: 30px;
}

/* imgFlame
----------------------------------------------------------------------------*/
.imgFlame{
	padding: 1px;
	border: 1px solid #CCC;
	width: 170px;
}

/* list
----------------------------------------------------------------------------*/
.listDisc li{
	list-style-type: disc;
	margin-left: 10px;
}

.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: 2px solid #FFA117;
}

.tableProgram th,.tableProgram td{
	padding: 10px;
}

.tableProgram tr+tr td{
	background: #FFF;
	border-top:1px dotted #ccc;
}

.tableProgram th{
	background: #FEBF56;
	font-weight: bold;
	color: #FFF;
}

.tableProgram .action{
	border-left: 2px solid #FFA117;
	border-right: 2px solid #FFA117;
}

.tableProgram li{
	list-style-type: disc;
	margin-left: 10px;
}

.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;
}





