@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	background: #000;
	text-align: center;
	overflow-y: scroll;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #333333;
	scrollbar-darkshadow-color: #ffffff;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a {
	color: #69c !important;
	text-decoration: none !important;
}
a:hover {
	text-decoration: underline !important;
}
li {
	list-style-type: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
}

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


/* レイアウト
-------------------------------------------------------------------------*/
#container {
	position: relative;
	padding: 0 0 0 220px;
}
#mainContents {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}


/* ヘッダー
-------------------------------------------------------------------------*/
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 100%;
	font-size: 12px;
	color: #555;
	background: #000;
	border-right: 1px solid#333;
	text-align: left;
	overflow: auto;
}
#header a {
	color: #fff !important;
	text-decoration: none !important;
}
#header a:hover {
	text-decoration: underline !important;
}
#header .logo a {
	display: block;
	height: 130px;
	background: url(http://sugimania.com/image/sugi.JPG) no-repeat 25px center;
	text-indent: -7777px;
	overflow: hidden;
}
#header li {
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 15px 10px;
	padding: 0 0 0 16px;
	background: url(../image/button.gif) no-repeat left 2px;
	list-style-type: none;
}
#header li li {
	font-weight: normal;
	margin: 5px 0;
	padding: 0 0 0 20px;
	background: url(../image/arrow1.gif) no-repeat left top;
}
#header .new {
	color: #f00;
	margin: 0 0 0 5px;
}
#globalNavMenu {
	display: none;
}


/* フッター
-------------------------------------------------------------------------*/
#footer .copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	margin: 50px 0 0;
	padding: 15px 0;
	border-top: 1px solid #333;
}


/* スマートフォン用
-------------------------------------------------------------------------*/
@media (max-width: 640px) {
	
	body {
		overflow: auto;
	}
	
	/* レイアウト */
	#container {
		padding: 0;
	}
	#mainContents {
		width: auto;
		margin: 0 10px;
	}
	
	/* ヘッダー */
	#header {
		position: relative;
		width: 100%;
		height: auto;
		border-right: none;
		border-bottom: 1px solid #333;
	}
	#header .logo a {
		height: 50px;
		font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		font-size: 20px;
		line-height: 50px;
		padding: 0 10px;
		background: none;
		text-indent: 0;
	}
	#globalNav {
		display: none;
		padding: 15px 0 0;
		border-top: 1px solid #333;
	}
	#globalNavMenu {
		position: absolute;
		display: block;
		top: 0px;
		right: 0px;
		width: 50px;
		height: 50px;
		background: url(../image/header_menu_sp.png) no-repeat center center;
		-moz-background-size: 50px 50px;
		-o-background-size: 50px 50px;
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
		text-indent: -7777px;
		overflow: hidden;
		cursor: pointer;
	}
	#globalNavMenu.open {
		background: url(../image/header_menu_sp_open.png) no-repeat center center;
		-moz-background-size: 50px 50px;
		-o-background-size: 50px 50px;
		-webkit-background-size: 50px 50px;
		background-size: 50px 50px;
	}
	
}
