@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: 720px;
	text-align: center;
}


#header{
	margin: 10px 0 15px;
	padding: 0;
	height: 150px;
	border: #ccc 1px solid;
	background: #e6bc4c url("http://ymy.ho-zuki.com/etf/images/sx3-org.jpg") right top;
	text-align: left;
}

#header p{
	margin: 10px 10px 0 10px;
	color: #fff;
}


#title{
	text-align: left;
	font-weight: bold;
}


#main{
	clear: both;
	width: 720px;
}


#left{
	float: left;
	width: 200px;
}


#right{
	float: right;
	width: 500px;
}


#footer{
	clear: both;
	margin: 10px 0;
	padding: 10px;
	color: #fff;
	background: #e6bc4c;
	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: #ccc 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;
}


#fpxr{
	margin: 15px 0 0;
	background: #f0f0f0;
	border-top: #ccc 1px solid;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	text-indent: 5px;
	font-weight: normal;
}


#fpxr a{
	text-decoration: none;
}


#fpxr-in{
	margin: 0 0 15px;
	padding: 5px;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
}


.candt{
	margin: 15px 0;
	text-align: left;
}


/*======================================

	▼ メニュー

======================================*/


.menu{
	padding: 0 5px 1px;
	background: #e6bc4c;
	text-align: left;
	font-size: 10pt;
}

.menu p{
	color: #fff;
}

.menu-box{
	margin: 10px 0;
	padding: 5px;
	border: #ccc 1px solid;
	text-align: left;
	font-size: 10pt;
}


ul{
	margin: 10px 0;
	text-align: left;
}


#left li{
	list-style-type: none;
	list-style-position: outoside;
}


#left li a{
	width: 188px;
	margin: 0 0 3px;
	padding: 5px;
	display: block;
	border: #ccc 1px solid;
	text-decoration:none;
}


#left li a:hover{
	color: #fff;
	background: #e6bc4c;
}