@charset "UTF-8";
/*------------------------------------リセット*/
h1, h2, h3, h4, h5, h6, p, address, ul, li, img {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	list-style-type: none;
}
dl, dt, dd {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/*------------------------------------clearfix*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*------------------------------------body*/
body {
	margin: 0px;
}
/*---------------------------------container*/
#container {
	font-size:90%;
	color:#333;
	width: 900px;
	margin: auto;
}
/*---------------------------------header*/
#header {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top: 5px solid #FF6600;
}
#header h1 {
	color:#f60;
	text-align:left;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
}
#header h2  {
	text-align:left;
	padding-bottom: 10px;
	padding-left: 17px;
	height: auto;
}
#header h3 {
	clear:both;
}
ul#navi {
	list-style:none;
	background-image: url(image/blue_gloss_1.png);
	background-repeat: repeat-x;
}
ul#navi li {
	width:147px;
	font-size:115%;
	font-weight:bold;
	border:1px solid #fff;
	height: 1.8em;
	line-height: 1.8em;
	text-align: center;
	float: left;
}
ul#navi a {
	color:#fff;
	text-decoration:none;
	display:block;
	background-image: url(image/blue_gloss_1.png);
	background-repeat: repeat-x;
	background-position: center;
}
ul#navi a:hover, ul#navi a:active {
	color:#ff8000;
	background-image: url(image/blue_gloss_2.png);
	background-repeat: repeat-x;
	background-position: center;
}
ul#navi .nav {
	width: 151px;
	color:#fff;
	margin-right:auto;
	margin-left:auto;
	background-image: url(image/blue_gloss_2.png);
	background-repeat: repeat-x;
	background-position: center;
}
#wrapper {
	width:900px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
/*---------------------------------sidebarA*/
#sidebarA {
	float:left;
	width:188px;
	padding-left: 30px;
}
#sidebarA p {
	margin-bottom: 20px;
}
#sidebarA p a img {
	border:1px solid #CCCCCC;
	padding:3px;
}
#sidebarA p a:link, ul#list01 a:visited {
	text-decoration:none;
}
#sidebarA p a:hover img {
	border:1px solid #F30;
}
/*---------------------------------main*/
#concept {
	float:left;
	width:350px;
	line-height: 1.6em;
	font-size: 100%;
	padding-bottom: 50px;
	padding-left: 50px;
}
#concept h3 {
	font-size: 120%;
	line-height: 1.6em;
	font-weight: bold;
	color: #009900;
	border-left: 12px solid #009900;
	padding-left: 0.8em;
}
#concept p {
	line-height: 1.6em;
	padding-top: 15px;
}
/*---------------------------------sidebarB*/
#sidebarB {
	height: 350px;
	float:right;
	width:190px;
	font-size:80%;
	padding-right: 30px;
}
#contact img {
	height: 350px;
	width: 190px;
}
#mail {
}
/*---------------------------------gallery*/
#gallery_container {
	width:900px;
	font-size:90%;
	margin:auto;
	padding:0;
}
#gallery_wrapper {
	width:900px;
	margin-right: auto;
	margin-left: auto;
}
#gallery_wrapper #sidenav {
	float:left;
	width:25%;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 10px;
}
#gallery_wrapper #sidenav p {
	font-size:16pt;
	color:#666666;
	font-weight:bold;
	line-height: 1.5em;
	border-bottom: 1px dotted #999;
}
#gallery_wrapper #sidenav ul {
	text-align:left;
	list-style:url(none) none;
}
#gallery_wrapper #sidenav ul li {
	font-size:130%;
	width: 200px;
	text-indent: 0.3em;
	padding-top: 3px;
	padding-bottom: 3px;
}
#gallery_wrapper #sidenav ul li a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	display: block;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#gallery_wrapper #sidenav ul li a:hover {
	border-left:8px solid #f60;
}
#gallery_wrapper #sidenav .c2 {
	color:#f60;
	padding-top: 0.2em;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#gallery_wrapper #contents {
	float:left;
	width:69%;
}
#gallery_wrapper #contents p {
	color: #0033FF;
	font-size: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#gallery_wrapper #contents ul {
	float:right;
	margin:0;
	padding:0;
}
#gallery_wrapper #contents ul li {
	list-style: url(none) none;
	float:left;
	display:inline;
	width:125px;
	height:125px;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-right: 30px;
}
#gallery_wrapper #contents ul a img {
	display:block;
	border:1px solid #FFFFFF;
	text-decoration:none;
	padding:0;
}
#gallery_wrapper #contents ul a:hover img {
	border-color:#ff4500;
}
.b1 {
	background-color: #FFF;
	text-align: center;
}
.b2 {
	background:#fff;
	font-size:9pt;
}
.none {
	visibility:hidden;
}
/*------------------------------------*/
#info_container {
	text-align:left;
	width: 800px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#info_container .menu {
	width:auto;
	font-size:120%;
	font-weight:bold;
	color:#039;
	text-align:left;
	border-bottom:solid 2px #039;
	margin: 20px;
}
#info_container ul li {
	padding-left: 60px;
	padding-bottom: 0.5em;
}

#privacy_container {
	width:800px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	height: 670px;
}
.menu2 {
	font-weight:bold;
	margin-bottom:20px;
	border-left:15px solid #c03;
	border-bottom:1px solid #c03;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	margin-top: 20px;
}
#link dl {
	padding-left: 30px;
	line-height: 2em;
}
#privacy_container p.c4  {
	margin-left:30px;
	margin-top: 30px;
}
#privacy_container .c5 {
	margin-left: 60px;
}
a.l1 {
	color:#333;
	text-decoration:none;
}
a.l1:hover {
	color:#ff6600;
	border-bottom: 1px solid #ff6600;
}
/*---------------------------------料金*/
#info_container table#price  {
	color:#666666;
	float:left;
	width:75%;
	text-align:center;
	margin: 1em;	
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-collapse:collapse;
}
#info_container  table#price   th {
	padding-top: 1.3em;
	padding-bottom: 1.3em;
	background-color: #fffacd;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#info_container  table#price   td {
	padding-top: 1.3em;
	padding-bottom: 1.3em;
	background-color: #fffce5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#info_container .t2 {
	clear:both;
	padding-left: 1em;
	font-size: 90%;
}
#info_container ul li {
	list-style: url(image/allow03-b-9px.gif) inside;
	line-height: 1.8em;
}
.sideL {
	width:85%;
	border:1px dashed #ccc;
	margin:1em;
	padding:2em;
	background-color: #EEEEEE;
}
.t5 {
	color:#666;
	margin:10px;
	padding:0.5em 1em;
}
.menu3 {
	text-align:center;
	color:#000;
	font-weight:bold;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	background-image: url(image/4c2f1bfd5efc93264719bc4e1.png);
	width: 100px;
}
#profile {
	padding-left: 20px;
}
dl#faq {
	border:1px solid #999;
}
dl#faq dt {
	color:#fff;
	font-weight:700;
	padding:5px;
	background-image: url(image/4c2f1bfd5efc93264719bc4e1.png);
	background-color: #000000;
}
dl#faq dd {
	padding:20px;
}
/*---------------------------------wrokflow*/
#info_container div#imgflow {
	float:left;
	width:311px;
	padding-top: 30px;
	height: 500px;
}
#info_container div#flow {
	float:right;
	margin-right: 20px;
}
#info_container div#flow dl{
	width:360px;
	border: 1px solid #999999;
	line-height: 1.5em;
	padding: 10px;
}
#info_container div#flow dt {
	color:#009900;
	font-weight:bold;
	font-size: 110%;
	margin-bottom: 0.8em;
}
#info_container div#flow dd {
	margin: 0px;
	padding: 0px;
}
.c7 {
	color:red;
}
/*---------------------------------footer*/
#footer {
	width:900px;
	font-size:80%;
	color:#fff;
	clear:both;
	line-height: normal;
	border-top: 1px solid #CCCCCC;
	background-color: #999999;
	margin-right: auto;
	margin-left: auto;
	height: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#container #footer .link1 {
	float: left;
	width: 500px;
	padding-left: 15px;
}
.link1 a {
	color:#fff;
	text-decoration:none;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.link1 a:hover {
	color:#F30;
	text-decoration: underline;
}
.link1 p {
	line-height: 2em;
	text-align: left;
	padding-left: 10px;
}
.link1 address {
	color:#fff;
	line-height: 3em;
	text-align: left;
	padding-left: 15px;
}
#link2 {
	width:200px;
	float: right;
	border-left: 1px solid #FFFFFF;
	padding-left: 20px;
	line-height: 1.8em;
	font-size: 90%;
	padding-bottom: 10px;
}
#link2 ul li {
	vertical-align: middle;
	list-style: url(image/Arrow3-Right-9px.png) inside;
}
#link2 ul li a {
	text-decoration:none;
	border-bottom:1px dotted #fff;
	color: #FFFFFF;
}
#link2 ul li a:hover {
	color:#ff3300;
	border-bottom:1px dotted #ff3300;
}

