@charset "shift_jis";

/* -------------------------------------------------------------------------- */
/* Copyright COMSOFT CO., LTD. */
/* index.css index.html専用 */
/* -------------------------------------------------------------------------- */

	/* h1・タイトル */
	#header h1.index {
		position: relative;
		margin: 5px 0 0 23px;
	}
		#header h1 img {
			position: absolute;
			left: 0px;
			z-index: 10;
		}
		#header h1 span {
			font-size: 1px;
			z-index: 1;
		}
	
	/* h2 */
	#contents h2.index {
		background: transparent url(images/h2_bg7.gif) center no-repeat;
		font-size: 100%;
		font-weight: bold;
		min-height: 30px;
		line-height: 30px;
	}
		#contents h2.index span {
			margin-left: 40px;
		}

	/* h3 */
	#contents h3.index {
		font-size: 90%;
		font-weight: bold;
		margin: 10px 35px 5px 15px;
		border-left: #2266EE 10px solid;
		border-bottom: #2266EE 1px solid;
		padding-left: 5px;
	}
