@charset "utf-8";
/* ===================================================================
CSS information

 file name  :ana.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* ページタイトル背景
----------------------------------------------------------- */
#ana #wrp_pagetitle {
	margin: 0 auto;
	width: 100%;
	height: 7px;
	background: url(../ana/images/bg_title.gif) top center repeat-x;
}

/* #cnt_head
----------------------------------------------------------- */
#ana #cnt_head {
	width: 950px;
	overflow: hidden;
}
#ana #cnt_head h3 {
	padding: 15px 0 10px 0;
}
#ana #cnt_head div.left {
	width: 740px;
	height: auto;
	float: left;
}
#ana #cnt_head div.right {
	width: 205px;
	height: auto;
	float: right;
}

#ana #cnt_head div.left h4 {
	padding: 5px 0 0 0;
}
#ana #cnt_head div.left p {
	width: 740px;
	height: 138px;
	background: url(../ana/images/img_point.gif) left top no-repeat;
}
#ana #cnt_head div.left p a {
	display: block;
	position: relative;
	top: 52px;
	left: 551px;
}


/* #cnt_list
----------------------------------------------------------- */
#ana #cnt_list {
	width: 950px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	overflow: hidden;
	clear: both;
}
#ana #cnt_list h5 {
	clear: both;
	padding: 30px 0 10px 0;
}
#ana #cnt_list div.left {
	width: 310px;
	padding: 5px 0;
	float: left;
}
#ana #cnt_list div.center {
	width: 310px;
	padding: 5px 10px;
	float: left;
}
#ana #cnt_list div.right {
	width: 310px;
	padding: 5px 0;
	float: right;
}







/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

