@charset "utf-8";

/*

	[SITE] skmt09.com
	[FILE] /shared/css/mt.css

*/


/*============================================================
 contents コンテンツ
 voice skmtVOICE
============================================================*/
/* エントリー */

body#contents .mtEntry{
	background:#fff url(../images/line_dot-01.gif) repeat-x left bottom;
	padding:0 0 1px 0;
}
body#voice .mtEntry{
	background:#fff url(../images/line_dot-01.gif) repeat-x left bottom;
	padding:0 0 1px 0;
}

body#voice .mtEntry .mtArea{
	background:#fff url(../images/line_dot-01.gif) repeat-x left top;
	padding:10px 0 15px 0;
}
* html body#voice .mtEntry .mtArea{
height:1%;
}

body#contents .mtEntry .mtArea{
	background:#fff url(../images/line_dot-01.gif) repeat-x left top;
	padding:10px 0 15px 0;
}
* html body#contents .mtEntry .mtArea{
height:1%;
}

body#voice .mtEntry p,
body#voice .mtEntry p a{
	font-size:12px;
	font-weight:bold;
}


body#voice .mtEntry .mtArea p.time,
body#contents .mtEntry .mtArea p.time{
	font-size:11px;
	font-weight:normal;
	padding:0 0 3px 0;
}

body#voice .mtEntry .mtArea img,
body#contents .mtEntry .mtArea img{
	display:block;
	text-align:center;
	margin: 0 auto;
	padding:15px 0 0 0;
}

.mtEntry .mtArea object,
.mtEntry .mtArea embed{
	display:block;
	text-align:center;
	margin: 0 auto;
	padding:15px 0 10px 0;
}


/*============================================================
モジュール
============================================================*/
/* 
最近の記事5件 */
#main .prev-next{
height:12px;
text-align:center;
margin:20px 0 0 0;
}


/* 
最近の記事5件 */
#side #entriesList{
	margin:25px 0 40px 0;
}

#side #entriesList h3.sideHead{
	color:#999;
	font-family:Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",Sans-Serif;
	font-size:10px;
	font-weight:normal;
}

#side #entriesList ul.mtList{
	width:270px;
	margin:10px 0 0 0;
}

#side #entriesList ul.mtList li{
	color:#fff;
	font-size:12px;
	font-weight:normal;
	margin:0 0 8px 0;
	padding:0 0 0 7px;
	line-height:1;
	background:url(../images/arrow.gif) no-repeat 0 5px;
}

#side #entriesList ul.mtList li a{
	color:#fff;
	font-weight:normal;
	line-height:1.2;
	text-decoration:none;
}
#side #entriesList ul.mtList li a:hover{
	text-decoration:underline;
}


/* 
カレンダー */
#side #calendar {
	width:189px;
	margin:0 0 50px 1px;
	background:#000;
}

body#voice #side #calendar {
	margin:23px 0 30px 1px;
}

#side #calendar h3.calendarHead {
	color:#999;
	font-family:Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",Sans-Serif;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
}
#side #calendar h3.calendarHead a{
	color:#fff;
	font-size:12px;
	font-weight:normal;
}

.calendar table {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
	margin:8px 0 0 0;
}
.calendar th {
	color:#fff;
	font-family:Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",Sans-Serif;
	font-size: 10px;
	width: 27px;
	padding:0 0 5px 0;
	text-align:center;
}
.calendar td {
	color:#fff;
	font-family:Arial,"ヒラギノ角ゴ Pro W3",Osaka,"ＭＳ Ｐゴシック",Sans-Serif;
	font-size: 12px;
	font-weight:normal;
	height:16px;
	line-height:1;
	text-align:center;
}
.calendar td a{
	color:#fff;
	font-size: 12px;
	line-height:1;
	text-decoration:underline;
}

.calendar td a:link{ color:#fff; text-decoration:underline;} 
.calendar td a:visited{ color:#fff; text-decoration:underline;} 
.calendar td a:active{ color:#fff; text-decoration:none;} 
.calendar td a:hover{ color:#fff; text-decoration:none;}

