@charset "utf-8";
/* CSS Document */

/* 調のみ */
/*-----------------------------------------------------------*/

#wrapper{
	background:url(../chori/img/background.jpg) repeat-x;
	background-color:#FFFFFF;
}


#header{
	background:url(../chori/img/header_back.gif) no-repeat;
	height:111px;
}


#header ul.gloval-nav li{
background:url(../chori/img/arrow_cyo_two.gif) no-repeat;}


/* 各内容 */
/*-----------------------------------------------------------*/

#content .entry{/*　各記事のベース ライン色のみ */
	background:url(../chori/img/cyo_line.gif) repeat-y;
}


#content .title{/*　各記事のタイトル */
	background:url(../chori/img/cyo_title_line.gif) no-repeat;
}

#content .title02{/*　各記事のサブタイトル ちいさいの*/
	background:url(../chori/img/title_line02.gif) no-repeat;
}



/* テーブル部分 調の色 */
/*-----------------------------------------------------------*/


.cyo_col{
	color:#FFFFFF;
	background-color: #004da1;
}


/*　フッターカラー */
/*-----------------------------------------------------------*/


.chori_footer{
	background:url(../img/footer_back.gif) repeat-x;
	background-color: #004da1;
}


#footer .backimg{
	margin:0 auto;
	background:url(../chori/img/footer_img.jpg) no-repeat;
	width:790px;
	height:190px;
	background-color: #004da1;
}



