@charset "utf-8";

/* ---------------------------------------------
__CSS infomation

Site URL	http://www.nichibun-g.co.jp/
File name	base.css(http://www.nichibun-g.co.jp/css/base.css)
Summary		Styles for all pages
Created		2009-06-12
Last update	2009-11-25 by koho
--------------------------------------------- */

/*___    base_style   ___*/


img {
	border: none;
}

a {
	color: #0082E5;
	text-decoration: none;
}
a:hover {
	color: #F90;
	text-decoration: none;
}

a img {
	border: none;
}

em {
	font-style: normal;
	font-weight: bold;
}
/*___    Heading_style   ___*/

h2 {
	line-height: 1.4;
}
h4 {
	line-height: 1.4;
}


/*___    a_style   ___*/

.aLink {
	padding-left: 18px;
	background: url(../pics/point/link_btn_pics01.gif) left no-repeat;
}
/*___    img_style   ___*/

.img_fleft {
	float: left;
}
.img_fright {
	float: right;
}
/*___    table_style_base   ___*/

table {
	border: none;
}
/*___    ul_style_base   ___*/

.ul_disc {
	list-style-type: disc;
}
/*___    li_style_base   ___*/

/*li {
	margin-bottom: 5px;
}*/
li.li_arrow_gray {
	margin-bottom: 4px;
	padding-left: 18px;
	background: url(../pics/point/link_arrow_gray.gif) top left no-repeat;
}
li a.li_a_arrow_orange,
li a.li_a_arrow_orange:hover {
	display: block;
	margin-bottom: 4px;
	padding-left: 18px;
	text-decoration: none;
	background: url(../pics/point/arrow_ora.gif) top left no-repeat;
}

/*___    UL_Link_style_base   ___*/

ul.ulLink {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
}
ul.ulLink li {
	margin-bottom: 5px;
}
ul.ulLink li a {
	padding-left: 18px;
	background: url(../pics/point/link_btn_pics01.gif) left top no-repeat;
}
/*___    BreadList_style_base   ___*/

ol#olBreadList {
	width: 930px;
	list-style-type: none;
}
ol#olBreadList li {
	float: left;
	margin-bottom: 5px;
}
/*___    BackgroundColor   ___*/

.BgColorEEE {
	background: #EEE;
}
.BgColorDDD {
	background: #DDD;
}
