/* ------------------------------------------

     メイン

------------------------------------------ */

body {
	background-color: #eff0e8;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.4em;
	color: #3a3a3a;
}
a {
	color: #f68b02;
	text-decoration: none;
	font-weight: bold;
}
p {
	margin-bottom: 5px;
}




#wrapper {
	width: 770px;
	margin: 0 auto;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:hover {
	text-decoration: underline;
}


.contents {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	margin: 0px;
	padding: 0px;

}
#rogo {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
}


h3 {
	background-image: url(/images/bg_subttl.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 28px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 20px;
}
h4 {
	margin-bottom: 5px;
}

/* --------------------------------------------------
  
  ナビゲーション
  
-------------------------------------------------- */

#navi{
	width: 760px;
	background-image:url(/images/bg_navi.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 0px;
}



ul#menu{
	list-style:none;
	width:720px;
	margin-right: auto;
	margin-left: auto;
}
ul#menu li{
	list-style:none;
	width:120px;
	float: left;
}
ul#menu a{
    display:block;
    width:120px;
    height:33px;
    text-indent:-100px;
    overflow:hidden;
}

.active {
    background-position:0px -33px;
}

a#top{
    background-image:url(/images/navi_top.gif);
}

a:hover#top{
    background-position:0px -33px;
}



a#new{
    background-image:url(/images/navi_new.gif);
}
a:hover#new{
    background-position:0px -33px;
}

a#class{
    background-image:url(/images/navi_class.gif);
}
a:hover#class{
    background-position:0px -33px;
}


a#language{
    background-image:url(/images/navi_language.gif);
}
a:hover#language{
    background-position:0px -33px;
}


a#blog{
    background-image:url(/images/navi_blog.gif);
}
a:hover#blog{
    background-position:0px -33px;
}

a#about{
    background-image:url(/images/navi_about.gif);
}
a:hover#about{
    background-position:0px -33px;
}

/* --------------------------------------------------
  
  main
  
-------------------------------------------------- */

#main {
	width: 720px;
	margin: 10px auto 15px;
}

.mainContents {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

.block {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.border {
	border-bottom: 1px solid #d4d4d4;
	clear: both;
}
.picRight {
	margin-left: 10px;
}




#pageTop {
	margin-bottom: 10px;
	margin-right: 20px;
}


/* --------------------------------------------------
  
  サイトマップ
  
-------------------------------------------------- */
.sitemap {
	background-image: url(/images/bg_sitemap_main.gif);
	background-repeat: repeat-y;
	width: 700px;
	margin-bottom: 10px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}



.sitemap a {
	color: #7b7b7b;
	font-weight: normal;
}


.sitemapTop {
	background-repeat: no-repeat;
	background-image: url(/images/bg_sitemap_top.gif);
	padding: 10px 0px 0px 32px;
}
.sitemapBottom {
	background-image: url(/images/bg_sitemap_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 700px;
	clear: both;
}


.sitemap li {
	color: #595959;
	margin-bottom: 5px;
}
.sitemap h5 {
	margin-bottom: 10px;
	margin-left: -15px;
}

.sitemap h6 {
	margin-bottom: 5px;
}


.sitemap ul {
	margin-bottom: 10px;
	float: left;
	margin-right: 25px;
}
.sitemap .border {
	width: 640px;
	margin-bottom: 10px;
}



/* --------------------------------------------------
  
  最新情報
  
-------------------------------------------------- */
#new h2{
	background-image: url(/images/ttl_new.gif);
	background-repeat: no-repeat;
}


#whatsnew h3 {
	height: 24px;
	width: 173px;
	margin-bottom: 15px;
	background-image: none;
	padding: 0px;
}


#whatsnew {
	margin-bottom: 10px;
}


#whatsnew .name {
	color: #FFFFFF;
	background-image: url(/images/bg_icon.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 40px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
}

#whatsnew .newBlock {
	margin-bottom: 5px;
	background-image: url(/images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	vertical-align: top;
}

#whatsnew .newBlock td {
	padding: 3px 3px 8px;
	vertical-align: top;
}

/* --------------------------------------------------
  
  footer
  
-------------------------------------------------- */


#footer {
	clear: both;
	width: 730px;
	background-image: url(/images/bg_footer.jpg);
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	height: 19px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-size: 10px;
}

#footer li {
	margin-right: 20px;
	float: left;
}

#footer #copyright {
	color: #FFFFFF;
	font-size: 10px;
	float: right;
	margin: 0px;
	padding: 0px;
}
