@charset "utf-8";

/* MASTER INIT
------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Osaka","lroSVbN";
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
}

body {
	font-size: 12px;
	color: #333333;
}

a {
	color: #E22208;
	outline-style: none;
}

a:link {
    text-decoration: none;
}
  
a:visited {
    text-decoration: none;
}
  
a:hover {
	text-decoration: underline;
}
  
a:active {
	text-decoration: underline;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: none;
}

.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearBoth {
	clear: both;
}

/* HEADER
------------------------------------------------------------------------------*/

#headerOuter {
	background-image: url(../images/common/bg_gnav.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#logoArea {
	height: 95px;
}

#logoArea h1 {
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-top: 10px;
}

#headerTel {
	float: right;
	width: 250px;
	margin-top: 25px;
}

#gNav {
	height: 35px;
}

#gNav li {
	text-indent: -9999px;
	float: left;
	margin-right: 5px;
}

#gNav a {
	height: 35px;
	width: 188px;
	display: block;
}

#gNav li a:hover {
	background-position:left bottom;
}

#gNavHome a {
	background-image: url(../images/common/gnav_home.png);
}

#gNavConsulting a {
	background-image: url(../images/common/gnav_consulting.png);
}

#gNavAdvantage a {
	background-image: url(../images/common/gnav_advantage.png);
}

#gNavCompany a {
	background-image: url(../images/common/gnav_company.png);
}

#gNavContact a {
	background-image: url(../images/common/gnav_contact.png);
}

#gNav #gNavContact {
	margin-right: 0px;
}

/* WRAPPER
------------------------------------------------------------------------------*/

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}

#mailMagazine {
	width: 261px;
	background-image: url(../images/common/bg_mm.png);
	height: 226px;
	padding-top: 6px;
	padding-left: 6px;
}

.covey {
	height: 15px;
	border: 1px solid #E6E6E6;
	background-image: url(../images/common/bg_form.png);
	background-repeat: repeat-x;
	width: 138px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

*:first-child+html .covey {
	padding-top: 6px;
	padding-bottom: 2px;
}

* html body .covey {
	padding-top: 6px;
	padding-bottom: 2px;
}

#mmSubmit {
	background-image: url(../images/common/btn_mm_submit.png);
	height: 25px;
	width: 75px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}

#mailMagazine table {
	border-collapse:collapse;
	text-align: right;
	margin-left: 10px;
}

#mailMagazine th {
	padding-bottom: 7px;
}

#mailMagazine td {
	padding-left: 15px;
	text-align: left;
	padding-bottom: 7px;
}

#mailMagazine p {
	font-size: 10px;
	line-height: 1.5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#main {
	float: left;
	width: 650px;
	padding-top: 15px;
}

#sub {
	float: right;
	width: 270px;
	padding-top: 10px;
}

#sideContact {
	background-image: url(../images/common/bg_sidecontact.png);
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 30px;
	height: 205px;
}

#sideContact h3 {
	margin-bottom: 15px;
}

#sideContact p {
	margin-bottom: 15px;
	text-align: center;
}

#sideContact a {
	text-indent: -9999px;
	height: 50px;
	width: 204px;
	display: block;
	background-image: url(../images/common/btn_sidecontact.png);
	margin-left: 10px;
}

#sideContact a:hover {
	background-position:left bottom;
}

#approach h3 {
	margin-bottom: 15px;
}

#approach h4 {
	margin-bottom: 10px;
}

#approach p {
	font-size: 10px;
	margin-bottom: 25px;
	line-height: 1.5;
}

#sideVaridator li {
	float: left;
	width: 88px;
	margin-right: 25px;
}

/* FOOTER
------------------------------------------------------------------------------*/

#footerOuter {
	background-image: url(../images/common/bg_block.png);
	background-repeat: repeat-x;
	background-color: #666666;
}

#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	height: 90px;
	background-image: url(../images/common/footerlogo.png);
	background-repeat: no-repeat;
	background-position: right 25px;
}

#footer ul {
	height: 15px;
	margin-bottom: 5px;
}

#footer li {
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 11px;
	display: inline;
	background-color: #666666;
}

#footer a {
	color: #FFFFFF;
	background-color: #666666;
}

#footer p {
	text-align: center;
	margin-top: 15px;
}

*:first-child+html #footer a {
	line-height: 1.2;
}

* html body #footer a {
	line-height: 1.2;
}

/* SUB PAGES
------------------------------------------------------------------------------*/

#sub #mailMagazine {
	margin-bottom: 15px;
}

#topicPath {
	border: 1px solid #E6E6E6;
	height: 33px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#topicPath li {
	background-image: url(../images/common/bg_topicpath.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 33px;
	float: left;
	padding-right: 25px;
	font-size: 10px;
	line-height: 33px;
	color: #999999;
	padding-left: 15px;
}

#lNav {
	height: 30px;
	margin-bottom: 25px;
}

#lNav li {
	text-indent: -9999px;
	float: left;
	margin-right: 1px;
}

#lNav a {
	width: 150px;
	display: block;
}

#lNav li a:hover {
	background-position:left bottom;
}

#bannerTel {
	text-align: center;
	margin-bottom: 30px;
}

#relationLink {
	background-image: url(../images/common/bg_block2.png);
	border: 1px solid #E6E6E6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#relationLink h2 {
	font-weight: bold;
	display: inline;
	padding-right: 25px;
	font-size: 11px;
}

#relationLink ul {
	display: inline;
}

#relationLink li {
	padding-right: 15px;
	background-image: url(../images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
	display: inline;
}

.pageTop {
	text-align: right;
	margin-top: 25px;
	font-size: 10px;
	background-image: url(../images/common/icon_pagetop.png);
	background-repeat: no-repeat;
	background-position: 585px center;
}
