@charset "utf-8";
/* 基本スタイル */

/* 横の線 */
#page-mass {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
}

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: #ffffff;
	background: #2c2c2c;
}


/* ヘッダー部分 */

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: 150px;
	height: 200px;
	background: #555555;
	float: left;
}
/* パンくずの色 */

#pakuzu-mass {
	width: 580px;
	float: left;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 2px;
	font-size: 10px;
	text-align: left;
}
#pakuzu-mass li {
	display: inline;
	padding-right: 2px;
	text-align: left;

}
#pakuzu-mass li a {
	color: #ffffff;
}
#pakuzu-mass li a:hover {
	text-decoration: underline;
	color: #a90001;
}

/* 見出し部分 */
h2 {
	margin-left: 10px;
	font-size: 130%;
	color: #333333;
	font-weight: bold;
	padding: 10px;
	width: 460px;
	line-height: 1.0;
	clear: left;
	text-align :left;
	border: 4px double #666666;
	color: #ffffff;
}
h3 {
	margin-left: 5px;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	width: 460px;
	line-height: 1.0;
	text-align :left;
	border: 1px solid #666666;
}
/* ブロガーが語る */

#blog-mass {
	width: 490px;
	text-align: left;
	margin-left: 5px;
}
#blog-mass p {
	text-align: left;
	margin-top: 10px;
	margin-left: 5px;
	padding: 20px 10px;
	border: 3px ridge #dddddd;
}

/* 箱 */

#contents-mass {
	width: 470px;
	float: left;
}

.section-mass {
	width: 490px;
	margin-bottom: 20px;
	margin-left: 5px;
}
.section-mass dl {
	padding: 10px;
	border: 1px solid #dddddd;
	margin-left: 5px;
}
.section-mass h4 {
	text-align: left;
	margin-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.section-mass dt {
	color: #fa9c20;
	text-align: left;
}
.section-mass dd {
	text-align: left;
}
.section-mass a {
	font-size: 130%;
}

/* リンクの色 */

a {
	text-decoration: none;
	color: #a90001;
}
a:hover {
	text-decoration: underline;
}
.link-mass {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px 0px 5px 0px;
}

.link-mass a {
	padding-left: 5px;
	font-size: 100%;
}
.link-mass a:hover {
	text-decoration: none;
}
/* メニューの色 */
#side-mass {
	float: right;
}

.menu-mass {
	width: 120px;
	float: left;
	clear: left;
	margin-right: 5px;
	color: #ffffff;
}
.side-title {
	width: 110px;
	float: left;
	clear: left;
	margin-top: 10px;
	font-size: 100%;
	padding: 5px 0px;
	color: #ffffff;
	font-weight: bold;
	border: 4px double #666666;
}
.menu-mass a {
	color: #ff3333;
	font-weight: bold;
}
.menu-mass li {
	width: 118px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	border-bottom: 1px #d3000d solid;
}
/* コピーライトの色 */

#fotter-mass {
	color: #ffffff;
	clear: both;
}


.info {
	margin-top: 5px;
	margin-right: 20px;
	text-align: right;
	font-size: 80%;
}

/* ～色の変更はここまで、あとは上層ページ～ */


/* TOP Page Style*/

#top-mass {
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 480px;
	border: 3px ridge #dddddd;
}
#top-mass ul {
	text-align: left;
}
#top-mass li {
	display: inline;
	padding-left:23px;
	font-family:monospace,sans-serif !important;
}
#top-mass li a {
	font-size: 12px;
}

/* Hub Page Style*/
#keywords-mass {
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 570px;
}
#keywords-mass li {
	text-align: left;
	padding-bottom: 20px;
}
#keywords-mass li a {
	text-align: left;
	font-size: 120%;
	border-left: 12px #d3000d solid;
	padding-left: 10px;
}
#keywords-mass li a:hover {
	border-left: 12px #ffffff solid;
	text-decoration: none;
	color: #ffffff;
}

