@charset "utf-8";

/* シャシンヤドットコム
2010.10.15 コンテンツページ用新CSS
---------------------------------------------*/
/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 90%;
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.4;
	color: #333333;
	text-align:center;
	background: #FFFFFF ;
}
a {
	color: #C30;
	text-decoration:underline;
}
a:visited {
	color: #C30;
}
a:hover {
	color: #999;
}
img {
	border: none;
}
#wrapper {
	width: 850px;
	background: #FFFFFF;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
h3 {
	padding:8px 0px 8px 8px ;
	font-size:14px;
	color: #FFFFFF;
	background: #424242;
}
h4 {
	padding:10px 10px 5px 24px ;
	border-bottom:dotted #666 1px;
	margin-bottom:10px;
	background:url(../images/listbtn01.gif) left center no-repeat;
}
h5 {
	padding:2px 0 2px 10px;
	margin:10px 0px 0 0;
	border-left:8px #CC0000 solid;
	border-bottom:1px #CC0000 solid;
}
blockquote {
	margin:0 0 0 20px;
}

/* ロゴ
---------------------------------------------*/
#logo {
	margin-top: 25px;
}
#main_logo {
	padding-top: 400px;
	padding-left: 300px;
/*	padding: 400px auto auto 300px;	*/
}

/* 共通　基本レイアウト
---------------------------------------------*/
#content {
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 0px;
}
#footer {
	clear: both;
}
#footer #footermenu{
	padding:3px;
	text-align:center;
	color:#333333;
}
#footer #credit{
	padding:3px;
	text-align:center;
	color: #FFFFFF;
	background: #333333;
}

/* コンテンツページのレイアウト
---------------------------------------------*/
#header {
	position:relative ;
	z-index:100;
	margin: 0px;
	padding: 0px;
	height: 160px;
	width: 100%;
}
	#siteID {
		position: absolute;
		top: 8px;
		left: 5px;
		width:500px;
	}
	#siteID h1{
		margin:0;
		margin-top:23px;
		padding:0;
		line-height:1.2;
		font-weight:normal;
		font-size:16px;
	}
		#siteID h1 a{
			color:#333;
			text-decoration:none;
		}
		#siteID h1 a:hover{
			color:#777;
		}
		#siteID h1 span.lead {
			font-size:12px;
		}
#p-nav {  /* Primary Navigation */
	position: absolute;
	top: 15px;
	right: 10px;
	text-align:right;
	width:300px;
}
#primaryNav {  /* Primary Navigation */
	position: absolute;
	top: 15px;
	right: 10px;
	text-align:right;
	width:300px;
}

/* トップのメニュー
---------------------------------------------*/
#mainNav {
	position: absolute;
	z-index:500;
	top: 80px;
	left: 45px;
	width: 750px;
	height:40px;
}
	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#mainNav li {
		display: block;
		float: left;
		width: 125px;
		margin: 0;
		background: url(none) ;
	}
	#mainNav li a {
		display: block;
		width: 100%;
		height:22px;
		padding:18px 0 0 0px;
		text-align: center;
		font-size:13px;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
		background: url(../images/navi/navi_tag2.gif) left bottom no-repeat;
		cursor:default;
	}
	#mainNav li a:hover {
		color: #CC3300;
		background: url(../images/navi/navi_tag2.gif) right bottom no-repeat;
		cursor:default;
	}
		/* プルダウンサブメニュー
		---------------------------------------------*/
		#mainNav ul ul {
			background: #EEEEEE;
		}
		#mainNav ul ul li {
			float: none;
			background: #EEEEEE;
		}
		#mainNav ul ul li a {
			display:block;
			border-bottom: 2px solid #FFFFFF;
			background-color: #EEEEEE;
			background-image: none;
			font-size: 12px;
			font-weight: bold;
			padding:9px 0 9px 0;
			height:auto;
			color:#666;
			cursor:pointer;
		}
		#mainNav ul ul li a:hover {
			color: #FFFFFF;
			background-image: none; 
			background-color: #C30;
			cursor:pointer;
		}
		#mainNav ul li.parent ul {
			display: none;
		}
		#mainNav ul li.parentOn ul {
			display: block;
		}

/* サブメニュー
---------------------------------------------*/	
#header .submenubar {
	position:absolute ;
	z-index:100;
	top: 120px;
	left: -5px;
}
#subNav {}
#subNav ul {
	position: absolute;
	z-index:400;
	top:125px;
	right:5px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#subNav li {
	float: left;
	margin: 0;
	width:auto;
	padding:0 8px 0 8px ;
}
#subNav li a {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#subNav li a:hover {
	color: #CC3300;
}

/* サブエリア（サイドメニュー）
---------------------------------------------*/
#subContents {
	float: left;
	width: 250px;
}
	#sub img {
		margin-bottom:2px;
	}
#order {
	position:absolute ;
	right:0px ;
	top:55px ;
}
	/* Auto Scroll Area
	---------------------------------------------*/
	#wrap {
		text-align:left;
	}
	#myMenu {
		width:245px;
		margin: 5px 0 0 0 ;
		text-align:left;
		background:#eeeeee;
		border:#999999 1px dotted;
	}
		#myMenu h3 {
			display:block;
			text-align:center;
			padding:3px;
			background:#666666;
			color:#FFFFFF;
		}
		#myMenu ul {
			margin:5px 0 5px 4px;
			padding:0;
			list-style:none;
		}
		#myMenu ul li {
			background: url(../images/common/lm_3dot_black.gif) center left no-repeat;
			margin:0;
			padding:3px 0 3px 16px;
			font-size:12px;
		}
		#myMenu ul li a{
			text-decoration:none;
		}
		#myMenu ul li a:hover{
			text-decoration:underline;
		}
		#myMenu img{
			padding:5px;
		}
	
/* メインコンテンツエリア
---------------------------------------------*/
#mainContents {
	float: right;
	width: 580px;
	padding-left: 1px;
}
	#mainContents .section {
		margin: 10px 0px 0px 10px;
		padding-bottom:10px;
		border-bottom: 1px solid #ccc;
	}
	#mainContents .infotable{
		margin: 10px 0px 0px 0px;
		line-height:1.6;
	}
	#mainContents table.infotable td{
		padding: 2px 4px 2px 4px;
		}
	#mainContents .section p {
		margin: 8px 0;
	}
	
/* よくあるご質問ページ
---------------------------------------------*/
#faq #body_small .section .question {
	padding:10px 10px 5px 23px ;
	border-bottom:dotted #666 1px;
	margin-bottom:10px;
	background-image:url(../images/contents/faq_listm_q.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#faq #body_small .section .answer {
	padding-left:25px;
	padding-bottom:20px;
	background-image:url(../images/contents/faq_listm_a.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#faq #body_small .section ul {
		color: #666666;
		margin:0 0 0 10px;
		padding:0;
		list-style: none;
		border-bottom:0px;
}
#faq #body_small .section li {
	padding:5px 5px 5px 25px ;
	background-image:url(../images/contents/faq_listm_q.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#faq #body_small .section li a {
		width: 100%;
		font-weight: normal;
		color: #666666;
		width:100%;
		text-decoration: none;
}
#faq #body_small .section li a:hover {
		color: #CC3300;
}


/* 1コラム用
---------------------------------------------*/
#contentwide {
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 0px;
}
#bodywide {
	background: #FFFFFF;
}
#bodywide .section {
	position:relative;
	margin: 15px;
	padding-bottom:10px;
}
#bodywide .section .infotable{
	margin: 0px;
	line-height:1.6;
}
#bodywide .section table.infotable td{
	padding:2px 4px 2px 4px;
	}
#bodywide .section .infotable p{
	font-size:100%;
	padding: 0px 8px 8px 8px ;
}
#bodywide .section p {
	margin:0px 10px 5px 40px;
}
#bodywide .section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#bodywide ul.process {
	margin: 20px auto 20px 80px ;
}
#bodywide .sectionwide {
	position:relative;
	margin: 0px;
	padding-bottom:10px;
}
#bodywide .sectionwide .infotable{
	margin: 0px;
	line-height:1.6;
	font-size:100%;
}
#bodywide .sectionwide .infotable p{
	font-size:100%;
	padding:8px;
}
#bodywide .sectionwide table.infotable td{
	padding:2px 4px 2px 4px;
	}
#bodywide .sectionwide p {
	margin: 8px 0;
}
#bodywide .sectionwide .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}

/* フッター部分
---------------------------------------------*/
#copyright {
	font: 85% Georgia, "Times New Roman", Times, serif;
}
	#copyright a {
		color: #FFF;
	}
	#copyright a:visited {
		color: #FFF;
	}
	#copyright a:hover {
		color: #C30;
	}

/* テキストの装飾
---------------------------------------------*/
.emC30 {
	color:#C30;
}





.emarea {
	margin:0;
	padding:8px;
	border:#CC3300 dotted 2px ;
}
.note {
	margin-left:10px ;
	font-size:90% ;
}
span.note {
	font-size:11px;
	line-height:1.0;
}
.more {
	padding:2px 0px 2px 50px ;
	border-bottom:dotted #999 1px;
	text-align:right;
	margin:0px 5px 0px 5px ;
	background: url(../images/common/more.gif) left center no-repeat;
	font-weight:normal;
	font-size:100%;
	text-decoration:none;
}
.pdf {
	padding:6px 30px 2px 0px ;
	border-bottom:dotted #999 1px;
	margin:2px 5px 0px 5px ;
	background: url(../images/common/pdf.gif) right bottom no-repeat;
	font-weight:normal;
	font-size:100%;
	text-decoration:none;
}

ul.attention {
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
	ul.attention li{
		padding:1px 0 0 15px;
		margin:0 0 7px 0;
		line-height:1.3;
		font-size:inherit;
		background:url(../images/common/lm-squre-red.gif) top left no-repeat;
	}


#news ul {
	padding:0;
	margin:0;
}
	#news ul li {
		text-align:left;
		font-weight:normal;
		font-size:100%;
		color:#666666;
		padding:5px 0 5px 90px ;
		background: none ;
		text-indent:-90px;
	}
	#news ul li a{
		font-weight:normal;
		text-decoration:underline;
	}
.yachiyophoto {
	float:right;
	padding-bottom:10px;
	padding-right:10px;
}
.section ul .noborder {
	border-bottom:dotted #666 0px;
}
#body_clear {
	clear:both;
	width:100%;
	margin:15px;
}

/* テーブル
---------------------------------*/
/* 基本のテーブル
---------------------------------------------*/
.tbl-basic {
	border-collapse:collapse;
	text-align:left;
	font-size:90%;
	border:#666666 1px solid;
	margin:10px auto 10px auto;
}
	.tbl-basic td, .tbl-basic th{
		border:#666666 1px solid;
		padding:3px;
	}
	.tbl-basic th{
		background:#ededed;
	}

/* リスト
---------------------------------*/
/* 基本のリスト
---------------------------------------------*/
ul.basicList {
		margin:20px 0px 20px 15px ;
		padding:0 0 0 0 ;
		border-bottom: #666 0px dotted ;
	}
	ul.basicList li {
		padding:0px 0px 0px 20px ;
		margin:10px 0 8px 0px ;
		list-style-type:none;
		font-size:100%;
		font-weight:normal;
		color: #444444 ;
		background: url(../images/common/listmark02.gif) left center no-repeat;
	}
	ul.basicList li a {
		text-decoration:underline;
	}
	ul.basicList li a:hover{
		text-decoration:none;
		color:#FF6600;
	}
	ul.basicList .list-sub {
		margin:10px 0 8px 30px ;
	}

/* 箇条書き＆コメント
---------------------------------*/
/* 基本の箇条書き＆コメント
---------------------------------------------*/
dl.basicDl {
	margin:15px 0 15px 0;
}
	dl.basicDl dt{
		padding:2px 0 2px 10px;
		margin:10px 25px 0 8px;
		color:#444;
		border-left:8px #626262 solid;
		border-bottom:1px #424242 dashed;
	}
	dl.basicDl dd{
		margin:0 20px 0 12px;
		padding:4px;
	}

/* サイトマップ＆カテゴリートップのリスト
---------------------------------------------*/
ul.sitemap {
	color: #666666;
	margin:0 10px 0 10px;
	padding: 10px;
	list-style: none;
	border-bottom:dotted #666 1px;
}
	ul.sitemap li {
		color: #666666;
		float: none;
		width: auto;
		margin: 0;
		background: url(../images/listmark_camera.gif) left center no-repeat;
		padding: 10px 0 10px 40px;
	}
	ul.sitemap li a {
		width: 100%;
		font-weight: bold;
		color: #666666;
		width:100%;
		text-decoration: none;
	}
	ul.sitemap li a:hover {
		color: #666666;
		background:#eee;
		padding:5px 0px 5px 0px ;
	}



/* 写真の基礎知識ページ
---------------------------------------------*/
td.shashin8 {
	background:#e6e6fa;
}
	/* 箇条書きリストマーク */
	#bodywide .section p.items {
		background:url(../images/common/lm_3dot_black.gif) center left no-repeat;
		margin:0 20px 10px 20px;
		padding:0 0 0 18px;
		border-left: #dfdfdf 3px solid;
	}
	#bodywide .section p.items-em {
		background:url(../images/common/lm_3dot_kurenai.gif) center left no-repeat;
		margin:0 20px 10px 20px;
		padding:0 0 0 18px;
		border-left: #dfdfdf 3px solid;
	}




/*---------------------------------------------
/
/
/ここから下は削除予定　20110330
/
/
---------------------------------------------*/


/* トップのメニュー
---------------------------------------------*/
#navigation {
	position: absolute;
	z-index:500;
	top: 80px;
	left: 45px;
	width: 750px;
	height:40px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li {
	display: block;
	float: left;
	width: 125px;
	margin: 0;
	background: url(none) ;
}
#navigation li a {
	display: block;
	width: 100%;
	height:22px;
	padding:18px 0 0 0px;
	text-align: center;
	font-size:13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background: url(../images/navi/navi_tag2.gif) left bottom no-repeat;
	cursor:default;
}
#navigation li a:hover {
	color: #CC3300;
	background: url(../images/navi/navi_tag2.gif) right bottom no-repeat;
	cursor:default;
}
	/* プルダウンサブメニュー
	---------------------------------------------*/
	#navigation ul ul {
		background: #EEEEEE;
	}
	#navigation ul ul li {
		float: none;
		background: #EEEEEE;
	}
	#navigation ul ul li a {
		display:block;
		border-bottom: 2px solid #FFFFFF;
		background-color: #EEEEEE;
		background-image: none;
		font-size: 12px;
		font-weight: bold;
		padding:9px 0 9px 0;
		height:auto;
		color:#666;
		cursor:pointer;
	}
	#navigation ul ul li a:hover {
		color: #FFFFFF;
		background-image: none; 
		background-color: #C30;
		cursor:pointer;
	}
	#navigation ul li.parent ul {
		display: none;
	}
	#navigation ul li.parentOn ul {
		display: block;
	}

/* サブメニュー
---------------------------------------------*/	
	#sub_menu {}
	#sub_menu ul {
		position: absolute;
		z-index:400;
		top:125px;
		right:5px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#sub_menu li {
		float: left;
		margin: 0;
		width:auto;
		padding:0 8px 0 8px ;
	}
	#sub_menu li a {
		display: block;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold;
		color: #666;
		text-decoration: none;
	}
	#sub_menu li a:hover {
		color: #CC3300;
	}

/* 左サイドエリア
---------------------------------------------*/
#photo {
	float: left;
	width: 250px;
}
	#photo img {
		margin-bottom:2px;
	}
#order {
	position:absolute ;
	right:0px ;
	top:55px ;
}

/* 右サイドエリア
---------------------------------------------*/
#body_small {
	float: right;
	width: 580px;
	padding-left: 1px;
}
	#body_small .section {
		margin: 10px 0px 0px 10px;
		padding-bottom:10px;
		border-bottom: 1px solid #ccc;
	}
	#body_small .infotable{
		margin: 10px 0px 0px 10px;
		line-height:1.6;
	}
	#body_small table.infotable td{
		padding: 2px 4px 2px 4px;
		}
	#body_small .section p {
		margin: 8px 0;
	}
	#body_small .section .link {
		background: url(../images/arrow.gif) left center no-repeat;
		padding-left: 14px;
	}
	#body_small dl {
		margin: 16px 18px 0 18px;
	}
	#body_small dl dt {
		color: #666666;
		margin-top: 10px;
	}
	#body_small .section table p {
		font-size:85%;
		padding:4px;
	}



	
/* 基本のリスト
---------------------------------------------*/
#list {}
	#list ul {
		margin:10px 0px 10px 20px ;
		padding:0 0 5px 0 ;
		border-bottom: #666 0px dotted ;
	}
	#list ul li {
		padding:0px 0px 0px 20px ;
		margin:10px 0 8px 0px ;
		list-style-type:none;
		font-size:100%;
		font-weight:normal;
		color: #444444 ;
		background: url(../images/common/listmark02.gif) left center no-repeat;
	}
	#list ul li a {
		text-decoration:underline;
	}
	#list ul li a:hover{
		text-decoration:none;
		color:#FF6600;
	}
	#list ul .list-sub {
		margin:10px 0 8px 30px ;
	}

#list ol {
	margin:20px 50px 0px 50px ;
	padding:0 0 0 0 ;
	line-height:1.5;
}
#list ol li {
	padding:5px 0 2px 0 ;
	border-bottom:#999999 1px dotted;
}
#list ol li a {}



.section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 16px;
}
/*
	#mainContents .section .link {
		background: url(../images/arrow.gif) left center no-repeat;
		padding-left: 14px;
	}
	#mainContents dl {
		margin: 16px 18px 0 18px;
	}
	#mainContents dl dt {
		color: #666666;
		margin-top: 10px;
	}
	#mainContents .section table p {
		font-size:85%;
		padding:4px;
	}
*/
