/*------------------------------------------------------------
●ブラウザ固有のCSSをリセット
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,p,blockquote,table,th,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

address,caption,cite,code,dfn,h1,h2,h3,h4,th,var{
	font-style: normal;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }
caption,th{ text-align: left; }
q:before,q:after{ content: ''; }
a{ text-decoration: none; }
img{
		border: none;
		vertical-align: bottom;
}

/*------------------------------------------------------------
●CSSを再設定
-------------------------------------------------------------*/

body {
		background-color: #E4E4E4;
		background-image: url(img/bodybg01.jpg);
		background-repeat: repeat-x;
		font-size: 0.8em;
		color: #333333;
		text-align: center;
}

#mainbox {
		text-align: left;
		width: 820px;
		_width: 818px;
		margin-right: auto;
		margin-left: auto;
		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #CCCCCC;
		border-left-color: #CCCCCC;
		background-color: #FFFFFF;
		background-image: url(img/mainboxbg.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
}

#mainbox #header h1 {
		font-size: 11px;
		margin-left: 5px;
		padding-top: 2px;
}

#mainbox #header {
		background-image: url(img/header.jpg);
		background-repeat: no-repeat;
		height: 89px;
		width: 820px;
		background-position: right 0px;
}

#mainbox #maincontentsbox {
		float: right;
		width: 560px;
		margin-top: 10px;
		padding-right: 20px;
		_margin-left: 8px;
}

#mainbox #sidebarcontainer {
		float: left;
		width: 200px;
		margin-top: 10px;
		padding-left: 20px;
		_margin-right: 8px;
}

.clearing {
		clear: both;
		height: 0px;
}

#mainbox #maincontentsbox #rightmainbox {
		background-image: url(img/boxbg.gif);
		background-repeat: repeat-y;
		background-color: #FFFFFF;
                width="560"
}

.aori {
		margin-bottom: 5px;
		line-height: 1.2em;
}

#moviebox {
		padding-right: 10px;
		padding-left: 10px;

}

#newsbox h2 {
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		background-image: url(img/new_titlebar.gif);
		background-repeat: no-repeat;
		height: 22px;
		width: 542px;
		padding-top: 5px;
		padding-left: 5px;
}

#newsbox {
		width: 542px;
		margin-left: 8px;
		margin-top: 5px;
		margin-bottom: 10px;
}

#rightmainbox #newsbox ul {
		margin-left: 20px;
}

#rightmainbox .contenttitle h2 {
		font-size: 12px;
		font-weight: bolder;
		color: #333333;
		background-image: url(img/titlebar.gif);
		background-repeat: no-repeat;
		height: 22px;
		width: 542px;
		padding-top: 5px;
		padding-left: 5px;
}

#rightmainbox #contents {
		margin-left: 8px;
}

.contentitem {
		text-align: right;
		margin-right: 10px;
}

#rightmainbox #contents .contentbody {
		margin: 10px;
		line-height: 1.3em;
}

#rightmainbox #contents .contentbody .readmore {
		text-align: right;
}

#footer #copyrights {
		text-align: center;
		padding-top: 27px;
}

a {
		color: #333333;
}

.contentbody a {
		color: #0000ff;
}

a:hover {
		color: #FF0000;
}
.readmore a {
		text-decoration: underline;
}

#rightmainbox #newsbox a {
		text-decoration: underline;
}

#footer {
		background-image: url(img/footerbg.jpg);
		background-repeat: repeat-x;
		height: 50px;
}

#sidebarcontainer .search {
		background-image: url(img/searchbg.jpg);
		background-repeat: no-repeat;
		height: 51px;
		width: 200px;
}

.hidden {
		display: none;
}

#sidebarcontainer .search .searchform .formbutton {
		height: 23px;
		width: 23px;
		vertical-align: top;
		margin-left: 5px;
		margin-top: 18px;
}

#sidebarcontainer .search .searchform .formfield {
		width: 130px;
		margin-top: 20px;
		margin-left: 10px;
}

#contentsmenutitle {
		background-image: url(img/contentsmenuimg.jpg);
		background-repeat: no-repeat;
		height: 28px;
		width: 204px;
		text-indent: -9999px;
}

#globalmenu #okaimono {
		background-image: url(img/menu-okaimonobg.jpg);
		background-repeat: no-repeat;
}

#globalmenu li {
		background-image: url(img/menubg.jpg);
		background-repeat: no-repeat;
		width: 175px;
		_width: 200px;
		height: 28px;
		_height: 36px;
		padding-top: 8px;
		padding-left: 20px;
		list-style-type: none;
}

#moviebox #movietext {
		float: right;
		width: 200px;
}

#moviebox #movietext ul {
		margin-left: 15px;
}

.naka {
		padding-right: 10px;
		padding-left: 10px;
}

#navi a{
		text-decoration: underline;

}

.error {
		font-size: 2em;
		color: #FF0000;
		display: block;
		margin-bottom: 10px;
}

#searchresult {
		font-weight: bold;
}

#contents .searchform {
		margin-right: 10px;
		margin-left: 10px;
}

.contentbody h3,
.contentbody h4,
.contentbody h5,
.contentbody h6
{
		font-size: 1em;
		font-weight: bold;
}

.contentbody td{
		font-size: 1em;
		_font-size: 0.8em;
}

.contentbody p {
		margin-bottom: 1em;
}

.contentbody ul,
.contentbody ol,
.contentbody dl
 {
		margin-bottom: 10px;
		margin-left: 20px;
		_margin-left: 25px;
}


/* leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
		margin: 3px;
		padding: 3px;
		font-size: larger;
}
.leftbox {
		float: left;
}
.rightbox {
	float: right;
}

#player {
		background-image: url(http://matsuken.bz/media/movie/movie_bg.gif);
		width: 535px;
		height: 259px;
		border: 1px #C0C0C0 solid; 
}

.red {
  color: #DC143C;
}
.blue{
  color: #00f;
}
