/* @group Reset CSS */

body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

body {
	font: 13px 'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN',sans-serif;
	*font-size: small;
	*font: x-small;
	line-height: 1.63;
	color: #333333;
	text-align: center;
	background-color: #f2f2ee;
	padding-top: 13px;
}

div.wrapper {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	background: url(../images/header-box-top.gif) no-repeat 0 top;
	padding-top: 6px;
}

a:link,a:visited,a:hover,a:active {
	color: #0058b3;
}

.hidden {
	display: none;
}

/* @group header */
div.header {
	background: #ffffff url(../images/header-box-btm.gif) no-repeat 0 bottom;
	position: relative;
	height: 105px;
	margin-bottom: 5px;
}

div.header h1 {
	padding-top: 19px;
	padding-left: 11px;
}

div.header p.tagline {
	position: absolute;
	top: 0px;
	left: 13px;
	font-size: 100%;
}

div.header p.tagline a:hover {
	color: #333333;
}

div.utility-info {
	position: absolute;
	right: 12px;
	top: 0;
	text-align: right;
}

div.utility-info img {
	margin-top: 3px;
}

div.utility-info p.tel-num {
	margin-top: 3px;
}

div.header ul {
	float: left;
	position: absolute;
	right: 4px;
	bottom: 8px;
	height: 25px;
}

div.header ul li{
	float: left;
	display: block;
}


/* @end */

/* @group footer */

div.footer {
	width: 100%;
	background: #d5d5d5 url(../images/footer-bg01.gif) repeat-x 0 1px;
	padding-bottom: 9px;
}

div.footer div.innerbox {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

div.footer h2 {
	padding-top: 12px;
}

div.footer p.tel {
	padding-top: 6px;
	padding-left: 57px;
}

div.footer ul {
	position: absolute;
	right: 0;
	top: 34px;
}

div.footer ul li {
	display: inline;
	border-left: 1px solid #333333;
	padding-left: 6px;
	padding-right: 2px;
	
}

div.footer ul li.first-child {
	border: none;
}

div.footer ul li a {
	color: #333333;
	text-decoration:underline !important; /*ΗΑcore*/
}

div.footer ul li a:link {
	text-decoration: none;
}

div.footer ul li a:hover {
	text-decoration: underline;
	color: #333333;
}

div.footer p.copyright {
	text-align: right;
	margin-top: 17px;
}

/* @end */

/* @group common element */

div.main p.return-top {
	position: relative;
	left: 710px;
	width: 190px;
}

img.d-mark {
	margin-top: 19px;
	margin-left: 11px;
	margin-right: 12px;
}

p.attention {
	font-size: 85%;
}

p.attention:before {
	content: "¦";
}

p.detaillink {
	text-align: right;
}

.top-m {
	padding-top:20px;
}

.text-cont h2,
.text-cont h3,
.text-cont h4 {
	margin-bottom: 5px;
}

.text-cont p {
	padding: 0 10px 30px;
}

.text-cont02 h2,
.text-cont02 h3,
.text-cont02 h4 {
	padding-top: 20px;
	margin-bottom: 5px;
}

.text-cont02 p {
	padding: 0 10px 10px;
}

.text-cont ul {
	padding-left: 5px;
	padding-bottom: 20px;
}

.text-cont ul li {
	background: url(../images/c-list-mark02.gif) no-repeat 0 center;
	padding-left: 12px;
}

/* @end */





