@charset "utf-8";

/****************************************************************************
　基本レイアウトCSS
--------------------------------------------------------
   Author : Yasuo Tominaga @ penpengusa
   Group : http://www.penpengusa.com
   Creation date : 2008.03.20
   Last up date   : 2008.08.27
****************************************************************************/

#BGset {
	width: 860px;
	height: auto;
	margin: 0 auto;
	background: url("../common/earth_bg2.jpg") 0 0 no-repeat;
}

#Set {
	width: 860px;
	height: 350px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	overflow: visible;
}

#Set1 {
	width: 860px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	overflow: visible;
}

#Set2 {
	width: 860px;
	height: 200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	overflow: visible;
}

#TITLE {
	position: relative;
	width: 742px;
	margin: 0 auto;
	padding: 0;
	background: url("../common/earth_t_l_loop.gif") 0 0 repeat-y;
	psiplay:block;
}
#TITLE img.lt{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;
}
#TITLE img.lb{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;
}
#TITLE img.rt{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
}
#TITLE img.rb{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
}
#TITLE img{
	display: block;
	margin: 0;
	padding: 0;
}

#TITLE img.chara{
	position: absolute;
	top: -8px;
	left: -12px;
	display: block;
	margin: 0;
	padding: 0;
}

#TITLE h2 {
	width: 720px;
	padding: 4px 0 0 0;
	margin: 0 auto;
	font-szie: 92%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	line-height: 1.0;
	display: block;
}
#TITLE h3 {
	width: 720px;
	padding: 5px 0 5px 0;
	margin: 0 auto;
	font-szie: 113%;
	text-align: center;
	color: #377EB8;
	font-weight: bold;
	line-height: 1.0;
	display: block;
}
#TITLE .maru {
	color: #33B3D1;
}

#FBG {
	position: relative;
	width: 844px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	z-index:5;
}

#FBG a img.prev{
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin: 0;
	display: block;
}
#FBG a img.next{
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0;
	display: block;
}

#BoxL {
	width: 330px;
	height: auto;
	margin: 10px 0 0 50px;
	float: left;
	display:inline;
	font-size: 75%;
}
#BoxR {
	width: 394px;
	height: auto;
	margin: 10px 0 0 28px;
	float: left;
	display:inline;
}
div.zone{
	width: 394px;
	height: auto;
	background: url(../common/earth_r_loop.jpg) 0 0 repeat-y;
	margin: 0;
	padding: 0;
	font-size: 75%;
}
div.zone img {
	margin: 0 auto;
	padding: 0;
	display: block;
}


/*----------------------------------------*/
/*　URLリンク設定　*/
/*----------------------------------------*/
div.linkA {
	font-size:80%;
}
div.linkB {
	font-size:80%;
}

/* IEに適用*/
div.linkB a{text-decoration: none; }
div.linkB a:link {color:#039; }
div.linkB a:visited{text-decoration: none; color:#039;}
div.linkB a:hover{text-decoration: underline; color:#039; }
div.linkB a:active{text-decoration: none; }

/* IE以外に適用*/
html>/**/body div.linkB a{text-decoration: none; letter-spacing: -1px; }
html>/**/body div.linkB a:link {color:#039; letter-spacing: -1px; }
html>/**/body div.linkB a:visited{text-decoration: none; color:#039; letter-spacing: -1px; }
html>/**/body div.linkB a:hover{text-decoration: underline; color:#039; letter-spacing: -1px; }
html>/**/body div.linkB a:active{text-decoration: none; letter-spacing: -1px; }





.pdu10 { padding: 0 0 10px 0; }
.pdu20 { padding: 0 0 20px 0; }
.pdu30 { padding: 0 0 30px 0; }
.pdu40 { padding: 0 0 40px 0; }
.pdu50 { padding: 0 0 50px 0; }
.pdu60 { padding: 0 0 60px 0; }
.pdu70 { padding: 0 0 70px 0; }
.pdu80 { padding: 0 0 80px 0; }
.pdu90 { padding: 0 0 90px 0; }
.pdu100 { padding: 0 0 100px 0; }

