@charset "utf-8";
/* 基本スタイル */

/* 横の線 */
#full {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background: #ffffff;
}

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address,a,img{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	line-height:1.5;
	text-align:center;
}
ul {
	list-style-type: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* ～色の変更はここから～ */

/* 背景色と全体のフォントカラー */

body {
	font-size: 80%;
	font-family:'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
	color: #372e2b;
	background: #e1d9c2;
}


h1 {
	color:#ffffff;
	text-align: left;
	padding: 5px 5px 5px 15px;
	font-size: 150%;
	font-weight: bold;
	border-left: 1px #ffffff double;
	border-right: 1px #ffffff double;
	border-bottom: 1px #ffffff double;
	width: 180px;
	height: 230px;
	background: #333333;
	float: left;
}
/* パンくずの色 */

#bred {
	width: 580px;
	clear: left;
	float: left;
	padding-top: 2px;
	padding-left: 5px;
	font-size: 10px;
	text-align: left;
}
#bred li {
	display: inline;
	padding-right: 2px;
	text-align: left;

}
#bred li a {
	color: #372e2b;
}
#bred li a:hover {
	text-decoration: underline;
	color: #a90001;
}
#summary {
	float: left;
	width: 180px;

}
/* 見出し部分 */
h2 {
	font-size: 130%;
	color: #372e2b;
	font-weight: bold;
	padding: 10px;
	width: 510px;
	line-height: 1.0;
	text-align :left;
	border: 4px outset #666666;
}
h3 {
	color: #372e2b;
	font-weight: bold;
	padding: 10px;
	width: 520px;
	line-height: 1.0;
	text-align :left;
	border-bottom: 1px solid #666666;
	background: #dfd4c6;
}
/* ブロガーが語る */

#kiji {
	width: 540px;
	text-align: left;
}
#kiji p {
	text-align: left;
	margin-top: 10px;
	padding: 5px 10px;
}

/* 箱 */

#contents-article {
	width: 570px;
	float: right;
}

.plot {
	width: 530px;
	margin-bottom: 20px;
}
.plot dl {
	padding: 10px;
	margin-left: 5px;
}
.plot h4 {
	text-align: left;
	margin-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	border-bottom: 1px solid #cccccc;
}
.plot dt {
	color: #fa9c20;
	text-align: left;
}
.plot dd {
	text-align: left;
}
.plot a {
	font-size: 130%;
}

/* リンクの色 */

a {
	text-decoration: none;
	color: #a90001;
}
a:hover {
	text-decoration: underline;
}
.detail {
	text-align: left;
	margin-bottom: 10px;
	padding: 0px 0px 5px 5px;
}

.detail a {
	padding-left: 5px;
	font-size: 100%;
}
.detail a:hover {
	text-decoration: none;
}
/* メニューの色 */
#right-block {
	clear: left;
	float: left;
	width: 180px;
}

.right-menu {
	float: left;
	clear: left;
	margin-right: 5px;
}
.right-title {
	width: 190px;
	float: left;
	clear: left;
	margin-top: 10px;
	font-size: 100%;
	padding: 5px 0px;
	color: #372e2b;
	font-weight: bold;
	border: 4px outset #666666;
}
.right-menu a {
	color: #ff7b5c;
	font-weight: bold;
}
.right-menu li {
	width: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 90%;
	border-bottom: 1px #333333 solid;
	text-align: left;
}
/* コピーライトの色 */

#fotter {
	color: #ffffff;
	clear: both;
	background: #333333;
}


.api-from {
	margin-top: 5px;
	margin-right: 20px;
	text-align: right;
	font-size: 80%;
}

/* ～色の変更はここまで、あとは上層ページ～ */



/* Hub Page Style*/
#list-b {
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 570px;
}
#list-b li {
	text-align: left;
	padding: 10px 0px;
	width: 500px;
	border-bottom: 1px #d3000d solid;
}
#list-b li a {
	text-align: left;
	font-size: 120%;
	border-left: 3px #d3000d solid;
	padding-left: 10px;
	color: #372e2b;
}
#list-b li a:hover {
	border-left: 3px #ff7b5c solid;
	text-decoration: none;
}


