@charset "shift_jis";

html {
	background: none #ffffff;
	background-image: url(./img/back_earth.png);
    background-position: right top;
    background-repeat: repeat-y;
	background-attachment:none;
}

a:link		{text-decoration:none; color:#333333}
a:visited	{text-decoration:none; color:#333333}
a:active	{text-decoration:none; color:#333333}
a:hover		{text-decoration:underline; color:#ffffff;background-color:#333333;}

a.rightnavi:hover		{
	text-decoration:none;
	color:#ffffff;
	background-color:#aaaaaa;
	border: 1px solid #333333;
}

a.rightnavi {
	border: 1px solid #ffffff;
	display:block;
	width:100%;
	padding-left:2px;
}

.rightnavi_s {
	color:#ffff00;
	background-color:#444444;
	border: 1px solid #333333;
	display:block;
	width:100%;
	padding-left:2px;
}

.rightnavi_c {
	color:#ffffff;
	background-color:#aaaaaa;
	border: 1px solid #333333;
	display:block;
	padding-left:2px;
}

.head2{
	color:#009;
	font-weight:bold;
	font-size:16pt;
	background-color:#eef;
	border-bottom: 2px solid #09f;
	width:100%;
	padding:3px;
}

p{
	margin-bottom:25pt;
}

p.dad{
	margin-bottom:25pt;
	color:#000099;
	border: 1px dotted #6666ff;
	padding:10px;
}


ul{
	margin-left:18px;
}

li{
	list-style-image: url(./right.gif);
}

br{
	line-height:9px
}

hr{
	border: 1px solid #aaaaaa;
}

form{
	margin:0px;
}
.cathead{
	font-size:24px;
	font-weight:bold;
	color:#333333;
	background-image: url(./img/homestay_header.jpg);

	border-top: 1px solid #aaaacc;
	border-left: 0px solid #ff9900;
	border-bottom: 5px solid #aaaacc;
	width:97%;
	padding:5px;
	margin:0px;
}


.header{
	font-size:12px;
}

div.leftnavi {
	width: 18%;
	float: left;
	background-color:#eeeeff;
	font-size:13pt;
	line-height:20pt
}

div.mainlink {
	line-height:24pt;
	padding-top: 15px;
	width: 55%;
	float: left;
	border-right: 5px inset #aaaacc;
	border-left: 1px solid #aaaacc;
	border-bottom: 3px solid #aaaacc;
	background-image: url(./img/vlogo.png);
    background-position: left top;
    background-repeat: repeat-y;
	padding-left:50px;
	padding-right:10px;
}

div.rightnavi {
	float: left;
	width:18%;
}

.eachtitle{
	font-size:16px;
	font-weight:bold;
}


.eachtoptitle{
	color:#000099;
	font-size:16px;
	font-weight:bold;
}


.eachcom{
	font-size:13px;
}

.eachtopcom{
	font-size:14px;
}


.eachdate{
	font-size:10px;
}

br {
	line-height:20px;
}

.eachurl{
	font-size:10px;
	color:#009900;
}

#copyright{
	text-align:center;
	font-size:9pt;
	color:#808080;
}

#copyright2{
	font-size:9pt;
	color:#000000;
	background-color:#dddddd;
}


#w3c{
	text-align:right;
}



