@charset "UTF-8";

/*------------------------------------------------------------------------------
	Client Name - Global Class CSS
	URL: http://foo.co.jp/
	Date: 2009-00-00
	Copyright (C) Client Name 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{}

ul.list li {
	list-style-type: circle;
	line-height: 1.7;
	margin-left:20px;
}
ul.list001 li {
	line-height: 1.7;
	padding-left:20px;
	background:url(../img/ico_arrow02.png) no-repeat left top;
}

/* li : 基本テーブル
----------------------------------------------------*/

#main table{
	width:100%;
	line-height:2.0;
}
#main table th,
#main table td {
	padding:15px;
	border-color: #f0e2d5;
}
#main table th{
	width:30%;
	background: #fff8f0;
	color: #bb6c1b;
	border-left:none;
}
#main table td{
	border-right:none;
}

#main dl {
	margin:30px 0;
	line-height:1.7;
}
#main dt {
	margin-bottom:10px;
	color:#e58327;
	font-weight:bold;
	font-size:120%;
}
#main dd {
	margin-bottom:20px;
}


/*  floating : 回り込み関係
----------------------------------------------------*/

.floatL{float:left;}
.floatR{float:right;}

.phoL{float:left;margin-right:25px;}
.phoR{float:right;margin-left:25px;}

.clearL{clear:left;}
.clearR{clear:right;}
.clearB{clear:both;}

.clearM{margin-right:0 !important;}

/*  align : 行揃え関係
----------------------------------------------------*/

.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}


/*--EOF-----------------------------------------------------------------------*/
