/*---------------------------------------------------------------------------------------共通*/
* {
	/*color: #333;*/
	line-height: 150%;
/*	font-family: "Verdana", "Osaka−等幅", "ＭＳ Ｐゴシック";*/
	margin: 0;
	padding: 0;
	font-size: small;
/*	font-weight: normal;*/
}
body {
	background-image: url(images/share/bg.png);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
}


a,a:link {
	/*color: blue;*/
}
a:visited {
	color: purple;
}
a:hover {
	background-color: #ff9;
}

h1,h2,h3,h4,h5,h6,p,li {
	text-align: justify;
	text-justify: inter-ideograph;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.separate {
	text-align: right;
	padding: 20px 0;
}
.no-space0 {
	margin: 0px;
	padding: 0px;
}
.no-space10 {
	margin: 0px 0px 10px;
	padding: 0px;
}
.no-space20 {
	margin: 0px 0px 20px;
	padding: 0px;
}
strong {
	background-color:#fcc;
	padding: 0px 2px;
	text-decoration: underline;
}
.padding10 {
	padding: 10px;
}
.margin4 {
	margin: 0px 4px;
}
.notice {
	background-color: #FFF;
	background-image: url(images/share/bg-notice.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 4px solid #bfb6b2;
	width: 540px;
	margin: 0px auto;
	padding: 20px;
	font-weight: bold;
}
.caution {
	background-color: #FFF;
	border: 4px solid #FF3;
	width: 540px;
	margin: 0px auto;
	padding: 20px;
}

.large {
	font-size: 130%;
	font-weight:bold;
}

/*---------------------------------------------------------------------------------------装飾*/
h1 {
	margin: 0px 0px 20px;
	padding: 5px 5px 0px;
	border-top: 2px solid #666;
	border-bottom: 10px solid #666;
/*	width: 610px;*/
	background-color: #eee;


}
h1#image {
	margin: 0px 0px 20px;
	padding: 0px;
	border: 0px;
/*	width: 620px;*/

}
h2 {
	margin: 20px 0px 1em;
	padding: 5px;
	border-bottom: 1px solid #136798;
	border-left: 10px solid #136798;
/*	width: 600px;*/
	background-image: url(images/share/bg_h2.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	font-size:140%;
}
h2#image {
	margin: 0px 0px 10px;
	padding: 0px;
	border: 0px;
	background-image: none;
/*	width: 600px;*/

}

h3 {
	margin: 20px 0px 1em;
	padding: 6px 5px 2px;
/*	width: 600px;*/
	border:1px solid #35375E;
	font-weight: normal;
	font-size:125%;
	color:#35375E;
}
h3#image {
	margin: 0px 0px 10px;
	padding: 0px;
	border: 0px;
/*	width: 600px;*/

}
h4 {
	margin: 20px 0px 1em 8px;
	padding: 2px 5px;
	border-left: 2px solid #666;
/*	width: 600px;*/
	font-weight: normal;
}
p {
	margin: 0px 0px 1em;
	padding: 0px 1em;
/*	width: 580px;*/
}
#contents ol,
#contents ul {
	margin: 0px 0px 1em 2em;
	padding: 0px 0px 0px 40px;
/*	width: 560px;*/
}
#contents li {
	margin-bottom: 0.5em;
}

/*---------------------------------------------------------------------------------------装飾END*/

/*---------------------------------------------------------------------------------------ヘッダー*/
#header {
	width: 800px;
	height: 60px;
	padding: 0px 20px;
	border-right: 1px solid #bfb6b2;
	border-left: 1px solid #bfb6b2;
}
#header h1.seo {
	height: 20px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
	text-align: right;
	font-weight: normal;
}
#header p {
	margin: 0px;
	padding: 0px;
	border: 0px;
}



/*---------------------------------------------------------------------------------------コンテナ*/
#container {
	width: 800px;
	padding: 0px 20px 20px;
	left: auto;
	right: auto;
	border-right: 1px solid #bfb6b2;
	border-left: 1px solid #bfb6b2;
	border-bottom: 1px solid #bfb6b2;
	background-color: #fff;


}


/*---------------------------------------------------------------------------------------コンテンツ*/
#contents {
	width: 620px;
	float: right;
	background-color: #fff;

}


/*---------------------------------------------------------------------------------------ぱんくずリスト*/
#bread-navi {
/*	font-size: x-small;*/
	padding: 5px 0px;
	border-bottom: 1px dotted #999;
	margin-bottom: 5px;
}


/*---------------------------------------------------------------------------------------ナビ*/
#navi {
	display: block;
	padding: 0px 20px;
	width: 800px;
	height: 60px;
	left: auto;
	right: auto;


}
#navi em {
	float: left;
	list-style: none;
	text-indent: -9999px; /*テキスト非表示*/
}
#navi a {
	text-decoration: none;
	display: block;
	width: 128px;
	height: 60px;
	background-image: url(images/share/navi.png);
	background-position: left top;
}
#navi01 a {
	text-decoration: none;
	display: block;
	width: 160px;
	height: 60px;
	background-image: url(images/share/navi.png);
	background-position: left top;
}
#navi01 a { background-position: 0px 0px}
#navi02 a { background-position: -160px 0px}
#navi03 a { background-position: -288px 0px}
#navi04 a { background-position: -416px 0px}
#navi05 a { background-position: -544px 0px}
#navi06 a { background-position: -672px 0px}
#navi01 a:hover { background-position: 0px -60px}
#navi02 a:hover { background-position: -160px -60px}
#navi03 a:hover { background-position: -288px -60px}
#navi04 a:hover { background-position: -416px -60px}
#navi05 a:hover { background-position: -544px -60px}
#navi06 a:hover { background-position: -672px -60px}


/*---------------------------------------------------------------------------------------メニューサービス一覧*/
#menu_service {
	margin: 0px;
	padding: 0px;
}
#menu_service ul {
	list-style: none;
	float: left;
	text-indent: -9999px;
	width: 160px;

}
#menu_service li,#menu_service a {
	display: block;
	width: 160px;
	height: 34px;
}
#menu_service a {
	text-decoration: none;
	color: #ffffff;
	background: #8396a2 url(images/share/menu_service.png) no-repeat;
	width: 160px;

}


/*---------------------------------------------------------------------------------------メニュー会社案内*/
#menu_about {
	margin: 0px;
	padding: 0px;
}
#menu_about ul {
	list-style: none;
	float: left;
	text-indent: -9999px;
	width: 160px;

}
#menu_about li,#menu_about a {
	display: block;
	width: 160px;
	height: 34px;
}
#menu_about a {
	text-decoration: none;
	color: #ffffff;
	background: #8396a2 url(images/share/menu_about.png) no-repeat;
	width: 160px;

}

/*---------------------------------------------------------------------------------------メニューお問い合わせ*/
#menu_contact {
	margin: 0px;
	padding: 0px;
}
#menu_contact ul {
	list-style: none;
	float: left;
	text-indent: -9999px;
	width: 160px;

}
#menu_contact li,#menu_contact a {
	display: block;
	width: 160px;
	height: 34px;
}
#menu_contact a {
	text-decoration: none;
	color: #fff;
	background: #8396a2 url(images/share/menu_contact.png) no-repeat;
	width: 160px;

}


/*---------------------------------------------------------------------------------------メニューリンク集*/
#menu_link {
	margin: 0px;
	padding: 0px;
}
#menu_link ul {
	list-style: none;
	float: left;
	text-indent: -9999px;
	width: 160px;

}
#menu_link li,#menu_link a {
	display: block;
	width: 160px;
	height: 34px;
}
#menu_link a {
	text-decoration: none;
	color: #fff;
	background: #8396a2 url(images/share/menu_link.png) no-repeat;
	width: 160px;

}


/*---------------------------------------------------------------------------------------メニューサイトポリシー*/
#menu_policy {
	margin: 0px;
	padding: 0px;
}
#menu_policy ul {
	list-style: none;
	float: left;
	text-indent: -9999px;
	width: 160px;

}
#menu_policy li,#menu_policy a {
	display: block;
	width: 160px;
	height: 34px;
}
#menu_policy a {
	text-decoration: none;
	color: #ffffff;
	background: #8396a2 url(images/share/menu_policy.png) no-repeat;
	width: 160px;

}


/*---------------------------------------------------------------------------------------メニューサイトマップ*/
#menu_sitemap {
	margin: 0px;
	padding: 0px;
}
#menu_sitemap ul {
	list-style: none;
	float: left;
	text-indent: -9999px;
	width: 160px;

}
#menu_sitemap li,#menu_sitemap a {
	display: block;
	width: 160px;
	height: 34px;
}
#menu_sitemap a {
	text-decoration: none;
	color: #fff;
	background: #8396a2 url(images/share/menu_sitemap.png) no-repeat;
	width: 160px;

}


/*---------------------------------------------------------------------------------------メニュートピックリスト*/
#menu_topic-list {
	margin: 0px;
	padding: 0px;
}
#menu_topic-list ul {
	list-style: none;
	float: left;
	text-indent: -9999px;
	width: 160px;

}
#menu_topic-list li,#menu_topic-list a {
	display: block;
	width: 160px;
	height: 34px;
}
#menu_topic-list a {
	text-decoration: none;
	color: #fff;
	background: #8396a2 url(images/share/menu_topic-list.png) no-repeat;
	width: 160px;

}


/*---------------------------------------------------------------------------------------メニューセミナー*/
#menu_seminar {
	margin: 0px;
	padding: 0px;
}
#menu_seminar ul {
	list-style: none;
	float: left;
	text-indent: -9999px;
	width: 160px;

}
#menu_seminar li,#menu_seminar a {
	display: block;
	width: 160px;
	height: 34px;
}
#menu_seminar a {
	text-decoration: none;
	color: #fff;
	background: #8396a2 url(images/share/menu_seminar.png) no-repeat;
	width: 160px;

}


/*---------------------------------------------------------------------------------------メニューホームページ作成*/
#menu_hp {
	margin: 0px;
	padding: 0px;
}
#menu_hp ul {
	list-style: none;
	float: left;
	text-indent: -9999px;
	width: 160px;

}
#menu_hp li,#menu_hp a {
	display: block;
	width: 160px;
	height: 34px;
}
#menu_hp a {
	text-decoration: none;
	color: #fff;
	background: #8396a2 url(images/share/menu_hp.png) no-repeat;
	width: 160px;

}


/*---------------------------------------------------------------------------------------メニュー共通*/
#menu01 a { background-position: 0px 0px}
#menu02 a { background-position: 0px -34px}
#menu03 a { background-position: 0px -68px}
#menu04 a { background-position: 0px -102px}
#menu05 a { background-position: 0px -136px}
#menu06 a { background-position: 0px -170px}
#menu07 a { background-position: 0px -204px}
#menu08 a { background-position: 0px -238px}
#menu09 a { background-position: 0px -272px}
#menu10 a { background-position: 0px -306px}
#menu11 a { background-position: 0px -340px}
#menu12 a { background-position: 0px -374px}
#menu13 a { background-position: 0px -408px}
#menu14 a { background-position: 0px -442px}
#menu15 a { background-position: 0px -476px}
#menu16 a { background-position: 0px -510px}
#menu01 a:hover { background-position: -160px 0px}
#menu02 a:hover { background-position: -160px -34px}
#menu03 a:hover { background-position: -160px -68px}
#menu04 a:hover { background-position: -160px -102px}
#menu05 a:hover { background-position: -160px -136px}
#menu06 a:hover { background-position: -160px -170px}
#menu07 a:hover { background-position: -160px -204px}
#menu08 a:hover { background-position: -160px -238px}
#menu09 a:hover { background-position: -160px -272px}
#menu10 a:hover { background-position: -160px -306px}
#menu11 a:hover { background-position: -160px -340px}
#menu12 a:hover { background-position: -160px -374px}
#menu13 a:hover { background-position: -160px -408px}
#menu14 a:hover { background-position: -160px -442px}
#menu15 a:hover { background-position: -160px -476px}
#menu16 a:hover { background-position: -160px -510px}


/*---------------------------------------------------------------------------------------フッター*/
#footer {
	width: 800px;
	left: auto;
	right: auto;
	padding: 20px;
}
#footer address {
	font-style: normal;
}


/*---------------------------------------------------------------------------------------サイト内検索*/
#search {
	float: left;
	margin: 10px 0px;
	padding: 5px;
	border: 1px dotted #999;
	width: 148px;
	font-size: 10px;
	text-align: center;
}


/*---------------------------------------------------------------------------------------テーブル*/

table { /*テーブル共通*/
	width: 600px;
	margin: 0px auto 40px;
}

td {
/*	text-align: left;*/
/*	vertical-align: top;*/
	
}
.bg-lightgrey {
	background-color: #eee;
}
.bg-darkgrey {
	background-color: #666;
}
.bg-darkyellow {
	background-color: #B0A24A;
	color: #fff;
}
.w01 {	width: 20px}
.w02 {	width: 40px}
.w03 {	width: 60px}
.w04 {	width: 80px}
.w05 {	width: 100px}
.w06 {	width: 120px}
.w07 {	width: 140px}
.w08 {	width: 160px}
.w09 {	width: 180px}
.w10 {	width: 200px}
.w11 {	width: 220px}
.w12 {	width: 240px}
.w13 {	width: 260px}
.w14 {	width: 280px}
.w15 {	width: 300px}
.w16 {	width: 320px}
.w17 {	width: 340px}

.set1 { /*四辺グレーボーダー有り*/
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	background-color: #fff;
	color: #666;
}
.set1 tr.title th {
	background-color: #666;
	color: #fff;
	padding: 4px;
}
.set1 th {
	background-color: #8396a2;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #666;
	padding: 4px;
}
.set1 td {
	border-bottom: 1px solid #666;
	border-left: 1px dotted #666;
	padding: 4px;
}
table ol,ul,dl{
	margin-bottom: 0 !important;
}
table li{
	margin-bottom: 0 !important;
}


.set2 { /*上下辺グレーボーダー有り*/
	border-top: 1px solid #666;
	background-color: #fff;
	color: #666;
}
.set2 tr.title th {
	background-color: #666;
	color: #fff;
	padding: 4px;
}
.set2 th {
	text-align: left;
	border-bottom: 1px solid #666;
	padding: 4px;
}
.set2 td {
	border-bottom: 1px solid #666;
	padding: 4px;
}

.set3 { /*ボーダーなし*/
	border: none;
	background-color: #fff;
	color: #666;
}
.set3 tr.title th {
	background-color: #666;
	color: #fff;
	padding: 4px;
}
.set3 th {
	text-align: left;
	border: none;
	padding: 4px;
}
.set3 td {
	border: none;
	padding: 4px;
}




/*---------------------------------------------------------------------------------------お問い合わせナビ*/
#contact_nav {
	margin: 0px;
	padding: 0px;
	height:500px;
}
#contact_nav ul {
	list-style: none;
	float: left;
	text-indent: -9999px;
	width: 500px;

}
#contact_nav li,#contact_nav a {
	display: block;
/*	width: 500px;
	height: 34px;*/
	margin:0px;
}
#contact_nav a {
	text-decoration: none;
	color: #fff;
	background: #8396a2 url(images/contact/contact_nav.png) no-repeat;
	width: 500px;

}


#contact_nav #menu01 a { background-position: 0px 0px;width:500px;height:160px;}
#contact_nav #menu02 a { background-position: 0px -160px;width:500px;height:180px;}
#contact_nav #menu03 a { background-position: 0px -340px;width:500px;height:160px;}

#contact_nav #menu01 a:hover { background-position: -500px 0px;width:500px;height:160px;}
#contact_nav #menu02 a:hover { background-position: -500px -160px;width:500px;height:180px;}
#contact_nav #menu03 a:hover { background-position: -500px -340px;width:500px;height:160px;}





.addclip {
	position:static;
	top:500px;
	left:500px;
   }



/*---------------------------------------------------------------------------------------会社概要　スタッフリスト*/

.staff-list{
	clear:both;
	width:578px;
	margin:0 20px 20px;
	padding:0;
	border:1px solid #ddd;
}
.staff-list .header{
	background-color:#359CE8;
	margin:0 0 20px;
	padding:0;
}

.staff-list .header h3{
	border:none;
	font-size:large;
	margin:0;
	padding:0;
	line-height:1.5em;
	display:block;
	color:#fff;
}
.staff-list .header h4{
	border:none;
	font-size:x-small;
	margin:0;
	padding:0 0 5px 2px;
	line-height:0.8em;
	display:block;
	color:#fff;
}
.staff-list .staff-pic{
	float:left;
	width:180px;
	margin:0;
	padding:0;
	/*background-color:#66CC33;*/
}
.staff-list .staff-pic p{
	margin:0;
	padding:0;
}
.staff-list .staff-text{
	float:right;
	width:398px;
	margin:0;
	padding:0;
/*	background-color:#996600;*/
}
.staff-list .staff-text p{
	margin:0 10px 10px;
	padding:0;
}
.staff-list .fromtamaki{
	clear:both;
	margin-top:10px;
}

/*---------------------------------------------------------------------------------------会社概要　スタッフリスト2*/

.staff-list2{
	clear:both;
}
.staff-list2 .h-image{
	margin: 20px 0px;
	padding: 0px;
	border: 0px;
}
.staff-list2 h2{
	height:40px;
	border:none;
	font-size:large;
	margin:0; 
	padding:0 10px;
	/*line-height:1.5em;*/
	display:block;
	background-color:#359CE8;
	background-image:none;
	color:#fff;
}
.staff-list2 h5{
	border:none;
	font-size:x-small;
	margin:0 0 20px 0;
	padding:5px 10px 5px;
	line-height:0.8em;
	display:block;
	background-color:#10598F;
	color:#fff;
}
.staff-list2 h4{
	border:none;
	font-size:small;
	margin:20px 0;
	padding:5px 10px 0;
	line-height:1.2em;
	display:block;
	background-color:#359CE8;
	color:#fff;
}
.staff-list2 h3{
	border:none;
	font-size:medium;
	margin:20px 0 5px;
	padding:5px 10px 0;
	line-height:1.2em;
	color:#006699;

}
.staff-list2 p{
	margin:0 0 1em 2em;
	padding:0;
}
.staff-list2 ul{
	margin:0 0 1em 2em !important;
	
}
.staff-list2 dl{
	margin:0 0 1em 2em;
	
}
.staff-list2 dl dt{
	
}
.staff-list2 dl dd{
	margin:0 0 1em 4em;
	
}
.staff-list2 li{
	margin-bottom:1em !important;
	
}

.staff-list2 .photo{
	float:right;
	margin:0 10px 10px;
	border:1px solid #333;
	background-color:#fff;
}

