/*--------------------------
　ブラウザの初期設定解除
---------------------------*/

/*◆マージン設定*/
.mb5{ margin-bottom:5px;}
.mb15{ margin-bottom:15px;}
.mb30{ margin-bottom:30px;}
.mb60{ margin-bottom:60px;}



/*◆全ての要素に対する初期値設定*/
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input
address,pre,strong,em,iframe{
	margin:0;
	padding:0;
	font-size:small;/*IEの文字サイズ「小」に該当するサイズです*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

/*◆デフォルト文字設定 */
h1,h2,h3,span,p,th,td,dt,dd,li,
select,textarea,input{
	font-size:small;
	color:#333333;
	line-height:1.4;
}

/*◆画像の枠線を非表示*/
img{
	border:0;
}

/*◆リストマーカーを非表示*/
ul,
ol{
	list-style-type:none;
}

/*◆デフォルトリンク色の設定*/
a:link{
	color:#0000ff;
}
a:visited{
	color:#0000ff;
}
a:hover{
	color:#ff6347;
}
a:active{
	color:#ff0000;
}

/*◆P デフォルトリンク色の設定*/

p a:link{
	color:#777777;
}
p a:visited{
	color:#777777;
}
p a:hover{
	color:#ca002c;
	text-decoration: none;
}
p a:active{
	color:#777777;
}

/*◆span デフォルトリンク色の設定*/

span a:link{
	color:#777777;
}
span a:visited{
	color:#777777;
}
span a:hover{
	color:#ca002c;
	text-decoration: none;
}
span a:active{
	color:#777777;
}

/*◆背景設定*/

body {
	background-image:url("bg_body-yami.jpg");
	background-position:top center;
	background-repeat: repeat-y;
	background-color:#000;
}

#wrap{
	margin:0 auto;
	width:1000px;
}


/*◆ヘッダー設定*/

#header {
	width:1000px;
	height:500px;
	background-image:url("bg_header.png");
	background-position:center bottom;
	background-repeat:no-repeat;
}

#header-logo h1{
	padding: 10px 0px 0px 50px;
	background-image:url("mkmdc.png");
	background-repeat:no-repeat;
	width:500px;
	height:80px;
}

#header-navi {
	padding: 383px 60px 0px 0px;
}

#header-navi p{
	color: #777777;
	text-align: right;
}

#header-navi p a:link{
	color:#777777;
	text-decoration: none;
}
#header-navi p a:visited{
	color:#777777;
}
#header-navi p a:hover{
	color:#ca002c;
	padding-bottom: 8px;
	border-bottom: 2px solid #00ff2a;
}
#header-navi p a:active{
	color:#777777;
}

/*◆コンテンツ設定*/

#content {
	width:1000px;
	background-image:url("bg_body.png");
	background-position:center center;
	background-repeat:repeat-y;
	float:left;
}

#left-menu {
	width: 286px;
	float:left;
}


#left-menu li {
	background-image: url("left-menu_bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 70px;
	line-height: 80px;
	font-size: 18px;
	font-weight: normal;
	color: #777777;
} 

#left-menu li a:link{
	color:#777777;
	text-decoration: none;
}
#left-menu li a:visited{
	color:#777777;
}
#left-menu li a:hover{
	color:#ca002c;
}
#left-menu li a:active{
	color:#777777;
}


#main-content {
	float:right;
	width:714px;
}

.cont {
	width: 620px;
	margin: 30px 30px;
	background-position:left;
	background-repeat: repeat-y;
}

.cont h2{
	background-image: url(cont-h2bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 50px 4px 50px;
	color: #adadad;
	font-size: 22px;
	font-weight: normal;
}

.cont-in {
	border-right: 1px solid #454545;
	border-bottom: 1px solid #454545;
	border-left: 1px solid #454545;
	background-image: url("contbg.png");
}

.cont p{
	color: #C0C0C0;
	font-weight: normal;
	padding: 10px
}

.cont-end {
	background-image:url("");
	background-position: bottom;
	background-repeat: no-repeat;
}



/*◆テキスト装飾設定*/
.small10{
	font-size: 10px;
	color: #C0C0C0;
}

.small11{
	font-size: 11px;
	color: #C0C0C0;
	margin-left: 10px;

}

.boldlemon{
	font-weight: bold;
	color: #fffacd;
}


.cont ul{
	list-style-type: circle;
	padding-left: 35px;
}

.cont li{
	color: #c0c0c0;
	line-height: 1.2em;
	margin-bottom: 2px;
}



/*◆PAGETOPリンク設定*/
.pagetop {
	}

.pagetop p{
	text-align: right;
	padding: 0px 50px 0px 0px;
	color: #777777;
	font-size: 12px;
}


.pagetop p a:link{
	color:#777777;
	text-decoration: none;
}
.pagetop p a:visited{
	color:#777777;
}
.pagetop p a:hover{
	color:#777777;
	}
.pagetop p a:active{
	color:#777777;
}


/*◆フッター設定*/
#fotter {
	clear: both;
	width:1000px;
	height:78px;
	background-image:url("bg_fotter.png");
	background-position:center center;
	background-repeat:no-repeat;
}

#fotter p{
	text-align: right;
	padding: 10px 50px 0px 0px;
	color: #777777;
	font-size: 12px;
}


#fotter p a:link{
	color:#777777;
	text-decoration: none;
}
#fotter p a:visited{
	color:#777777;
}
#fotter p a:hover{
	color:#777777;
	}
#fotter p a:active{
	color:#777777;
}

#copyright{
	text-align: center;
	color: #8a8a8a;
}


/*◆画像設定*/
img.right{
	float:right;
	margin: 10px;
}

img.right-top{
	float:right;
	margin: 0px 30px 0px 0px;
}

img.left{
	float:left;
	margin: 10px;
}



/*◆画像float解除*/

.clear{
	clear:both;
}



/*◆ボックス設定*/



#wrp {
	width: 1000px;
	background-image: url(back.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px auto;
	padding: 0px;
}



/* begin styles for RSS Feed */

#feed{
	padding: 38px 15px 0px 15px;
}

#feed li{
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 3px;
	border-bottom: dashed 1px #d3d3d3
}

/*◆table設定*/
/*--------------------------
　
---------------------------*/
