@charset "utf-8";

/* ========BASIC======== */

body{
margin:0;
padding:0;
font-size:0.9em;
text-align:center;
line-height:1.4em;
letter-spacing:1px;
background : #ffcc33
}

br{
letter-spacing:normal;
}

a{
color:#333333;
text-decoration:none;
}

a:hover{
color:#ffffff;
text-decoration:none;
}

img{
border:0;
}

h1,h2,h3,h4,h5,h6{
margin:0;
}

/* ========TEMPLATE FRAMEWORK======== */
div#wrapper  {
width:760px;
margin:0 auto;
text-align:left;
padding:20px 10px 0 10px;
background:url(image/bg.gif) 50% 50% repeat-y fixed;
}

div#header   {
position:relative;
width:720px;
height:120px;
margin:0 20px;
background:url(image/bg_head.jpg) 0% 0% no-repeat;
}

div#menu{
width:720px;
margin:0 20px;
padding-bottom:20px;
background:url(image/bg_contents_head.gif) 100% 100% no-repeat;
}

div#contents {
width:720px;
clear:both;
margin:0 20px;
background:url(image/bg_contents.gif) repeat-y;
border-bottom:1px solid #C3C3C3;
}

div#main{
width:480px;
float:left;
padding:0 10px;
}

div#sub{
width:200px;
float:right;
padding:0 10px;
}

div#footer{
width:700px;
padding:15px;
clear:both;
color:#333333;
text-align:center;
font-size:0.8em;
}

/* ????????? */
div#menu:after,
div#contents:after{
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1{
font-size:2em;
color : #ffffff;
margin:0;
padding:10px;
}

div#header h2{
margin:0;
padding:8px;
font-size:1.1em;
color : #ffffff;
}

div#header p{
margin:0;
padding:8px;
font-size:1.1em;
color : #ffffff;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
margin:0;
padding:0;
}

div#menu li {
list-style-type:none;
float:left;
width:120px;
text-align:center;
margin:0;
padding:0;
}

div#menu li a{
display:block;
width:120px;
background:#dddddd;
line-height:26px;
border-top:1px solid #C3C3C3;
border-bottom:1px solid #C3C3C3;
}

div#menu li a:hover{
background:#4682b4;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a:link{
border:0;
color:#3300CC;
}

div#main a:visited{
border:0;
color:#006699;
}

div#main a:hover{
border:0;
color:#ffcc00;
}

div#main a:active{
border:0;
color:#ffcc00;
}

div#main h2 {
font-size:1em;
color:#ffffff;
text-align : center;
padding:2px;
font-weight:bold;
background:#008080;
border-bottom:2px solid #005B99;
margin-bottom:2px;
}

div#main h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px solid #333333;
}

div#main p{
margin:0 1em 0 1em;
line-height: 1.6em;
font-size:0.9em;
}

/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub a:link{
border:0;
color:#3300CC;
}

div#sub a:visited{
border:0;
color:#006699;
}

div#sub a:hover{
border:0;
color:#ffcc00;
}

div#sub a:active{
border:0;
color:#ffcc00;
}

div#sub h2 {
font-size:1em;
color:#ffffff;
text-align : center;
padding:2px;
font-weight:bold;
background:#008080;
border-bottom:2px solid #055B99;
margin-bottom:2px;
}

div#sub h3 {
margin-bottom:2px;
font-size:1em;
border-bottom:1px solid #333333;
}

div#sub p{
margin:0 0 1em 0;
font-size:0.9em;
}

div#sub dl,dt,dd{
margin:0;
font-size:0.9em;
}

div#sub dt{
font-weight:bold;
}

div#sub ul{
list-style:none;
margin: 0 0 0 1em;
padding: 0;
}

/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.85em;
	text-align:left;
	margin-bottom: 24px;
	line-height:1em;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(image/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
	padding: 2px 8px;
	line-height:1.4em;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(image/tip-rounded.gif) no-repeat 15px 0;
}

/* ======== navi ========= */
div#navi {
   position:absolute;
   top:0px;
   right:8px;
}

div#navi ul {
   list-style:none;
}

div#navi li {
   float:left;
   margin:0 0 0 10px;
   padding:0 0 0 20px;
   font-size:82%;/* 13px相当 */
}

div#navi li.sitemap {
   background:url(image/icon_sitemap.gif) 0 50% no-repeat;
}

div#navi li.feed {
   background:url(image/icon_feed.gif) 0 50% no-repeat;
}

div#navi li.english {
   background:url(image/icon_english.gif) 0 50% no-repeat;
}

div#navi li a {
   color:#ffffff;
   text-decoration:none;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   left:5px;
}

div#totop {
   padding:10px 0;
   font-size:82%;/* 13px相当 */
}

div#totop a {
   padding:0  0 12px;
   background:url(image/bg_totop.gif) 0 60% no-repeat;
}

div#totop {
   padding:10px 0;
   font-size:82%;/* 13px相当 */
}

div#totop a {
   padding:0 0 0 12px;
   background:url(image/bg_totop.gif) 0 60% no-repeat;
}
