﻿@charset "utf-8";

@import "reset.css";
@import "screen.css";
@import "common.css";

/*----------------------------------------------------------------------------
******************************************************************************
Index
******************************************************************************
----------------------------------------------------------------------------*/
#head{
	height:410px;
	background:url(../idx_img/idx_mainimg.jpg) 0 0 no-repeat;
	position:relative;}
#head h1{
	position:absolute;
	top:130px;
	left:0;}
#head dl{
	position:absolute;
	top:289px;
	right:27px;
	width:247px;
	height:100px;}
#head dl dt{height:41px;}
#head dl dd{height:59px;}
ul.idx_box ul{width:560px;}
ul.idx_box li{float:left; width:270px; height:156px;}
ul.idx_box li.idx_boxL{margin-right:20px;}

h2{margin-bottom:18px;}
h3{margin:15px 0 10px; clear:both;}
h4{
	margin:0 0 10px;
	background-color:#eee;
	color:#2561b3;
	font-weight:bold;
	line-height:1.6;
	padding:3px 10px;
	width:370px;
	font-size:76%;}
p.boxtext{line-height:1.6; font-size:76%; margin:0 10px 10px;}	
/*----------------------------------------------------------------------------
******************************************************************************
Box
******************************************************************************
----------------------------------------------------------------------------*/
#idxBoxR div{float:left; width:390px;}
#idxBoxR p.imgR{float:right; width:156px;}
#idxBoxL div{float:right; width:390px;}
#idxBoxL p.imgL{float:left; width:156px;}
#idxBoxR{
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(../idx_img/bg_border.gif) repeat-x 0 100%;}
