@charset "utf-8";
/* ===================================================================
CSS information

 file name  :information.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* information_c_01
----------------------------------------------------------- */
#information div#information_c_01{
	padding: 0 0 100px;
	width: 670px;
	background: url(../information/images/information_c_01_image.jpg) right top no-repeat;
	clear:both;
}

/*キャッチコピー*/ 
#information div#information_c_01 h2{
	margin: 0 0 25px;
	width: 670px;
	height: 22px;
	background: url(../information/images/information_c_01_copy.gif) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#information div#information_c_01 h4{
	margin: 0 0 10px;
	width: 670px;
	font-size: 120%;
	font-weight: bold;
}

#information div#information_c_01 p{
	margin: 0 0 10px;
	width: 420px;
}

/* information_c_02
----------------------------------------------------------- */
#information div#information_c_02{
	margin: 0 0 40px;
	width: 670px;
}

#information div#information_c_02 p{
	margin: 0 0 20px;
}


/* information_c_03
----------------------------------------------------------- */
#information div#information_c_03{
	margin: 0 0 40px;
	padding: 0;
	border: 0;
	width: 670px;
	text-align: left;
}

/*table*/
#information table{
	color: #111;
	border: 1px solid #cac292;
	background: none;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	letter-spacing: 0;
}

#information th,
#information td {
	padding: 5px 10px;
	border: 1px solid #cac292;
}

#information th {
	color: #111;
	border: 1px solid #cac292;
	background-color: #f3f2da;
	font-weight: normal;
}

#information td {
    color: #4e3400;
	border: 1px solid #cac292;
	background: none;
}

/* information_c_04
----------------------------------------------------------- */
#information div#information_c_04{
	margin: 0 0 40px;
	padding: 0;
	border: 0;
	width: 670px;
	text-align: left;
}

#information div#information_c_04 #about_link {
	overflow:hidden;
	width:670px;
	}
	
#information div#information_c_04 #about_link img {
	float:left;
	}
	
#information div#information_c_04 #about_link p {
	float:left;
	margin:0 0 15px 15px;
	}
	
#information div#information_c_04 #about_link #link_tag {
	width:645px;
	height:30px;
	clear:both;
	margin:15px 0 0 0;
	border:1px solid #3F352D;
	padding:10px;
	overflow:auto;
	}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

