/* CSS Document */

body
{
	font-size: 12px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN',  Meiryo, sans-serif;
	margin: 0px;	
	padding-left:50%;
	background: #f4f4f4 url(images/bg.gif) center repeat-y;
	
}


a {text-decoration: none; color: #000;}
a:hover {text-decoration: underline; color: #00f;}
a:link { color: #0000cc; }
a:visited { color: #000080; }
a:active { color: #ff0000; }

a.navi {text-decoration: none; color: #fff;}
a.navi:hover {text-decoration: underline; color: #48D1CC;}
a.navi:link { color: #fff; }
a.navi:visited { color: ##E0FFFF; }
a.navi:active { color: #ff0; }

#topbanner
{
        background-color: #ffffff;
        height: 24px;
		text-align:right;
}
#container
{
	width: 700px;
	margin-left: -350px;
}

#topheader
{
	background-color: #A374A3;
        background: url(images/banner_en.jpg); 
	height: 90px;
}

#topheader_yama
{
	background-color: #A374A3;
        background: url(images/yama_bar_en.png); 
	height: 90px;
}


#title
{
    font-size: 12px;
    color: #000000;
    font-family: verdana;
    margin: 1px;
    text-align:right;
}

#navcontainer
{
	background-color: #000000;
	font-size: 14px;
}

.navitem
{
	background-color: #1f5fa9;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #000;
	width: 106px;
	margin-top:1px;
	margin-right:1px;
        margin-bottom: 1px;
	float:left;
}


.navitemlast
{
	background-color: #1f5fa9;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #000;
	width: 105px;
	margin-top:1px;
	margin-right:0px;
        margin-bottom: 1px;
	float:left;
}

.navitemnow
{
	background-color: #fff;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #1f5fa9;
	width: 106px;
	margin-top:1px;
	margin-right:1px;
        margin-bottom: 1px;
	float:left;
}

.navitemlastnow
{
	background-color: #fff;
	padding: 5px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #1f5fa9;
	width: 105px;
	margin-top:1px;
	margin-right:0px;
        margin-bottom: 1px;
	float:left;
}

#main
{
	padding:5px;
	width: 688px;
	text-align:justify;
	color:#000000;
	line-height: 1.6em;
}
#linkdes
{
        color: #000;
}

#sidebar
{
	background-color: #ffffff;
        width:110px;
	border:1px solid #000000;
	float:left;
	margin-top:20px;
	margin-right: 10px;
	margin-left: 10px;
    margin-bottom: 10px;
	padding: 3px;
	text-align:left;
	clear:both;
}

#maincolumn
{
	background-color: #ffffff;
        width:550px;
	border:1px solid #000000;
	float:right;
	margin-top:20px;
	margin-right: 10px;
	margin-left: 0px;
    margin-bottom: 20px;
	padding: 3px;
	text-align:left;
	clear:both;
}
h1
{
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
        text-transform:uppercase;
        font-size:20px;
	font-weight:normal;
        color: #000000;
      	padding-top: 5px;
}

.headertext1
{
	background-color: #ccc;
        font-size:18px;
	color: #000000;
}
.headertext2
{
	font-size:10px;
	font-weight:bold;
}

#footer
{
	background-color:#1f5fa9;
	color: #fff;
	text-align:center;
	vertical-align:middle;
	height: 20px;
	padding-top:5px;
	clear:both;
}

img
{
	border: 1px solid #fff;
}


.i { margin-left: 1em; margin-right: 1em; }
