﻿/***********************************************************
	PJ: 			SHIFT web
	PATH:			/assets/styles/core.css
	DESCRIPTION:	デフォルトスタイルシート

	COPYRIGHT:
		made by mitani@shift-jpn.net
		modified 2009-01-16 by mitani@shift-jp.net
・インポート
・リセット
・レイアウト
・ヘッダ
・サイドエリア
・フッタ
************************************************************/

/* インポート
---------------------------------------------------------- */
@import url(top.css);
@import url(news.css);
@import url(member.css);
@import url(info.css);
@import url(product.css);
@import url(faq.css);

/* リセット
---------------------------------------------------------- */

html,body {
	margin: 0;
	padding: 0;
	font-family: 'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
	font-size: 100%;
	color: #333;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,th,td {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	outline: 0;
	text-decoration: underline;
	color: #3333ff;
}

a:hover {
	color: #3380ff;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 0;
}

p {
	font-size: 9pt;
	margin-bottom: 15px;
	line-height: 150%;
}

/* レイアウト
---------------------------------------------------------- */

body {
	background: #fff url(../images/bg.jpg) 0 0 repeat-x;
	height: 730px;
	text-align: center;
}

#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background: #fff url(../images/gray_bg.gif) 0 0 repeat-x;
}

#breadcrumb {
	font-size: 8pt;
	padding: 5px 0 0 25px;
}

#breadcrumb strong {
	color: #ff0000;
}

h2 {
	width: 880px;
	height: 48px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0.1em;
	margin: 0 10px;
}

h4 {
	font-weight: bold;
	font-size: 10.5pt;
	margin: 0 0 20px 0;
}

#container {
	margin: 18px 25px;
	zoom: 100%;
}

#container:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;  
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#leftSide {
	float: left;
	width: 225px;
}

#mainSide {
	float: right;
	width: 590px;
}

.innerParts {
	margin: 0 15px;
}

ul,ol {
	font-size: 9pt;
	margin: 15px 0 15px 20px;
	line-height: 150%;
}

ul li,ol li {
	margin: 0 0 5px 0;
}

p.back {
	font-size: 9pt;
	text-align: right;
	font-weight: bold;
	margin: 20px 0 35px 0;
}

p.back a {
	color: #f99903;
}

/* ヘッダ
---------------------------------------------------------- */

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	width: 900px;
	height: 101px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0.1em;
	text-align: center;
	margin: 0 auto;
}

/* グローバルナビ */

#globalNavi ul {
	margin: 60px 0 0 -1px;
}

#globalNavi ul li {
	float: left;
	list-style-type: none;
}

#globalNavi ul li.top a {
	display: block;
	width: 440px;
	height: 41px;
	background: url(../images/header_navi.gif) 0 0 no-repeat;
}

#globalNavi ul li.info a {
	display: block;
	width: 92px;
	height: 41px;
	background: url(../images/header_navi.gif) -440px 0 no-repeat;
}

#globalNavi ul li.product a {
	display: block;
	width: 92px;
	height: 41px;
	background: url(../images/header_navi.gif) -532px 0 no-repeat;
}

#globalNavi ul li.news a {
	display: block;
	width: 92px;
	height: 41px;
	background: url(../images/header_navi.gif) -624px 0 no-repeat;
}

#globalNavi ul li.member a {
	display: block;
	width: 92px;
	height: 41px;
	background: url(../images/header_navi.gif) -716px 0 no-repeat;
}

#globalNavi ul li.contact a {
	display: block;
	width: 92px;
	height: 41px;
	background: url(../images/header_navi.gif) -808px 0 no-repeat;
}


#globalNavi ul li.top a:hover {
	background: url(../images/header_navi.gif) 0 -41px no-repeat;
}

#globalNavi ul li.info a:hover {
	background: url(../images/header_navi.gif) -440px -41px no-repeat;
}

#globalNavi ul li.product a:hover {
	background: url(../images/header_navi.gif) -532px -41px no-repeat;
}

#globalNavi ul li.news a:hover {
	background: url(../images/header_navi.gif) -624px -41px no-repeat;
}

#globalNavi ul li.member a:hover {
	background: url(../images/header_navi.gif) -716px -41px no-repeat;
}

#globalNavi ul li.contact a:hover {
	background: url(../images/header_navi.gif) -808px -41px no-repeat;
}


#top #globalNavi ul li.top a {
	background: url(../images/header_navi.gif) 0 -41px no-repeat;
}

#info #globalNavi ul li.info a {
	background: url(../images/header_navi.gif) -440px -41px no-repeat;
}

#product #globalNavi ul li.product a {
	background: url(../images/header_navi.gif) -532px -41px no-repeat;
}

#faq #globalNavi ul li.product a {
	background: url(../images/header_navi.gif) -532px -41px no-repeat;
}

#news #globalNavi ul li.news a {
	background: url(../images/header_navi.gif) -624px -41px no-repeat;
}

#member #globalNavi ul li.member a {
	background: url(../images/header_navi.gif) -716px -41px no-repeat;
}

#contact #globalNavi ul li.contact a {
	background: url(../images/header_navi.gif) -808px -41px no-repeat;
}

/* サイドエリア
---------------------------------------------------------- */

#leftSide h3 {
	margin:0;
}

#leftSide ul {
	border: 1px solid #ccc;
	line-height: 100%;
	padding: 5px 0;
	margin: 0;
	font-size: 9pt;
}

#leftSide ul li {
	padding: 0 0 0 20px;
	margin: 12px 15px;
	list-style-type: none;
	background: url(../images/icon_circle.gif) 0 3px no-repeat;
	line-height: 130%;
}

#leftSide ul li.visit {
	font-weight: bold;
	color: #ff0000;
}


#mainSide h3 {
	background: url(../images/caption_bg_590.gif) 0 0 no-repeat;
	width: 590px;
	height: 26px;
	font-size: 12pt;
	padding: 2px 0 0 0;
	margin: 0 0 20px 0;
	text-indent: 1.5em;
	font-weight: bold;
	color: #666;
}

/* フッタ
---------------------------------------------------------- */

#footer {
	background: url(../images/footer_bg.jpg) 0 0 repeat-x;
	height: 50px;
}

#footer p {
	color: #fff;
	font-size: 8pt;
	text-align: right;
	padding: 20px 10px 0 0;
}




























