/*詳細ページの基本設定*/
@charset "UTF-8";
body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #9CF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
/*ボックス構造の設定*/
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-size: 12px;
}
#header {
	width: 900px;
	float: left;
	font-size: 11px;
	height: 80px;
}
#lsidebar {
	float: left;
	width: 200px;
	font-size: 10px;
	clear: none;
}
#middlebox {
	width: 700px;
	float: left;
}
#footer {
	width: 900px;
	float: none;
	clear: both;
	text-align: center;
	padding-bottom: 15px;
}
/*（ギャラリーページ共通）見出しの設定*/
.title {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	clear: both;
}
.subtitle {
	font-size: 12px;
	clear: both;
	margin-left: 20px;
	margin-bottom: 0px;
}
/*（ギャラリーページ共通）本文の設定*/
.brieftext {
	margin-right: 30px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	clear: both;
	float: left;
	padding: 10px;
}
/*（ギャラリーページ共通）画像位置の設定*/
.imgright {
	float: right;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.imgleft {
	float: right;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.imgmediumborder{
	border: 2px solid #999;
}
.returntopagetop {
	clear: both;
	float: left;
	padding-right: 30px;
	margin-top: 10px;
	width: 135px;
	padding-left: 50px;
}
/*（個別設定）ヘッダー*/
#headercontents {
	width: 860px;
	float: left;
	height: 60px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.subpagelogo {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#headertitle {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 0px;
}
/*（個別設定）サイドバー*/
#lsidenonedit {
	float: left;
	width: 200px;
	clear: both;
}
#lsideedit {
	float: left;
	width: 200px;
	clear: both;
}
.galleryindex{
	float: none;
	width: 160px;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	line-height: 1.7em;
}
.galleryindextitle {
	background-color: #CCC;
	font-weight: normal;
	font-size: 12px;
	margin-top: 0px;
	padding: 7px;
	text-align: center;
	vertical-align: middle;
}
.galleryindex ul,li {
	list-style-type: none;
	margin: 0;
	text-indent: 0;
	padding: 0;
	font-weight: bold;
	line-height: 2em;
}
.galleryindex ul li ul li {
	text-indent: 1em;
	margin-top: 5px;
}
.galleryindex ul li ul li ul li{
	text-indent: 2em;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 2em;
}
/*（個別設定）ミドルボックス*/
#middleboxcontents{
	width: 697px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #999;
}
#middlenonedit {
	width: 697px;
	float: left;
}
#opengallerynavi {
	text-align: center;
	float: left;
	width: 695px;
	font-size: 11px;
	margin-top: 0px;
	border: thin solid #999;
	background-color: #CCC;
}
#middleedit {
	width: 697px;
	float: left;
	margin-bottom: 20px;
}
/*（個別設定）ミドルボックス（オープンギャラリー作品概要）*/
.ogsubpagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	clear: both;
	float: none;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
}
.ogprofile1 {
	float: left;
	height: auto;
	width: 560px;
	margin-right: auto;
	margin-left: 40px;
	margin-top: 20px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-top-color: #9CF;
	border-bottom-color: #9CF;
	margin-bottom: 30px;
	padding: 20px;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: ridge;
	border-left-style: groove;
	border-right-color: #9CF;
	border-left-color: #9CF;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	clear: both;
}
.ogprofiletable {
	margin-right: 20px;
	margin-left: 10px;
}
.ogprofiletable tr th{
	width: 120px;
}
.ogprofile1img1 {
	clear: both;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: medium solid #999;
	width: 160px;
}
.ogprofile2 {
	float: left;
	height: auto;
	width: 450px;
	margin-right: auto;
	margin-left: 80px;
	margin-top: 10px;
	margin-bottom: 50px;
	border: medium solid #9CF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.builderscommenttitle {
	float: left;
	height: auto;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}
.builderscommentcontents {
	float: left;
	height: auto;
	font-size: 12px;
	clear: both;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 430px;
}
/*（個別設定）ミドルボックス（作品展示フレーム）*/
.galleryitem {
	width: 700px;
	float: left;
}
.galleryframe {
	float: left;
	width: 637px;
	clear: both;
	margin: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.galleryframeimg {
	width: auto;
	float: left;
	border-top-width: thick;
	border-right-width: 20px;
	border-bottom-width: thick;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #66F;
	border-right-color: #66F;
	border-bottom-color: #66F;
	border-left-color: #66F;
	margin-right: 10px;
	margin-left: 10px;
	height: auto;
}
.galleryframecaptionx185 {
	float: left;
	height: auto;
	width: 185px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.galleryframecaptionx225 {
	float: left;
	height: auto;
	width: 225px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.galleryframecaptionx280 {
	float: left;
	height: auto;
	width: 280px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.galleryframecaptionx480 {
	float: left;
	height: auto;
	width: 480px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
}
/*（個別設定）ミドルボックス（管理人コメント）*/
.gallerymasterspart {
	float: left;
	height: auto;
	width: 595px;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 40px;
	margin-bottom: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.masterscomment {
	float: left;
	height: auto;
	width: 450px;
	border: thin solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 40px;
	margin-left: 30px;
}
.masterscommenttitle {
	float: left;
	height: auto;
	font-weight: bold;
	clear: both;
}
.masterscommentcontents {
	float: left;
	height: auto;
	clear: both;
	margin-left: 20px;
	width: 430px;
}
/*（個別設定）フッター*/
#footercontents {
	width: 860px;
	float: none;
	text-align: left;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #999;
}
.footername {
	font-size: 14px;
	font-weight: bold;
	clear: both;
	float: none;
	margin-top: 0px;
}
/*パンくずリストの設定*/
#breadcrumbs {
	margin-left: 25px;
	clear: both;
	float: left;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 15px;
}
