@charset "utf-8";

/*
	* Name: links.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license
	* Author: Hiroaki Nakagawa
	* Author URI: http://www.3050grafix.com/
	* Author E-mail: hiro@3050grafix.com

	* Contents:
	  - 01. 初期設定 - 基本設定 -
	    - 01-01. 初期設定 - 文字 -
	  - 02. 領域設定 - ブロック -
	    - 02-07. 領域設定 - Main -
*/


/* Load External Files */

@import url('../../common/css/import.css');


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 01-01. 初期設定 - 文字 -
	======================================== */

	h2 {
		background-image: url("../img/title_links.gif");
		height: 252px;
	}


	/* ========================================
	   * 02-07. 領域設定 - Main -
	======================================== */

	#main ul li {
		margin-bottom: 22px;
	}

	#main ul li br {
		display: none;
	}

	#main ul li span {
		display: block;
		margin: 4px 0 0 0;
	}

	/* IE6 HACK */
	* html #main ul li span {
		margin-bottom: -22px;
	}

}