@charset "utf-8";

/* シャシンヤドットコム
---------------------------------------------*/
/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", 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;
	vertical-align: top;
}
#wrapper {
	width: 750px;
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
h3 {
	padding:4px 4px 4px 6px ;
	color: #FFFFFF;
	background: #424242;
}
h4 {
	padding:10px 10px 5px 23px ;
	border-bottom:dotted #666 1px;
	margin-bottom:10px;
	background-image:url(../images/listbtn01.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
h5 {
	padding:2px 0 2px 10px;
	margin:10px 0px 0 0;
	border-left:8px #CC0000 solid;
	border-bottom:1px #CC0000 solid;
}

/* ロゴ
---------------------------------------------*/
#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: 100px;
	width: 100%;
}
/* トップのメニュー
---------------------------------------------*/
	#navigation {
		position: absolute;
		z-index:500;
		top: 0px;
		left: 0px;
		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:60px;
		padding:0 0 0 0px;
		text-align: center;
		font-size:90%;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
		background: url(../images/navi/navi_tag2.gif) left bottom no-repeat;
	}
	#navigation li a:hover {
		color: #ff6347;
		background: url(../images/navi/navi_tag2.gif) right bottom no-repeat;
	}

/* プルダウンサブメニュー
---------------------------------------------*/
		#navigation ul ul {
			background: #EEEEEE;
		}
		#navigation ul ul li {
			float: none;
			background: #EEEEEE;
			opacity: 0.9;
			filter: alpha(opacity=90);
		}
		#navigation ul ul li a {
		display:block;
			border-bottom: 2px solid #FFFFFF;
			background: #EEEEEE;
			font-size: 90%;
			font-weight: normal;
			padding:13px 0 0px 0;
			height:32px;

		}
		#navigation ul ul li a:hover {
			color: #FFFFFF;
			background-image: none;
			background-color: #C30;

		}
		#navigation ul li.parent ul {
			display: none;
		}
		#navigation ul li.parentOn ul {
			display: block;
		}

/* サブメニュー
---------------------------------------------*/
#header .submenubar {
	position:absolute ;
	z-index:100;
	top: 60px;
	left: -5px;
}
		#sub_menu {
		}
		#sub_menu ul {
			position: absolute;
			z-index:400;
			top:65px;
			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:95%;
			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 ;
}

	/* 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:8px 8px 8px 25px;
	}
	#myMenu ul li{
	}

/* 右サイドエリア
---------------------------------------------*/
#body_small {
	float: right;
	width: 480px;
	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 .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;
		}

/* よくあるご質問ページ
---------------------------------------------*/
#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 .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:120%;
}
#bodywide .sectionwide .infotable p{
	font-size:100%;
	padding:8px;
}
#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;
}
.section .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 16px;
}
.emarea {
	margin:0;
	padding:8px;
	border:#CC3300 dotted 2px ;
}
.note {
	margin-left:10px ;
	font-size:90% ;
}
	.section ul {
		color: #666666;
		margin:0 10px 0 10px;
		padding: 10px;
		list-style: none;
		border-bottom:dotted #666 1px;
	}
	.section li {
		color: #666666;
		float: none;
		width: auto;
		margin: 0;
		background: url(../images/listmark_camera.gif) left center no-repeat;
		padding: 10px 0 10px 40px;
	}
	.section li a {
		width: 100%;
		font-weight: bold;
		color: #666666;
		width:100%;
		text-decoration: none;
	}
	.section li a:hover {
		color: #666666;
		background:#eee;
		padding:5px 0px 5px 0px ;
	}
#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;
}

/* Auto Scroll Area
---------------------------------------------*/
.more {
	padding:2px 0px 2px 47px ;
	border-bottom:dotted #999 1px;
	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;
}

/* テーブル
---------------------------------------------*/
/* 基本のテーブル
---------------------------------------------*/
.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;
}

/* 基本のリスト
---------------------------------------------*/
#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;
		letter-spacing:none;
		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 {}

/* 写真の基礎知識ページ
---------------------------------------------*/
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;
	}

/*
---------------------------------------------*/
#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;
}