#beginnerwrapper{
				width:950px;
				margin:0 auto;
}
p{line-height:1.5;}
/*-------------------------------

コンテンツトップ部分

-------------------------------*/
#topContents{
	margin:30px 0;
}

#topContents P{
	margin:0 120px 30px auto;
	text-align:right;
	font-size:85%;
	
}
/*-------------------------------

メインコンテンツ部分

-------------------------------*/
#mainContents{
	width:950px;
	margin:0 auto;
	text-align:left;
}
#leftContents,#rightContents{float:left;}

/*-------------------------------

レフトコンテンツ部分

-------------------------------*/
#leftContents{
	width:208px;
	margin-right:30px;
}
#subNav{
	border:1px solid #b6994b;
	width:188px;
	padding:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:20px;
}
#leftContents h3{
	margin:10px 0;
	text-align:center;
}
#leftContents p{
	line-height:1.5;
	margin-bottom:10px;
}
#leftContents .mo{
	margin:15px 0;
	display:block;
}
/*-------------------------------

ライトコンテンツ部分

-------------------------------*/
#rightContents{
	float:left;	
	width:710px;
	margin-bottom:50px;
}
#rightContents #rightTop{
	position:relative;
	margin-bottom:40px;
	padding:0 10px;
}
#rightContents #rightTop h3{
	text-align:center;
	margin-bottom:10px;
}
#rightContents #rightTop .topImg{
	position:absolute;
	top:70px;
}
#rightContents .flow .block{
	display:block;
	float:left;
}
#rightContents .flow .flowRight{
	float:left;
	margin-left:40px;
}
#rightContents .flow .flowRight img{
	margin-bottom:20px;
}
#rightContents .flow .flowRight li{
	height:25px;
}
#rightContents .flow .flowRight p{
	line-height:25px;

}
#rightContents .allow{
	margin:20px 0 0 195px;
}
/*-------------------------------

ボトムコンテンツ部分

-------------------------------*/
#bottomContents{
	clear:both;
}
#bottomContents h3{
	margin-bottom:30px;
}
#bottomInner{
	border:1px solid #d8ba6a;
	padding:15px;
}
#bottomInner p{
	line-height:25px;
		margin-left:15px;
}
#bottomInner img{
	display:block;
	margin-bottom:10px;
}
#bottomInner #bottomLeft,#bottomInner #bottomRight{
	float:left;
}
#bottomInner .fl{
	margin:80px 50px 0;
}
#bottomInner .center{
	margin:18px 0 18px 50px;
}
/*-------------------------------

サブナビボタン部分

-------------------------------*/
#subNav li a,#subNav li p{
	color:#006;
	font-weight:600;
}
#subNav li a{
	text-decoration: none;
	display:block;
	padding:5px;
	text-indent:10px;
}
.child li a{text-indent:20px;}
#subNav li a:hover{
	color:#fff;
		background: -moz-linear-gradient(top, #39396f, #0a0a41);
		background: -webkit-gradient(linear, left top, left bottom, from(#39396f), to(#0a0a41));
		filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff39396f', endColorstr='#ff0a0a41'); /* IE6 & IE7 */
    	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff39396f', endColorstr='#ff0a0a41')"; /* IE8 */
		text-decoration: none;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}