@charset "utf-8";
/*index===================================
commonLayout

_1. page title
_2. text area
  2_1. top block title
  2_2. other block title
  2_3. link style

=========================================*/

/*=========================================
_1. page title
=========================================*/

#main h2.page-title{
	background:url(../image/page_title_link.jpg) no-repeat;
	}

#main h1.page-title{
	background:url(../image/page_title_link.jpg) no-repeat;
	}
	
/*=========================================
_2. text area
=========================================*/

/*_2-1.top block title*/

#text-area h3.top-block-title{
	clear:both;
	font-weight:bold;
	font-size:14px;
	line-height:1.25em;
	width:553px;
	height:16px;
	background:  url(../common/entry_title_bg.gif) 0 3px no-repeat;
	margin:0 0 0.5em 0;
	padding:0 0 1em 22px;
	border-bottom:3px double #E3E3E3;
	}

#text-area h2.top-block-title{
	clear:both;
	font-weight:bold;
	font-size:14px;
	line-height:1.25em;
	width:553px;
	height:16px;
	background:  url(../common/entry_title_bg.gif) 0 3px no-repeat;
	margin:0 0 0.5em 0;
	padding:0 0 1em 22px;
	border-bottom:3px double #E3E3E3;
	}

/*_2-2.other block title*/
	
#text-area h3.block-title{
	clear:both;
	font-weight:bold;
	font-size:14px;
	line-height:1.25em;
	width:553px;
	height:16px;
	background: url(../common/entry_title_bg.gif) 0 15px no-repeat;
	margin:1em 0 0.5em 0;
	padding:0.8em 0 1em 22px;
	border-top:3px double #E3E3E3;
	border-bottom:3px double #E3E3E3;
	}
	
#text-area h2.block-title{
	clear:both;
	font-weight:bold;
	font-size:14px;
	line-height:1.25em;
	width:553px;
	height:16px;
	background: url(../common/entry_title_bg.gif) 0 15px no-repeat;
	margin:1em 0 0.5em 0;
	padding:0.8em 0 1em 22px;
	border-top:3px double #E3E3E3;
	border-bottom:3px double #E3E3E3;
	}

/*_2-2.link style*/
	
#text-area dl{
	float:left;
	display:block;
	width:274px;
	margin:0.5em 0 0 0;
	padding:0 0 0 13px;
	background:url(../common/side_navi_arrow.gif) no-repeat 0 7px;
	}

#text-area dt, #text-area dd{
	font-size:12px;
	}