@charset "shift_jis";
/*--------------------------------------------------
yaplog! profile style
common/layout.css
--------------------------------------------------*/

body {
	font-family: Verdana,Arial,'‚l‚r ‚oƒSƒVƒbƒN','ƒqƒ‰ƒMƒmŠÛƒS Pro W4','Hiragino Maru Gothic Pro',Osaka,sans-serif;
	color: #333;
	font-size: 14px;
	line-height:1.4;
}
#container {
	width: 950px;
	margin: 0 auto;
	padding-top:30px;
}
#wrapper {
	clear:both;
	padding:0 0 40px 0;
	position:relative;
}
.leftContent {
	float:left;
	width:298px;
}
.rightContent {
	float:right;
	width:632px;
}
#footer {
	clear: both;
	padding:6px 0;
	color:#999;
	font-size:10px;
	text-align:center;
}
