@charset "utf-8";
/*
Theme Name: chem-asahi
Theme URI: http://www.chem-asahi.co.jp/
Description: 
Version: 1.0
Author: 旭化学工業株式会社
*/

/*
=============================================
■ 基本スタイル
=============================================
*/

/* IE印刷設定 */ 
@media print{
body {
	_zoom: 67%;
}
#main {
	_padding-bottom: 50px;
}
}


body {
	font-size: 100%;
	line-height: 1.6em;
	color: #1A1A1A;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	background: #FFFFFF url(images/body/body-bg.gif) repeat-x left top;
	text-align: center;
	margin: 0px;
}
/* safari
@media screen and (-webkit-min-device-pixel-ratio:0) {
body {
	font-size: 100%;
	line-height: 1.6em;
	color: #1A1A1A;
	font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
	background: #FFFFFF url(images/body/body-bg.gif) repeat-x left top;
	text-align: center;
	margin: 0px;
	letter-spacing: -0.1em;
}
} */

#wrapper {
	/*background-color: #FFFFFF;*/
	text-align: left;
	margin: auto;
	width: 1000px;
}

/* ▼ 見出し1
=============================================*/

h1 {
	width: 700px;
	font-size: 90%;
	line-height: 1.6em;
	font-weight: normal;
	margin: 5px 0px 0px;
}
/* safari
@media screen and (-webkit-min-device-pixel-ratio:0) {
h1 {
	font-size: 90%;
	line-height: 1.6em;
	font-weight: normal;
	margin: 5px 0px 0px;
	letter-spacing: -0.1em;
}
} */

/* ▼ 見出し2
=============================================*/

#main h2 {
	font-size: 140%;
	line-height: 1.4em;
	color: #0072B5;
	/*font-weight: normal;*/
	width: auto;
	height: auto;
	margin: 0px;
	clear: both;
}
* html #main h2 {
	font-size: 140%;
	line-height: 1.4em;
	color: #0072B5;
	/*font-weight: normal;*/
	width: auto;
	height: auto;
	margin: 0px;
	clear: both;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#main h2 {
	font-size: 140%;
	line-height: 1.4em;
	color: #0072B5;
	font-weight: normal;
	width: auto;
	height: auto;
	margin: 0px;
	clear: both;
}
}
/* firefox */
:root #main h2 {
	font-size: 140%;
	line-height: 1.4em;
	color: #0072B5;
	font-weight: normal;
	width: auto;
	height: auto;
	margin: 0px;
	clear: both;
}

/* ▼ 見出し3
=============================================*/

#main h3 {
	font-size: 115%;
	line-height: 1.4em;
	/*font-weight: normal;*/
	background: url(images/heading/h3-bg.gif) no-repeat left top;
	width: auto;
	height: 25px;
	margin: 30px 0px 0px;
	padding: 10px 10px 10px 45px;
	clear: both;
}
* html #main h3 {
	font-size: 115%;
	line-height: 1.4em;
	/*font-weight: normal;*/
	background: url(images/heading/h3-bg.gif) no-repeat left top;
	width: auto;
	height: 45px;
	margin: 30px 0px 0px;
	padding: 10px 10px 10px 45px;
	clear: both;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#main h3 {
	font-size: 115%;
	line-height: 1.4em;
	font-weight: normal;
	background: url(images/heading/h3-bg.gif) no-repeat left top;
	width: auto;
	height: 25px;
	margin: 30px 0px 0px;
	padding: 10px 10px 10px 45px;
	clear: both;
}
}
/* firefox */
:root #main h3 {
	font-size: 115%;
	line-height: 1.4em;
	font-weight: normal;
	background: url(images/heading/h3-bg.gif) no-repeat left top;
	width: auto;
	height: 25px;
	margin: 30px 0px 0px;
	padding: 10px 10px 10px 45px;
	clear: both;
}

/* ▼ 見出し4
=============================================*/

#main h4 {
	font-size: 115%;
	line-height: 1.4em;
	/*font-weight: normal;*/
	background: url(images/heading/h4-bg.gif) no-repeat left top;
	width: auto;
	height: 22px;
	margin: 20px 10px 0px;
	padding: 8px 10px 10px 30px;
	clear: both;
}
* html #main h4 {
	font-size: 115%;
	line-height: 1.4em;
	/*font-weight: normal;*/
	background: url(images/heading/h4-bg.gif) no-repeat left top;
	width: auto;
	height: 40px;
	margin: 20px 10px 0px;
	padding: 8px 10px 10px 30px;
	clear: both;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#main h4 {
	font-size: 115%;
	line-height: 1.4em;
	font-weight: normal;
	background: url(images/heading/h4-bg.gif) no-repeat left top;
	width: auto;
	height: 22px;

	margin: 20px 10px 0px;
	padding: 8px 10px 10px 30px;
	clear: both;
}
}
/* firefox */
:root #main h4 {
	font-size: 115%;
	line-height: 1.4em;
	font-weight: normal;
	background: url(images/heading/h4-bg.gif) no-repeat left top;
	width: auto;
	height: 22px;
	margin: 20px 10px 0px;
	padding: 8px 10px 10px 30px;
	clear: both;
}

/* ▼ リンク
=============================================*/

a {
	color: #649DD4;
	text-decoration: none;
}
a:hover {
	color: #1A1A1A;
}

/* 見出し1
---------------------------------------------*/

h1 a {
	color: #4C4948;
}
h1 a:hover {
	color: #4C4948;
}

/* 見出し3
---------------------------------------------*/

h3 a {
	color: #1A1A1A;
}
h3 a:hover {
	color: #1A1A1A;
}

/* ▼ 画像
=============================================*/

img {
	border: none;
}

/* ▼ テキスト
=============================================*/

strong {
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
strong {
	font-weight: normal;
}
}
/* firefox */
:root strong {
	font-weight: normal;
}

.font-red {
	color: #EE3042;
}
.font-blue {
	color: #0089D0;
}
.font-grey {
	color: #666666;
}

.font-large {
	font-size: 115%;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

/* ▼ フォーム
=============================================*/

form {
	margin: 0px;
}

/* ▼ 回り込み
=============================================*/

.clear {
	clear: both;
}

/*
=============================================
■ ヘッダー
=============================================
*/

#header {
	height: 128px;
	width: 1000px;
	float: left;
}

* html #header {
	height: 93px;
	width: 1000px;
	float: left;
}

#header .left {
	float: left;
}

/* ▼ ロゴ
=============================================*/

#logo {
	background: url(images/header/logo.gif) no-repeat left top;
}
#logo a {
	display: block;
	height: 65px;
	width: 320px;
	text-indent: -9999px;
}

/* ▼ 言語切り替え
=============================================*/

#switching {
	float: right;
	height: 19px;
	margin: 52px 0 0 0;
}

/* ▼ ヘッダーメニュー
=============================================*/

#header-menu {
	float: right;
	width: 300px;
	height: 100%;
	margin: 5px 0px 0px;
	padding: 0px;
}

/* メニュー
---------------------------------------------*/

#header-menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#header-menu ul li {
	font-size: 90%;
	line-height: 1.4em;
	background: url(images/list/arrow-1.gif) no-repeat left center;
	padding-left: 15px;
	margin: 0px 0px 0px 15px;
	float: right;
}
/* safari
@media screen and (-webkit-min-device-pixel-ratio:0) {
#header-menu ul li {
	font-size: 90%;
	line-height: 1.4em;
	background: url(images/list/arrow-1.gif) no-repeat left center;
	padding-left: 15px;
	margin: 0px 0px 0px 15px;
	letter-spacing: -0.1em;
	float: right;
}
} */

#header-menu ul li a {
	color: #1A1A1A;
}
#header-menu ul li a:hover {
	color: #1A1A1A;
}

/*
=============================================
■ メニュー
=============================================
*/

#menu {
	height: 55px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* メニュー
---------------------------------------------*/

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	padding: 0px;
	text-align: center;
	overflow: hidden;
}

/* ケミカルプロデュース */

#menu ul li a.strength {
	background-image: url(images/menu/strength.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}
#menu ul li a:hover.strength {
	background-image: url(images/menu/strength-stay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}
#menu ul li a.strength-stay {
	background-image: url(images/menu/strength-stay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}

/* 製品紹介 */

#menu ul li a.product {
	background-image: url(images/menu/product.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}
#menu ul li a:hover.product {
	background-image: url(images/menu/product-stay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}
#menu ul li a.product-stay {
	background-image: url(images/menu/product-stay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}

/* 技術紹介 */

#menu ul li a.technology {
	background-image: url(images/menu/technology.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}
#menu ul li a:hover.technology {
	background-image: url(images/menu/technology-stay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}
#menu ul li a.technology-stay {
	background-image: url(images/menu/technology-stay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}

/* 事業紹介 */

#menu ul li a.business {
	background-image: url(images/menu/business.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}
#menu ul li a:hover.business {
	background-image: url(images/menu/business-stay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}
#menu ul li a.business-stay {
	background-image: url(images/menu/business-stay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}

/* 会社案内 */

#menu ul li a.company {
	background-image: url(images/menu/company.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}
#menu ul li a:hover.company {
	background-image: url(images/menu/company-stay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}
#menu ul li a.company-stay {
	background-image: url(images/menu/company-stay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}

/* お問い合わせ */

#menu ul li a.inquiry {
	background-image: url(images/menu/inquiry.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}
#menu ul li a:hover.inquiry {
	background-image: url(images/menu/inquiry-stay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}
#menu ul li a.inquiry-stay {
	background-image: url(images/menu/inquiry-stay.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 55px;
	width: 166px;
}

/*
=============================================
■ パンくずナビ
=============================================
*/

.bread {
	width: auto;
	/*height: 25px;*/
	margin-top: 5px;
}

.bread p {
	font-size: 90%;
	line-height: 1.6em;
	margin: 0px;
}

.bread a {
}
.bread a:hover {
}

/*
=============================================
■ メインコンテンツ
=============================================
*/

#main {
	width: 720px;
	float: right;
	display: inline;
	margin: 35px 0px 0px;
}

/* ▼ トップ画像
=============================================*/

#img-top {
	margin: 0px;
	padding: 0px;
}

/* ▼ コンテンツ枠
=============================================*/

.contents {
	margin: 0px 0px 40px;
	clear: both;
	overflow: hidden;
}

.contents p {
	margin: 20px 10px 0px;
}
/* safari
@media screen and (-webkit-min-device-pixel-ratio:0) {
.contents p {
	margin: 0px 0px 20px;
	letter-spacing: -0.1em;
}
} */

/* リード文 */

.contents p.lead {
	margin: 30px 10px 0px;
}

.contents dl p {
	margin: 20px 0px 0px;
}

.contents p.margin-top10px {
	margin-top: 10px;
}
.contents p.margin-top0px {
	margin-top: 0px;
}

.contents ul {
	padding: 0px;
	list-style-type: none;
	margin: 20px 10px 0px;
}
.contents ul li {
}
/* safari
@media screen and (-webkit-min-device-pixel-ratio:0) {
.contents ul li {
	letter-spacing: -0.1em;
}

} */

.contents ol {
	padding: 0px;
	margin: 0px 0px 20px 23px;
}
.contents ol li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* safari
@media screen and (-webkit-min-device-pixel-ratio:0) {
.contents ol li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: -0.1em;
}
} */

.contents ul.margin-top0px {
	margin-top: 0px;
}


.contents table {
	margin: 20px 10px 0px;
	border: none;
}
/* safari
@media screen and (-webkit-min-device-pixel-ratio:0) {
.contents table {
	margin: 20px 10px 0px;
	letter-spacing: -0.1em;
	border: none;
}
} */

.contents table .margin-top0px {
	margin-top: 0px;
}

/* ▼ コンテンツメニュー
=============================================*/

.contents .contents-menu {
	background: url(images/contents/contents-menu-bg.gif) no-repeat left top;
	clear: both;
	height: 116px;
	width: 698px;
	padding: 0px;
	margin: 40px 10px 0px;
	border: 1px solid #CFCFCF;
}

#business-dye .contents .contents-menu {
	background: url(images/contents/contents-menu-bg.gif) no-repeat left top;
	clear: both;
	height: 116px;
	width: 428px;
	padding: 0px;
	margin: 40px 10px 0px;
	border: 1px solid #CFCFCF;
}

.contents .contents-menu ul {
	margin: 20px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
.contents .contents-menu ul li {
	float: left;
	margin: 0px 0px 0px 14px;
	padding: 0px;
	display: inline;
}

/*
=============================================
■ サブコンテンツ
=============================================
*/

#sub {
	width: 280px;
	float: left;
	margin-top: 35px;
	margin-bottom: 0px;
	display: inline;
}

/* ▼ 段落
=============================================*/

#sub p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* safari
@media screen and (-webkit-min-device-pixel-ratio:0) {
#sub p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: -0.1em;
}
} */

/* ▼ サイドメニュー
=============================================*/

#sub .side-menu {
	background: #FFFFFF;
	height: auto;
	padding: 1px;
	margin: 0px 50px 0px 0px;
	border: 1px solid #CFCFCF;
}

/* 見出し2
---------------------------------------------*/

#sub .side-menu h2 {
	font-size: 115%;
	/*font-weight: normal;*/
	color: #FFFFFF;
	line-height: 1.4em;
	height: auto;
	margin: 0px;
	padding: 0px;
}

/* 見出し3
---------------------------------------------*/

#sub .side-menu h3 {
	font-size: 80%;
	/*font-weight: normal;*/
	line-height: 1.4em;
	background: url(images/sidebar/h3-bg.gif) no-repeat left top;
	width: 202px;
	height: 35px;
	margin: 1px 0px 0px;
	padding: 5px 12px;
}

* html #sub .side-menu h3 {
	font-size: 100%;
	/*font-weight: normal;*/
	line-height: 1.4em;
	background: url(images/sidebar/h3-bg.gif) no-repeat left top;
	width: 226px;
	height: 45px;
	margin: 1px 0px 0px;
	padding: 10px 12px;
}

/* メニュー
---------------------------------------------*/

#sub .side-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sub .side-menu ul li {
	font-size: 90%;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CFCFCF;
}
#sub .side-menu ul li.bottom {
	font-size: 90%;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	*border-bottom: 1px solid #FFFFFF;
}

#sub .side-menu ul li a {
	color: #1A1A1A;
	background: url(images/list/arrow-2.gif) no-repeat 10px 9px;
	display: block;
	height: auto;
	padding: 5px 5px 5px 30px;
}

#sub .side-menu ul li a:hover {
	color: #1A1A1A;
	background: #ECF0F9 url(images/list/arrow-2.gif) no-repeat 10px 9px;
}
#sub .side-menu ul li a.stay {
	color: #1A1A1A;
	background: #ECF0F9 url(images/list/arrow-2.gif) no-repeat 10px 9px;
}

/* ▼ ピックアップ
---------------------------------------------*/

#sub #pickup {
	background: url(images/sidebar/pickup-bg.gif) repeat-x left top;
	height: auto;
	padding: 12px 9px 5px 9px;
	margin: 20px 50px 0px 0px;
	border: 1px solid #CFCFCF;
}

/* メニュー
---------------------------------------------*/

#sub #pickup ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sub #pickup ul li {
	font-size: 100%;
	line-height: 1.4em;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 5px 0px 0px;
}

#sub #pickup ul li.top {
	margin: 0px 0px 7px 0px;
}

#sub #pickup ul li a {
	font-size: 75%;
	line-height: 1.2em;
	color: #1A1A1A;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 130px;
	margin: 0px;
	padding: 30px 10px 0px 70px;
	overflow: hidden;
}
* html #sub #pickup ul li a {
	font-size: 75%;
	line-height: 1.2em;
	color: #1A1A1A;
	text-decoration: none;
	display: block;
	height: 90px;
	width: 210px;
	margin: 0px;
	padding: 30px 10px 0px 70px;
	overflow: hidden;
}

/* ケミカルプロデュース */

#sub #pickup li a.strength {
	background-image: url(images/sidebar/strength.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 70px;
	width: 168px;
	padding: 35px 10px 0px 42px;
}
#sub #pickup li a:hover.strength {
	background-image: url(images/sidebar/strength.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* 技術紹介 */

#sub #pickup li a.technology {
	background-image: url(images/sidebar/technology.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	width: 168px;
	padding: 47px 10px 0px 42px;
}
#sub #pickup li a:hover.technology {
	background-image: url(images/sidebar/technology.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* CSR（社会的責任）の取組 */

#sub #pickup li a.csr {
	background-image: url(images/sidebar/csr.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 60px;
	width: 168px;
	padding: 47px 10px 0px 42px;
}
#sub #pickup li a:hover.csr {
	background-image: url(images/sidebar/csr.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* ▼ お問い合わせ
---------------------------------------------*/

#sub #inquiry {
	background: url(images/sidebar/inquiry-bg.gif) repeat-x left top;
	height: auto;
	padding: 12px 9px;
	margin: 20px 50px 0px 0px;
	border: 1px solid #CFCFCF;
}

/* メニュー
---------------------------------------------*/

#sub #inquiry ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sub #inquiry ul li {
	font-size: 100%;
	line-height: 1.4em;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 10px 0px 0px;
}

#sub #inquiry ul li.top {
	margin-top: 0px;
}

/* ▼ ISO
---------------------------------------------*/

#sub #iso {
	height: auto;
	margin: 20px 50px 55px 0px;
}

/* ▼ 旭染料製造株式会社
---------------------------------------------*/

#sub #adm {
	height: auto;
	margin: 20px 50px 55px 0px;
}

/*
=============================================
■ フッター
=============================================
*/

/* ▼ ページトップへ
=============================================*/

#footer-pagetop {
	background: url(images/footer/pagetop-bg.gif) repeat-x 0px 0px;
	margin: auto;
	width: 100%;
	clear: both;
}

#pagetop-wrapper {
	font-size: 100%;
	line-height: 1.4em;
	text-align: left;
	background: url(images/footer/pagetop-line.gif) no-repeat 0px 0px;
	width: 950px;
	height: 18px;
	clear: both;
	margin: auto;
	padding: 0px 5px;
	overflow: auto;
}

* html #pagetop-wrapper {
	font-size: 100%;
	line-height: 1.4em;
	text-align: left;
	background: url(images/footer/pagetop-line.gif) no-repeat 0px 0px;
	width: 1000px;
	height: 18px;
	clear: both;
	margin: auto;
	padding: 0px 5px;
	overflow: auto;
}

#pagetop-wrapper .right {
	float: right;
}

/* ▼ フッター
=============================================*/

#footer {
	background: url(images/footer/footer-bg.gif) repeat left top;
	margin: auto;
	width: 100%;
	clear: both;
}

#footer-wrapper {
	text-align: left;
	width: 1000px;
	clear: both;
	margin: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* ▼ フッターメニュー
=============================================*/

#footer-menu {
	width: 1000px;
	height: auto;
	clear: both;
	margin: auto;
	padding: auto;
	overflow: auto;
}
/* safari
@media screen and (-webkit-min-device-pixel-ratio:0) {
#footer-menu {
	width: 1000px;
	height: auto;
	clear: both;
	margin: auto;
	padding: auto;
	overflow: auto;
	letter-spacing: -0.1em;
}
} */

#footer-menu h2 {
	font-size: 90%;
	line-height: 1.6em;
	color: #58595B;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#footer-menu h2 {
	font-size: 90%;
	line-height: 1.6em;
	color: #58595B;
	font-weight: normal;
	clear: both;
	margin: 0px;
	padding: 0px;
}
}
/* firefox */
:root #footer-menu h2 {
	font-size: 90%;
	line-height: 1.6em;
	color: #58595B;
	font-weight: normal;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* メニュー
---------------------------------------------*/

#footer-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer-menu ul li {
	font-size: 90%;
	line-height: 1.6em;
	width: 160px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer-menu ul li.company {
	width: 320px;
}

#footer-menu ul li ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer-menu ul li ul li {
	padding: 0px;
	margin: 0px;
	height: auto;
	border-left: none;
}

#footer-menu ul li a {
	color: #58595B;
}
#footer-menu ul li a:hover {
	color: #58595B;
}


/* ▼ コピーライト
=============================================*/

#copyright {
	background: url(images/footer/copyright-bg.gif) repeat left top;
	margin: auto;
	width: 100%;
	clear: both;
}

#copyright-wrapper {
	font-size: 90%;
	line-height: 1.4em;
	text-align: left;
	width: 1000px;
	clear: both;
	margin: auto;
	padding: 15px 0px;
	overflow: auto;
}

#copyright-wrapper .left {
	color: #FFFFFF;
	float: left;
}

#copyright-wrapper .left .company {
	line-height: 1.4em;
}

#copyright-wrapper .right {
	color: #FFFFFF;
	float: right;
}
