@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: AOSEF
	Description: LINK モジュール用
	Version: 1.0

==============================================================
*/


/*
CONTENTS
==============================================================

	0: 汎用class

	1: div#wrapper
	
	2: div#header
	
	3: div#gnav

	4: div#content
		
	5: div#footer
	
==============================================================
*/


/*=========================================================
4: div#content
=========================================================*/


/* other link
==============================================================*/
#wrapper #content #other ul{
	margin:5px 5px 0;
	overflow: hidden;
}
#wrapper #content #other ul li{
	float: left;
	padding: 5px 0;
	width: 340px;
}
#wrapper #content #other ul li a{
	display: inline-block;
	padding: 0 0 0 20px;
	line-height: 20px;
	background: url(../../common/img/external_link.gif) no-repeat 0 2px;
}