@charset "utf-8";
/* CSS Document */
.clear {
	height: 0px;
	width: 100%;
	clear: both;
}
.clear hr {
	display: none;
}
.clear1 {
	height: 1em;
	width: 100%;
	clear: both;
}
.clear1 hr {
	display: none;
}
.line {
	height: 1.75em;
	width: 100%;
	margin: 0.75em 0 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	clear: both;
}
.line hr {
	display: none;
}
.line-dot {
	height: 1em;
	width: 100%;
	margin: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	clear: both;
}
.line-dot hr {
	display: none;
}

p.center {
	text-align: center;
}
.cmt {
	font-size: 90%;
}

img.fl {
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}


.txt-cnt {
	text-align: center;
}

.txt-s {
	font-size: 90%;
	line-height: 140%;
}
.txt-xs {
	font-size: 80%;
	line-height: 140%;
}
.pic-left {
	float: left;
	margin: 0 1em 0 0;
}
.pic-right {
	float: right;
	margin: 0 0 0 1em;
}
.pic-waku {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.mark {
	color: #F03;
	background-color: #ededed;
}


#wrap {
	margin: auto;
	width: 900px;
}
#head {
	margin: 5px 0 0 0;
}
#head .left {
	float: left;
	width: 550px;
	height: 104px;
}
#head .left #ttl {
	padding: 6px 0;
}
#head .left h2, #head .left p {
	font-size: 90%;
	font-weight: normal;
}
#head .right {
	float: right;
	width: 255px;
	text-align: right;
	padding: 12px 0;
}
#head #nav {
	list-style-type: none;
	padding: 0px;
	display: block;
	margin: 0px;
}
#head #nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}
#head .catch {
	padding: 0.5em 0 0 0;
}

#main #pic {
	margin: 0.3em 0 1em 0;
}
#content {
	float: left;
	width: 640px;
}
#content h3,#content h4 {
	padding: 0 0 1em 0;
}

#content .ttl-keisou {
	position: relative;
	left: -90px;
	padding: 0;
}
#content .box-point {
	background:#F8F8F8;
	border:1px dashed #CCCCCC;
	margin:1em 0;
	padding:18px;
	width: 595px;
}
table.keisodo {
	padding: 5px;
	background-color: #666;
}

table.keisodo th{
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	padding: 5px;
}
table.keisodo td {
	background-color: #FFF;
	padding: 5px;
}


#content p {
	padding: 0 0 1em 0;
}
/*事例用*/
#content h2#ttl-pic {
	padding: 0;
}
#content .ttl-sub {
	background-color: #ededed;
	background-image: url(images/bg_ttl-sub.gif);
	background-repeat: no-repeat;
	height: 23px;
	padding: 3px 0 0 13px;
	font-weight: bold;
	background-position: left 1px;
	border-bottom: 1px solid #666;
	margin: 0 0 0.5em 0;
}
#content .ttl-cate {
	font-size: 95%;
	font-weight: normal;
	background-color: #ededed;
	display: block;
	padding: 5px 0;
	text-align: center;
}
#content .ttl-kei {
	margin: 0px;
	padding: 0px;
}


table.base {
	width: 640px;
	border: 0;
	border-spacing: 0;
	empty-cells: hide;
}
table.base td {
	padding: 0;
	vertical-align: top;
}
table.stripe {
	width: 640px;
	border: 0;
	border-spacing: 0;
	empty-cells: hide;
}
table.stripe th {
	padding: 5px;
	background-color: #EDEBDA;
}
table.stripe td {
	padding: 5px;
}
table.stripe th.ttl , table.stripe .odd th{
	background-color: #E6E2CA;
}
table.stripe .odd td {
	background-color: #F7F5EE;
}

.ex-left {
	float: left;
	width: 310px;
}
.ex-right {
	float: right;
	width: 310px;
}
.ex-center {
	text-align: center;
	width: 500px;
	margin: auto;
}


.pic-jirei {
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.detail {
	display: block;
	margin: 0.5em 0 0 0;
}
.hiyou  {
	font-size: 100%;
	font-weight: bold;
	background-color: #ededed;
	display: block;
	padding: 5px 0 5px 0;
	text-align: center;
	margin: 0;
	color: #F03;
}

#content ul.new-jirei {
	list-style-type: none;
	font-size: 90%;
	line-height: 120%;
}
#content ul.new-jirei .left {
	float: left;
	width: 200px;
	padding: 0 20px 1em 0;
}
#content ul.new-jirei .right {
	float: right;
	width: 200px;
}
#content ul.new-jirei span {
	font-size: 80%;
	color: #EA535D;
}
#content ul.jirei-bui {
	list-style-type: none;
}

#content .jirei-bui .left {
	float: left;
	width: 120px;
	padding: 0 10px 1em 0;
}
#content .jirei-bui .right {
	float: right;
	width: 120px;
}
#content .jirei-bui span {
	text-align: center;
	display: block;
}
#content ul#new {
	list-style-type: none;
	padding: 0 0 1em 0;
}
#content #new li {
	margin: 0 0 0.5em 0;
	padding: 0 0 2px 6.8em;
	text-indent: -6.8em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#content #new span {
	background-image: url(images/list_new.gif);
	padding: 0 1.5em 0 0;
	margin: 0 1em 0 0;
	background-repeat: no-repeat;
	background-position: right center;
}
#bg-studio {
	background-image: url(images/studio/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 640px;
}
#bg-studio #pic01 {
	padding: 30px 0 0 179px;
	height: 270px;
	width: 360px;
}
#bg-studio #pic02 {
	margin: 0;
	height: 217px;
	width: 292px;
	float: right;
}
#bg-studio #pic03 {
	margin: 0 0 0 15px;
	width: 290px;
	float: left;
}
#bg-studio #pic04 {
	margin: 60px 15px 0 0;
	width: 290px;
	float: right;
}
#bg-studio #pic05 {
	margin: 0 0 0 15px;
	width: 290px;
	float: left;
	text-align: center;
}
#bg-studio #pic06 {
	margin: 0 15px 0 0;
	width: 290px;
	float: right;
	text-align: center;
}
#bg-studio .txt01 {
	float: left;
	margin: 55px 0 0 30px;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 2px;
}
ol.concept li {
	padding: 0 0 1em 0;
}



#side-nav {
	float: right;
	width: 230px;
}
#side-nav .bnr {
	padding: 0 0 1em 0;
	list-style-type: none;
	margin: 0px;
}
#side-nav .bnr li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#side-nav .bnr-link {
	padding: 0 0 1em 0;
	text-align: center;
}
#side-nav ul#blog {
	padding: 0 0 1em 0;
	list-style-type: none;
}
#side-nav ul#blog li {
	background-repeat: no-repeat;
	font-size: 10px;
}
#side-nav ul#blog li a {
	display: block;
	margin: 0;
	height: 23px;
	width: 215px;
	display: block;
	padding: 77px 0 20px 15px;
}

#side-nav ul#blog li.tencho {
	background-image: url(images/bnr_blog01.jpg);
}
#side-nav ul#blog li.dotabata {
	background-image: url(images/bnr_blog02.jpg);
}
#side-nav ul#blog li.kouji {
	background-image: url(images/bnr_blog03.jpg);
}
#side-nav ul#blog li.staff {
	background-image: url(images/bnr_blog04.jpg);
}
#side-nav ul#blog li.keisoudo {
	background-image: url(images/bnr_blog05.jpg);
}

#side-nav ul.blog {
	padding: 0 0 1em 0;
	list-style-type: none;
}
#side-nav ul.blog li {
	background-repeat: no-repeat;
	font-size: 10px;
}
#side-nav ul.blog li a {
	display: block;
	margin: 0;
	height: 23px;
	width: 215px;
	display: block;
	padding: 77px 0 20px 15px;
}
#side-nav ul.blog li.keisoudo {
	background-image: url(images/bnr_blog05.jpg);
}



#side-nav .ttl-ol {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 0 0 3px 0;
}
#side-nav .ttl-no {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin: 1em 0;
}
#side-nav .menu {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding: 0 0 0 15px;
}
#side-nav .menu li {
	margin: 0 0 0 5px;
}

#foot {
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 240px;
}
#foot p {
	padding: 0 0 1em 0;
}

#foot .box {
	margin: auto;
	width: 900px;
}
#foot .box .left {
	padding: 50px 0 0 0;
	float: left;
	width: 280px;
}
#foot .box .right {
	float: right;
	width: 620px;
	font-size: 90%;
	line-height: 140%;
	text-align: right;
}
#foot .box .right ul {
	padding: 15px 0 0 0;
	list-style-type: none;
	width: 620px;
	display: block;
}
#foot .box .right ul li {
	padding: 0;
	float: right;
}
