body,td,th {
	color: #414141;
	font-family: "ＭＳ Ｐゴシック", Osaka, serif, sans-serif;
	line-height:1.3;
}

td,th {
		font-size: 1.0em;
}

body {
	background-color: #FFFFFF;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	margin:3px 0;
	text-align:center;
	font-size: 0.8em;
}

#inbox{
	width:750px;
	border:1px solid #CCCCCC;
	margin:0 auto;
	background-color:#FFFFFF;
}

.clear-all{	clear:both;}

/*----------------------
	header
----------------------*/

#header{
	widht:750px;
	height:90px;
	margin:0;
	position:relative;
	background-image:url(../img/menu-back.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border-bottom:1px solid #CCCCCC;
}

#logo{
	position:absolute;
	width:305px;
	height:74px;
	left:3px;
	top:50%;
	margin-top:-40px;
}

#language{
	position:absolute;
	width:175px;
	right:2px;
	top:0;
	text-align:right;
}

#menu{
	position:absolute;
	width:590px;
	bottom:0;
	height:35px;
	right:3px;
}

#menu-inner{
	position:absolute;
	width:560px;
	height:22px;
	right:3px;
	top:50%;
	margin-top:-9px;
	text-align:right;
}

#menu-inner img{
	margin-left:20px;
	vertical-align: middle;
}


/*-------------------
	Fooder
-------------------*/
#fooder{
	width:750px;
	height:21px;
	position:relative;
	background-image:url(../img/fooder.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #CCCCCC;
}

#copy{
	position:absolute;
	left:5px;
	bottom:0px;
	width:343px;
	height:12px;
}

#fooder-menu{
	position:absolute;
	width:155px;
	height:13px;
	top:50%;
	margin-top:-4px;
	right:5px;
	text-align:right;
}


/*-------------------
	Font
-------------------*/

a:link {
	color: #196A4D;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #196A4D;
}

a:hover {
	text-decoration: none;
	color: #336F58;
}

a:active {
	text-decoration: underline;
	color: #2CC75A;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

.nomal{
	font-size:0.8em;
	color: #414141;
	font-weight:normal;
}
