@charset "euc-jp";

.topbutton {
	margin:0 0 20px 26px;
}

ul.arrowlink {
	margin: 0 0 0 10px;
	list-style-type: none;
}
ul.arrowlink li {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	background-image: url(/img/arrowbox.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

/* TwoColumnList */
#BodyContents .TwoColumnList {
	position:relative;
	width:772px;
}
#BodyContents .TwoColumnList .Column1 {
	position:relative;
	width:378px;
	float:left;	
}
#BodyContents .TwoColumnList .Column2 {
	position:relative;
	width:378px;
	float:right;	
}
#BodyContents .TwoColumnList ul {
	padding:5px 0 0 0;
	list-style-type:none;
	text-align:left;
}
#BodyContents .TwoColumnList ul li {
	margin:0 0 6px 0;
	padding:0 0 6px 0;
	border-bottom:1px dotted #ccc;
	text-align:left;
}

#BodyContents .TwoColumnList ul#Topics,
#BodyContents .TwoColumnList ul#BlogHeadlines {
	margin:0 10px;
}

#BodyContents .TwoColumnList ul#Topics li {
	min-height:52px;
	_height:100%;
}
#BodyContents .TwoColumnList ul#BlogHeadlines li {
	min-height:100px;
	_height:100%;
}

#BodyContents .TwoColumnList ul#Topics li img.topicicon,
#BodyContents .TwoColumnList ul#BlogHeadlines li img.topicicon {
	float:left;	
}

#BodyContents .TwoColumnList .icon-rss {
	position:absolute;
	left:330px;
	top:8px;
}

#BodyContents .TwoColumnList ul#Topics li span.topicbody {
	vertical-align:top;
	display:block;
	margin-left:55px;
	font-size:90%;
	line-height:150%;
}
#BodyContents .TwoColumnList ul#BlogHeadlines li span.topicbody {
	vertical-align:top;
	display:block;
	margin-left:105px;
	font-size:90%;
	line-height:150%;
}


/*=========== Home ===========*/
#Home #BodyContents .TwoColumnList {
	margin:0 auto;
}


 /*serviceLink*/
#Home ul#serviceLink {
	margin: 0 0 10px 0;
	padding: 0 10px;
	list-style-type: none;
	text-align: center;
	height: 83px;
}
#Home ul#serviceLink li {
	display: block;
	float: left;
}

#Home ul#serviceLink li#serviceLink-slresearch {
	padding: 0;
	margin: 0 9px;
}
#Home ul#serviceLink li#serviceLink-entrysupport,
#Home ul#serviceLink li#serviceLink-vmincentive {
	padding: 0;
	margin: 0;
}


/* ContactRegistLink */
#Home #ContactRegistLink {
	margin:32px 0 20px 0px;
	background-image:url(/img/bg-bodyseparator.png);
	background-repeat:repeat-x;
	padding:10px 0 0 0;
	text-align:left;
	width:auto;
}

#Home #ContactRegistLink .TwoColumnList .Column1 {
	position:relative;
	width:496px;
	float:left;	
}
#Home #ContactRegistLink .TwoColumnList .Column2 {
	position:relative;
	width:260px;
	float:right;	
}

#Home #ContactRegistLink h2 {
	margin:0 0 8px 0;
	_margin:0 0 8px 10px;
}
#Home #ContactRegistLink .ContactLinkBody {
	_width:100%;
	padding:0 0 20px 0px;
	_padding:0 0 20px 10px;
}
#Home #ContactRegistLink .ContactLinkBody p.txt {
	font-size:90%;
}
#Home #ContactRegistLink p.linkbutton {
	margin:3px 0px;
	
}



/*=========== Main ===========*/

/* mainbanner */
#BodyContents .mainbanner {
	margin:20px 0 10px 0;
	padding:20px 0 0 0;
	border-top:1px solid #eee;
	text-align:center;
}
#Home #BodyContents .mainbanner {
	margin:20px 0 10px 0;
	padding:0 0 0 0;
	border-top:none;
}


#BodyContents #Main {
	width:600px;
	float:left;
	border-right:1px solid #dbdbdb;
	padding:15px 0px 0px 0px;
	margin-bottom:25px;
}

#BodyContents #Main .TopicBody {
	padding:0px 10px 15px 15px;
	_padding:0px 0px 15px 15px;
}
#BodyContents #Main .TopicBody p {
	line-height:160%;
	margin-bottom:1.5em;
}

#BodyContents #Main .TopicBody p.nm {
	margin-bottom:0;
}

/* List */
#BodyContents #Main ol {
	margin-left:25px;
}
#BodyContents #Main ol li {
	margin-bottom:10px;
}

/* Ttl */
#BodyContents #Main .TtlLv2 {
	font-size:100%;
	text-shadow: #ccc 2px 2px 2px;
	font-weight:bold;
	background-image:url(/img/bg-TtlLv2-top.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:10px;
}
#BodyContents #Main .TtlLv2b {
	font-size:83%;
	padding:3px 5px;
	color:#082f86;
	background-color:#fafafa;
	border-left:4px solid #082f86;
	border-bottom:1px solid #dedede;
	margin:0 10px 5px 0;
	line-height:100%;
	font-weight:normal;
}
#BodyContents #Main .TtlLv2 span {
	display:block;
	background-image:url(/img/bg-TtlLv2-btm.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:6px 10px;
	color:#258608;
}

#BodyContents #Main .TtlLv3 {
	font-size:90%;
	padding:6px 10px;
	color:#258608;
	background-color:#fafafa;
	border-left:4px solid #258608;
	border-bottom:1px solid #dedede;
	margin-top:20px;
	margin-bottom:10px;
	line-height:100%;
}
#BodyContents #Main .TtlLv4 {
	font-size:83%;
	color:#960035;
	margin-bottom:1em;
	margin-top:10px;
}


/* Table */
#BodyContents #Main table {
	border:none;
	border-collapse:separate;
	border-spacing:1px;
	line-height:150%;
	margin-bottom:1em;
}
#BodyContents #Main table tr th {
	background-color:#f2f2f7;
	color:#3c3a56;
	border:1px solid #dedede;
	padding:3px;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}
#BodyContents #Main table tr td {
	background-color:#fafafa;
	border:1px solid #dedede;
	padding:3px;
	vertical-align:top;
}

#BodyContents #Main table tr td th,
#BodyContents #Main table tr td td {
	background-color:#fff;
}
#BodyContents #Main table tr td ul {
	margin-left:25px;
}



/*=========== Cases ===========*/
#Cases-Detail #BodyContents #Main {
	width:420px;
	float:left;
	border-right:1px solid #dbdbdb;
	padding-top:15px;
	margin-bottom:25px;
}

#Cases ul.CaseIndex {
	margin:20px 0;
	border-top:1px dotted #ccc;
	padding:0 0 0 0;
	list-style-type:none;
}
#Cases ul.CaseIndex li {
	border-bottom:1px dotted #ccc;
	padding:20px 0 20px 0;
	line-height:150%;
}

#Cases ul.CaseIndex li img.CaseIndexPict {
	float:left;
}
#Cases ul.CaseIndex li span.topicbody {
	display:block;
	margin-left:190px;
}
#Cases ul.CaseIndex li span.topicbody a.clientname {
	font-size:110%;
}

#Cases-Detail #BodyContents #Main .logo {
	text-align:center;
}


/*=========== Seminar ===========*/
#Seminar #BodyContents #Main ul.Seminar-Index {
	list-style-type:none;
	background-color:#fafafa;
	border:3px double #dedede;
	padding:4px;
}
#Seminar #BodyContents #Main ul.Seminar-Index li {
	list-style-type:none;
	background-color:#fff;
	border:1px solid #f2f2f2;
	padding:6px;
	margin:1px;
	_width:100%;
}
#Seminar #BodyContents #Main ul.Seminar-Index li a {
	display:block;
	padding:6px 0 6px 24px;
	background-image:url(/img/icn-seminar-ready.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
}
#Seminar #BodyContents #Main ul.Seminar-Index li a:hover {
}
#Seminar #BodyContents #Main ul.Seminar-Index li a.full {
	background-image:url(/img/icn-seminar-full.png);
	color:#666;
}

#Seminar #BodyContents #Main form input#fInputNumber {
	width:50px;
}


/*=========== Form ===========*/
#BodyContents #Main form {
	background-color: #fff;
}
#BodyContents #Main .required {
	color:#f30;
}
#BodyContents #Main form fieldset {
	display:block;
	background-color:#fbfbfb;
	_background-color:#fff;
	border:1px solid #dedede;
	padding:8px;
	margin:20px;
	width:528px;
	_width:546px;
}
/* IE7 Hack */
*+html #BodyContents #Main form fieldset {
	background-color:#fff;
}

#BodyContents #Main form fieldset legend {
	font-size:83%;
	line-height:100%;
	color:#fff;  
	background-color: #555;  
	border: 1px solid #333;  
	padding: 2px 6px;
	font-weight:bold;
	margin-bottom:5px;
}
#BodyContents #Main form fieldset p {
	margin: 0 0 0 0 !important;
}
#BodyContents #Main form fieldset input {
	width:320px;
	font-size:140%;
}
#BodyContents #Main form fieldset input.checkbox {
	width:auto;
}
#BodyContents #Main form fieldset p.form-label {
	width:130px;
	float:left;
	text-align:right;
	padding:2px 0;
}
#BodyContents #Main form fieldset p.form-label-long {
	width:200px;
	float:left;
	text-align:right;
	padding:2px 0;
}
#BodyContents #Main form fieldset p.form-label-full {
	padding:2px 0;
}

#BodyContents #Main form fieldset p.form-label label,
#BodyContents #Main form fieldset p.form-label-long label,
#BodyContents #Main form fieldset p.form-label-full label {
	border-bottom:none;
}

	
#BodyContents #Main form fieldset p.form-input {
	width:390px;
	float:right;
	padding:2px 0;

}
#BodyContents #Main form fieldset p.form-input-long {
	width:320px;
	float:right;
	padding:2px 0;

}
#BodyContents #Main form fieldset p.form-input-full {
	padding:2px 0;
}

#BodyContents #Main form fieldset .clear-both {
	border-top:1px solid #dbdbdb;
	margin:0;
	width:100%;
}
#BodyContents #Main form fieldset .nb {
	border:none;
}

#BodyContents #Main form .submit-button {
	background-color:#eeffe9;
	border:3px double #dedede;
	text-align:center;
	padding:3px;
	margin:0 10px 0 20px;
}
#BodyContents #Main form .submit-button p {
	margin:0px;
}

/* Pager More */
#BodyContents #Main p.pager-more {
}
#BodyContents #Main p.pager-more a {
	display:block;
	text-align:center;
	background-color:#f6f6f6;
	background-image:url(/img/bg-paging.png);
	background-repeat:repeat-x;
	border:1px solid #dcdcdc;
	padding:2px 4px;
	font-size:83%;
	margin:10px 0;
}
#BodyContents #Main p.pager-more a:hover {
	background-image:none;
	background-color:#ffeafa;
}




/* Sorry */
body#Sorry #BodyContents {
	text-align:center;
}
body#Sorry #BodyContents .sorry {
	text-align:left;
	margin:0px auto;
	padding:30px 0;
}
body#Sorry #BodyContents h1 {
	text-align:center;
	margin:10px 0;	
}
body#Sorry #BodyContents .topicbody {
	width:480px;
	margin:10px auto;
	line-height:160%;
}
body#Sorry #BodyContents .topicbody h2 {
	font-size:90%;
	padding:6px 10px;
	color:#258608;
	background-color:#fafafa;
	border-left:4px solid #258608;
	border-bottom:1px solid #dedede;
	margin-top:20px;
	margin-bottom:10px;
	line-height:100%;
}


/*=========== Service ===========*/

#Service .Emphasis{
	font-weight:bold;
	color:#e60283;
}

#Service #BodyContents .IndexLead{
	padding-bottom:20px;
	border-bottom:1px dotted #cccccc;
}

#Service #BodyContents .TopicBody .Service-ctt-left{
	float:left;
	width:280px;
}
#Service #BodyContents .TopicBody .Service-ctt-left p {
	padding:0px 0px 10px 5px;
}

/* serviceLink */
#Service ul#serviceLink {
	margin: 0 0 10px 0;
	padding: 0 10px;
	list-style-type: none;
	text-align: center;
	height: 83px;
}
#Service ul#serviceLink li {
	text-align: left;
}
#Service ul#serviceLink li a {
	display: block;
	width:250px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* Entry-support */
#Service #BodyContents .TopicBody .imagevisual {
	text-align:center;
}

#Service #BodyContents .TopicBody .Entry-supportBody {
	background-image:url(/img/bg-entrysupportM.png);
	background-repeat:repeat-y;
	width:558px;
}

#Service #BodyContents .TopicBody .Entry-supportBodyTOP {
	background-image:url(/img/bg-entrysupportT.png);
	background-position:top;
	background-repeat:no-repeat;
}

#Service #BodyContents .TopicBody .Entry-supportBody .Copy-entrysupport{
	position:relative;
	top:20px;
	left:12px;
}

#Service #BodyContents .TopicBody .Entry-supportBody .entrysupportCtt{
}

#Service #BodyContents .TopicBody .Entry-supportBody .entrysupportCtt .Cmt-entrysupport{
	width:164px;
	float:left;
	margin:0 13px;
	_margin:0 8px;
	padding-top:251px;
}

#Service #BodyContents .TopicBody .Entry-supportBody .entrysupportCtt .CmtCnt-entrysupport{
	width:164px;
	float:left;
	margin:0 9px;
	padding-top:297px;
}

#Service #BodyContents .TopicBody .Entry-supportBody .entrysupportCtt .CmtEnd-entrysupport{
	width:164px;
	float:left;
	margin-left:10px;
	_margin-left:12px;
	padding-top:251px;
}

#Service #BodyContents .TopicBody .Entry-supportBody .Entry-supportBodyBtm{
}

#Service #BodyContents .TopicBody .Entry-fourpoints{
	margin-left:30px;
}

#Service #BodyContents .TopicBody .Entry-fourpoints td{
	border:none;
}

#Service #BodyContents .TopicBody .Entry-fourpoints .fourpointsOne{
	width:247px;
	height:179px;
	background-image:url(/img/bg-fourpoint1.png);
	background-repeat:no-repeat;
}

#Service #BodyContents .TopicBody .Entry-fourpoints .fourpointsTwo{
	width:247px;
	height:179px;
	background-image:url(/img/bg-fourpoint2.png);
	background-repeat:no-repeat;
}

#Service #BodyContents .TopicBody .Entry-fourpoints .fourpointsThree{
	width:247px;
	height:179px;
	background-image:url(/img/bg-fourpoint3.png);
	background-repeat:no-repeat;
}

#Service #BodyContents .TopicBody .Entry-fourpoints .fourpointsFour{
	width:247px;
	height:179px;
	background-image:url(/img/bg-fourpoint4.png);
	background-repeat:no-repeat;
}

#Service #BodyContents .TopicBody .Entry-fourpoints .fourpoints-ctt{
	width:200px;
	padding:49px 0 0 23px;
	font-weight:bold;
	font-size:110%;
}

/* To Service List */
#Service #BodyContents .ToList-box{
	margin-top:40px;
	padding:5px 0;
	border-top:1px dotted #cccccc;
}

#Service #BodyContents .ToList-box .ToList{
	width:125px;
	background-image:url(/img/to-servicelist.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:13px;
	font-size:73%;
	position:relative;
	left:10px;
}


/* TwoColumnList */
#Service #BodyContents .TopicBody .TwoColumn {
	position:relative;
	width:585px;
}
#Service #BodyContents .TopicBody .TwoColumn .Column1 {
	width:280px;
	float:left;
	text-align:center;
}
#Service #BodyContents .TopicBody .TwoColumn .Column2 {
	width:280px;
	float:right;
	text-align:center;
}




/* SLR */
#SLR-Kiyaku {
	height:200px;
	overflow:auto;
	background-color:#fff;
	border:1px solid #ccc;
}


/*=========== FAQ ===========*/
#Faq #Main h2 {
	margin-top: 20px;
}
#Faq #Main h3 {
	margin-left: 20px;
	cursor: pointer;
}
#Faq #Main h3 + .TopicBody {
	margin-left: 25px;
}
#Faq #Main dl.faq dt {
	cursor: pointer;
	background-color: #fafafa;
	border: 1px solid #eaeaea;
	padding: 4px;
	margin: 4px 0 0 0;
	color: #0054AA;
}
#Faq #Main dl.faq dt:hover {
	color:#E05C82;
	text-decoration: underline;
}
#Faq #Main dl.faq dd {
	background-color: #fefefe;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin: 0 0 0 0;
	padding: 4px 4px 4px 30px;
}





