/*

 E-engine template style sheet A

style_a.css - layout style sheet for for e-engine.

==========================================================================================   History
	2005/06/20	dai	Ver 1.0
====================================================================================================
*/


/* body style ----------------------------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #555;
	font-family:  "‚l‚r ‚oƒSƒVƒbƒN", "Hiragino Kaku Gothic Pro", "Osaka",helvetica, sans-serif ;
	font-size: small;
	font-weight: normal;
	line-height: 1.5em;
	background: #fff;
}

div,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* regular anchor style ------------------------------------------------------------------------- */
a {
	font-weight: normal;
	text-decoration: none;
	/*color: #ffcc80;*/
}
a:hover {
	text-decoration: underline;
}
img {
	border:none;
	background: transparent;
}
hr {
	display: none;
}
.hidden {
	display: none;
}
h1 {
	float: left;
	display: block;
	width: 230px;
	height: 20px;
	font-size: 1em;
	line-height: 1.5em;
	text-align: right;
	color: #fff;
	padding-right: 30px;
	margin: 0px;
	background: url(../images/h1.gif) left top no-repeat;
}
h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	padding-left: 30px;
	color: #777;
}
h2.dark {
	background: url(../images/h2-dark.gif) center left no-repeat;
}
h2.light {
	background: url(../images/h2-light.gif) center left no-repeat;
}
h3 {
	font-size: 1.4em;
	margin: 0px;
}
h4 {
	font-size: 1.2em;
	color: #0066cc;
}
h5 {
	font-size: 1em;
}
p {
	margin: 0px
	margin-bottom: 5px;
	padding: 0px;
}
p.indent {
	text-indent: 1em;
}
span.letter_head {
	font-size: 14px;
	font-weight: bold;
}


/* wrapper --------------------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	display: block;
	width: 800px;
	text-align: left;
	margin: 0px;
	padding: 20px 0px 20px 20px;
	background: transparent;
}

/* header ---------------------------------------------------------------------------------------*/
#nav {
	float: left;
	display: block;
	width: 780px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	display: block;
	width: 129px;
	height: 25px;
	margin: left;
	padding: 0px;
	padding-right: 1px;
	text-align: center;
	background: url(../images/separate.gif) right bottom no-repeat;
}
#nav li a {
	display: block;
	width: 129px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	line-height: 1.7em;
	color: #555;

}
#nav li a:hover {
	color: #fff;
	background: url(../images/tab-ov.gif) bottom left no-repeat;
}
#nav li a.current {
	color: #fff;
	background: url(../images/tab-on.gif) bottom left no-repeat;
}

/* contents --------------------------------------------------------------------------------------*/
#subnav {
	float: left;
	display: block;
	width: 217px;
	margin: 0px;
	padding: 0px;
	padding: 0px;
	padding-right: 0px;
	padding-top: 1px;
}
#subnav li {
	float: left;
	display: block;
	width: 217px;
	text-align: right;
	padding-top: 1px;
	border-bottom: 1px #eee solid;
}
#subnav li a {
	display: block;
	width: 217px;
	height: 20px;
	text-decoration: none;
	color: #555;
	padding-right: 0px;
	border-left: 20px #ff9900 solid;
}
#subnav li a:hover {
	color: #fff;
	background: #ffcc80;
}
#subnav li a.current {
	color: #fff;
	border-left: 20px #ff9900 solid;
	background: #ffcc80;
}


div.totop {
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 0.8em;
	line-height: 1.2em;
	background: url(../images/totop.gif) left no-repeat;
	border-bottom: thin #ffcc80 dotted;
	width: 60px;
	text-align: right;
}
.font15 {
	font-size: 0.8em;
}
.font12 {
	font-size: 0.7em;;
}
.font8 {
	font-size: 0.8em;
	line-height: 1.8em;
}

.font8_14 {
	font-size: 0.8em;
	line-height: 1.4em;
}

.font15_14 {
	font-size: 0.8em;
	line-height: 1.8em;
}

.reddish_brown {
	color: #990000;
}

.top_margin7px {
	margin: 7px 0 0 0;
}

ul.shoplist {
	width: 494px;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

ul.shoplist li {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
}

ul.shoplist li.address {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	background: url(../recruitment/images/line.gif)0 100% repeat-x;
	font-weight: normal;
}

table.shoplist {
	font-size: 0.8em;
	line-height: 1.4em;
}

table.shoplist th {
	margin: 0;
	padding: 7px 0 0 0;
	font-weight: bold;
	text-align: left;
}

table.shoplist td {
	margin: 0;
	padding: 0 0 5px 0;
	background: url(../recruitment/images/line.gif) left bottom repeat-x;
}