﻿*
{
	padding: 0px;
	margin: 0px;
}


body 
{
	background-color: #EEEEEE;
	background-image: url(../../images/background.jpg);
	background-position: center;
	background-attachment: fixed;
	margin: 0px 5px 0px 5px;
	
	font-size: small;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
}


img
{
	border-width: 0px;
}

h1, h2, h3, h4, h5
{
	font-size: medium;
}


#Container
{
	position: absolute;
	width: 976px;
	left: 50%;
	margin-left: -488px;
}

#PaddingArea
{
	margin: 0px 0px 0px 8px;
}

#BodyArea
{
	width: 976px;
	text-align: left;
}

#BodyAreaTop
{
	width: 976px;
	height: 19px;
	
	background-image: url("../../images/ContainerTop.png");
	background-repeat: no-repeat;
}

#BodyAreaBody
{
	width: 976px;
	
	background-image: url("../../images/ContainerBody.png");
	background-repeat: repeat-y;
	overflow: hidden;
}



#BodyAreaBottom
{
	width: 976px;
	height: 19px;
	
	background-image: url("../../images/ContainerBottom.png");
	background-repeat: no-repeat;
}

#TopArea
{
	clear: both;
	
	width: 939px;
	
	margin: 0px 0px 0px 20px;

}

#TopTitleArea
{
	float: left;
	width: 276px;
}

#RssArea
{
	float: right;
	width: 131px;

	margin: 15px 0px 0px 0px;	
}

#MenuArea
{
	clear: both;
	
	width: 924px;
	height: 32px;
	
	margin: 50px 0px 0px 17px;
	padding: 6px 0px 0px 20px;
	
	color: White;
	font-size: small;
	
	background-image: url("../../images/MenuBar2.png");
	background-repeat: no-repeat;
}

#MenuArea a
{
	color: White;
}


#MenuArea li
{
	display: inline;
	margin: 0px 12px 0px 0px;
	list-style-type:none;
}

#ImpressionArea
{
	width: 939px;
	
	margin: 0px 0px 0px 19px;
}

#NavigationArea
{
	clear: both;
	
	width: 924px;
	height: 34px;
	
	margin: 6px 0px 0px 17px;
	padding: 6px 0px 0px 20px;
	
	color: #BBBBBB;
	font-size: small;
	
	background-image: url("../../images/NavigationBar.png");
	background-repeat: no-repeat;
}

#NavigationArea a
{
	color: #BBBBBB;
	text-decoration: none;
}


#ContentsArea
{
	width: 946px;
	
	margin: 3px 0px 0px 17px;

}

#MainContentsArea
{
	float: left;
	width: 716px;
}

#SideContentsArea
{
	float: right;
	width: 219px;
	
	margin: -5px 0px 0px 0px;

}


#FooterArea
{
	clear: both;
	
	width: 962px;
	height: 74px;
	
	margin: 0px 0px 0px 7px;
	
	color: White;
	
	background-image: url("../../images/FooterBar.png");
	background-repeat: no-repeat;
}


