@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 File name :          co_ensen.css
 Summary :            individual styles
 Created :            2009-06-26
 Last Update :        2009-06-26
 Author:              wan55 aono
===================================================================*/
/*===================================================================
------------------
Table Of Contents
------------------
 01) ensen
 
 99) Clearfix
 

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

/*-------------------------------------------------------------------
 01) ensen
-------------------------------------------------------------------*/
#co_two_column .co_lead {
	margin: 10px 0 20px;
	font-size: 120%;
}

#co_two_column .co_ensen,
#co_two_column .co_ensen2,
#co_two_column .co_ensen3 {
	margin: 5px 0 5px 20px;
	width: 580px;
}

#co_two_column .co_ensen ul.co_arrow01,
#co_two_column .co_ensen2 ul.co_arrow01,
#co_two_column .co_ensen3 ul.co_arrow01,
#co_two_column .co_ensen ul.co_arrow02,
#co_two_column .co_ensen ul.co_arrow03 { margin-bottom: 30px;}

#co_two_column .co_ensen ul.co_arrow01 li,
#co_two_column .co_ensen2 ul.co_arrow01 li,
#co_two_column .co_ensen3 ul.co_arrow01 li,
#co_two_column .co_ensen ul.co_arrow02 li,
#co_two_column .co_ensen ul.co_arrow03 li {
	float: left;
	margin-bottom: 0.3em;
	font-size: 118%;
}

#co_two_column .co_ensen3 ul.co_arrow01 li { margin-bottom: 1em;}


#co_two_column .co_ensen ul.co_arrow01 li { width: 180px; }
#co_two_column .co_ensen2 ul.co_arrow01 li { width: 80px; }
#co_two_column .co_ensen3 ul.co_arrow01 li { width: 180px; }
#co_two_column .co_ensen ul.co_arrow02 li { width: 100px; }
#co_two_column .co_ensen ul.co_arrow03 li { width: 80px; }

#co_two_column .co_ensen ul.co_arrow01 li.co_staylink a,
#co_two_column .co_ensen2 ul.co_arrow01 li.co_staylink a,
#co_two_column .co_ensen3 ul.co_arrow01 li.co_staylink a,
#co_two_column .co_ensen ul.co_arrow02 li.co_staylink a,
#co_two_column .co_ensen ul.co_arrow03 li.co_staylink a {
	text-decoration:none;
	color:#70bb2d;
}


/*-------------------------------------------------------------------
 99) Clearfix
-------------------------------------------------------------------*/
.clearfix:after,
#co_two_column ul.co_arrow01:after,
#co_two_column ul.co_arrow02:after,
#co_two_column ul.co_arrow03:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
#co_two_column ul.co_arrow01,
#co_two_column ul.co_arrow02,
#co_two_column ul.co_arrow03 { display: inline-block;}

/* MacIE5 \*/
* html .clearfix,
* html #co_two_column ul.co_arrow01,
* html #co_two_column ul.co_arrow02,
* html #co_two_column ul.co_arrow03 { height: 1%;}
.clearfix,
#co_two_column ul.co_arrow01,
#co_two_column ul.co_arrow02,
#co_two_column ul.co_arrow03 { display: block;}
/* MacIE5 */
