@charset "UTF-8";
/* CSS 毎日コミュニケーション */


body {
	background: url(../takai_img/body_bg.jpg) #1a1a1a repeat-x;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
	}
	

p {
	line-height: 1.5em;
	margin: 0;
	padding: 5px 0;
	}
	
	
dl {
	clear: both;
	color: #ccc;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-size: 11px;
	line-height: 1.7em;
	margin: 0;
	margin-bottom: 10px;
	}
	
dt {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: #000;
	clear: both;
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	width: 8em;
	}
	
dd {
	border-bottom: 1px solid #CCC;
	margin-left: 8em;
	padding: 5px 0 5px 20px;
	}
	
.dl_bottom {
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	}
	
h1,h2,h3,h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin:0;
	padding: 0;
	}
	
h4 {
	color: #A4D3E6;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0;
	}
	
a, a:link {
	color:  #CCC;
	text-decoration: none;
	}
	
a.hover {
	color:  #ECECEC;
	text-decoration: underline;
	}
	
.clear_both {
	clear: both;
	font-size: 0px;
	height: 0px;
	}

/* ========== TEXT ============== */

.date {
	color: #A4D3E6;
	}
	
.page_top {
	text-align: right;
	margin-bottom: 15px;
	}
	
.content_title {
	background:url(../takai_img/h_bg.jpg) repeat-x;
	font-size: 16px;
	height: 30px;
	margin-bottom: 20px;
	}
	
.page_index {
	border-top: 1px solid #666;
	}
	
/* ========== LAYOUT ============== */

#header_bg {
	background: url(../takai_img/header_bg_grd.jpg) no-repeat;
	height: 210px;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	}
	
#header {
	background: url(../takai_img/header.jpg) no-repeat 0 10px;
	height: 210px;
	margin: 0 auto;
	width: 800px;
	}
	
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	}


#menubar {
	font-size: 13px;
	padding: 0 15px;
	height: 40px;
	}

#content {
	background: #333;
	padding: 15px;
	}

/*
#cont_left {
	float: left;
	width: 150px;
	}

#cont_center {
	float: left;
	margin-left: 15px;
	width: 430px;
	}

#cont_right {
	background-color: #111111;
	border: 3px double #666;
	float: right;
	width: 150px;
	}
*/

#cont_left {
	float: left;
	width: 150px;
	}

#cont_center {
	float: left;
	margin-left: 15px;
	width: 430px;
	}

#cont_center_live {
	float: left;
	margin-left: 15px;
	width: 430px;
	}

#cont_right {
	float: right;
	width: 160px;
	}

#footer {
	clear:both;
	color: #FFF;
	background: #000000;
	font-size: 11px;
	padding: 8px;
	text-align: center;
	}

#column1 table {
	text-align: left;
	border-collapse: collapse;
	line-height: 1.5;
	table-layout: fixed;
	}

#column1 th {
	font-size: 11px;
	padding: 5px;
	background-color: #CCFFCC;
	}

#column1 td {
	font-size: 11px;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #666666;
/*	background-color: #FFF3DD;*/
	}

#column2 table {
	text-align: center;
	border-collapse: collapse;
	line-height: 1.5;
	table-layout: fixed;
	}

#column2 th {
	font-size: 11px;
	padding: 3px;
	background-color: #111;
	border: 1px solid #666;
	}

#column2 td {
	font-size: 11px;
	padding: 3px;
	vertical-align: middle;
	border: 1px solid #666666;
/*	background-color: #FFF3DD;*/
	}

#column2 a {
	color: #FFF;
	text-decoration: none;
	}
	
#column2 a.hover {
	text-decoration: none;
	}


/* ========== Header ============== */

#head_logo {
	padding: 30px 0 0 20px;
	font-family: "Times New Roman", Times, serif;
	}
	
#header a {
	color: #FFF;
	font-style: italic;
	}
	
#header a.hover {
	color: #666;
	text-decoration: none;
	}

#header h1 {
	color: #FFF;
	font-size: 12px;
	padding-top: 15px;
	}
	

#header h2 {
	color: #FFF;
	font-size: 60px;
	}

/* ========== MENUBAR ============== */
/*#menubar a {
	display: block;
	float: left;
	margin-top: 10px;
	padding: 0 20px;
	text-align:center;
	width: 85px;
	}

#menubar a.hover {
	background-color: #666666;
	text-decoration: none;
	}
*/

.menu_a {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	}
	
.menu_b {
	border-right: 1px solid #FFF;
	}

#dropmenu {
	list-style-type: none;
	width: 800px;
	height: 40px;
/*	margin: 30px auto 300px;*/
	padding: 0;
/*	background: #8a9b0f;
	border-bottom: 5px solid #535d09;
	border-radius: 3px 3px 0 0;*/
	font-size: 13px;
/*	padding: 0 15px;*/
	margin: 0;
}

#dropmenu li {
	position: relative;
	width: 133px;
	float: left;
	margin-top: 10px;
/*	padding: 0 20px;*/
}

#dropmenu li a {
	display: block;
	margin: 0;
/*	padding: 15px 0 11px;*/
	padding: 0 20px;
	color: #fff;
	font-size: 13px;
/*	font-weight: bold;*/
	line-height: 1;
	text-decoration: none;
	text-align: left;
}

#dropmenu li:hover > a {
	background-color: #666666;
	text-decoration: none;
	/*color: #eff7b1;*/
}

/*#dropmenu > li:hover > a {
	border-radius: 3px 3px 0 0;
}*/

#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}

#dropmenu li:last-child ul {
	left: -100%;
	width: 100%;
}

#dropmenu li ul li {
	overflow: hidden;
	width: 133px;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}

#dropmenu li ul li a {
	padding: 9px 20px;
	background: #2a2a2a;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

#dropmenu li:hover ul li {
	overflow: visible;
	height: 15px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#dropmenu li:hover ul li:first-child {
	border-top: 0;
}

#dropmenu li:hover ul li:last-child {
	border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a {
	border-radius: 0 0 3px 3px;
}


/*　=========　LEFT ============== */

#cont_left a {
	display: block;
	float: left;
	margin-top: 10px;
	padding: 0 20px;
	text-align:left;
	width: 85px;
	}

#cont_left a.hover {
	background-color: #666666;
	text-decoration: none;
	}


/*　=========　RIGHT ============== */

#cont_right h2 {
	background:  #111;
	border: 3px double #666;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 5px 0;
	text-align: center;
	}
	
#cont_right h3 {
	border-bottom: 1px solid #666;
	color: #A4D3E6;
	font-size: 12px;
	margin: 5px 0;
	padding: 10px 0 5px;
	}


/*　=========　TOP(center) ============== */

.news {
	height: 400px;
	overflow: auto;
	scrollbar-base-color: #CCCCCC;
	scrollbar-arrow-color: #CCCCCC;
/*	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;*/
	scrollbar-track-color: #666666;
	}

#cont_center h3 {
	font-size: 13px;
	font-weight: normal;
	padding: 10px 10px 0;
	}
	
#cont_center ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	}
	
#cont_center li {
	border-bottom: 1px solid #555;
	color: #CCC;
	line-height: 1.5em;
	padding: 10px 0;
	}

#cont_center_live h3 {
	font-size: 13px;
	font-weight: normal;
	padding: 10px 10px 0;
	}

#cont_center_live p,ol {
	font-size: 11px;
	}



/*　=========　PROFILE ============== */

#profile {
	padding-bottom: 15px;
	font-size: 11px;
	}

#profile img {
	border: 3px solid #CCC;
	float: right;
	margin-left: 10px;
	}
	
/*　=========　PICKUP ============== */

.pickup_entry {
	border-bottom: 1px dotted #666;
	margin-bottom: 5px;
	}
	
.pickup_entry img {
	border: 1px solid #000;
	margin: 0;
	}
	
.pickup_image {
	border: 3px solid #666;
	}

.pickup_entry h3 {
	font-size: 13px;
	padding: 15px 0;
	}
	
/*　=========　PICKUP ============== */

.gallery_thumb {
	border: 3px solid #666;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 127px;
	}
	
.gallery_thumb img {
	border: 1px solid #000;
	}
	
#gallery_right {
	margin-right: 0;
	}
