/***********************************************************
	PJ: 			SHIFT web
	PATH:			/assets/styles/default.css
	DESCRIPTION:	デフォルトスタイルシート

	COPYRIGHT:
		made by nagisa@shift-jpn.net
		modified 2008-12-01 by nagisa@shift-jp.net
・インポート
・初期化
・レイアウト
・ヘッダ
・サイドエリア
・フッタ
************************************************************/

/* インポート
---------------------------------------------------------- */
@import url(shared.css);
@import url(gNavi.css);
@import url(top.css);
@import url(profile.css);
@import url(service.css);
@import url(works.css);
@import url(recruit.css);
@import url(contact.css);@import url(forms.css)@import url(event.css);
@import url(products.css);


/* 初期化
---------------------------------------------------------- */
*{
	margin:				0;
	padding:			0;
	zoom:				1;
	font-size: 			100%;
}
html{
	height:				100%;
}
html>/**/body{
	overflow:			-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:			100%;
	padding-bottom:		1px;
}
img {
	border: 			none;
	vertical-align: 	bottom;
}
a {
	outline:			none;
	color:				#C80059;
	text-decoration:	none;
}
a:hover {
	color:				#00BEC8;
	text-decoration:	underline;
}
body {
	font-family: 		'メイリオ',Meiryo,sans-serif,Verdana,'ＭＳ Ｐゴシック','ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro',Osaka;
	margin:				0;
	padding:			0;
	text-align:			center;
}
/* レイアウト
---------------------------------------------------------- */
#header {
	height:				120px;
	overflow:			hidden;
	background:			#FFF url(../images/bg_header.gif) 0 0 repeat-x;
	text-align:			center;
}
#header .wrapper {
	position:			relative;
	width:				960px;
	margin:				0 auto;
	text-align:			left;
}
#container {
	width:				960px;
	margin:				0 auto;
	text-align:			left;
	background:			url(../images/bg_container.gif) 0 0 repeat-y;
	position:				relative;
}
#container:after {
	content:		".";
	display:		block;
	visibility:		hidden;
	height:			0.1px;
	font-size:		0.1em;
	line-height:		0;
	clear:			both;
}

#main {
	float:				left;
	width:				625px;
	margin-top:			10px;
}
#side {
	float:				right;
	width:				300px;
	background:			#D9DCE1;
	font-size:			10pt;
}
#side .wrapper {
	margin:				1px;
}
#footer {
	height:				209px;
	overflow:			hidden;
	background:			#FFF url(../images/bg_footer.gif) 0 4px repeat-x;
	text-align:			center;
}
#footer .wrapper {
	position:			relative;
	width:				960px;
	margin:				0 auto;
	text-align:			left;
}

/* ヘッダー
---------------------------------------------------------- */
#header h1 {
	float:				left;
}
#header h1 a {
	display:			block;
	width:				290px;
	height:				115px;
	text-indent:		-500em;
	font-size:			0.1px;
	line-height:		0.1em;
	background:			transparent url(../images/logo.gif) 0 0 no-repeat;
}
#header h2 {
	float:				right;
}
#header h2 a {
	display:			block;
	width:				670px;
	height:				67px;
	text-indent:		-500em;
	font-size:			0.1px;
	line-height:		0.1em;
	background:			transparent url(../images/text_contact.gif) 0 0 no-repeat;
}

/* サイドエリア
---------------------------------------------------------- */
/* バナー */
#side #banners ul {
	list-style:			none;
	margin:				0;
	padding:			0;
}
#side #banners ul li {
	float:				left;
	width:				135px;
	margin:				5px 1px;
	padding:			0;
	background:			url(../images/bg_line.gif) 0 0 repeat;
}
#side #banners ul li img {
	border:				1px solid #FFF;
	margin:				3px;
}

/* フッター
---------------------------------------------------------- */
#footer {
	overflow:			hidden;
}
#footer address {
	display:			block;
	position:			absolute;
	left:				10px;
	top:				20px;
	width:				240px;
	height:				60px;
	background:			url(../images/footer_logo.gif) 0 0 no-repeat;
	padding-top:		110px;
	font-style:			normal;
	font-size:			8pt;
	color:				#FFF;
	text-align:			center;
}
#footer address a {
	color:				#FFF;
	text-decoration:	none;
}
#footer #navigation {
	position:			absolute;
	left:				250px;
	top:				10px;
	height:				196px;
	padding-left:		40px;
	background:			url(../images/bg_navigation.gif) 0 0 no-repeat;
	line-height:		1.2em;
}
#footer #navigation a {
	color:				#FFF;
	text-decoration:	none;
}
#footer #navigation a:hover {
	color:				#33DFFF;
	text-decoration:	none;
}
#footer #navigation .column {
	margin-top:			20px;
	width:				160px;
	float:				left;
}
#footer #navigation .column h3 {
	margin:				3px 0 0 30px;
	font-size:			11pt;
	font-weight:		bold;
	padding-left:		15px;
	background:			url(../images/bullet_tri-white.gif) 0 4px no-repeat;
}
#footer #navigation .column ul {
	margin-left:		50px;
	font-size:			8pt;
	list-style:			none;
}