@charset "Shift_JIS";


*{
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 10pt;
	line-height: 160%;
}


body{
	background: #fff;
	text-align: center;
}


h1{
	margin: 20px 0 0 10px;
	color: #fff;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
}


h2{
	margin: 10px 10px 0 0;
	color: #999;
	text-align: right;
	font-weight: normal;
}

h3{
	color: #999;
	font-weight: normal;
}


#header h2 a{
	color: #fff;
	text-decoration: none;
}


img{
	border: 0;
}


/*======================================

	▼ アンカー

======================================*/


a:link{
	color: #00f;
	text-decoration: underline;
}


a:visited{
	color: #00f;
	text-decoration: underline;
}


a:hover{
	color: #f00;
	text-decoration: underline;
}


/*======================================

	▼ レイアウト

======================================*/


#container{
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: center;
}


#header{
	margin: 10px 0;
	padding: 0;
	height: 150px;
	border: #ccc 1px solid;
	background: #5ebee6 url("http://men.genin.jp/fund-etf/images/header.jpg");
	text-align: left;
}

#header p{
	margin: 10px 10px 0 10px;
	color: #fff;
}


#title{
	text-align: left;
	font-weight: bold;
}


#main{
	clear: both;
}

#left{
	float: left;
	width: 600px;
}


#left-left{
	float: left;
	width: 190px;
}


#left-right{
	float: right;
	width: 400px;
}


#right{
	float: right;
	width: 190px;
}


#footer{
	clear: both;
	margin: 10px 0;
	padding: 10px;
	color: #fff;
	background: #5ebee6;
	font-size: 9pt;
}


#footer a{
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
}


#footer a:hover{
	color: #f00;
}


/*======================================

	▼ エントリー

======================================*/


.entry-title{
	margin: 0 0 10px;
	color: #333;
	border-bottom: #ccc 1px solid;
	background: #f0f0f0;
	text-align: left;
	text-indent: 5px;
	font-weight: normal;
}


/*.entry-title a{
	color: #333;
	text-decoration: none;
}*/


.entry-title a:link{
	text-decoration: none;
}


.entry-title a:visited{
	text-decoration: none;
}


.entry-title a:hover{
	color: #f00;
}


.entry-ads{
	margin: 0 0 15px;
	text-align: left;
}


.entry-body{
	margin: 15px 0 0;
	border-bottom: #f0f0f0 1px solid;
	text-align: left;
}


.entry-body p{
	margin: 15px 0;
	text-align: left;
}


.entry-more{
	text-align: right;
}


.entry-dct{
	margin: 0 0 15px;
	text-align: right;
}


.candt{
	margin: 15px 0;
	text-align: center;
}


/*======================================

	▼ メニュー

======================================*/


.menu{
	padding: 0 5px;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
	background: #5ebee6;
	text-align: left;
	font-size: 10pt;
}

.menu p{
	color: #fff;
}

.menu-box{
	margin: 0 0 10px;
	padding: 5px;
	border: #ccc 1px solid;
	text-align: left;
	font-size: 10pt;
}

li{
	list-style-type: none;
	list-style-position: outoside;
}