@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #333333;
	line-height: 120%;
}
body {
	background: #FFF0F0;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-image:url(../img/bgjpg.jpg);
	background-repeat:repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#header{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	height:165px;
}
.fontsize{
    text-align:right;
	font-size: 10px;
}

#header #gaju {
	font-size: 10px;
	padding-right: 15px;
	padding-top: 120px;
	text-align: right;
}
	#header #gaju a {
		background: #FFF;
		padding: 3px 5px;
	}

.content{
	padding-right: 10px;
}

/*--

̎w

--*/

#sidebar{
	width:165px;
	font-size: 14px;
}
#sidebar #info li {
    margin-left:20px;
	line-height:150%;
}
#sidebar #info li a{
    text-decoration:none;
}

/*--

C̎w

--*/

#main{
	width:615px;
	float: right;
}
#main h2{
	padding-left: 40px;
	height: auto;
	line-height: 200%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image:url(../img/contents_bg.gif);
	background-position: left center;
}
#main h3 {
	padding-top: 10px;
	padding-left: 40px;
	font-weight: normal;
}
#main h3 img {
	margin-right: 10px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main h3 .newsicon {
	margin: 1px;
}
#main h3 .movie {
	margin-right: 10px;
	float: left;
	border: 4px double #999999;
	margin-bottom: 10px;
}
#main h3 .movie noscript {
	font-size: 12px;
	height: 238px;
	width: 300px;
	display: block;
}

/* IE8 */
html>/**/body #main h3 .movie noscript {
	height /*\**/: auto\9
}

#main h3 #newslist {
	overflow: auto;
	height: 10em;
}
#main h3 #yotakulist {
	overflow: auto;
	height: 30em;
}
#main h3 ul {
	list-style-type: square;
}

#main h3 li {
	margin-bottom: 1em;
	clip: rect(auto,auto,auto,auto);
	margin-left: 2em;
}
#main #left{
    float:left;
}
#main #minilinks {
	text-align: right;
	padding-bottom: 10px;
	font-size: 12px;
	padding-top: 10px;
	clear: left;
}
#main #map {
	text-align: center;
}
/*--

̎w

--*/

#footer{
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: right;
	padding: 10px;
	clear: right;

}
