/***************************************************
大和産業デフォルトCSS
/assets/css/core.css
****************************************************/

/* インポート
----------------------------------------------------------------*/
@import url(top.css);
@import url(contact.css);
@import url(company.css);
@import url(division.css);
@import url(goods.css);
@import url(news.css);
@import url(privacy.css);
@import url(sitemap.css);

/* リセット
----------------------------------------------------------------*/
html,body {
	margin: 0;
	padding: 0;
	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,table,th,td,input,textarea,form {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	color: #333;
}

a {
	outline: 0;
	color: #017cdb;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 10pt;
	padding: 0 0 13px 0;
}

p.note {
	color: #d27c00;
	font-weight: bold;
}

.right {
	text-align:	right;
	display:	block;
}

.center {
	text-align:	center;
}

.fRight {
	float:	right;
	margin-left:	15px;
	_display:	inline;
}

.fLeft {
	float:	left;
	margin-right:	15px;
	_display:	inline;
}

img {
	border: none;
	vertical-align: bottom;
}


/* レイアウト・背景
----------------------------------------------------------------*/
body {
	text-align: center;
	background: url(../images/bg_body.gif) 0 0 repeat;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 900px;
	border-left: solid 10px #e7e6e6;
	border-right: solid 10px #e7e6e6;
}
*html #wrapper {
	width: 920px;
}

#container {
	zoom: 1;
	background: #fff url(../images/bg_container.gif) 0 0 repeat;;
	padding: 15px 0;
}

#container:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* ヘッダー --------------------------*/
#header {
	background: url(../images/bg_header.gif) 0 0 no-repeat;
	height: 68px;
	zoom: 1;
}

#header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#headerInner {
	float: left;
	overflow:	hidden;
	*zoom:	1;
	margin-top:	5px;
}

#header h1 {
	text-indent: -9999px;
	font-size: 0.1em;
	line-height: 0.1em;
	overflow: hidden;
	float: left;
	padding: 0 20px;
}

#header h1 a {
	display: block;
	width: 137px;
	height: 53px;
}

/** サブメニュー **/
#header ul {
	background: url(../images/bg_headsubmenu.gif) 0 0 no-repeat;
	width: 289px;
	height: 25px;
	float: right;
}

#header ul li {
	text-indent: -9999px;
	font-size: 0.1em;
	line-height: 0.1em;
	overflow: hidden;
	list-style-type: none;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
}

#header ul li a {
	display: block;
	height: 25px;
}

#header ul li#headerPrivacy a {
	width: 144px;
}

#header ul li#headerSitemap a {
	width: 92px;
}

/* グローバルメニュー --------------------------*/
#global {
	text-indent: -9999px;
	font-size: 0.1em;
	line-height: 0.1em;
	overflow: hidden;
	list-style-type: none;
	zoom: 1;
}

#global:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#global li {
	float: left;
}

#global li a {
	display: block;
	width: 150px;
	height: 37px;
}

/** 現在のページ **/
#Top #global li#globalTop a {
	background: url(../images/globalmenu.gif) 0 -74px no-repeat;
}

#Company #global li#globalCompany a {
	background: url(../images/globalmenu.gif) -150px -74px no-repeat;
}

#Division #global li#globalDivision a {
	background: url(../images/globalmenu.gif) -300px -74px no-repeat;
}

#Goods #global li#globalGoods a {
	background: url(../images/globalmenu.gif) -450px -74px no-repeat;
}

#Contact #global li#globalContact a {
	background: url(../images/globalmenu.gif) -600px -74px no-repeat;
}

#News #global li#globalNews a {
	background: url(../images/globalmenu.gif) -750px -74px no-repeat;
}

/** 通常リンク **/
#global li#globalTop a {
	background: url(../images/globalmenu.gif) 0 0 no-repeat;
}

#global li#globalCompany a {
	background: url(../images/globalmenu.gif) -150px 0 no-repeat;
}

#global li#globalDivision a {
	background: url(../images/globalmenu.gif) -300px 0 no-repeat;
}

#global li#globalGoods a {
	background: url(../images/globalmenu.gif) -450px 0 no-repeat;
}

#global li#globalContact a {
	background: url(../images/globalmenu.gif) -600px 0 no-repeat;
}

#global li#globalNews a {
	background: url(../images/globalmenu.gif) -750px 0 no-repeat;
}

/** マウスオーバー時 **/
#global li#globalTop a:hover {
	background: url(../images/globalmenu.gif) 0 -37px no-repeat;
}

#global li#globalCompany a:hover {
	background: url(../images/globalmenu.gif) -150px -37px no-repeat;
}

#global li#globalDivision a:hover {
	background: url(../images/globalmenu.gif) -300px -37px no-repeat;
}

#global li#globalGoods a:hover {
	background: url(../images/globalmenu.gif) -450px -37px no-repeat;
}

#global li#globalContact a:hover {
	background: url(../images/globalmenu.gif) -600px -37px no-repeat;
}

#global li#globalNews a:hover {
	background: url(../images/globalmenu.gif) -750px -37px no-repeat;
}

/* サイド部分 --------------------------*/
#sideArea {
	width: 215px;
	float: left;
}

#sideArea h2 {
	text-indent: -9999px;
	font-size: 0.1em;
	line-height: 0.1em;
	overflow: hidden;
	width: 215px;
	height: 35px;
}

#Company #sideArea h2 {
	background: url(../images/title_company.gif) 50% 0 no-repeat;
}

#Division #sideArea h2 {
	background: url(../images/title_division.gif) 50% 0 no-repeat;
}

#Goods #sideArea h2 {
	background: url(../images/title_goods.gif) 50% 0 no-repeat;
}

#Contact #sideArea h2 {
	background: url(../images/title_contact.gif) 50% 0 no-repeat;
}

#News #sideArea h2 {
	background: url(../images/title_news.gif) 50% 0 no-repeat;
}

#Privacy #sideArea h2 {
	background: url(../images/title_privacy.gif) 50% 0 no-repeat;
}

#Sitemap #sideArea h2 {
	background: url(../images/title_sitemap.gif) 50% 0 no-repeat;
}

#sideArea .sideInner {
	background: url(../images/bg_side2.gif) 0 100% no-repeat;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin: 0 0 0 15px;
	width: 185px;
}

#sideArea ul {
	background: url(../images/bg_side.gif) 0 0 no-repeat;
	padding: 8px 0 0 0;
}

#sideArea ul li {
	background: url(../images/icon_arrow_orange.gif) 0 6px no-repeat;
	font-size: 83%;
	border-bottom: dashed 1px #666;
	list-style-type: none;
	margin: 0 8px 5px 12px;
	padding: 0 0 5px 10px;
}

#sideArea ul li.last {
	margin: 0 8px 0 12px;
}

/* メイン部分 --------------------------*/
#mainArea {
	width: 655px;
	float: right;
	margin: 0 15px 0 0;
	display: inline;
}

#mainArea h2 {
	color: #004286;
	border-bottom: solid 1px #a7c5e3;
	font-size: 97%;
	padding: 0 0 0 15px;
}

#mainArea h3 {
	background: url(../images/icon_square.gif) 0 8px no-repeat;
	font-size: 90%;
	color: #333;
	padding: 0 0 0 12px;
	border-bottom: solid 1px #ccc;
	margin: 0 0 10px 0;
	clear: both;
}

#mainArea h4 {
	font-size: 83%;
	background: #eee;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	clear: both;
}

#mainArea .mainInner {
	padding: 15px 15px 0 15px;
}

#mainArea .secondInner {
	padding: 0 10px 15px 10px;
}

#mainArea .thirdInner {
	padding: 0 10px;
}

#mainArea p.lead {
	font-weight: bold;
}

#mainArea p.pageTop {
	text-align: right;
	font-size: 70%;
	padding: 15px 0;
	clear: both;
}

#mainArea p.backPage {
	font-size: 70%;
}

#mainArea p.pageTop span {
	color: #ccc;
}

#mainArea .space {
	padding: 0 0 300px 0;
}

#mainArea .imgUnit {
	margin: 0 0 0 15px;
	padding: 0 0 15px 0;
	float: right;
	display: inline;
}

#mainArea .imgUnit2 {
	margin: 0 15px 0 0;
	padding: 0 0 15px 0;
	float: left;
	display: inline;
}

#mainArea .imgUnit2a {
	margin-right:	0 !important;
	padding: 0 0 15px 0;
	float: left;
	display: inline;
	width:	70%;
}
#mainArea .imgUnit2a ul.colList li {
	width:	40%;
}

#mainArea .imgUnit3 {
	text-align: center;
	font-size: 70%;
}

#mainArea ul li {
	list-style-type: none;
	background: url(../images/icon_circle_blue.gif) 0 6px no-repeat;
	padding: 0 0 0 13px;
}

#mainArea ul.colList {
	zoom: 1;
}

#mainArea ul.colList:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#mainArea ul.colList li {
	float: left;
	width: 30%;
	font-size: 83%;
}

#mainArea .contactBtn {
	text-align: center;
	clear: both;
}

/** テーブル **/
#mainArea table {
	border-collapse: separate;
	width: 625px;
}

#mainArea table tbody th {
	background: #efefef;
	font-size: 83%;
	color: #03264f;
	border-right: solid 5px #6ea6e1;
	vertical-align: top;
	text-align: left;
	padding: 5px 10px;
	font-weight: normal;
}

#mainArea table tbody td {
	padding: 5px 0 5px 10px;
	font-size: 83%;
	border-bottom: solid 1px #ddd;
}

/* フッター --------------------------*/
#footer {
	text-align: center;
	font-size: 83%;
	color: #024287;
	background: #fff url(../images/bg_footer.gif) 0 0 no-repeat;
	padding: 18px 0 0 0;
}

#footer ul {
	display: -moz-inline-block;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border-right: solid 1px #024287;
	*margin: 0 0 5px 0;
}

#footer ul:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#footer ul li {
	list-style-type: none;
	float: left;
	border-left: solid 1px #024287;
	padding: 0 5px;
}
















