/*------------------------------------------------------------------------
1.リセット
------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
	scrollbar-base-color: #fff;
	scrollbar-arrow-color: #322111;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #322111;
	scrollbar-shadow-color: #322111;
	scrollbar-track-color: #fff;
}
img{
	border:none;
	vertical-align:bottom;
}
body {
	margin:0;
	padding:0;
	font-family:"メイリオ",Verdana,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	font-size:12px;
	color:#000;
	background:#fff;
	text-align:center;
	margin-bottom:10px;
}
.clearboth{
	clear:both;
}
a:link { color: #472d2d;border-bottom:1px dotted #472d2d;text-decoration: none; }
a:visited { color: #472d2d; border-bottom:1px dotted #472d2d;text-decoration: none;}
a:active {  color: #472d2d; border-bottom:1px dotted #472d2d;text-decoration: none; }
a:hover { color: #472d2d;border-bottom:1px solid #472d2d;text-decoration: none; }

a.noline { border-width:0; }
a{outline : 0 ;}

h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	font-size:12px;
	line-height:1em;
}
/*------------------------------------------------------------------------
2.全体枠
------------------------------------------------------------------------*/
#container{
	width:960px;
	border-top:4px solid #000;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}
/*------------------------------------------------------------------------
3.ヘッダー
------------------------------------------------------------------------*/
#header{
	width:960px;
	height:107px;
	position:relative;
}
#header p#home{
	background:url(img/home_off.gif) no-repeat;
	width:47px;
	height:13px;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
}
#header p#home a{
	display:block;
	width:47px;
	height:13px;
	border:none;
}
#header p#home a:hover{
	background:url(img/home_on.gif) no-repeat;
}
#header h1{
	background:url(img/logo.jpg) no-repeat;
	width:345px;
	height:60px;
	position:absolute;
	top:13px;
	left:615px;
	text-indent:-9999px;
}
#header h1 a{
	display:block;
	width:345px;
	height:60px;
	border:none;
}
/*------------------------------------------------------------------------
4.左カラム
------------------------------------------------------------------------*/
#left{
	width:680px;
	float:left;
}
#left h2{
	width:680px;
	margin-top:0px;
	height:35px;
	margin:0 0px 10px;
	text-indent:-9999px;
}
#left h2.information{
	width:620px;
	height:19px;
	text-indent:-9999px;
	margin:0 24px 10px;
	background:url(img/h2_information.gif) no-repeat;
	margin-top:53px;
}
#left h2.company{
	background:url(img/h2_company.gif) no-repeat;
}
#left h2.profile{
	background:url(img/h2_profile.gif) no-repeat;
}
#left h2.inquiry{
	background:url(img/h2_inquiry.gif) no-repeat;
}
#left h2.service{
	background:url(img/h2_serviceguide.gif) no-repeat;
}
#left h2.information2{
	background:url(img/h2_information2.gif) no-repeat;
}
#left #flash{
	width:680px;
	height:340px;
	margin-bottom:53px;
}
#left ul.information{
	margin-left:56px;
}
#left ul.information li{
	line-height:2em;
}
#left #kyotu{
	width:680px;
	border:#ccc 1px solid;
	margin:0 0 30px;
	text-align:center;
	padding-top:20px;
	padding-bottom:30px;
}
#left table.company{
	background-color:#ccc;
	margin:0 auto;
}
#left table.company th{
	padding:15px;
	text-align:left;
	font-weight:normal;
	background-color:#f4f4f4;
	}
#left table.company td{
	padding:15px;
	text-align:left;
	background-color:#fff;
}
#left #kyotu h3{
	width:640px;
	height:100px;
	margin:20px;
	text-indent:-9999px;
}
#left #kyotu h3.consulting{
	background:url(img/h3_consulting.jpg) no-repeat;
}
#left #kyotu h3.plofile{
	width:639px;
	margin-top:30px;
	height:35px;
	text-indent:-9999px;
	background:url(img/h3_profile.gif) no-repeat;
}
#left #kyotu h3.service01{
	width:639px;
	margin-top:30px;
	height:35px;
	text-indent:-9999px;
	background:url(img/h3_serviceguide_01.gif) no-repeat;
}
#left #kyotu h3.service02{
	width:639px;
	margin-top:30px;
	height:35px;
	text-indent:-9999px;
	background:url(img/h3_serviceguide_02.gif) no-repeat;
}
#left #kyotu h3.service03{
	width:639px;
	margin-top:30px;
	height:35px;
	text-indent:-9999px;
	background:url(img/h3_serviceguide_03.gif) no-repeat;
}
#left #kyotu h3.service04{
	width:639px;
	margin-top:30px;
	height:35px;
	text-indent:-9999px;
	background:url(img/h3_serviceguide_04.gif) no-repeat;
}
#left #kyotu p.service{
	width:550px;
	text-align:left;
	line-height:25px;
	margin-top:20px;
	border-bottom:#ccc 1px dotted;
}
#left #kyotu h4{
	width:640px;
	height:30px;
	text-indent:-9999px;
	margin:16px 0;
}
#left #kyotu h4.consulting1{
	background:url(img/h4_consulting1.gif) no-repeat;
}
#left #kyotu h4.consulting2{
	background:url(img/h4_consulting2.gif) no-repeat;
}
/*	メインコンテンツ
------------------------------------------------------------------------*/
#left #main{
	width:640px;
	border:#ccc 1px solid;
	margin:0 0 30px;
	text-align:left;
	padding:19px;
	overflow:hidden;
}
/*	h3
------------------------------------*/
#left #main h3{
	width:640px;
	height:100px;
	text-indent:-9999px;
	line-height:100px;
	clear:both;
}
#left #main h3.consulting{
	background:url(img/h3_consulting.jpg) no-repeat;
}
#left #main h3.manual{
	background:url(img/h3_manual.jpg) no-repeat;
}
#left #main h3.seminar{
	background:url(img/h3_seminar.jpg) no-repeat;
}
#left #main h3.brand{
	background:url(img/h3_brand.jpg) no-repeat;
}
#left #main h3.web{
	background:url(img/h3_web.jpg) no-repeat;
}
#left #main h3.information{
	background:url(img/h3_information.jpg) no-repeat;
}
#left #main h3.information02{
	background:url(img/h3_information03.jpg) no-repeat;
}
#left #main h3.information03{
	background:url(img/h3_information02.jpg) no-repeat;
}
#left #main h3.information04{
	background:url(img/h3_information05.jpg) no-repeat;
}
#left #main h3.plofile{
	width:640px;
	margin-top:30px;
	height:35px;
	line-height:35px;
	background:url(img/h3_profile.gif) no-repeat;
}

/*	h4
------------------------------------*/
#left #main h4{
	clear:both;
	float:left;
	width:640px;
	height:30px;
	text-indent:-9999px;
	margin:16px 0;
	line-height:30px;
	display:inline;
}
#left #main h4.consulting1{
	background:url(img/h4_consulting1.gif) no-repeat;
}
#left #main h4.consulting2{
	background:url(img/h4_consulting2.gif) no-repeat;
}
#left #main h4.manual{
	background:url(img/h4_manual.gif) no-repeat;
	height:40px;
	line-height:40px;
}
#left #main h4.seminar{
	background:url(img/h4_seminar.gif) no-repeat;
	height:40px;
	line-height:40px;
}
#left #main h4.information{
	background:url(img/h4_information.gif) no-repeat;
	height:40px;
	line-height:40px;
	width:600px;
	padding-left:40px;
	font-size:14px;
	font-weight:bold;
	text-indent:0;
}
/*	h5
------------------------------------*/
#left #main h5.service01{
	font-size:14px;
	border-left:2px solid #0f0;
	padding-left:20px;
	margin:15px auto;
	font-weight:bold;
	width:570px;
}
#left #main h5.manual01,
#left #main h5.manual02,
#left #main h5.seminar01,
#left #main h5.seminar02{
	text-indent:-9999px;
	height:35px;
	line-height:35px;
	width:640px;
	margin:15px auto;
}
#left #main h5.manual01{
	background:url(img/h5_manual01.gif) no-repeat;
}
#left #main h5.manual02{
	background:url(img/h5_manual02.gif) no-repeat;
}
#left #main h5.seminar01{
	background:url(img/h5_seminar02.gif) no-repeat;
}
#left #main h5.seminar02{
	background:url(img/h5_seminar02.gif) no-repeat;
}
#left #main h5.information{
	text-indent:0;
	background:url(img/h5_information.gif) no-repeat;
	height:35px;
	line-height:35px;
	font-size:14px;
	width:600px;
	padding-left:40px;
	font-weight:bold;
	margin:15px auto;
}
#left #main h5.information02{
	text-indent:0;
	background:url(img/h5_information02.gif) no-repeat;
	height:28px;
	line-height:28px;
	font-size:14px;
	width:641px;
	padding-left:40px;
	font-weight:bold;
	margin:15px auto;
}
#left #main h5.information03{
	text-indent:0;
	background:url(img/h5_information03.gif) no-repeat;
	height:30px;
	line-height:30px;
	font-size:14px;
	width:641px;
	padding-left:40px;
	font-weight:bold;
	margin:15px auto;
}
/*	h6
------------------------------------*/
#left #main h6.manual01,
#left #main h6.manual02,
#left #main h6.manual03{
	text-indent:-9999px;
	height:20px;
	line-height:20px;
	width:570px;
	margin:15px auto 15px 20px;
}
#left #main h6.manual01{
	background:url(img/h6_manual01.gif) no-repeat;
}
#left #main h6.manual02{
	background:url(img/h6_manual02.gif) no-repeat;
}
#left #main h6.manual03{
	background:url(img/h6_manual03.gif) no-repeat;
}

/*	p
------------------------------------*/
#left #main p{
	font-size:12px;
	line-height:1.5em;
}
#left #main p.consulting{
	width:640px;
	height:111px;
	background:url(img/p_consulting.gif) no-repeat;
	text-indent:-9999px;
}
#left #main p.brand{
	width:640px;
	height:91px;
	background:url(img/p_brand.gif) no-repeat;
	text-indent:-9999px;
}
#left #main p.web{
	width:640px;
	height:91px;
	background:url(img/p_web.gif) no-repeat;
	text-indent:-9999px;
}
#left #main p.service01{
	width:350px;
	float:right;
	padding-right:30px;
	text-indent:-1em;
	display:block;
}
#left #main div.consul_contents p.service02p{
	width:580px;
	float:left;
	font-size:12px;
	margin-left:60px;
	margin-top:20px;
}
#left #main div.consul_contents p.credit{
	width:179px;
	height:174px;
	background:url(img/pic_consulting1.jpg) no-repeat;
	float:left;
	text-indent:-9999px;	
}
#left #main p.plofile{
	line-height:2em;
	padding:0 45px;
	margin-top:20px;
}
#left #main p.manual01{
	font-size:14px;
	line-height:2em;
	padding-left:40px;
}
#left #main p.manual01 strong{
	color:#33f;
}
#left #main p.manual02{
	margin-top:20px;
	padding-right:50px;
	margin-left:80px;
	text-indent:-3em;
	font-size:11px;
}
#left #main p.manual03{
	font-size:14px;
	line-height:1.5em;
	margin:10px auto;
	text-align:justify;
	text-justify:distribute;
/*	padding-left:100px;
*/	width:450px;
}
#left #main p.manual03 strong{
	color:#33f;
}
#left #main div.manual_special p{
	padding:0 30px 10px 70px;
}
#left #main div.manual_special p.special01{
	background:url(img/p_special01.gif) left top no-repeat;
}
#left #main div.manual_special p.special02{
	background:url(img/p_special02.gif) left top no-repeat;
}
#left #main div.manual_special p.special03{
	background:url(img/p_special03.gif) left top no-repeat;
}
#left #main div.manual_special p.special04{
	background:url(img/p_special04.gif) left top no-repeat;
}
#left #main div.manual_special p.special05{
	background:url(img/p_special05.gif) left top no-repeat;
}
#left #main p.entry{
	clear:both;
	width:165px;
	height:28px;
	background:url(img/entry.jpg) no-repeat;
	margin:10px 0 10px 475px;
	text-indent:-9999px;
}
#left #main p.entry a{
	display:block;
	width:165px;
	height:28px;
	border:none;
}
#left #main p.entry a:hover{
	width:165px;
	height:28px;
	background:url(img/entry.jpg) 0 -28px no-repeat;
}
#left #main p.sumic{
	width:640px;
	height:55px;
	line-height:55px;
	margin:15px auto;
	text-indent:-9999px;
}
#left #main p.sumic.img1{
	background:url(img/bland_01.jpg) no-repeat;
}
#left #main p.sumic.img2{
	background:url(img/bland_02.jpg) no-repeat;
}
#left #main p.sumic.img3{
	background:url(img/bland_03.jpg) no-repeat;
}
#left #main p.sumic.img4{
	background:url(img/bland_04.jpg) no-repeat;
}
#left #main p.web.img1{
	background:url(img/web_01.jpg) no-repeat;
}
#left #main p.web.img2{
	background:url(img/web_02.jpg) no-repeat;
}
#left #main p.web.img3{
	background:url(img/web_03.jpg) no-repeat;
}
#left #main div.inquirySubmit{
	text-align:left;
	margin:10px 100px 30px;
}
#left #main p.inquirySubmit a{
	border:none;
}
#left #main p.inquirySubmit{
	text-align:center;
	margin:10px auto 30px;
}
#left #main div.inquirySubmit ul{
	list-style:none;
	margin:15px;
	padding:15px;
	border:1px solid #fc8944;
}
#left #main div.inquirySubmit ul li{
	background:url(img/list05.gif) 0 0.5em no-repeat;
	padding-left:12px;
	line-height:1.5em;
}
/*	div
------------------------------------*/
#left #main div.consul_contents{
	margin-left:30px;
	/*width:640-30=610px*/
}
#left #main div.profile_img{
	width:320px;
	float:left;
	text-align:center;
	margin-top:15px;
}
#left #main div.manual_special{
	width:610px;
	margin-left:30px;
	border-bottom:1px dotted #999;
	margin-bottom:10px;
}
#left #main div#submit{
	text-align:center;
	margin:10px auto;
}	
/*	img
------------------------------------*/
#left #main img.float_left{
	float:left;
}
/*	dl
------------------------------------*/
#left #main dl.service01{
	width:380px;
	float:right;
	font-size:14px;
	font-weight:bold;
	line-height:2em;
	margin:10px 0;
}
#left #main dl.service01 dt{
	clear:both;
	width:100px;
	float:left;
}
#left #main dl.service01 dd{
	width:275px;
	float:left;
}


#left #main dl.service02{
	width:380px;
	float:right;
	font-size:12px;
	margin-bottom:10px;
}
#left #main dl.service02 dt{
	clear:both;
	width:140px;
	float:left;
}
#left #main dl.service02 dd{
	width:190px;
	float:left;
}


#left #main dl.service03{
	width:580px;
	float:left;
	font-size:14px;
	margin-left:60px;
}
#left #main dl.service03 dt{
	clear:both;
	width:200px;
	float:left;
}
#left #main dl.service03 dd{
	width:380px;
	float:left;
}
/*	ul
------------------------------------*/
#left #main ul{
	clear:both;
}

#left #main ul.service01,
#left #main ul.seminar01{
	list-style:none;
	font-size:14px;
	line-height:1.8em;
	margin-left:30px;
	margin-bottom:30px;
}
#left #main ul.service02,
#left #main ul.seminar02{
	list-style:none;
	font-size:14px;
	line-height:1.5em;
	margin:0 auto;
	margin-top:20px;
/*	margin-left:30px;
*/	margin-bottom:30px;
	width:450px;
}
#left #main ul.service01 li{
	background:url(img/list03.gif) 0 0.4em no-repeat;
	padding-left:23px;
	letter-spacing:0.2em;
}
#left #main ul.seminar01 li{
	background:url(img/list04.gif) 0 0.6em no-repeat;
	padding-left:23px;
	letter-spacing:0.2em;
}
#left #main ul.service02 li{
	background:url(img/list03.gif) 0 0.4em no-repeat;
	padding-left:23px;
	letter-spacing:0.2em;
}
#left #main ul.seminar02 li{
	background:url(img/list04.gif) 0 0.6em no-repeat;
	padding-left:23px;
	letter-spacing:0.2em;
}
#left #main ul.service03{
	list-style:none;
	font-size:14px;
	line-height:1.8em;
	margin-left:60px;
	margin-bottom:30px;
}
#left #main ul.service03 li{
	background:url(img/list04.gif) 0 0.4em no-repeat;
	padding-left:20px;
	letter-spacing:0.2em;
}
/*	table
------------------------------------*/
#left #main table{
	margin:0 auto;
	border:0;
	/*cellpadding:1;
	cellspacing:1;*/
}
#left #main table td{
	padding:10px;
	border-bottom:1px solid #eee;
}

/*	gotop
------------------------------------*/

#left #main p.totop{
	clear:both;
	width:105px;
	height:8px;
	margin:20px 0 10px 530px;
	background:url(img/go_top_off.gif) no-repeat;
	text-indent:-5000px;
}
#left #main p.totop a{
	display:block;
	width:105px;
	height:8px;
	border:none;
}
#left #main p.totop a:hover{
	background:url(img/go_top_on.gif) no-repeat;
}
/*------------------------------------------------------------------------
5.右カラム
------------------------------------------------------------------------*/
#right{
	width:220px;
	float:right;
}
#right ul#navi{
	list-style:none;
}
#right ul#navi li{
	font-size:12px;
	/*height:1.5em;*/
	margin-bottom:2em;
	padding-bottom:1px;
}

#right ul#navi li.service{
	background:url(img/li_service.gif) no-repeat;
	width:134px;
	padding-top:21px;
}
#right ul#navi li.company{
	background:url(img/li_company.gif) no-repeat;
	width:165px;
	padding-top:20px;
}
#right ul#navi li.profile{
	background:url(img/li_profile.gif) no-repeat;
	width:100px;
	padding-top:16px;
}
#right ul#navi li.inquiry{
	background:url(img/li_inquiry.gif) no-repeat;
	width:71px;
	padding-top:19px;
}
#right ul#navi li ul{
	margin-top:0.5em;
	list-style:none;

}
#right ul#navi li ul li{
	margin-left:25px;
	font-size:12px;
	height:1.5em;
	margin-bottom:0;
	padding-bottom:0.5em;
	background:url(img/list_tree.gif) 0 -1em no-repeat;
	padding-left:20px;
	width:150px;
}
#right ul#navi li ul li.end{
	background:url(img/list_tree_end.gif) 0 -26px no-repeat;
}

#right h3.banner1{
	background:url(img/rightBanner1.gif) no-repeat;
	width:200px;
	height:55px;
	line-height:55px;
	text-indent:-9999px;
}
#right ul#blog{
	width:178px;
	border:1px solid #dcdce0;
	padding:10px;
	list-style:none;
	margin-top:5px;
	line-height:1.5em;
}
#right ul#blog li{
	background:url(img/list06.gif) 0 0.5em no-repeat;
	padding-left:10px;
	margin-bottom:5px;
}
#right ul#blog li.blogMore{
	background:url(img/list07.gif) right 0.6em no-repeat;
	padding-right:10px;
	text-align:right;
	margin-top:10px;
}
/*------------------------------------------------------------------------
6.フッター
------------------------------------------------------------------------*/
#footer{
	clear:both;
	width:960px;
	height:15px;
	border-bottom:4px solid #000;
	position:relative;
	padding-top:50px;
	text-align:left;
}
#footer p.copyright{
	color:#8f8f8f;
	line-height:15px;
	font-size:10px;
	padding-left:20px;
}
#footer p#sitepolicy{
	width:76px;
	height:15px;
	text-indent:-9999px;
	background:url(img/policy_off.gif) no-repeat;
	position:absolute;
	top:50px;
	left:884px;
}
#footer p#sitepolicy a{
	display:block;
	width:76px;
	height:15px;
	border:none;
}
#footer p#sitepolicy a:hover{
	background:url(img/policy_on.gif) no-repeat;
}