@charset "UTF-8";

/*------------------------------------------------------------------------------
	ウチゲン
	URL: https://www.rakuten.ne.jp/gold/uchigen/
	Copyright (C) 2014 Uchigen Co Ltd., All Rights Reserved.
------------------------------------------------------------------------------*/


/*==============================================================
	タグ
===============================================================*/

div#main p,
div#main ol,
div#main ul,
div#main dl{
	margin-bottom:1.5em;
	line-height:1.5;
}

/*==============================================================
	汎用クラス
===============================================================*/

/* .toTop : 先頭へ戻る */
div#main p.toTop{}

/* .section : セクション
----------------------------------------------------*/

div#main .section{}

/* ul : 基本リスト
----------------------------------------------------*/

div#main ul{}

/* li : 基本テーブル
----------------------------------------------------*/

div#main table{}

/*  floating : 回り込み関係
----------------------------------------------------*/

.floatL{float:left;}
.floatR{float:right;}

.clearL{clear:left;}
.clearR{clear:right;}
.clearB{clear:both;}


/*  align : 行揃え関係
----------------------------------------------------*/

.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}


/*  h1～ : 見出し
----------------------------------------------------*/

body#home div#main h2{
	background:url(../../img/bg_h2.png) repeat-x left top;
	height:40px;
	font-size:140%;
	margin-bottom:20px;
	padding:15px 0 0 20px;
	color:#36231d;
}
body#home div#main h2 span{
	float:right;
	padding-right:20px;	
}

/*--EOF-----------------------------------------------------------------------*/
