@charset "utf-8";
/************************************************************
WEBサイト：仁科旗金具製作所
URL：http://nishina.com
連絡先：info@nishina.com
*************************************************************
製作：田口竜児
連絡先：ryuji@mastermarks.net
************************************************************/

@charset "utf-8";
/* CSS Document */

/************************************************************
初期化
************************************************************/

@import url('c-css.php');

*{
	margin:0px;
	padding:0px;
	line-height:1.5em;
	font-family: arial,sans-serif,Verdana;
	color:#555555;
	border:0px;
	}

/************************************************************
HTMLタグ
************************************************************/

body{
	font-size:90%;
	background:#d5e2ee url(images/back-body.jpg) repeat-x;
	margin:0px;
	}

a{
	text-decoration:none;
	color:#3366CC;
	}

a:hover{
	color:#CC3300;
	}

input,
select,
textarea{
	padding:5px;
	border:#CCCCCC 1px solid;
	}

textarea{
	width:350px;
	}

input#submit{
	width:100px;
	font-size:110%;
	padding:2px;
	}

.errors{
	color:#CC0000;
	margin-bottom:20px;
	}

/************************************************************
記事
************************************************************/

.post p{
	margin-bottom:1.5em;
	padding:0px 5px;
	line-height:1.5em;
	}

.post h3{
	background:#FFFFFF;
	border-right:#999999 1px solid;
	border-bottom:#999999 1px solid;
	font-weight:normal;
	font-size:130%;
	padding:0px 10px;
	margin-bottom:1em;
	color:#333333;
	display:table;
	width:565px;
	}

.post h4{
	font-size:120%;
	padding:20px 5px 0px 10px;
	display:table;
	width:590px;
	color:#555555;
	margin-bottom:0.5em;
	line-height:1.4em;
	border-left:#8FA6CF 2px solid;
	}

.post h5{
	font-size:100%;
	padding:0px 5px;
	border-bottom:#999999 1px solid;
	margin-bottom:0.5em;
	}

.post ul{
	margin-bottom:1.5em;
	padding:0px 1em 0px 2em;
	}

.post ol{
	margin-bottom:1.5em;
	padding:0px 1em 0px 3em;
	list-style:decimal;
	}

.post ul ul{
	margin-bottom:0.5em;}

.post li{
	list-style-position:outside;
	}

.post table{
	margin-bottom:20px;
	}

.post td{
	padding:5px 15px;
	border-bottom:#CCCCCC 1px solid;
	}

.post .lead{
	background:#999999;
	padding:10px 15px;
	color:#FFFFFF;
	font-size:110%;
	}

.imgRight{
	float:right;
	padding-left:20px;
	padding-bottom:20px;
	}

.imgLeft{
	float:left;
	padding-bottom:20px;
	}

/************************************************************
ページ全体
************************************************************/

#page{
	width:960px;
	margin:0px auto;
	background:url(images/back-page.jpg) repeat-y;
	position:relative;
	}


/************************************************************
ヘッダー
************************************************************/
#header{
	background:url(images/back-header.jpg) no-repeat;
	margin-bottom:30px;
	}

#logo{
	height:60px;
	padding-left:50px;
	padding-top:60px;
	}

#logo h1{
	margin:0px;
	}

#logo h1 a{
	background:url(images/logo.jpg) no-repeat;
	width:226px;
	height:46px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	}

/************************************************************
言語メニュー
************************************************************/
#language{
	}
#language ul{
	position:absolute;
	left:785px;
	top:70px;
	margin:0px;
	padding:0px;
	}

#language li{
	float:left;
	list-style:none;
	font-size:80%;
	margin-right:15px;
	background:url(images/list-lang.jpg) no-repeat ;
	padding-left:10px;
	line-height:1em;
	}

#language li a{
	line-height:1em;
	color:#666666;
	}

#language li a:hover{
	color:#6699FF;
	}

/************************************************************
メインメニュー
************************************************************/
#mainMenu{
	margin-left:40px;
	clear:both;
	}

#mainMenu ul{
	margin:0px;
	padding:0px;
	}

#mainMenu li{
	float:left;
	list-style:none;
	}

/*メニュー「会社案内」*/
#mainMenu .id7 a{
	background:url(images/menuCompany-off.jpg) no-repeat  ;
	height:34px;
	width:148px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	}

#mainMenu .id7 a:hover{
	background:url(images/menuCompany-on.jpg) no-repeat ;
	}

#mainMenu .id7 a.active{
	background:url(images/menuCompany-on.jpg) no-repeat ;
	}

/*メニュー「製品案内」*/
#mainMenu .id9 a{
	background:url(images/menuProduct-off.jpg) no-repeat ;
	height:34px;
	width:146px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	}

#mainMenu .id9 a:hover{
	background:url(images/menuProduct-on.jpg) no-repeat ;
	}

#mainMenu .id9 a.active{
	background:url(images/menuProduct-on.jpg) no-repeat ;
	}

/*メニュー「手入れ・修理」*/
#mainMenu .id18 a{
	background:url(images/menuMaintenance-off.jpg) no-repeat ;
	height:34px;
	width:146px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	}

#mainMenu .id18 a:hover{
	background:url(images/menuMaintenance-on.jpg) no-repeat ;
	}

#mainMenu .id18 a.active{
	background:url(images/menuMaintenance-on.jpg) no-repeat ;
	}

/*メニュー「お見積」*/
#mainMenu .id31 a{
	background:url(images/menuEstimate-off.jpg) no-repeat ;
	height:34px;
	width:146px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	}

#mainMenu .id31 a:hover{
	background:url(images/menuEstimate-on.jpg) no-repeat ;
	}

#mainMenu .id31 a.active{
	background:url(images/menuEstimate-on.jpg) no-repeat ;
	}

/*メニュー「技術資料」*/
#mainMenu .id23 a{
	background:url(images/menuTechnique-off.jpg) no-repeat ;
	height:34px;
	width:146px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	}

#mainMenu .id23 a:hover{
	background:url(images/menuTechnique-on.jpg) no-repeat ;
	}

#mainMenu .id23 a.active{
	background:url(images/menuTechnique-on.jpg) no-repeat ;
	}

/*メニュー「お問い合わせ」*/
#mainMenu .id6 a{
	background:url(images/menuContact-off.jpg) no-repeat ;
	height:34px;
	width:148px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	}

#mainMenu .id6 a:hover{
	background:url(images/menuContact-on.jpg) no-repeat ;
	}

#mainMenu .id6 a.active{
	background:url(images/menuContact-on.jpg) no-repeat ;
	}

/************************************************************
カテゴリーイメージ
************************************************************/

#categoryImage{
	clear:both;
	margin:1px 40px 0px;
	}

/************************************************************
サブメニュー
************************************************************/

#subMenu{
	height:31px;
	background:url(images/back-subMenu.jpg) no-repeat;
	margin-left:40px;
	}

#subMenu ul{
	margin:0px;
	padding-left:40px;
	height:40px;
	}

#subMenu li{
	float:left;
	margin-right:40px;
	background:url(images/subMenu-arrrow.jpg) no-repeat;
	background-position:0px 11px;;
	padding-left:15px;
	list-style:none;
	line-height:31px;
	}

#subMenu a{
	color:#555555;
	}

#subMenu a:hover{
	color:#CC3300;
	}

#subMenu .active a{
	color:#3366CC;
	}


/************************************************************
左コンテンツ
************************************************************/

#leftContent{
	width:330px;
	float:left;
	}

/************************************************************
左ボックス（窓）
************************************************************/


#box{
	background:url(images/boxBack.jpg) repeat-y;
	margin-left:40px;
	width:260px;
	}

#boxContent{
	background:url(images/boxHeader.jpg) no-repeat;
	padding:5px 15px 0px;
	}

#boxFooter{
	height:15px;
	width:260px;
	background:url(images/boxFooter.jpg) no-repeat;
	margin-left:40px;
	margin-bottom:30px;
	}

#box h2{
	font-size:100%;
	line-height:2em;
	padding:0px 5px;
	font-weight:bold;
	color:#666666;
	margin:0px;
	}

#box h3{
	margin-bottom:15px;
	}

#box p{
	margin:0px;
	line-height:1.5em;
	padding-top:10px;
	}

#box ul{
	padding-left:1.5em;
	padding-bottom:0.5em;
	}

/************************************************************
お問い合わせ窓
************************************************************/

.quickContact td{
	font-size:90%;
	vertical-align:top;
	}

.quickContact table{
	margin:0px;
	padding:0px;
	margin-top:10px;
	}

.quickContact td{
	line-height:1.5em;
	}

.quickContact h4{
	font-size:100%;
	line-height:2em;
	padding:0px 5px;
	margin:0px;
	}

/************************************************************
バナーエリア
************************************************************/

#banner{
	margin-left:40px;
	}

/************************************************************
右コンテンツ
************************************************************/

#rightContent{
	margin-left:330px;
	width:590px;
	}

/************************************************************
回り込み解除
************************************************************/

#clear{
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
	}


/************************************************************
このページの先頭へ
************************************************************/

#pageTop a{
	width:590px;
	height:20px;
	background:url(images/pageTop.jpg);
	display:block;
	overflow:hidden;
	text-indent:-600px;
	margin-left:330px;
	margin-top:20px;
	margin-bottom:20px;
	}

/************************************************************
コピーライト
************************************************************/

#copyright{
	text-align:right;
	margin-right:40px;
	margin-bottom:30px;
	font-size:80%;
	}

/************************************************************
フッター
************************************************************/
#footer{
	height:130px;
	background:url(images/back_footer.jpg) no-repeat;
	}

#footerLogo{
	margin-left:110px;
	padding-top:28px;
	width:210px;
	color:#CCCCCC;
	font-size:90%;
	line-height:1.5em;
	float:left;
	}

#footerMenu{
	margin-left:320px;
	padding-top:29px;
	line-height:1em;
	}

#footerMenu br{
	line-height:1.5em;
	}

#footerMenu ul{
	line-height:1em;
	float:right;
	margin:0px;
	margin-right:40px;
	}

#footerMenu li{
	float:left;
	border-right:#CCCCCC 1px solid;
	list-style:none;
	line-height:1em;

	}

#footerMenu a{
	line-height:1em;
	color:#CCCCCC;
	margin:0px 10px;
	font-size:80%;
	}

#footerMenu a:hover{
	color:#FFFFCC;
	}




/************************************************************
各ページごとのスタイル
************************************************************/
/************************************************************
ホーム
************************************************************/

#index #subMenu,
#index .quickContact{
	display:none;
	}

#index #box h2{
	visibility:hidden;
	line-height:1em;
	}

#index #box,
#index #boxContent,
#index #boxFooter{
	background-image:none;
	}

#index #boxContent{
	background:url(images/boxHeader2.jpg) repeat-x;
	}

#index #box,
#index #boxFooter{
	background:#FFFFFF;}

#index .post table{
	margin-bottom:20px;
	}

#index .post td{
	padding:0px;
	border-bottom:none;
	}

#index dd{
	margin-bottom:1em;
	font-size:80%;
	}

#index #header{
	margin-bottom:0px;
	}

#index center{
	display:none;
	}
/************************************************************
会社案内
************************************************************/


	
/************************************************************
製品案内
************************************************************/

#product .post td{
	padding:0px;
	border-bottom:none;
	}

#product .post a img{
	border:#f6f6f6 1px solid;
	}

#product .post a:hover img{
	border:#3366CC 1px solid;
	}
/************************************************************
製品案内「ポール」
************************************************************/



/************************************************************
製品案内「纏」
************************************************************/



/************************************************************
製品案内「御祭礼」
************************************************************/



/************************************************************
製品案内「看板」
************************************************************/



/************************************************************
製品案内「その他」
************************************************************/



/************************************************************
メンテナンス・修理
************************************************************/




/************************************************************
プライバシーポリシー
************************************************************/



/************************************************************
よくある質問
************************************************************/

#case-study dl{
	margin-bottom:20px;
	padding:0px 10px;
	}

#case-study dt{
	margin-bottom:0.5em;
	display:list-item;
	list-style:circle;
	list-style:inside;
	}

#case-study dd.answer{
	display:none;
	}

#case-study .open{
	padding:10px;
	background:#FFFFE6;
	border:#DDD1AE 1px solid;
	margin-bottom:1em;
	}

/************************************************************
お問い合わせ
************************************************************/
#contact #rightContent p{
	padding:0px 20px;
	}

input.attached{
	background:#FFFFFF;
	}

p.error{
	color:#CC0000;
	margin:0px;
	}

/************************************************************
リンク
************************************************************/
#link .post{
	font-size:80%;
	}

/************************************************************
英語ページ
************************************************************/

#introduction #mainMenu,
#introduction .quickContact,
#introduction #banner,
#contact2 #mainMenu,
#contact2 .quickContact,
#contact2 #banner{
	display:none;
	}

#introduction #logo h1 a,
#contact2  #logo h1 a{
	background:url(images/logo_en.jpg) no-repeat;
	width:226px;
	height:46px;
	display:block;
	text-indent:-500px;
	overflow:hidden;
	}


/************************************************************
プラグイン「MaxiGallery」
************************************************************/
.managecontainer input{
	width:auto;
	margin:1px;
	}

.thumbnail{
	width:100px;
	height:100px;
	}
	
.thumbnailTitle{
	width:100;
	font-size:70%;
	}

/**************************************************
FC2アクセス解析　広告非表示
**************************************************/

#fc2analyzerimg_{
	display:none;
	}



