﻿@charset "UTF-8";
/*品川鋼材㈱INDEX用*/
/*ページのレイアウト用css*/
body{
	background-image:url(img/main.gif);:#ffffff;	/*壁色と壁紙設定*/
	background-repeat:repeat;/*繰り返さない場合はno-repeatに変更*/
	font:"メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin:0px;
	padding:0px;
}

h1 {
    margin:0px;
    padding-top:5px;
	background: #000;
	font-size:12;
	font-weight: bold;
	text-align: left;
	line-height:8px;
}

/*使用なし*/
h2{
    text-align: left;
    padding-left:10px;
	font-size:100%;
	border: solid 1px #cccccc;
	color:#ffffff;
	background-image:url(img/sh002.gif);
	line-height: 30px;
	margin-right:15px;
	margin-left:15px; 
	margin-top: 0px;
	margin-bottom: 0px;
}

h3{
    text-align: left;
    padding-left:10px;
	font-size:100%;
	border: solid 1px #cccccc;
	color:#ffffff;
	background-image:url(img/sh002.gif);
	line-height: 30px;
	margin-right:15px;
	margin-left:0px; 
	margin-top: 0px;
	margin-bottom: 0px;
	position:relative;
}
/*使用なし*/
h4{
	font-size:70%;
	letter-spacing: 2px;
	padding-right:10px;
	margin: 0px;
}

p{
	font-size:90%;/*全体の文字サイズ*/
	line-height:150%;/*全体で使う、文字と文字の行間*/
	text-align:justify;/*末尾ズレ防止*/
	text-justify:distribute-all-lines;
	margin-right:45px;/*余白設定*/
	margin-left:16px;
}

p img{
	float:left;
	margin-left:5px;  /*写真の左にスペースを空ける*/
	margin-right:15px;  /*写真の右側へ間隔を空ける*/
}

a{
	text-decoration:none;
}

a:active { text-decoration:none; color: #fff;}

a:hover {
	color: #7b68ee;/*リンクの文字の上にマウスが来た時この色に変わる*/
	text-decoration: none;
}

h1 a{
    margin-top:5px;
    padding-top:5px;
    color:#ffffff;
    font-weight:normal;
    font-size:50%;
}

#container{      
	width:990px;
	margin:0 auto; 
	background:#fff;/*コンテンツ内の背景(サイズをぴったりにすること）*/
	background-repeat:repeat-y;   /*縦に繰り返し*/
	position:relative;
	font-size:100%;
}

/*ヘッダー部分の設定*/
#header{
    background-image:#000;/*ヘッダー*/
	background-position:top right;
	background-repeat:repeat;
	height:240px; /*ヘーダーの高さ*/
}

#header p {
	font-size: 18px;
	color:#000;
	padding-top: 0px;
	padding-left: 45px;
}

/*上部メニューボタンの設定*/
#navbar{
	width: 100%;
	height:30px;
	position:absolute;
	top:200px;
}

#navbar ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:30px;
	letter-spacing:2px;
}

#navbar li{
	background-image:url(img/sh004.gif);  /*上部メニューのボタンの背景*/
	float:left;
	width:165px;  /*メニューボタンの幅*/
	text-align:center;
	padding:0;
}

#navbar ul a:hover{
	background-image:url(img/sh007.gif);	/*メニューボタンにカーソルが来た時に背景画像をこれにする*/
	width:165px;  /*メニューボタンの幅*/
}

#navbar a{
	color:#ffffff;/*メニューボタンの文字の色*/
	display:block;
}

#navbar a:hover{
	color:#8E0036; /*メニューの文字がカーソルが来た時、この色に変わる*/
}

/* .slideShow
------------------------- */
.slideShow {
	margin: 0 auto;
	text-align: left;
	display: none;
}

/* .mainView
------------------------- */
.slideShow .mainView {
	width: 100%;
	position: relative;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
}

.slideShow .thumbNail ul {
	width: 110%;
}

.slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

.slideShow .thumbNail ul li img {
	width: 100%;
}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: -5%;
	background: transparent url(img/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: -5%;
	background: transparent url(img/btnNext.png) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.slideShow ul {
	display: inline-block;
	overflow: hidden;
}


/* ------------------------------------------------
	mediaQueries指定
	スライドショー動作には関連なし。
------------------------------------------------ */

/* ===========================================
	デスクトップ系 769 - 1024
=========================================== */
@media screen and (max-width: 1024px) {
	.slideShow {
		width: 800px;
	}
}
/* ===========================================
	タブレット系 749 - 768
=========================================== */
@media screen and (max-width: 768px) {
	.slideShow {
		width: 100%;
	}
}
/* ===========================================
	スマートフォン系 748 - 
=========================================== */
@media screen and (max-width: 748px) {
	.slideShow {
		width: 100%;
	}
}

/*メイン部分の設定*/

#main{
	width:775px;
	margin-top:10px;
	margin-left:15px;
}

/*サイドメニューの設定*/
#side{
	width:215px;/*サイドの幅（変更するときはコンテンツ背景も変更すること）*/
	position:absolute;
	top:622px;/*上からの位置*/
	left:775px;
}

#side img{
    margin-left:5px
}

#side ul{
	font-size:90%;
	line-height:220%; /*サイドの文字と文字の行間設定*/
	margin:0px;
	padding-left:15px;
}

#side ul a:hover {
	color: #7b68ee;	/*サイドのカーソルオーバー時の文字色*/
}

#side ul{
	list-style-type:none;
	padding-left:2px;
}
#side li{
	padding-left:5px;/*文字の左端からの位置*/
}
#side li a{
	color:#333333;/*サイドの文字色*/
	border-bottom:solid 1px #666666;/*文字の下に線を入れる設定*/
	width:190px;
	display:block;
}
#side .ad_list li{
	background-image:none;
	padding-left:0;
}

/*サイド1メニューの設定(ダミー)*/
#side1{
	width:215px;/*サイドの幅（変更するときはコンテンツ背景も変更すること）*/
	position:absolute;
	top:2700px;/*上からの位置*/
	left:775px;
}

#mail{
	padding-left:7px;
}

/*下部のフッター部分の設定*/
address{
	font-size:100%;
	font-style:normal;
	text-align:center;
	padding-top:10px;
}

address{
	background-color:#000;
	color:#ffffff;
	width:990px;
	padding-bottom:10px;
	border:none;
	line-height:30px;
}

address a{
	color:#ff9999;
}


    

