/* ページ全体の設定 */
body{
	background-color:#ffffff;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
} 


/* 本体の設定 */
#container{
	background-color:#ffffff;
	width:860px;
	text-align:left;
	color:#000000;
	font-size:80%;
	margin-left:auto;
	margin-right:auto;
}
#container p{
	line-height:150%;
	clear:both;
}
#container a{
	text-decoration:none;
}
#container a.menu{
	color:#000000;
	text-decoration:none;
}
#container a.menu:hover{
	text-decoration:underline;
}
#container img{
        border:none; 
}


/* ヘッダーの設定 */
#header{
	height:100px;
	margin-bottom:10px;
}
#header p{
	text-align:right;
	margin-top:10px;
	margin-bottom:3px;
}


/* サイドバーの設定 */
#sidebar{
	width:145px;
	float:left;
	margin-left:0px;
	margin-right:15px;
	margin-bottom:30px;
}
#sidebar div.center{
	text-align:center;
}
#sidebar h3{
	background-color:#ed1c24;
	color:#ffffff;
	font-size:90%;
	padding:7px;
	margin:0px;
}
#sidebar ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#sidebar li{
	padding:5px 0 5px 15px;
	background:url(images/triangle1.gif) no-repeat 3px 0.5em; /*マーカー画像の位置設定*/
	line-height:100%;
}


/* コンテンツ（中身）の設定 */
/* 全ページ共通の設定 */
#content{
	width:700px;
	float:right;
	margin-bottom:30px;
}
#content div.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#content h1{
	border-bottom:double #ed1c24;
	color:#ed1c24;
	font-size:120%;
	padding:4px;
	margin-bottom:30px;
}
#content h2{
	border-bottom:dashed 1px #39b54a;
	border-left:solid 8px #39b54a;
	color:#39b54a;
	font-size:120%;
	text-align:left;
	padding:4px;
	margin-bottom:30px;
	clear:both;
}
#content ul{
	list-style-position:outside;
	list-style-type:disc;
	padding-left:0px;
	margin-bottom:5px;
	margin-left:20px;
}
#content li{
	margin-bottom:5px;
	line-height:150%;
}
#content hr{
	height:1px;
	border:none;
	border-top:dashed 1px #666666;
	margin-top:10px;
	margin-bottom:15px;
	clear:both;
}
#content table{
	margin-left:auto;
	margin-right:auto;
}
#content table a{
	font-size:100%;
}
#content table.left{
	margin-left:0px;
}
#content td.left{
	text-align:left;
}
.red{
        color:#ff0000; 
}
.orange{
        color:#ff8c00; 
}
.blue{
	color:#0000ff;
}
.bold{
	font-weight: bold;
}
.wide{
	line-height:1.8;
}
.big{
	font-size:150%;
	font-weight:bold;
}

/* トップページの設定 */
#content div.main{
	width:460px;
	float:left;
	margin-right:15px;
}
#content div.section{
	background-color:#ffffff;
	border:1px #c0c0c0 solid;
	margin-top:0px;
	margin-bottom:10px;
}
#content div.section h3{
	margin:0;
	padding:5px 10px;
	background-color:#f5f5f5;
	border-bottom:1px #c0c0c0 dotted;
	font-size:100%;
}
#content div.section div.textArea{
	height:150px;
	overflow:auto;
}
#content div.section div.textArea p{
	margin:0.5em 10px;
}
#content div.right{
	float:right;
	margin:0px;
}
#content p.top_img{
	margin-top:0px;
	margin-bottom:10px;
}

/* 個人情報保護ページの設定 */
#content div.privacy{
	width:600px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#content div.privacy p.title{
	background-color:#ffcc00;
	font-weight:bold;
	padding:4px;
	clear:both;
}
#content div.privacy p.right{
	text-align:right;
}

/* 新着情報ページの設定 */
#content table.new , table.new th , table.new td{
	font-size:100%;
	color:#000000;
	text-align:left;
	padding:7px;
	margin-bottom:10px;
	border-collapse:collapse;
	border:solid 1px #c1c1c1;
}
#content table.new th{
	background-color:#f5f5f5;
	text-align:center;
}
#content table.new th.right , td.right{
	width:500px;
}

/* 店舗案内ページの設定 */
#content table.tenpo , table.tenpo th , table.tenpo td{
	width:630px;
	font-size:100%;
	color:#000000;
	text-align:center;
	padding:7px;
	margin-bottom:10px;
	border-collapse:collapse;
	border:solid 1px #c1c1c1;
}
#content table.tenpo caption{
	background-color:#f5f5f5;
	text-align:left;
	border:solid 1px #c1c1c1;
	padding:5px;
}
#content table.tenpo caption.dairen{
	background-color:#fff4f4;
}
#content table.tenpo th{
	width:250px;
}
#content table.tenpo td.left{
	width:80px;
}
#content table.tenpo td.right{
	width:300px;
	text-align:left;
}

/* 撮影会・ツアー情報ページの設定 */
#content table.tour , table.tour th , table.tour td{
	font-size:100%;
	color:#000000;
	text-align:left;
	padding:7px;
	margin-bottom:10px;
	border-collapse:collapse;
	border:solid 1px #c1c1c1;
}
#content table.tour th{
	background-color:#f5f5f5;
	text-align:center;
}
#content table.tour td.sakuhin{
	text-align:center;
}

/* 商品ページの設定 */
#content div.shouhin_img{
	width:200px;
	float:left;
	text-align:left;
	margin-left:5px;
	margin-bottom:15px;
}
#content div.shouhin_ex{
	float:right;
	text-align:left;
}
#content table.shouhin , table.shouhin th , table.shouhin td{
	width:485px;
	font-size:100%;
	color:#000000;
	text-align:left;
	padding:7px;
	margin-bottom:15px;
	border-collapse:collapse;
	border:solid 1px #c1c1c1;
}
#content table.shouhin th{
	width:120px;
	background-color:#f5f5f5;
}

/* 商品オーダーページの設定 */
#content table.order , table.order th , table.order td{
	font-size:100%;
	color:#000000;
	text-align:left;
	padding:7px;
	font-weight:normal;
	margin-bottom:20px;
	border-collapse:collapse;
	border:solid 1px #c1c1c1;
}
#content table.order caption{
	font-size:100%;
	color:#000000;
	text-align:left;
	font-weight:bold;
	background-color:#fff4f4;
	padding:7px;
	border:solid 1px #c1c1c1;
}
#content table.order th{
	width:150px;
}
#content table.order td{
	width:450px;
}
/* バック紙 */
#content img.tokuten{
	float:left;
	margin-bottom:10px;
	margin-right:20px;
}
/* フッターの設定 */
#footer{
	text-align:right;
	font-weight:bold;
	border-top:solid 5px #ed1c24;
	padding-top:5px;
	margin-bottom:10px;
	clear:both;
}
