@CHARSET "UTF-8";

/*
 * Decantage Site Main CSS
 *
 * http://www.decantage.jp/
 * Copyright 2011, Decantage
 * 
 * May 2011
 */

/* フォントサイズ */
html, h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
}

/* ページ全体 */
body {
	margin           : 0px;
	padding          : 0px;
	font-family      : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size        : 10px;
	background-color : #8f8f8f;
/*	overflow-y       : scroll; */
}

/* ページ全体(MSIE) */
body.msie {
	font-size: 62.5%;
}

/* ページ全体(WIN) */
body.win {
	font-family : 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

/* ヘッダー */
#header {
	border           : none;
	width            : 100%;
	height           : 100px;
	text-align       : center;
}

/* ヘッダー本体 */
#header_body {
	border           : none;
	width            : 950px;
	height           : 100px;
	background-image : url(../images/bar_header_silver.jpg);
	margin           : 0 auto;
	text-align       : left;
}

/* タイトルロゴ画像 */
#header_body_logo {
	position         : absolute;
	top              : 30px;
	margin-left      : 18px;
	border           : none;
	width            : 224px;
	height           : 67px;
	background-image : url(../images/logo.png);
}

/* NEWS RELEASEボタン画像 */
#header_body_button_news {
	position         : absolute;
	top              : 40px;
	margin-left      : 353px;
	border           : none;
	width            : 109px;
	height           : 38px;
	background-image : url(../images/on_button_news.png);
}
#header_body_button_news a {
	display          : block;
	width            : 109px;
	height           : 38px;
	background-image : url(../images/button_news1.png);
}
#header_body_button_news a:hover {
	background       : none;
}

/* SERVICEボタン画像 */
#header_body_button_service {
	position         : absolute;
	top              : 40px;
	margin-left      : 472px;
	border           : none;
	width            : 109px;
	height           : 38px;
	background-image : url(../images/on_button_service.png);
}
#header_body_button_service a {
	display          : block;
	width            : 109px;
	height           : 38px;
	background-image : url(../images/button_service1.png);
}
#header_body_button_service a:hover {
	background       : none;
}

/* PRODUCTボタン画像 */
#header_body_button_product {
	position         : absolute;
	top              : 40px;
	margin-left      : 593px;
	border           : none;
	width            : 109px;
	height           : 38px;
	background-image : url(../images/on_button_product.png);
}
#header_body_button_product a {
	display          : block;
	width            : 109px;
	height           : 38px;
	background-image : url(../images/button_product1.png);
}
#header_body_button_product a:hover {
	background       : none;
}

/* COMPANYボタン画像 */
#header_body_button_company {
	position         : absolute;
	top              : 40px;
	margin-left      : 713px;
	border           : none;
	width            : 109px;
	height           : 38px;
	background-image : url(../images/on_button_company.png);
}
#header_body_button_company a {
	display          : block;
	width            : 109px;
	height           : 38px;
	background-image : url(../images/button_company1.png);
}
#header_body_button_company a:hover {
	background       : none;
}

/* CONTACTボタン画像 */
#header_body_button_contact {
	position         : absolute;
	top              : 40px;
	margin-left      : 833px;
	border           : none;
	width            : 109px;
	height           : 38px;
	background-image : url(../images/on_button_contact.png);
}
#header_body_button_contact a {
	display          : block;
	width            : 109px;
	height           : 38px;
	background-image : url(../images/button_contact1.png);
}
#header_body_button_contact a:hover {
	background       : none;
}

/* ヘッダーシャドウ画像 */
#header_body_shadow {
	position         : absolute;
	top              : 100px;
	border           : none;
}

/* ヘッダー言語切り替え */
#header_body_select_lang {
	position         : absolute;
	top              : 5px;
	margin-left      : 850px;
	width            : 100px;
	background-color : #cccccc;
}

/* メニュー */
#menu {
	border           : none;
	width            : 100%;
	height           : 60px;
	background-color : #f0f0f0;
	text-align       : center;
}


/* ドキュメント */
#document {
	border           : none;
	width            : 100%;
	height           : 540px;
	background-color : #f0f0f0;
	text-align       : center;
}

/* ドキュメント本体 */
#document_body {
	border           : none;
	width            : 950px;
	height           : 540px;
	margin           : 0 auto;
	text-align       : left;
}

#slider_static {
	position         : absolute;
	top              : 205px;
	margin-left      : 0px;
	border           : none;
}

/* ホーム画面のスライダー */
#slider {
	position         : relative;
	top              : 45px;
	margin-left      : 0px;
	border           : none;
	background       : url(../images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position         : absolute;
	top              : 0px;
	left             : 0px;
	display          : none;
}

/* NEWS背景画像(左側) */
#document_body_info_bg_left {
	position         : absolute;
	top              : 575px;
	margin-left      : 0px;
	border           : none;
	width            : 180px;
	height           : 37px;
}

/* NEWS情報(左側) */
#document_body_info_left {
	position         : absolute;
	top              : 575px;
	margin-left      : 40px;
	border           : none;
	height           : 37px;
}

/* NEWS情報(中央) */
#document_body_info_center {
	position         : absolute;
	top              : 575px;
	margin-left      : 60px;
	border           : none;
	width            : 890px;
	height           : 37px;
}

/* NEWS情報(右側) */
#document_body_info_right {
	position         : absolute;
	top              : 575px;
	margin-left      : 880px;
	border           : none;
	height           : 37px;
}

/* NEWS背景画像(右側) */
#document_body_info_bg_right {
	position         : absolute;
	top              : 575px;
	margin-left      : 900px;
	border           : none;
	width            : 50px;
	height           : 37px;
}

/* NEWSコメント */
#document_body_info_comment {
	position         : absolute;
	top              : 585px;
	margin-left      : 50px;
	border           : none;
	font-size        : 10pt;
}

/* フッター */
#footer {
	border           : none;
	width            : 100%;
	height           : 0px;
	text-align       : center;
}

/* フッター本体 */
#footer_body {
	border           : none;
	width            : 950px;
	height           : 100px;
	background-image : url(../images/bar_footer_silver.jpg);
	margin           : 0 auto;
	text-align       : left;
}

/* フッターシャドウ画像 */
#footer_body_shadow {
	border           : none;
}

/* フッターメニュー */
#footer_body_menu {
	position         : relative;
	top              : 0px;
	left             : 20px;
	font-family      : 'Helvetica';
}
#footer_body_menu a:link {
	color            : #656565;
}
#footer_body_menu a:visited {
	color            : #656565;
}
#footer_body_menu a:hover {
	color            : #000000;
}

/* フッターコピーライト */
#footer_body_copyright {
	position         : relative;
	top              : 25px;
	left             : 20px;
	color            : #656565;
	font-family      : 'Helvetica';
}
