/* --------------------------------------*/
/* 球体研究所基本 */
/* --------------------------------------*/
BODY{
	font-size:12px;
	color:#666666;
	background-color: #d5f1ff;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	}

/* aタグ共通スタイル */
a:link { color: #9B9B9B; text-decoration : none }
a:visited {color: #9B9B9B; text-decoration : none}
a:hover {color: #000000; text-decoration : underline}

/* 画像の枠 */
img { border-style: none }

/* 見出しサイズ 0423 */
h1	{ font-size: 16px; color: #666666;}
h2	{ font-size: 14px; color: #666666;}
h3	{ font-size: 12px; }
h4,h5,h6 { font-size: 10px; }

/* 見出しタグのインライン化 */
h1,h2,h3,h4,h5,h6 { display:inline }

/* テーブル見出し文字の太さを標準化 */
th	{ font-weight:normal }

/* p要素のマージンを標準化 */
p	{
	margin:0px;
	padding:0px;
	}

/* ul要素のマージンを標準化 */
ul	{
	margin:0px;
	padding:0px;
	}

/* --------------------------------------*/

/* --------------------------------------*/
/* テキスト */
/* --------------------------------------*/

/* コピーライト */
.copy-right { font-size: 10px; margin-right: 10px; margin-left: 10px; margin-top: 5px;}

/* ニュース */
.newsyo { font-size: 12px; margin-top: 2px; line-height: 14px; margin-top: 0px;}

/* 基本テキスト左5px空け */
.hidari5 { margin-left: 5px;}

/* 基本テキスト左10px空け */
.hidari10 { margin-left: 10px;}

/* 基本テキスト左12px空け */
.hidari12 { margin-left: 12px;}

/* 基本テキスト左20px空け */
.hidari20 { margin-left: 20px;}

/* 基本テキスト右5px空け */
.migi5 { margin-right: 5px;}

/* 基本10pxテキスト */
.saizu10 { font-size: 10px; line-height: 14px}

/* 基本赤 */
.aka { color: #fa3a47}

/* 基本白 */
.shiro { color: #ffffff}

/* 濃い青 */
.ao { color: #006ad5}

/* 10px赤 */
.saizu10aka { font-size: 10px; line-height: 14px; color: #fa3a47}

/* spanで強調 */
.futoji { font-weight: 500;}

/* アンダーライン */
.rain { text-decoration: underline; } 

/* 抹消線 */
.raindead { text-decoration: line-through; } 

a#ao { color: #0000FF;}

a#pan { color: #ffffff;}

/* --------------------------------------*/
/* ヘッダー */
/* --------------------------------------*/
.pan{
background-color:#000000;
text-indent:10px;
text-align:left;
width:720px;
height:20px;
color: #ffffff;
}

div#news-block {
float:left;
margin:0pc;
width:360px;
height:150px;
}


/* --------------------------------------*/
/* テーブル */
/* --------------------------------------*/
/* 基本テーブルタイトルバック*/
.thaikei1 { background-color: #e9ebea }
/* 基本テーブル枠線*/
.twaku { background-color: #999999 }
/* セルを白くする*/
.bgffffff { background-color: #ffffff }
/* セルを黒くする*/
.bg000000 { background-color: #000000 }
/* 枠の色*/
.bgbec1da { background-color: #bec1da }
/*タイトル*/
.title{
background-image:url(share_img/title.jpg);
text-indent:10px;
line-height:25px;
height:25px;
color: #006ad5;
}
.subtitle{
background-image:url(share_img/subtitle.jpg);
text-indent:18px;
line-height:25px;
height:25px;
color: #ffffff;
}
/* 位置*/
div#block-left {
display:block;
float:left;
margin:0pc;
}

div#block-right {
display:block;
float:right;
margin:0pc;
}

td#kyokai {
background-color:#d5f1ff;
}

td#komoku {
width:120px;
background-color:#d5f1ff;
border-left: 2px solid #BFDFFF;
border-right: 2px solid #BFDFFF;
border-top: 1px solid #BFDFFF;
border-bottom: 1px solid #BFDFFF;
}

td#block-title {
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #666666;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #666666;
color: #ffffff;
background: #EAF0FF;
}

td#link-back {
background:url(share_img/underconst_back.jpg) no-repeat;
text-align:left;
height:300px;
line-height:20px;
}

td#link-back a {
color: #666666;
}

/* --------------------------------------*/
/* リストメニュー */
/* --------------------------------------*/
/* メインメニュー*/	
ul#navi li{
	padding:0;
	margin:0;
	float:left;
	width:120px;
	text-align:center;
	line-height:22px;
	list-style-type:none;
	color:#ffffff;
	background-image:url(share_img/menu_back2.gif);
}

ul#navi li a{
display:block;
width:120px;
height:22px;
border:none;
color:#000000;
background:url(share_img/menu_back.gif) no-repeat;
}

ul#navi li a:hover{
background:url(share_img/menu_back2.gif) no-repeat;
color:#ffffff;
}

ul#navi li span a{
background:url(share_img/menu_back_end.gif) no-repeat;
color:#000000;
}

ul#navi li span a:hover{
background:url(share_img/menu_back_end2.gif) no-repeat;
color:#ffffff;
}

ul#navi li#back-end{
background:url(share_img/menu_back_end2.gif) no-repeat;
color:#ffffff;
}

/* サイドメニュー*/	
ul#side-navi li{
	padding:0;
	margin:0;
	float:left;
	width:144px;
	text-align:left;
	text-indent:13px;
	line-height:22px;
	list-style-type:none;
	color:#006ad5;
	background-image:url(share_img/side_menu_d.gif);
}

ul#side-navi li a{
display:block;
width:144px;
height:22px;
border:none;
color:#666666;
background:url(share_img/side_menu.gif) no-repeat;
}

ul#side-navi li a:hover{
background:url(share_img/side_menu_d.gif) no-repeat;
color:#006ad5;
}

td#menubg {
background-image:url(share_img/menu_bg.gif);
}

/* 折りたたみナビ*/
ul#o0 li {
display:block;
width:144px;
height:22px;
line-height:22px;
border:none;
color:#666666;
background:url(share_img/side_submenu_d.gif) no-repeat;
}

ul#o0 li a{
display:block;
width:144px;
height:22px;
line-height:22px;
border:none;
color:#666666;
background:url(share_img/side_submenu.gif) no-repeat;
}

ul#o0 li a:hover{
background:url(share_img/side_submenu_d.gif) no-repeat;
color:#006ad5;
}

/* 折りたたみナビ2*/
ul#o1 li {
display:block;
width:144px;
height:22px;
line-height:22px;
border:none;
color:#666666;
background:url(share_img/side_submenu_d.gif) no-repeat;
}

ul#o1 li a{
display:block;
width:144px;
height:22px;
line-height:22px;
border:none;
color:#666666;
background:url(share_img/side_submenu.gif) no-repeat;
}

ul#o1 li a:hover{
background:url(share_img/side_submenu_d.gif) no-repeat;
color:#006ad5;
}

/* --------------------------------------*/
/* 各項目別スタイル */
/* --------------------------------------*/
/* 上へ戻る*/
div#upicon a {
float:right;
margin:0pc;
line-height:20px;
width:70px;
text-indent:10px;
color:#8ad5f4;
background:url(share_img/up_icon.gif) no-repeat;
}

div#upicon a:hover {
background:url(share_img/up_icon_d.gif) no-repeat;
}

/* --------------------------------------*/
/* 事業案内 */
/* --------------------------------------*/
div#botan {
float:right;
}

/* 事業案内>アートプラネットシリーズ*/
.arttitle{
background-image:url(jigyo/e_title.jpg);
text-indent:25px;
line-height:30px;
height:30px;
color: #999999;
font-weight: bold;
}

/* 事業案内>リングメッシュ*/
.ringu-h2{
background-image:url(jigyo/ringu_h2.jpg);
text-indent:10px;
line-height:30px;
height:30px;
color: #ffffff;
font-weight: bold;
}

ul.tokucho{
	padding:0;
	margin:0;
}

ul.tokucho li{
	padding:0;
	margin-left:30px;
	text-align:left;
}


/* 事業案内>書籍*/
div#book-left {
float:left;
margin:0pc;
width:340px;
}

div#tip-menu {
float:right;
text-align:right;
padding-right:5px;
margin:0pc;
font-size:10px;
width:330px;
}

td#sback {
background:url(jigyo/book_sback.gif) no-repeat;
line-height:20px;
text-indent:20px;
}

/* 玉の博物館>作家*/
td#sphere-block-title {
border-top: 1px solid #AAD5FF;
border-bottom: 1px solid #2B95FF;
border-left: 1px solid #AAD5FF;
border-right: 1px solid #2B95FF;
color: #0000ff;
background:url(sphere/sphere_saka_title.gif) no-repeat;
height:20px;
text-indent:16px;
}

div#saka-text{
width:556px;
float:left;
}

div#saka-img{
padding-left:10px;
padding-bottom:10px;
float:right;
}

div#sph-img-back{
float:left;
background:url(sphere/sphere_img_back.gif) repeat;
}

h3#sphere-sub{
display:block;
margin:0px;
padding-top:10px;
}

/* 玉の博物館>コスタリカ*/
div#cos-komidashi {
color:#006600;
background-color:#B5D999;
height:20px;
text-indent:5px;
margin-bottom:10px;
}

span#right-cap {
display:block;
font-size:10px;
text-align:right;
margin-bottom:5px;
}

span#left-cap {
display:block;
font-size:10px;
text-align:left;
margin-bottom:5px;
}

/* --------------------------------------*/
/* ショッピング */
/* --------------------------------------*/

.shopping-h2{
background-image:url(shopping/shopping_h2.jpg);
text-indent:15px;
line-height:25px;
height:25px;
color: #999999;
font-weight: bold;
}

/* 製品情報はこちら*/
div.seihinjoho a {
	display:block;
	margin-top:10px;
	text-align:center;
	width:150px;
	height:20px;
	line-height:20px;
	list-style-type:none;
	color:#666666;
	background-image:url(shopping/seihinjoho.gif);
}

div.seihinjoho a:hover {
	display:block;
	text-decoration:none;
	background-image:url(shopping/seihinjoho_d.gif);
}

div#saka-text{
width:556px;
clear:both;
}

div#saka-img{
padding-left:10px;
padding-bottom:10px;
float:right;
}

div#sph-img-back{
clear:both;
background:url(shopping/sphere_img_back.gif) repeat;
}

h3#sphere-sub{
display:block;
margin:0px;
padding-top:10px;
}

/* 法律関係テーブル*/
table#typea {
text-align: left;
border-top: 1px solid #409FFF;
border-left: 1px solid #409FFF;
background: #fff;
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
html>body table {border-collapse: separate}

table#typea th {
border-right: 1px solid #409FFF;
border-bottom: 1px solid #409FFF;
background: #BFDFFF;
color: #666;
width: 90px;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
}

table#typea td {
border-right: 1px solid #409FFF;
border-bottom: 1px solid #409FFF;
padding-left: 5px;
padding-top: 2px;
padding-bottom: 2px;
}

/* --------------------------------------*/
/* 入力フォーム */
/* --------------------------------------*/
/* 入力ボックス*/
.nyuryoku1 { color: #666666;
			background-color: #ffffff;
			border: 1px #cccccc; }

/* テキストボックス*/			
.nyuryoku2 { color: #666666;
			background-color: #ffffff;
			border: 0px; }

.nyuryoku3 { color: #666666;
			background-color: #ffffff;
			border: 1px #cccccc;
			ime-mode: inactive; }