/*文字コードUTF-8 */
@charset 'UTF-8';

/* cssName index.css */

h2
{
	padding : 3px 0 3px 8px;
	color:#FF5A00;
	font-weight : bold;
	font-size: 16px;
	line-height: 140%;
	border-left: solid 5px #FF5A00;
	border-bottom: dotted 1px #FF5A00;
}

h3 {
	padding : 5px 10px 5px 10px;
	color:#666666;
	font-weight : bold;
	font-size: 14px;
	line-height: 140%;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#left-column
{
	width: 460px;
	float: left;
}

#left-column img
{
	float: right;
	padding-top: 30px;
}

#left-column p
{
	padding-top: 18px;
}

#left-column p.lh240
{
	padding: 0;
	line-height: 240%;
}

#left-column div.container01
{
	padding: 20px 0 20px 8px;
	width: 452px;
}

#left-column div.container
{
	padding: 12px 0 40px 8px;
	width: 452px;
	clear: both;
}


#right-column
{
	padding-left: 20px;
	width: 220px;
	float: right;
}

#right-column div.container
{
	padding-top: 18px;
}

#right-column ul
{
	padding: 4px 0;
	border: 1px solid #666666;
	width: 218px;
}

#right-column li
{
	display: block;
	padding: 4px 8px 4px 25px;
	width: 185px;
	background: url('../common/cmn_arrow_02.gif') no-repeat;
	background-position: 8px 4px;
	overflow: hidden; 
}

#right-column p.align-right
{
	padding-top: 4px;
	text-align: right;
}

/* -------------------- */
/* font size     　　   */
/* -------------------- */
.s { font-size: 10px; line-height: 140%; }
.m { font-size: 12px; line-height: 140%; }
.l { font-size: 14px; line-height: 140%; }
.ll { font-size: 16px; line-height: 140%; }
.lll { font-size: 18px; line-height: 140%; }

.sB { font-size: 12px; line-height: 140%; font-weight : bold; }
.sB_Red { font-size: 12px; line-height: 140%; font-weight : bold; color:#FF0000; }
.s_Red { font-size: 12px; line-height: 140%; color:#FF0000; }

.mB { font-size: 14px; line-height: 140%; font-weight : bold; }
.mB_Red { font-size: 14px; line-height: 140%; font-weight : bold; color:#FF0000; }
.m_Blue { font-size: 14px; line-height: 140%; color:#0054A6; }

.lB { font-size: 16px; line-height: 140%; font-weight : bold; }
.lB_Red { font-size: 16px; line-height: 140%; font-weight : bold; color:#FF0000; }

.llB { font-size: 18px; line-height: 140%; font-weight : bold; }
.llB_Red { font-size: 18px; line-height: 140%; font-weight : bold; color:#FF0000; }

.lllB { font-size: 20px; line-height: 140%; font-weight : bold; }


/* -------------------- */
/* bg color      　　   */
/* -------------------- */
.bold {font-weight:bold;}
.bg999999 {background:#999999;}
.bgFFFFFF {background:#FFFFFF;}
.bg000000 {background:#000000;}
.bgEBEBEB {background:#EBEBEB;}


/* -------------------- */
/* cmn css         　   */
/* -------------------- */


.mid03 {
	padding : 8px 8px 8px 8px;
	color:#333333;
	background:#EEEEEE;
	font-size: 14px; line-height: 140%;
	border-left: solid 5px #FF5A00;}

.tab_tx01 {
	vertical-align:top;
	background:#FFE1B0;
	font-weight:bold;
	font-size: 12px; line-height: 140%;}

.tab_tx02 {
	background:#FFFFFF;
	font-size: 12px; line-height: 140%;}

.tab_tx03 {
	vertical-align:top;
	background:#FFC35A;
	font-weight:bold;
	font-size: 12px; line-height: 140%;}

.tx01 {
	padding : 0px 10px 20px 10px;
	font-size: 12px; line-height: 160%;}

.tx02 {
	padding : 0px 10px 0px 10px;
	font-size: 12px; line-height: 160%;}


/* -------------------- */
/* cmn css         　   */
/* -------------------- */

hr {
	height: 1px;
	border-width:1px;
	border: dotted 1px #FF5A00;}

ul.list01 {
	margin:0px;
	padding:0px;
	list-style:none;}

li.list01 {
	margin:0px 0px 0px 3px;
	padding:0px 0px 0px 16px;
	background:url(../common/cmn_arrow_01.gif) no-repeat;}

li.list02 {
	margin:0px 0px 0px 3px;
	padding:0px 0px 0px 16px;
	background:url(../common/cmn_arrow_02.gif) no-repeat;}

li.list03 {
	margin:0px 0px 5px 3px;
	padding:0px 0px 0px 21px;
	background:url(../common/cmn_arrow_03.gif) no-repeat;}

li.list04 {
	margin:0px 0px 0px -15px;
	padding:0px 0px 5px 0px;
}

img.img-right
{
	float: right;
}

.tx01 img
{
	padding-left: 20px;
}

