@charset "utf-8";
/* 基本スタイル */

#cover {
	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: #444444;
	background: #ffccff;
}

/* 横の線 */

.line {
	border-left: 3px #cccccc solid;
	border-right: 3px #cccccc solid;
}
/* ヘッダー部分 */

#ue {
	width: 800px;
	background: #ffffff;
}
h1 {
	background: #f8b531;
	color:#000000;
	text-align: right;
	padding: 5px;
	font-size: 200%;
	font-weight: bold;
}
/* パンくずの色 */

#step {
	width: 800px;
	padding: 5px 0px;
	font-size: 10px;
	text-align: right;
	background: #fee6b5;
	border-top: 1px #dddddd solid;
	border-bottom: 1px #dddddd solid;
}
#step li {
	display: inline;
	padding-right: 5px;
	text-align: left;
	color: #000000;

}
#step li a {
	color: #000000;
}
#step li a:hover {
	text-decoration: underline;
	color: #f02b59;
}

/* 見出し部分 */
#kataru h2 {
	padding-top: 10px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 180%;
	color: #fe00e3;
	text-align: left;
}


#topics h2 {
	clear: left;
	width: 490px;
	text-align: left;
	font-weight: bold;
	font-size: 110%;
	color: #000000;
	padding: 10px 10px;
	background: #fee6b5;
	border-right: 2px #dddddd solid;
	border-bottom: 3px #dddddd solid;
}
/* ブロガーが語る */

#kataru {
	width: 790px;
	text-align: left;
}
#kataru p {
	text-align: left;
	margin-left: 20px;
	padding: 10px 10px;
	font-size: 110%;
	width: 740px;
	border: 5px #cccccc solid;
	margin-bottom: 10px;
}

/* 箱 */
#topics {
	width: 490px;
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}

.parts dl {
	width: 480px;
	margin-top: 15px;
	padding: 10px;
	border: 5px #cccccc solid;
	background: #ffffff;
}
.parts dt {
	text-align: left;
}
.parts dd {
	text-align: left;
}
.parts a {
	font-size: 130%;
}

/* リンクの色 */

a {
	text-decoration: none;
	color: #e85757;
}
a:hover {
	text-decoration: underline;
}
.push {
	width: 800px;
	text-align: right;
	background: #fee6b5;
	padding: 5px 0px;
	border-top: 1px #dddddd solid;
	border-bottom: 1px #dddddd solid;
}

.push a {
	padding-right: 10px;
	font-size: 130%;
	color: #000000;
}
.push a:hover {
	text-decoration: none;
	color: #f02b59;
}
/* メニューの色 */
#site-link {
		float: left;
		margin-left: 20px;
}
.site-link01 {
	width: 250px;
	margin-top: 30px;
	padding-bottom: 10px;
}
.site-link02 {
	width: 250px;
	padding-bottom: 10px;
}

.site-link01 h3,.site-link02 h3 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px 15px;
	background-color: #f8b531;
	color: #050e17;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}
.site-link01 ul,.site-link02 ul {
	text-align: left;
	border: 5px #f8b531 solid;
	background: #ffffff;
	padding: 10px;
}
.site-link02 li {
	color: #666666;
}
/* コピーライトの色 */

address {
	background: #f8b531;
	color: #000000;
	clear: both;
}
.powered-by {
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 80%;
}

/* ～色の変更はここまで、あとは上層ページ～ */


/* TOP Page Style*/

#menu01 {
	width: 500px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 5px #cccccc solid;
	background: #ffffff;
}
#menu01 ul {
	text-align: left;
}
#menu01 li {
	display: inline;
	padding-left:23px;
	font-family:monospace,sans-serif !important;
}
#menu01 li a {
	font-size: 12px;
}

/* Hub Page Style*/
#menu02 {
	padding-top: 15px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-right: 20px;
	width: 480px;
	border: 5px #cccccc solid;
}
#menu02 li {
	text-align: left;
	padding-bottom: 20px;
}
#menu02 li a {
	text-align: left;
	font-size: 120%;
	border-left: 3px #e85757 solid;
	padding-left: 10px;
	color: #444444;
}
#menu02 li a:hover {
	color: #e85757;
	text-decoration: none;
}


