@charset "utf-8";
@import url(header.css);
@import url(main.css);
@import url(sub.css);
@import url(footer.css);



* {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	color: #555;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;;
}


a { overflow: hidden }

a:link,
a:visited {
	color: #4F69AC;
	text-decoration: none;
}

a:active,
a:hover {
	color: #4F69AC;
	text-decoration: underline	;
}


#Topmargin a:hover,
#Footer a:hover {
	text-decoration: underline;
}


.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }









body { background: #2D3A5E url(../images/Back.png) 0 0  }

#Inbody { background: url(../images/BackTop.png) repeat-x 50% 0  }

#Container {
	background: url(../images/BackTopCenter.png) no-repeat 50% 0;
	text-align: center;
}

#baseOutline {
	width: 1020px;
	margin: 0 auto 0 auto;
	background: url(../images/BackContent.png) repeat-y 50% 0;
	text-align: left;
}

/*
#inwrapper { background: url(../images/BackTopContent.png) no-repeat 50% 0  }
*/




#ContentArea {
	width: 1000px;
	height: 100%;
	padding: 20px 10px;
	background: url(../images/BackWrapper.png) repeat-y 50% 0;
	font-size: 13px;
	line-height: 1.6em;
}

#Wrapper{
	margin:0 30px;
	overflow:hidden;
}


#Main {
	float: right;
	width: 640px;
}

#Main.Full{
	float:none;
	width: 950px;
}


#Sub {
	float: left;
	width: 260px;
	font-size: 12px;
	line-height: 1.5em;
	background: url(../images/BackSub.png) repeat-y 50% 0;
	padding:20px 0;
}


#Footer {
	clear: both;
	padding: 20px 10px 70px 10px;
	background: url(../images/BackFooter.png) no-repeat 50% 0;
	color:#CCC;
	font-size:10px;
}


