@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. file import　　！！！インポートファイルは一番初めに記述のこと！！！
　01. TOP


******************************************************************************* */


/* ==

　00. file import

=============================================================================== */


/* ==

　01. TOP

=============================================================================== */

/* メイン
------------------------------------------------------------------------------- */
.section .main{ float:right; width:730px; }
.section .main p{ margin-bottom:10px; }

.main .list_cnts li{
	background-color:#F3F3F3;
	float:left;
	line-height:1.3;
	margin:15px 10px 8px 0;
	padding:4px;
	width: 227px;
}
.main .list_cnts li img{ margin-bottom:5px; }
.main .list_cnts li.consul{ margin-right: 0; }
.main .list_cnts li a{
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid #D9D9D9;
	color: #333333;
	display: block;
	min-height: 85px;
	padding: 90px 10px 0;
	width: 205px;
	text-decoration:none;
}
.main .list_cnts li a:hover{ border:1px solid #ff6600; }
.main .list_cnts li.concept a{ background:url(../images/img_index01.jpg) no-repeat #fff; }
.main .list_cnts li.example a{ background:url(../images/img_index02.jpg) no-repeat #fff; }
.main .list_cnts li.consul a{ background:url(../images/img_index03.jpg) no-repeat #fff; }

.section .main .info{ margin-top:20px; }
.section .main .info h2{ margin-bottom:0; }


/* 右メニュー
------------------------------------------------------------------------------- */
.section .sub{ float:left; width:200px; }


/* 20120921追加TOPメニュー
------------------------------------------------------------------------------- */
.top_menu {
	margin: 0;
	padding: 0;
}

.top_menu ul {
	list-style:none;
}

.top_menu li {
	float:left;
}

.mb15 {
	margin-bottom: 15px;
}

.top_menu_1 {
	margin-bottom: 10px;	
}

.top_menu_2 {
	margin-bottom: 10px;	
	margin-right: 12px;
}

.top_menu a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
	
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */