@charset "shift-jis";

/* base_style
----------------------------------------------- */
body{
	margin:0;
	padding:0;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN",Osaka;
	font-size:12px;
	color:#333;
	background-color:#EAE2B1;
	background-image : url(http://www.yunoyadosyouei.jp/common/images/bg_body.gif);
}

a{
	text-decoration:underline;
}
a:visited{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

p{
	line-height:160%;
}

address{
	margin:10px auto;
	text-align:center;
}

/* wrap_style
----------------------------------------------- */
#wrap{
	margin:0 auto;
	padding:0;
	width:800px;
	height:auto;
}

/* etc_style
----------------------------------------------- */
.ct{
	margin:0 auto;
	text-align:center;
}
.rt{
	margin:0 auto;
	text-align:right;
}
.lt{
	margin:0 auto;
	text-align:left;
}

.fs10{
	font-size:10px;
}
.red{
	color:#C00;
	font-weight:bold;
}

ul{
	margin:0;
	padding:0;
}

li{
	margin-left:15px;
}

#wrap h1 {
	position: absolute;
	margin:0 0 0 80px;
	color:#666666;	  
	font-size:10px;
	width:800px;
	text-align: left;
}

#wrap ul#language {
        position: absolute;
	margin:2px 0 0 330px;
        list-style:none;
        font-size:14px;
}


#wrap ul#language li {
        display: inline;
}

#wrap ul#language a {
        text-decoration: none;
        color: #cc0000;
        font-weight: bold;
}


#wrap ul#language a:hover {
        color: #666666;
        font-weight: bold;


}