/*
Theme Name: mpjtheme
Theme URI:
Description: 
Version: 1.0
Author: Monstar Lab Ink.
Author URI: http://
*/

/*=======================================
=========================================*/


@charset "UTF-8";

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, meter, nav, output, progress, section, summary, time {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	/*font: 14px/22px "Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Lucida Sans Unicode",Arial,Verdana,sans-serif;*/
	font: 14px/22px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: #FFF;
}

h1, h2 {
	font-size: 120%;
}

h2 {
	margin-bottom: 4px;
}

h3, h4, h5 {
	font-size: 100%;
}
h6 {
	font-weight: normal;
	font-size: 12px;
}
a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visit {
	color: #CC0000;
}

f10 {
	font-weight: normal;
	font-size: 10px;
}

/* ヘッダー ---------------------------- */
h1#logo {
	width: 280px;
	height: 215px;
	margin: 5px;
	/*padding-top: 215px;*/
	background: url("images/header.gif");
	float: left;
	overflow: hidden;
	text-indent: -9999px;
}

h1#logo a{
	width: 280px;
	height: 215px;
	float: left;
	overflow: hidden;
	display:block;
	margin-top:-215px;
	padding-top: 215px;
}

	
/* メニュー */
#menu {
	width: 200px;
	margin: 5px 5px 0px 5px;
	float: left;
	list-style-type: none;
	z-index: 19;
}

/*#menu li {
	margin-bottom: 5px;
}

#menu li a {
	width: 200px;
	height: 50px;
	display: block;
	overflow: hidden;
}

#menu li#mpj a {
	background: url("../images/mpj.gif");
}

#menu li#know a {
	background: url("../images/know.gif");
}

#menu li#act a {
	background: url("../images/act.gif");
}

#menu li#seminar a {
	background: url("../images/seminar.gif");
}*/


/*header_menu*/
ul#head_menu li {
	float: left;
	position: relative;
	width: 200px;
	font-size:120%;
	font-weight: bold;
	list-style-type: none;
	z-index: 48;
}

ul#head_menu > li {
	margin-bottom: 8px;
}
ul#head_menu > li > a {
	display: block;
	text-decoration: none;
	padding:13px;
	overflow: auto; /*force hasLayout in IE7 */ 
}

ul#head_menu > li > a:link,
ul#head_menu > li > a:visited {
	background: #AA0000;
	color: #FFF;
}

ul#head_menu a:hover,
ul#head_menu a:active {
	background: #FFF;
	color: #AA0000;
}

/* 下層のメニュー */
ul#head_menu > li > ul {
	position: absolute;
	top: 0;
	left: 200px;
	width: 245px;
	min-height: 33px;
	padding: 15px 10px 0px 15px;
	display: none;
	background: url("images/menu.gif") no-repeat;
}

ul#head_menu > li > ul > li {
	width: 240px;
	right: 0px;
	margin-bottom: 10px;
	border-bottom: solid 1px #A33;
}

ul#head_menu li ul a:link,
ul#head_menu li ul a:visited {
	width: 235px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

ul#head_menu li ul a:hover,
ul#head_menu li ul a:active {
	background: #FFF;
	color: #A00;
}

/* 下層の下層のメニュー */
ul#head_menu li ul ul a:link,
ul#head_menu li ul ul a:visited {
	width: 225px;
	padding-left: 15px;
	font-size: 13px;
}

.cover {
	margin: 5px;
	float: left;
	z-index: 10;
}

.cover img {
	z-index: 11;
}

/* コンテンツ全体 ---------------------------- */
#contents {
	clear: both;
}


/* 左カラム ---------------------------- */
#left_contents {
	width: 280px;
	margin: 5px;
	float: left;
}

#side {
	padding:5px;
}

#youtube {
	position:relative;
	z-index:0;
}

#youtube a {
	font-size: 13px;
}

#youtube iframe {
	margin-bottom: 5px;
}

.social {
	margin: 10px 3px;
}

.fb-like {
	top: -2px;
	margin-bottom: 8px;
}

.widget-area {
	padding:5px;
}

.widget-area h3 {
	color: #999;
	font-weight: bolder;
	padding: 2px 10px;
	text-align: left;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
}

.widget-area ul {
	list-style:none;
	margin-bottom:30px;
	padding-left:10px;
}


/* メインコンテンツ ---------------------------- */
#center_contents {
	width: 490px;
	margin: 5px;
	float: left;
}


/* ニュース */
#news {
	width: 450px;
	height: 511px;
       /* height: 427px; ※absbリンクバナー使用時の高さ指定*/
	margin-bottom: 5px;
	padding: 14px 18px 14px 18px;
	border: solid 2px #A00;
	background: #FFF;
	overflow: auto;
	position: relative;
}

.sub_title {
	font-size: 110%;
	color: white;
	background-color: #A00;
	font-style: italic;
	padding: 2px;
}

#news dl * {
	font-size: 14px;
}

#news dt {
	font-weight: bold;
}

#news dd {
	font-size: 90%;
	margin-bottom: 40px;
}

#news dd a {
	color: #444444;
	float: right;
}

.archive {
	position: relative;
	left: 310px;
	bottom: 10px;
	font-weight: bold;
	margin-right: 2px;
	display: inline-block;
}

.top_post {
	margin-bottom:20px;
}
.top_post_text {
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.top_post h3 {
	font-size: 14px;
	font-weight:bold;
}


/* 右カラム ---------------------------- */
#right_contents {
	width: 180px;
	margin: 5px;
	float: left;
}

/* 
#youth {
	margin-bottom: 10px;
	float: left;
	clear: both;
}
 
#youth .brock {
	width: 60px;
	height: 120px;
	margin-right: 10px;
	float: left;
	background: #CCC;
}


#youth img {
	float: right;
	border: none;
}
 */

#banner {
	margin: 0px 0px 10px 0px;
	text-align: center;
}

#banner a {
	display: block;
	margin-bottom: 15px;
}

#banner img {
	border: none;
}


/* ニュースレター */
#letter {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #999;
}

#letter h2 {
	width: 158px;
	padding: 5px 10px 0px;
	color: #FFF;
	font-size: 16px;
}

#letter div {
	width: 158px;
	padding: 10px 10px;
	border: solid 1px #999;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFF;
	font-size: 13px;
	color: #444;
}

#letter label {
	margin-right: 5px;
}

#letter .letterform {
	margin-left: -1px;
	margin-top: 8px;
}

#letter .letterform input {
	margin-bottom: 8px;
}

/* フッター ---------------------------- */
#footer {
	width: 955px;
	height: 24px;
	margin: 5px auto 0px auto;
	padding: 10px;
	background: #1F1F1F;
	color: #FFF;
	position: relative;
	bottom:0;
	clear: both;
}

#footer a {
	color: #FFF;
}

#footer a:visit {
	color: #FFF:
}

#footer ul {
	float: right;
	list-style-type: none;
}

#footer ul li {
	float: left;
	margin: 0px 4px;
}

#footer p {
	float: left;
}

#footer .mpjred {
	color: #CC0000;
}
/*20130319*/

#spc h2  {
	font-size:14px;	
	clear:both;
	color:#333;
	display:block;
	border-left:solid 10px #AA0000;
	border-bottom:solid 1px #AA0000;
	padding:5px 0 5px 25px;
	margin:20px auto;}
#spc h3  {
	color:#fff;
	background-color:#92CB50;
	border-radius:5px;
	border:solid 1px #75AF34;
	padding:5px 0 5px 25px;
	margin:15px auto;
}
#spc h4  {color:#AA0000;margin:10px auto;}
#spc ol , #spc ul  {padding:5px 5px 5px 35px;}
#spc ol:not(:target){padding-left:150px¥9;}
#l_switcher ul li {display:none;}
/*
#l_switcher ul li {display:inline-block;list-style:none;float:left;margin:20px 20px 0 0;}
*/
.asbs_dl a {	
	clear:both;
	color:#fff;
	background-color:#BA1421;
	display:block;
	font-weight:bold;
	border-radius:5px;
	border:solid 1px #B90614;
	padding:20px;
	text-align:center;
	text-decoration:none;
	margin:20px auto;
	width:230px;
	}
.asbs_dl a:hover {	
	background-color:#E71828;
	}
#asbs_bnr a {	
	text-indent:-9999px;
	background: url("http://millenniumpromise.jp/wp-content/uploads/2013/03/bnr01.jpg") no-repeat;
	display:block;
	width:490px;
        height:146px;
        margin-bottom:10px;
	}
#asbs_bnr a:hover {	
	background: url("http://millenniumpromise.jp/wp-content/uploads/2013/03/bnr01_.jpg") no-repeat;
	}
#nintei a {	
	text-indent:-9999px;
	background: url("http://millenniumpromise.jp/wp-content/uploads/2013/03/nintei.jpg") no-repeat;
	display:block;
	width:490px;
        height:146px;
        margin-bottom:10px;
	}
#nintei a:hover {	
	background: url("http://millenniumpromise.jp/wp-content/uploads/2013/03/nintei_.jpg") no-repeat;
	}