@charset "UTF-8";


/*-----------------------------------------------------------------------------

	目次
	
	=ヘッダー
	=グローバルナビ
	=フッター
	=サイド
	=コンテンツ
	=共通パーツ
	=トップページ
	=下層
	

※見出しコメント「=」で検索可能。

-----------------------------------------------------------------------------*/


/* プロパティの順序(セットサンプル)

1.リストスタイル
2.ビジュアルフォーマットモデル
3.ビジュアルエフェクト
4.ボックスモデル
5.表
6.カラー
7.テキスト
8.バックグラウンド

1.　list-style:;

2.	display:;
　	position:;
　	top:;
	　right:;
	　float:;
	　clear:;
	　width:;
	　height:;
	　line-height:;
	　vertical-align:;

3.	overflow:;
	
4.	margin:;
　	padding:;
　	border:;
　	border-collapse:;
	
5.	empty-cells:;

6.	color:;

7.	font-family:;
　	font-style:;
　	font-weight:;
　	font-size:;
　	text-indent:;
　	text-align:;
　	text-decoration:;
	
8.	background:;

*/

body {
	color:#666666;
	font-size:small;
	background:url(../img/loop_bg.gif) top repeat-x;
}
#container {
	width:100%;
	margin:0 auto;
	background:url(../img/bg.jpg) center top no-repeat;
}


/* =共通パーツ
------------------------------------------------------------------*/
a:link {
	color:#596263;
	text-decoration:underline;
}
a:visited {
	color:#673761;
	text-decoration:underline;
}
a:hover {
	color:#8da3a5;
	text-decoration:underline;
}
a:active {
	color:#8da3a5;
	text-decoration:underline;
}
.rollover {
	/*ロールオーバー用*/
}
* html .pngback {
	/*背景透過用*/
	behavior: expression(IEPNGFIX.fix(this));
} 
hr{
	display:none;}
/* =ヘッダー ------------------------------------------------------------------*/
#header {
	clear:both;
	width:864px;
	height:48px;
	margin:0 auto 1px auto;
	background:url(../img/bg_header.png) no-repeat 0 0;
}
#header h1 {
	float:left;
	width:522px;
	padding:6px 0 0 13px;
}
#header ul#mainMenu {
	float:left;
	width:329px;
}
#header ul#mainMenu li {
	list-style:none;
	float:left;
	width:158px;
}
#header ul#mainMenu li.more {
	position:relative;
	float:left;
	width:169px;
}
/*メガメニュー内*/
#header ul#mainMenu div.moreWrap {
  display: none;
}
#header ul#mainMenu li.more div.moreWrap {
	width:430px;
	height:357px;
	position: absolute;
	top: 57px;
	_top: 87px;
	right: 0;
}
#header ul#mainMenu li.more div.moreWrap div.inner {
	width:410px;
	height:337px;
	padding:10px 10px 0 10px;
	position:relative;
	top:-3px;
	z-index:10;
}
#header ul#mainMenu li.more div.moreWrap div.back {
	width:430px;
	height:337px;
	position:relative;
	top:-355px;
	z-index:0;
}


* html #header ul#mainMenu li.more div.moreWrap div.inner {
	width:410px;
	height:337px;
	padding:0 10px 0 10px;
	position:relative;
	top:-6px;
	_top:-30px;
	z-index:10;
}

* html #header ul#mainMenu li.more div.moreWrap div.back {
	top:-307px;
}

#header ul#mainMenu li.hovering div.moreWrap {
  display: block;
}

#header ul#mainMenu li div.moreWrap div.clr {
	width:100%;
	padding:0 0 8px 0;
}

#header ul#mainMenu li div.moreWrap div.megaleft {
	float:left;
	width:190px;
	margin:10px 0 0 8px;
	display:inline;
}
#header ul#mainMenu li div.moreWrap div.megaright {
	float:right;
	width:190px;
	margin:10px 8px 0 0;
	display:inline;
}

#header ul#mainMenu li dt {
	background:#c2d0d1;
	margin:0 0 6px 0;
}
#header ul#mainMenu li dt span.topBox {
	display:block;
	background:url(../img/mega_title_top.gif) center top no-repeat;
}
#header ul#mainMenu li dt span.bottomBox {
	display:block;
	background:url(../img/mega_title_bottom.gif) center bottom no-repeat;
	text-align:center;
	font-weight:bold;
	color:#000;
	line-height:1.2;
	padding:5px;
}
#header ul#mainMenu li ul {
	background:url(../img/mega_line.gif) top repeat-x;
	float:none;
}
#header ul#mainMenu li ul li {
	list-style:none;
	background:url(../img/mega_line.gif) bottom repeat-x;
	float:none;
	width:100%;
}
#header ul#mainMenu li ul li span {
	display:block;
	padding:4px 8px 6px 17px;
	background:none;
	width:165px;
	line-height:normal;
	color:#888;
}
#header ul#mainMenu li ul li a {
	display:block;
	padding:5px 8px 7px 17px;
	background:url(../img/icon_arrow.gif) 6px 10px no-repeat;
	width:165px;
	line-height:normal;
}
#header ul#mainMenu li ul li a:hover {
	background:#eef6f7 url(../img/icon_arrow.gif) 6px 10px no-repeat;
}
#header ul#mainMenu li ul li ul {
	padding:0 0 10px 17px;
	background:none;
}
#header ul#mainMenu li ul li ul li {
	padding:0 0 1px 10px;
	width:auto;
	background:url(../img/arrow_mini.gif) 0 7px no-repeat;
	line-height:normal;
}
#header ul#mainMenu li ul li ul li a {
	display:inline;
	padding:0;
	background:none;
	width:auto;
	line-height:normal;
}
#header ul#mainMenu li ul li ul li a:hover {
	background:url(../img/icon_mini.gif) 6px 9px no-repeat;
}

/**/


/* =フッター
------------------------------------------------------------------*/
#footer {
	clear:both;
	width:860px;
	margin:0 auto;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
}
#footer div#footInner {
	float:right;
	width:350px;
}
#footer ul {
	text-align:right;
	padding: 0 0 5px 0;
}
#footer ul li {
	list-style:none;
	display:inline;
	padding: 0 0 0 5px;
	text-align:right;
}
#footer ul li a {
	margin: 0 5px 0 0;
}
address {
}


/* =コンテンツ
------------------------------------------------------------------*/
#contents {
	width:860px;
	margin:0 auto 11px auto;
}
#contents #wrapHead {
	padding:26px 0 0 0;
	background:url(../img/bg_contentHead.gif) no-repeat 0 10px;
}
#contents #wrapFoot {
	padding: 0 0 22px 0;
	background:url(../img/bg_contentFoot.gif) no-repeat center bottom;
}
#contents #wrapBody {
	width:860px;
	background:url(../img/bg_contentBody.gif) repeat-y 0 0;
}
#contents div#titleWrap {
	padding:5px 0 13px 22px;
	border-bottom: solid 2px #000;
}
#contents div#titleWrap h2 {
	display:inline;
	float:left;
	width:704px;
}
#contents div#titleWrap ul {
	display:inline;
	width:130px;
}
#contents div#titleWrap ul li {
	list-style:none;
	display:inline;
	margin: 0 1px 0 0;
}


/* =contact お問い合わせ
------------------------------------------------------------------*/
#contents div#contact {
	padding:22px 26px;
}
#contents div#contact p {
	margin: 0 0 0.3em 0;
}
#contents div#contact p.send {
	clear:both;
}
#contents div#contact .arrow {
	padding: 0 0 0 8px;
	margin: 0 0 40px 0;
	background:url(../img/icon_arrow.gif) no-repeat left center;
}
#contents div#contact dl {
	clear:both;
	width:608px;
}
#contents div#contact dl dt {
	display:inline;
	float:left;
	width:60px;
	padding: 0 0 11px 0;
}
#contents div#contact dl dd {
	display:inline;
	float:left;
	width:540px;
	padding: 0 0 12px 0;
}
#contents div#contact dl dd input, #contents div#contact dl dd textarea {
	border: solid 1px #cdcdcd;
	padding:2px;
}
#contents div#contact dl dt.comment {
	clear:both;
	width:600px;
}
#contents div#contact dl dd.comment {
	clear:both;
	width:600px;
}
#contents div#contact dl dd.comment textarea{
	clear:both;
	width:600px;
	padding:2px;
	font-size:small;
}
#contents div#contact p.result {
	text-align:center;
	padding:100px 0;
}



/* =index
------------------------------------------------------------------*/
div#indexWrap {
}
div#indexWrap #header {
	clear:both;
	width:864px;
	height:297px;
	margin:0 auto 0 auto;
	/*background: url(../../img/bg_indexheader.png) no-repeat;*/
}
/*div#indexWrap #header div.logo {
	width:450px;
	float:left;
}*/
/*div#indexWrap #header p.chara{
	float:right;
	padding:2px 0 0 0;
	display:inline;
	width:336px;}*/
	
div#indexWrap #header div.logo {
	position:relative;
}
div#indexWrap #header div.logo ul {
	position:absolute;
	left:718px;
	top:16px;
	list-style-type:none;
}
div#indexWrap #header div.logo ul li {
	margin:0 0 3px 0;
}
div#indexWrap #header div.logo h1 {
	float:none;
	padding:15px 0 0 47px;
	width:221px;
	background:url(../../img/bg_indexheader.jpg) no-repeat;
	width:864px;
	height:297px;
	padding:0;
	text-indent:-9999px;
}
div#indexWrap #header div.logo p{
	padding:10px 0 0 47px;
	width:auto;
}
div#indexWrap #footer {
	width:860px;
	float: left;
}
div#indexWrap address {
	clear:both;
	padding:20px 0 20px;
	color:#999999;
	text-align:center;
}
div#indexWrap div#index {
	width:860px;
	float: left;
}
div#indexWrap div#index #new{
	width:860px;
	height:100px;
	float:left;}
	
div#indexWrap div#index #new h2{
	padding:14px 0 0 16px;
	width:101px;
	float:left;}
div#indexWrap div#index #new .inner{
	height:100px;
	width:692px;
	float:right;
	margin:9px 12px 0 0;
	display:inline;
	
}
div#indexWrap div#index #new .scroll-pane{
	height:82px;
	width:692px;
	overflow:auto;
	position: relative;}

div#indexWrap div#index #new .inner dl:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}
div#indexWrap div#index #new .inner dl {
	display:inline-table;
	min-height:1%;
}
* html div#indexWrap div#index #new .inner dl {
	height:1px;/*Mac IE@ɂ͓KpȂ*/
}
div#indexWrap div#index #new .inner dl {
	display:block;
}
div#indexWrap div#index #new .inner dt{
	font-weight: bold;
	width:80px;
	display:inline;
	float:left;
}
	div#indexWrap div#index #new .inner dd{
	display:inline;
	vertical-align: top;
	width:560px;
	float:left;
}
div#indexWrap div#index #new .inner dd span{
	margin:2px 0 0 0;
	padding:0;
	vertical-align: text-top;
	height:9px;
	width:20px;
}
div#indexWrap div#index #new .inner dd span img{
	margin:0 0 0 10px;
	padding:0;
	vertical-align: text-top;
	display:inline;
}
  a.jScrollArrowUp {
	background-image: url(../../img/icon_up.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
  a.jScrollArrowUp:hover {}
  a.jScrollArrowDown {
	background-image: url(../../img/icon_down.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
  a.jScrollArrowDown:hover {}
  a.jScrollActiveArrowButton,
  a.jScrollActiveArrowButton:hover { background-position:0 -30px; }

div#indexWrap #footer{
	float:left;
	}
div#indexWrap #footer ul{}
div#indexWrap #footer ul li{
	margin:0 8px 0 0;
	padding:0;
	float:left;
	display:block;
	width:164px;}
div#indexWrap #footer ul li.small{
	margin-top:6px;
	width:133px;}
div#indexWrap #footer ul li img{
	margin:0;
	padding:0;}
div#indexWrap #footer ul li.first{
	margin-left:35px;}

div#indexWrap div#index #navi{
	width:860px;
	float:left;
	margin:0 0 44px 0;
	display:block;
}
div#indexWrap div#index #navi dl{
	width:200px;
	float:left;
	background: url(../../img/bg_navi02.gif) repeat-y;
	margin:0 20px 0 0;
}
div#indexWrap div#index #navi dl.last{
	margin:0;
}
div#indexWrap div#index #navi dl dt{
	background: url(../../img/bg_navi01.gif) no-repeat top;
	padding:10px 0 0 0;
	float:left;
	width:200px;
}
#indexWrap #container #contents #index #new #navi h3{
	margin:0 5px;
	padding:5px 0 7px 0;
	background-color: #EDEDED;
	width:190px;
	text-align:center;
	float:left;
	display:inline;
}
#indexWrap #container #contents #index #new #navi h3 img{
	margin:0;
	padding:0;}
div#indexWrap div#index div#navi dl dd{
	background: url(../../img/bg_navi03.gif) no-repeat bottom;
	padding: 0 0 10px 0;
	text-align:center;
	float:left;
	width:200px;
}
div#indexWrap div#index #navi dl dd p{
	margin:0 5px;
	text-align:center;
	padding:2px 0 4px 0;
	background-color: #d2dddd;
}
div#indexWrap div#index #navi dl dd ul{
	margin:8px 0 0 0;
	list-style-type: none;
}
div#indexWrap div#index #navi dl dd ul li{
	margin:0 0 14px 0;}
div#indexWrap div#index #navi dl dd ul li.last{
	margin:0 0 2px 0;}
	
/* =下層2Column共通
------------------------------------------------------------------*/
#contents div#inner {
	padding:36px 24px 0 28px;
	width:806px;
}
#contents #sideMenu{
	width:200px;
	background: url(../../about_anime-manga/img/bg_sideNavi01.gif) no-repeat #e1e1e1;
	padding:12px 0 0 0;
	color: #FFF;
	float:left;
}
#contents #sideMenu .sideFooter{
	background: url(../../about_anime-manga/img/bg_sideNavi02.gif) no-repeat bottom;
	padding:0 0 9px 0;
}
#contents #sideMenu .sideFooter ul{
	width:174px;
	margin:0 auto;
	list-style-type: none;
}
#contents #sideMenu .sideFooter ul li{
	height:46px;
	margin:0 0 3px 0;
	line-height:42px;
	padding:0;
}

#contents #sideMenu .sideFooter ul li a{
	color: #596263;
	text-decoration: none;
	display:block;
	background-image: url(../../about_anime-manga/img/sideNavi.gif);
	height:46px;
	padding:0 0 0 10px;
}

#contents #sideMenu .sideFooter ul li.active{
	background: url(../../about_anime-manga/img/sideNavi_active.gif) no-repeat;
	padding:0 0 0 10px;}

#contents #sideMenu .sideFooter ul li.line2 a{
	line-height:120%;
	padding-top:7px;
	height:39px;
	display:block;
}
#contents #sideMenu .sideFooter ul li.line2Active{
	background: url(../../about_anime-manga/img/sideNavi_active.gif) no-repeat;
	padding:6px 0 0 10px;
	line-height:120%;
	height:40px;}

#contents #sideMenu .sideFooter ul li a:hover{
	background-image: url(../../about_anime-manga/img/sideNavi_o.gif);
}
/* =メイン*/
#contents #main{
	float:right;
	width:582px;}
#contents #main h3{
	font-size: 28px;
	font-weight: bold;
	color: #000;
	border-bottom:1px solid #c3c3c3;
	padding:3px 0 13px 3px;
	line-height:100%;
	margin:0 0 40px 0;
}
#contents #main h4{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0 0 15px 0;
	clear:both;}
#contents #main h5{
	font-weight: bold;
	margin:0 0 10px 0;}
#contents #main h5 span.comming{
	font-size: 10px;
	font-weight: normal;
}
#contents #main .inner{
	padding:0 10px 0 10px;
}
#contents #main .inner p.catch{
	margin:0 0 50px 0;}

#contents #main .inner p.inner{
	margin:0 0 10px 10px;}
#contents #main .inner p.break{
	margin-bottom:35px;}
#contents #main .inner p.break25{
	margin-bottom:25px;}
#contents #main .inner p.read{
	margin:0 0 10px 0;}
#contents #main p.pagetop{
	text-align:right;
	padding:0 0 10px 0;
	clear:both;}
#contents #main img.right {
	margin:0 0 5px 15px;
	float:right;
}
#contents #main table.list {
	width:522px;
	border-collapse:collapse;
	margin:0 auto 30px auto;
}
#contents #main table.list th {
	background:#e0eaeb;
	font-weight:bold;
}
#contents #main table.list td,
#contents #main table.list th {
	padding:3px 5px;
	text-align:center;
	border:#CCC 1px solid;
}
#contents #main table.list td.none {
	background:#EEE;
}
#contents #main ul.list {
	margin:0 0 10px 30px;
	list-style:square;
}
#contents #main ul.list li {
	padding:0 0 10px 0;
}
#contents #main dl.list {
	margin:0 0 10px 0 ;
	background:url(../img/mega_line.gif) bottom repeat-x;
}
#contents #main dl.break{
	margin-bottom:35px;
}
#contents #main dl.list dt {
	font-weight:bold;
	padding:7px 10px 0 10px;
	background:url(../img/mega_line.gif) top repeat-x;
}
#contents #main dl.list dd {
	padding:0 10px 7px 10px;
}


/* =about_anime-manga
------------------------------------------------------------------*/	
#contents div#aboutTitleWrap {
	border-bottom: solid 2px #000;
	background-image: url(../../about_anime-manga/img/bg_head.jpg);
	height:149px;
}
#contents div#aboutTitleWrap h2 {
	display:inline;
	float:left;
	width:704px;
	padding:63px 0 0 22px;
}
#contents div#aboutTitleWrap ul {
	display:inline;
	width:130px;
	padding:23px 0 0 0;
	height:21px;
	float:right;
}
#contents div#aboutTitleWrap ul li {
	list-style:none;
	display:inline;
	margin: 0 2px 0 0;
}
/* =アイコン・ボタン説明icon_button
------------------------------------------------------------------*/	
#icon .topBox{
	width:542px;
	padding:15px 10px 20px 10px;
	background: url(../../about_anime-manga/img/icon_button/line.gif) repeat-x top;
}
#icon .topBox .upper .image{
	width:180px;
	float:left;
	margin-right:16px;}
#icon .topBox .upper dl{
	width:336px;
	float:right;}
#icon .topBox .upper dt{
	font-weight: bold;
	margin-bottom:8px;
}
#icon .topBox .upper dd{
	margin-bottom:8px;}
#icon .topBox .under{
	float:left;
	border:solid 1px #e2e2e2;
	padding:11px 11px 0 11px;
	width:476px;
	margin:0 0 20px 21px;
	display:inline;}
#icon .topBox .under .image{
	width:140px;
	float:left;
	margin-right:16px;
	text-align:center;
	padding-top:10px;}
#icon .topBox .under dl{
	width:285px;
	padding-left:20px;
	float:right;}
#icon .topBox .under .col01,#icon .topBox .under .col02,#icon .topBox .under .col03{
	float:left;
	width:476px;
	margin-bottom:11px;}
#icon .topBox .under .col01 dl{
	background: url(../../about_anime-manga/img/icon_button/icon01.gif) no-repeat left 3px;
}
#icon .topBox .under .col02 dl{
	background: url(../../about_anime-manga/img/icon_button/icon02.gif) no-repeat left 3px;
}
#icon .topBox .under .col03 dl{
	background: url(../../about_anime-manga/img/icon_button/icon03.gif) no-repeat left 3px;
}
#icon .topBox .under dt{
	font-weight: bold;
	margin-bottom:5px;
}
#icon table{
	width:562px;
	clear:both;
	background: url(../../about_anime-manga/img/icon_button/line.gif) repeat-x top;
	border-collapse:collapse;
	margin:0 0 50px 0;}
#icon table tr{
	background: url(../../about_anime-manga/img/icon_button/line.gif) repeat-x bottom;}
#icon table th,#icon table td{
	padding:8px;}
#icon table th {
	width:190px;
	vertical-align: middle;
	}
#icon table td dl dt{
	font-weight: bold;
	margin-bottom:5px;}


/* =ナビキャラクター　エミーナ & アグナム navi-character
------------------------------------------------------------------*/	
#navi-character .character{
	width:562px;
	float:left;
	margin:0 0 20px 10px;
	display:inline;
	background: url(../../about_anime-manga/img/character/bg_head.gif) no-repeat top;
	padding-top:22px;
}
#navi-character .character .innFoot{
	background: url(../../about_anime-manga/img/character/bg_foot.gif) no-repeat bottom;
	padding:0 0 10px 0;
	width:562px;
	float:left;
}
#navi-character .character .inn{
	border-left:3px solid #cdd7d9;
	border-right:3px solid #cdd7d9;
	width:556px;
	float:left;}
#navi-character .character .inn .image{
	margin:0 0 0 28px;
	display:inline;
	width:217px;
	float:left;}
#navi-character .character .inn .details{
	width:286px;
	float:left;
	padding-top:5px;}
#navi-character .character .inn .details dl{
	margin:0 0 5px 0;}
#navi-character .character .inn .details dt{
	font-weight: bold;
	display:inline;
}
#navi-character .character .inn .details dd{
	display:inline;
	padding:0 0 0 10px;
}
#navi-character .character .inn .details p{
	margin:10px 0 0 0;
	line-height:170%}

#navi-character .last{
	margin:0 0 40px 0;}


/* =制作・運営 staff
------------------------------------------------------------------*/
#staff .admin img{
	float:left;
	margin:0 15px 0 0;
	width:175px;}
#staff .admin div{
	float:left;
	width:362px;}


/* =sitepolicy サイトポリシー
------------------------------------------------------------------*/
#contents div#sitepolicy {
	padding:22px 26px 0 26px;
}
#contents div#sitepolicy p {
	margin: 0 0 0.3em 0;
}
#contents div#sitepolicy p.break {
	margin: 0 0 35px 0;
}
#contents div#sitepolicy div.list {
	width:560px;
	clear:both;
	margin:0 auto;
	background:url(../../sitepolicy/img/line_back02.gif) center repeat-y;
}
#contents div#sitepolicy div.list div.topBox {
	background:url(../../sitepolicy/img/line_back01.gif) center top no-repeat;
	clear:both;
}
#contents div#sitepolicy div.list div.bottomBox {
	background:url(../../sitepolicy/img/line_back03.gif) center bottom no-repeat;
	width:100%;
	clear:both;
}
#contents div#sitepolicy div.list ul {
	width:180px;
	float:left;
	padding:15px 15px 15px 30px;
	list-style:none;
	display:block;
}
#contents div#sitepolicy div.list ul.right {
	width:280px;
}
#contents div#sitepolicy div.box {
	width:100%;
	clear:both;
	padding:50px 0 0 0;
}
#contents div#sitepolicy div.box div.leftBox {
	width:230px;
	float:left;
}
#contents div#sitepolicy div.box div.leftBox h3{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0 0 15px 0;
	clear:both;}
#contents div#sitepolicy div.box div.rightBox {
	width:570px;
	float:right;
}
#contents div#sitepolicy div.box div.rightBox p.bnn {
	text-align:right;
	padding:0 0 15px 0;
}
#contents div#sitepolicy p.pagetop {
	text-align:right;
	clear:both;
	padding:15px 0 0 0;
	margin:0;
}

/* =Link リンク集
------------------------------------------------------------------*/
#contents div#link {
	padding:22px 26px 0 26px;
}

#contents div#link div.list {
	width:560px;
	clear:both;
	margin:0 auto;
	background:url(../../link/img/line_back02.gif) center repeat-y;
}
#contents div#link div.list div.topBox {
	background:url(../../link/img/line_back01.gif) center top no-repeat;
	clear:both;
}
#contents div#link div.list div.bottomBox {
	background:url(../../link/img/line_back03.gif) center bottom no-repeat;
	width:100%;
	clear:both;
}
#contents div#link div.list ul {
	width:180px;
	float:left;
	padding:15px 15px 15px 30px;
	list-style:none;
	display:block;
}
#contents div#link div.list ul.right {
	width:280px;
}
/*#contents div#link div.list ul.left {
	text-align:left;
	padding-left:40px;
}
#contents div#link div.list ul li {
	margin:0 20px 0 20px;
	display:inline;
	text-align:center;
}
#contents div#link div.list ul.left li {
	text-align:left;
}*/

#contents div#link div.box {
	width:100%;
	clear:both;
	padding:50px 0 0 0;
}
#contents div#link div.box div.leftBox {
	width:230px;
	float:left;
}
#contents div#link div.box div.leftBox h3{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0 0 15px 0;
	clear:both;
	width:230px;
}
#contents div#link div.box div.rightBox {
	width:570px;
	float:right;
}
#contents div#link div.box div.rightBox dl {
	margin:0 0 30px 0;
}
#contents div#link div.box div.rightBox dl dt {
	font-weight:bold;
}
#contents div#link div.box div.rightBox dl dt span {
	display:block;
	padding:0 0 2px 0;
}
#contents div#link div.box div.rightBox dl dt span img {
	margin:0 1px 0 0;
}
#contents div#link div.box div.rightBox dl dd a {
	word-break: break-all;
	display:block;
}
#contents div#link div.box div.rightBox dl dd img.bnn {
	border:#CCC 1px solid;
	margin:5px 0 2px 0;
}
#contents div#link p.pagetop {
	text-align:right;
	clear:both;
	padding:15px 0 0 0;
	margin:0;
}
#contents div#link div.box div.rightBox ul.bnn {
	list-style:none;
}
#contents div#link div.box div.rightBox ul.bnn li {
	padding: 0 0 15px 0;
}
#contents div#link div.box div.rightBox ul.bnn li img {
	margin:0 10px 0 0;
	vertical-align:middle;
}
#contents div#link div.box div.rightBox p.read {
	padding:0 0 20px 0;
}

/* =flashContents
------------------------------------------------------------------*/

#flashContents #flash{
	width:860px;
	height:520px;
	background-image: url(../../CharacterExpressions/img/bg_noflash.png);
}
#flashContents #flash02{
	width:860px;
	height:520px;
	background-image: url(../../WordQuiz/LoveWordQuiz/img/bg_noflash.png);
}
#flashContents #flash03{
	width:860px;
	height:520px;
	background-image: url(../../Scene/Samurai/img/bg_noflash.png);
}
#flashContents #flash04{
	width:860px;
	height:520px;
	background-image: url(../../Scene/School/img/bg_noflash.png);
}
#flashContents #flash05{
	width:860px;
	height:520px;
	background-image: url(../../KanjiGame/Ninja/img/bg_noflash.png);
}
#flashContents #flash06{
	width:860px;
	height:520px;
	background-image: url(../../KanjiGame/Love/img/bg_noflash.png);
}
#flashContents p{
	padding:167px 0 0 97px;
}

/* =index(globalhome)
------------------------------------------------------------------*/
body#globalhome {
	font-size:small;
	background:#ffba00;
}
#globalhome #container{
	background: url(../../globalhome_img/globalHome_bg.gif) top center no-repeat;
}
#globalhome #containerInner{
	width:960px;
	height:650px;
	margin:0 auto;
	position:relative;
}
#globalhome h1{
	width:254px;
	height:251px;
	position:absolute;
	top:231px;
}

#globalhome ul{
	width:205px;
	position:absolute;
	top:200px;
	right:5px;
}
#globalhome li{
	margin-bottom:10px;
	list-style:none;
}
#globalhome li.englishi a span{
	width:192px;
	height:109px;
	position:absolute;
	right:380px;
	top: -99px;
	display:none;
}
#globalhome li.englishi a:hover span{
	display:block;
}
#globalhome li.spanish a span{
	display:none;
	width:192px;
	height:109px;
	position:absolute;
	right:380px;
	top: -99px;
}
#globalhome li.spanish a:hover span{
	display:block;
}
#globalhome li.korean a span{
	display:none;
	width:192px;
	height:109px;
	position:absolute;
	right:380px;
	top: -99px;
}
#globalhome li.korean a:hover span{
	display:block;
}
#globalhome li.chinese a span{
	display:none;
	width:192px;
	height:109px;
	position:absolute;
	right:380px;
	top: -99px;
}
#globalhome li.chinese a:hover span{
	display:block;
}
#globalhome li.french a span{
	display:none;
	width:192px;
	height:109px;
	position:absolute;
	right:380px;
	top: -99px;
}
#globalhome li.french a:hover span{
	display:block;
}
#globalhome #footer{
	width:960px;
	position:absolute;
	top:558px;
	text-align:center;
	color:#333;
}
