/*			tag
==============================================================================*/

html{	background-color: #ffffff;}

body{
	color: #333333;
	line-height: 1.6;
	background-position: center top;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: no-repeat;
}
body,h1,h2,h3,h4,h5,table,th,td,ul,li,ol,dl,dt,dd,form,p,table,th,td{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style-type: none;
	font-size: 14px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

a img{	border-top-style: none;	border-right-style: none;	border-bottom-style: none;	border-left-style: none;}

table {word-break:break-all;overflow:hidden; border-spacing: 0;}

/*			link
==============================================================================*/

a:link		{	color: #2c85b5;	text-decoration: none;}
a:visited	{	color: #2c85b5;	text-decoration: none;}
a:hover	{	color: #2c85b5;	text-decoration: underline;}

/*			common
==============================================================================*/

.clear:after	{    content: ".";     display: block;    clear: both;    height: 0;    visibility: hidden;}
.clear 			{    min-height: 1px;}
* html .clear	{    height: 1px;    /*\*//*/    height: auto;    overflow: hidden;    /**/}


img{	vertical-align: bottom;}




/*			leyout
==============================================================================*/

#wrapper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#shadow{
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#headerArea{
	position: fixed;
	z-index: 100; 
	background-color: #FFF;
	width: 1070px;
	margin-left: -35px;
}
#header{
	margin-bottom: 10px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#home{
	padding-bottom: 30px;
}

#mainArea{
	padding-top:150px;
	display:block;
}

#mainArea .content{
	float: right;
	width: 720px;
	display: block;
	padding-bottom: 60px;
}
#mainArea .sidebar{
	float: left;
	width: 245px;
	margin-bottom: 50px;
}


#footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #e6e6e6;
}
#footerArea{
	background-image: url(../images/footerAreaBG.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


/*			mgn
==============================================================================*/

.mgnB15{
	margin-bottom: 1.5em;
}
.mgnB100{
	margin-bottom: 100px;
}
