@charset "utf-8";

/* ページ全体 位置 */

/*　ブラウザのデフォルト　クリア　*/
body,div,p,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldeset,input,textarea,p,blockquote,
th,td {
  margin: 0;
	padding: 0;
}


/* 　画像（img） */
img {
border:0;
}


html {
 height:100%; /*高さ１００％表示*/
}
body {
 height:100%; /*高さ１００％表示*/
	text-align:center; /* IE5センタリング用*/
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"	, sans-serif;
}	
#wapper {
 height:100%; /*高さ１００％表示*/
	min-height:100%; /*高さ１００％表示*/
	width: 840px;
	margin:0 auto;
	text-align:left; /*IE5用*/	
}
#header {
  height:80px;
	width:100%;
}
#main {
	width:100%;
	margin-bottom: 20px;
	height:auto;
}
#footer {
	bottom:0;
	height:50px;
	width:100%;
	float:left;
	clear:both;
}
body>#wapper {
  height:auto; /*高さ１００％表示*/
}



/*　クリック時に動く　*/
.move a:active,.move a:hover {
  position:relative;
	top:1px;
	left:1px;
}
/* クリック時の線を消す */
a {
  outline: 0;
	color:#813F5A;
	text-decoration:underline;
}
a:hover {
  text-decoration:none;
	color:#CC3366;
}

/*光沢ボーダー*/
p#Bborder {
  border-top:1px solid #FFFFFF;
	border-right:50px solid #555555;
	border-bottom:2px solid #666666;
	border-left:200px solid #CC9999;
	margin:5px 0;
}


/* ───────────── */


/*　ヘッダー　ナビ１　*/
ul#h_nav1 {
  position:relative;
	width: 840px;
	height:55px;
	background-image:url(img/menu/h_nav1.jpg);
	background-repeat:no-repeat;
}

ul#h_nav1 li {
  list-style-type:none;
	display:inline;
	float:left;
}
ul#h_nav1 li a {
  display:block;
	height:55px;
	overflow:hidden;
	background-image:url(img/menu/h_nav1.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

ul#h_nav1 li.logo a {
	width:240px;
	background-position:0 0;
}
ul#h_nav1 li.ent_nav a {
  background-position:-240px 0;
	width:150px;
}
ul#h_nav1 li.con_nav a {
  background-position:-390px 0;
	width:150px;
}
ul#h_nav1 li.des_nav a {
  background-position:-540px 0;
	width:150px;
}
ul#h_nav1 li.art_nav a {
  background-position:-690px 0;
	width:150px;
}
ul#h_nav1 li.ent_nav a:hover {
  background-position:-240px 100%;
	width:150px;
}
ul#h_nav1 li.con_nav a:hover {
  background-position:-390px 100%;
	width:150px;
}
ul#h_nav1 li.des_nav a:hover {
  background-position:-540px 100%;
	width:150px;
}
ul#h_nav1 li.art_nav a:hover {
  background-position:-690px 100%;
	width:150px;
}

/*　ヘッダー　ナビ2　アーティストページ　*/
ul#h_nav2_artist {
  position:relative;
	width: 840px;
	height:20px;
	background-image:url(img/menu/h_nav2_artist.jpg);
	background-repeat:no-repeat;
}
ul#h_nav2_artist li {
  list-style-type:none;
	display:inline;
	float:left;
}
ul#h_nav2_artist li a {
  display:block;
	height:20px;
	overflow:hidden;
	background-image:url(img/menu/h_nav2_artist.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
ul#h_nav2_artist li.nav2space {
  background-position:0 55px;
	width:380px;
}
ul#h_nav2_artist li.company a {
  background-position:-380px 55px;
	width:100px;
}
ul#h_nav2_artist li.service a {
  background-position:-480px 55px;
	width:100px;
}
ul#h_nav2_artist li.works a {
  background-position:-580px 55px;
	width:100px;
}
ul#h_nav2_artist li.contact a {
  background-position:-680px 55px;
	width:100px;
}
ul#h_nav2_artist li.company a:hover {
  background-position:-380px 100%;
	width:100px;
}
ul#h_nav2_artist li.service a:hover {
  background-position:-480px 100%;
	width:100px;
}
ul#h_nav2_artist li.works a:hover {
  background-position:-580px 100%;
	width:100px;
}
ul#h_nav2_artist li.contact a:hover {
  background-position:-680px 100%;
	width:100px;
}

/*　ヘッダー　ナビ2　エンタメ　ページ　*/
ul#h_nav2_entame {
  position:relative;
	width: 840px;
	height:20px;
	background-image:url(img/menu/h_nav2_entame.jpg);
	background-repeat:no-repeat;
}
ul#h_nav2_entame li {
  list-style-type:none;
	display:inline;
	float:left;
}
ul#h_nav2_entame li a {
  display:block;
	height:20px;
	overflow:hidden;
	background-image:url(img/menu/h_nav2_entame.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
ul#h_nav2_entame li.nav2space {
  background-position:0 55px;
	width:380px;
}
ul#h_nav2_entame li.company a {
  background-position:-380px 55px;
	width:100px;
}
ul#h_nav2_entame li.service a {
  background-position:-480px 55px;
	width:100px;
}
ul#h_nav2_entame li.works a {
  background-position:-580px 55px;
	width:100px;
}
ul#h_nav2_entame li.contact a {
  background-position:-680px 55px;
	width:100px;
}
ul#h_nav2_entame li.company a:hover {
  background-position:-380px 100%;
	width:100px;
}
ul#h_nav2_entame li.service a:hover {
  background-position:-480px 100%;
	width:100px;
}
ul#h_nav2_entame li.works a:hover {
  background-position:-580px 100%;
	width:100px;
}
ul#h_nav2_entame li.contact a:hover {
  background-position:-680px 100%;
	width:100px;
}

/*　ヘッダー　ナビ2　コンサルティング　ページ　*/
ul#h_nav2_consul {
  position:relative;
	width: 840px;
	height:20px;
	background-image:url(img/menu/h_nav2_consul.jpg);
	background-repeat:no-repeat;
}
ul#h_nav2_consul li {
  list-style-type:none;
	display:inline;
	float:left;
}
ul#h_nav2_consul li a {
  display:block;
	height:20px;
	overflow:hidden;
	background-image:url(img/menu/h_nav2_consul.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
ul#h_nav2_consul li.nav2space {
  background-position:0 55px;
	width:380px;
}
ul#h_nav2_consul li.company a {
  background-position:-380px 55px;
	width:100px;
}
ul#h_nav2_consul li.service a {
  background-position:-480px 55px;
	width:100px;
}
ul#h_nav2_consul li.works a {
  background-position:-580px 55px;
	width:100px;
}
ul#h_nav2_consul li.contact a {
  background-position:-680px 55px;
	width:100px;
}
ul#h_nav2_consul li.company a:hover {
  background-position:-380px 100%;
	width:100px;
}
ul#h_nav2_consul li.service a:hover {
  background-position:-480px 100%;
	width:100px;
}
ul#h_nav2_consul li.works a:hover {
  background-position:-580px 100%;
	width:100px;
}
ul#h_nav2_consul li.contact a:hover {
  background-position:-680px 100%;
	width:100px;
}

/*　ヘッダー　ナビ2　デザイン　ページ　*/
ul#h_nav2_design {
  position:relative;
	width: 840px;
	height:20px;
	background-image:url(img/menu/h_nav2_design.jpg);
	background-repeat:no-repeat;
}
ul#h_nav2_design li {
  list-style-type:none;
	display:inline;
	float:left;
}
ul#h_nav2_design li a {
  display:block;
	height:20px;
	overflow:hidden;
	background-image:url(img/menu/h_nav2_design.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
ul#h_nav2_design li.nav2space {
  background-position:0 55px;
	width:380px;
}
ul#h_nav2_design li.company a {
  background-position:-380px 55px;
	width:100px;
}
ul#h_nav2_design li.service a {
  background-position:-480px 55px;
	width:100px;
}
ul#h_nav2_design li.works a {
  background-position:-580px 55px;
	width:100px;
}
ul#h_nav2_design li.contact a {
  background-position:-680px 55px;
	width:100px;
}
ul#h_nav2_design li.company a:hover {
  background-position:-380px 100%;
	width:100px;
}
ul#h_nav2_design li.service a:hover {
  background-position:-480px 100%;
	width:100px;
}
ul#h_nav2_design li.works a:hover {
  background-position:-580px 100%;
	width:100px;
}
ul#h_nav2_design li.contact a:hover {
  background-position:-680px 100%;
	width:100px;
}

/*　ヘッダー　ナビ2　会社概要関連　ページ　*/
ul#h_nav2_company {
  position:relative;
	width: 840px;
	height:20px;
	background-image:url(img/menu/h_nav2_company.jpg);
	background-repeat:no-repeat;
}
ul#h_nav2_company li {
  list-style-type:none;
	display:inline;
	float:left;
}
ul#h_nav2_company li a {
  display:block;
	height:20px;
	overflow:hidden;
	background-image:url(img/menu/h_nav2_company.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
ul#h_nav2_company li.nav2space {
  background-position:0 55px;
	width:380px;
}
ul#h_nav2_company li.company a {
  background-position:-380px 55px;
	width:100px;
}
ul#h_nav2_company li.service a {
  background-position:-480px 55px;
	width:100px;
}
ul#h_nav2_company li.works a {
  background-position:-580px 55px;
	width:100px;
}
ul#h_nav2_company li.contact a {
  background-position:-680px 55px;
	width:100px;
}
ul#h_nav2_company li.company a:hover {
  background-position:-380px 100%;
	width:100px;
}
ul#h_nav2_company li.service a:hover {
  background-position:-480px 100%;
	width:100px;
}
ul#h_nav2_company li.works a:hover {
  background-position:-580px 100%;
	width:100px;
}
ul#h_nav2_company li.contact a:hover {
  background-position:-680px 100%;
	width:100px;
}



/*　──────　コンテンツ　──────　*/

#contents1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 560px;
}


/*　──────　コンテンツ１（左列タイプ　──────　*/
.pageTitle_art {
	background: url(img/title/h1_artist.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
	width:400px;
	height:25px;
}

.pageTitle_entame {
	background: url(img/title/h1_entame.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
	width:400px;
	height:25px;
}

.pageTitle_contact {
	background: url(img/title/h1_contact.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
	width:400px;
	height:25px;
}

.pageTitle_design {
	background: url(img/title/h1_design.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
	width:400px;
	height:25px;
}

.pageTitle_us {
	background: url(img/title/h1_wonrin.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
	width:400px;
	height:25px;
}

.pageTitle_works {
	background: url(img/title/h1_wonrin_works.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
	width:400px;
	height:25px;
}

.pageTitle_privacy {
	background: url(img/title/h1_privacy.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
	width:400px;
	height:25px;
}


/*　──────　コンテンツ　アーティストページ　──────　*/
.a_box1 {
	margin: 0px;
	padding: 0px;
	height: 130px;
	text-align:right;
}
.a_box1 h2 {
	font-size: 10px;
	color: #333333;
	text-align: right;
	padding-top: 5px;
	text-indent: 10px;
	padding-right: 20px;
}
.a_box1_txt {
	font-size: 10px;
	line-height: 140%;
	color: #333333;
	text-align: right;
	padding-right: 10px;
	position:relative;
}

.hideki {
	margin: 0px;
	height: 135px;
	width: 560px;
	background:url(img/back/a_box1_hideki.jpg) no-repeat;	
	padding-bottom: 10px;
}



.hideki_frame {
  width: 550px;
	height: 90px;
	overflow:auto;
}



.txt_B10 {
	font-size: 10px;
	font-weight: bold;
}


.a_box2 {
	margin: 0px;
	padding: 0px;
	height: 130px;
	text-align:right;
}

.abox2_frame_h80 {
  width: 550px;
	height: 80px;
	overflow:auto;
}

.abox2_frame_h90 {
  width: 550px;
	height: 90px;
	overflow:auto;
}

.a_box2 h2 {
	font-size: 10px;
	color: #333333;
	text-align: right;
	padding-top: 10px;
	text-indent: 10px;
	padding-right: 20px;
}
.chi-bo h2 {
	font-size: 10px;
	color: #333333;
	text-align: right;
	padding-top: 10px;
	padding-bottom:6px;
	text-indent: 10px;
	padding-right: 20px;
}

.a_box2_txt {
	font-size: 10px;
	line-height: 140%;
	color: #333333;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	position:relative;
}
.a_box2_txt_c {
	font-size: 10px;
	line-height: 140%;
	color: #333333;
	text-align: right;
	padding-right: 10px;
	position:relative;
} 
.a_box2_txt_pT2 {
	font-size: 10px;
	line-height: 140%;
	color: #333333;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	position:relative;
}

.oyama {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 560px;
	background:url(img/back/a_box2_oyama.jpg) no-repeat;	
}
.chi-bo {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 560px;
	background:url(img/back/a_box2_chi-bo.jpg) no-repeat;	
}
.tatsuki {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 560px;
	background:url(img/back/a_box2_tatsuki.jpg) no-repeat;	
}
.mellow {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 560px;
	background:url(img/back/a_box2_mello.jpg) no-repeat;	
}
.kanno {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 560px;
	background:url(img/back/a_box2_kanno.jpg) no-repeat;	
}
.fumihira {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 560px;
	background:url(img/back/a_box2_fumihira.jpg) no-repeat;	
}
.n_photo {
	margin: 0px;
	padding: 0px;
	height: 140px;
	width: 560px;
	background:url(img/back/a_box2_no.jpg) no-repeat;	
}

/*　──────　コンテンツ　エンタメページ　──────　*/
#contents1 .e_box {
  width:99%;
	font-size: 10px;
	line-height: 140%;
	color: #333333;
	margin-top: 10px;
	float:left;
	clear:both;
	overflow:auto;
}
#contents1 .e_box h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom:10px;
}


/*　──────　デザインページ　──────　*/
#main #web_box {
	margin: 0px;
	padding: 0px;
	float:right;
	width: 300px;
	text-align: left;
}
#main #dtp_box {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float:right;
	width: 300px;
}
#main #design_yohaku {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 200px;
}



/*　──────　会社概要ページ　──────　*/
#main #c_syousai {
	margin: 0px;
	padding: 0px;
	float:right;
	width: 400px;
	text-align: left;
}
#main #c_koumoku {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float:right;
	width: 200px;
}
#main #c_yohaku {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 200px;
	height:100%;
}
#c_contents {
	margin: 0px;
	padding: 0px;
	float:right;
	width: 600px;
	text-align:left;
	font-size:12px;
	line-height:130%;
}
#c_yohaku h2 {
	font-size: 12px;
	color: #333333;
	text-indent: 15px;
	margin-top: 10px;
}
#c_policy {
	margin: 15px 30px 50px 250px;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}

#c_privacy {
	margin: 5px 30px 50px 250px;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}
#c_privacy ol {
	list-style: decimal outside;
	margin:10px 10px 10px 25px;
}


#service_box {
	margin: 15px 30px 50px 240px;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}
#service_box p {
	margin-left: 20px;
}
#serH2_ent {
	font-size: 2px;
	background: url(img/title/service_h2_e.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 30px;
	margin-bottom: 5px;
	display: block;
	height: 30px;
	width: 560px;
}

#serH2_con {
	font-size: 2px;
	background: url(img/title/service_h2_c.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 30px;
	margin-bottom: 5px;
	display: block;
	height: 30px;
	width: 560px;
}

#serH2_des {
	font-size: 2px;
	background: url(img/title/service_h2_d.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 30px;
	margin-bottom: 5px;
	display: block;
	height: 30px;
	width: 560px;
}

#serH2_art {
	font-size: 2px;
	background: url(img/title/service_h2_a.gif) no-repeat;
	text-indent: -9999px;
	margin-top: 30px;
	margin-bottom: 5px;
	display: block;
	height: 30px;
	width: 560px;
}



/*　──────　コンテンツ　右ナビ　──────　*/
#r_contents {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 250px;
}

#r_news_framebox {
  width: 99%;
	height: 250px;
	overflow:auto;
	border: 1px solid #999;
	background-color: #fff;
}
#r_contents h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-left:5px;
}
#r_news_framebox ul {
	font-size: 10px;
	line-height: 130%;
	margin-left:20px;
	margin-right:5px;
}
#r_news_framebox li {
	margin-top: 2px;
	list-style: square outside;
}
.r_bnr {
	margin-top: 5px;
}
#r_enter_box {
	margin: 0px;
	padding: 0px;
	width: 99%;
	position:relative;
}
.enter_box_in {
	font-size: 10px;
	line-height: 130%;
	color: #333333;
	margin-top:5px;
	height:100%;
	width:240px;
	float:left;
}


/*　　──────　　フッター　　──────　　*/
/*　フッターのリンクの縦区切り線　*/
div#foot_nav {
 margin:0;
	padding:0;
	overflow:hidden;
	_height:1.5em;/*IE6用*/
	font-size:10px;
	float:left;
	clear:both;
	width:100%;
	height: 50px;
}
#foot_nav ul {
  margin-left:-6px;
}
#foot_nav li {
  padding:0 5px;
	display:inline;
	border-left:1px solid #666666;
}




.mR20_fR {
	margin-right: 20px;
	float:right;
}
.rm_20 {
	margin-right: 20px;
}
.ml10 {
	margin-left: 10px;
}
.txt10_140 {
	font-size: 10px;
	line-height: 140%;
}
.floatL {
	float: left;
	clear:both;
}


.m_5 {
  margin: 5px;
}
.m_10 {
  margin: 10px;
}
.mTB_5 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.mR_5 {
  margin-right: 5px;
}
.mR_10 {
  margin-right: 10px;
}
.mB5 {
  margin-bottom: 5px;
}
.mB20 {
  margin-bottom: 20px;
}
.mTB10_LR50 {
  margin: 10px 50px;
}
.mT_15 {
	margin-top: 15px;
}
.mT_3 {
	margin-top: 3px;
}



.txt12_140 {
	font-size: 12px;
	line-height: 140%;
}
.red {
	color: #FF0000;
}
#entme_h1 {
	font-size: 14px;
	line-height: 140%;
	color:#D55500;
}
.orange {
	color: #D55500;
}
.li_inside_mark {
	list-style: disc inside;
}
.ent_No_li {
	margin-left: 15px;
	list-style: decimal inside;
}
.mT0 {
	margin-top: 0px;
}
.midnightblue {
	color: #0771A9;
}
.m_20 {
	margin: 20px;
}
.mT10 {
	margin-top: 10px;
}

.txt_right {
	text-align: right;
}

