@charset "utf-8";
/* 基本スタイル */

#zentai {
	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;
}
#bar {
	width: 199px;
	float: left;
}
#main-menu {
	width: 600px;
	float: right;
}

/* ～色の変更はここから～ */

/* 背景色と全体のフォントカラー */

body {
	font-size: 80%;
	font-family:'ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
	color: #444444;
	background: #eeeeee;
}

/* 横の線 */

.sideline {
	border-left: 3px #a8a7a7 solid;
	border-right: 3px #a8a7a7 solid;
}

/* パンくずの色 */

#path {
	width: 580px;
	float: left;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 10px;
	text-align: left;
}
#path a {
	color: #333333;
}
#path a:hover {
	text-decoration: underline;
	color: #e04040;
}

/* 見出し部分 */
h1 {
	background: #350a3f;
	color:#ffffff;
	text-align: left;
	padding: 10px;
	font-size: 130%;
	font-weight: bold;
	margin-left: 5px;
}
h2 {
	border-top: 4px solid #350a3f;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 120%;
	color: #555555;
	font-weight: bold;
	padding: 10px 10px;
	width:550px;
	line-height: 1.0;
	clear: left;
	text-align :left;
}
h3 {
	border-top: 2px solid #350a3f;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 110%;
	color: #888888;
	font-weight: bold;
	padding: 10px 10px;
	width:550px;
	line-height: 1.0;
	text-align :left;
}
/* ブロガーが語る */

#blog-comment {
	border-top: 1px #bbbbbb dotted;
	margin-left: 20px;
	width: 540px;
	text-align: left;
}
#blog-comment p {
	text-align: left;
	margin-top: 15px;
	margin-left: 20px;
	padding: 10px 10px;
}

/* 箱 */

.content {
	width: 575px;
	margin-bottom: 20px;
}
.content dl {
	margin-top: 15px;
	margin-left: 20px;
	padding: 10px;
	background: #ececec;
}
.content dt {
	text-align: left;
}
.content dd {
	text-align: left;
}
.content a {
	font-size: 130%;
}

/* リンクの色 */

a {
	text-decoration: none;
	color: #e97000;
}
a:hover {
	text-decoration: underline;
	color: #ff3333;
}
.recommend {
	margin-left: 20px;
	width: 510px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 15px;
	border-bottom: 1px #bbbbbb dotted;
}

.recommend a {
	padding-left: 5px;
	font-size: 130%;
}
.recommend a:hover {
	text-decoration: none;
}
/* メニューの色 */

.list {
	width: 180px;
	margin-right: 10px;
	float: right;
}
.list ul{
	padding-top: 20px;
	padding-bottom: 10px;
	border: 2px #e97000 solid;
	margin-bottom: 20px;
}
.list p {
	font-size: 130%;
	margin-bottom: 10px;
	padding: 5px 15px;
	background-color: #e97000;
	color: #ffffff;
}
.list li {
	padding-bottom: 10px;
	font-size: 120%;
	color: #666666;
}
.list a {
	color: #000000;
}
/* コピーライトの色 */

#copyright {
	background: #350a3f;
	color: #ffffff;
	clear: both;
}


#main-contents {
	width: 580px;
	float: left;
}

.from {
	margin-top: 5px;
	text-align: right;
	font-size: 80%;
}

/* ～色の変更はここまで、あとは上層ページ～ */


/* TOP Page Style*/

.top-margin {
	margin-top: 24px;
}
.btm-margin {
	margin-bottom: 24px;
}
#next01 {
	width: 556px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
	border-bottom: 1px #333333 solid;
	border-right: 1px #333333 solid;
	background: #ececec;
}
#next01 ul {
	text-align: left;
}
#next01 li {
	display: inline;
	padding-left:23px;
	font-family:monospace,sans-serif !important;
}
#next01 li a {
	font-size: 12px;
}

/* Hub Page Style*/
#next02 {
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 570px;
}
#next02 li {
	text-align: left;
	padding-bottom: 20px;
}
#next02 li a {
	text-align: left;
	font-size: 120%;
	border-left: 12px #e97000 solid;
	padding-left: 10px;
	color: #444444;
}
#next02 li a:hover {
	border-left: 12px #350a3f solid;
	color: #e97000;
	text-decoration: none;
}

