@charset "utf-8";
/*  
Theme Name: オリジナルスタイル
Theme URI: http://www.abime.info
Description: Abime 2030 CMS
Version: 1.0
Author: ABIME 2030
Author URI: http://www.abime.info
*/

body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif; /* 基本文字設定 */
	*font-size: small; /* Win IE7およびWin IE6標準準拠モード向け */
	*font: x-small; /* Win IE 5-5.5､6(後方互換モード)向け */
}

table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%; /* Win IE全般向け */
	line-height: 100%;
}

#tracker {
	display:none;
}

/* base styles */
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right:2em;
}

.alignright {
	float: right;
	margin-left:2em;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

body.mceContentBody {
	font: 100%/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; /* 13px/19px */
	padding: 0.6em;
	margin: 0;
}

pre {
	font: 92%/18px Consolas, Monaco, "Courier New", Courier, monospace; /* 12px/18px */
}

.mceIEcenter {
	text-align: center;
}
/* base styles */

/* General */

body {
	margin: 0;
	background: #d9cce2;
	background-image: url("images/bodyback.jpg");
	background-repeat: repeat-y;
	background-position: center top;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#pageback {
	margin: 0;
	min-height: 100%;
}

#page {
	margin: 0 auto;
	width: 907px;
	min-height: 100%;
}


/* Header */

#header {
	width: 907px;
	height: 293px;
	position: relative;
	background-image: url(images/headerback.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

	/* Header - Info */
	
	#header #header-info {
	position: absolute;
	top: 0px;
	height: 34px;
	left: 15px;
	}
	
	#header #header-info h1 {
		color: #FFFFFF;
	}
	
	#header #header-info h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#header #header-info .description {
	color: #FFFFFF;
	font: bold 18px/34px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 293px;
		left: 15px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none!IMPORTANT;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 28px;
		margin-left: 11px;
		font: bold 13px/30px Verdana;
		color: #ffffff;
		/* background: url("images/header_menu.gif") repeat-x;
		border: 1px solid #ffffff; */
		padding: 0 1px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}

	#header #header-menu ul li a:visited {
		color: #999999;
	}


	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	#page #header #headerimg {
	height: 250px;
	width: 907px;
	position: absolute;
	left: 0px;
	top: 43px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}

	#page #header #headerlogo {
	position: absolute;
	top: 0px;
	right: 5px;
	}
/* Main */

#main {
	width: 907px;
	background: #FFFFFF url("images/main.gif") repeat-y;
}

#main-top {
	width: 907px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {
	width: 907px;
	min-height: 50px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
	float: right;
	width: 675px;
	padding: 12px 16px 0 16px;
	}
	/* Main - Content - Monthry link */
	#monthry {
	float: left;
	width: 300px;
	text-indent: 15px;
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
	#monthry a {
		color: #ffffff;
		text-decoration: none;
		background-color:#006600
		
	}
	#monthry a:visited {
		color: #330000;
		background-color:#ffffff;
	}
	
	#monthry a:hover {
		text-decoration: underline;
	}
	
	/* Main - Content - Fontsize */
	#fontsl {
	text-align: right;
	width: 300px;
	height:1.2em;
	float:right;
	}
	.fontslli{
	cursor:pointer;
	}
	
	/* Main - Content - Post */
	
	#content .post {
	float: left;
	margin-bottom: 25px;
	border: 1px solid #999999;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			background: url("images/post_date.gif") repeat-x;
			height: 25px;
			width: 645px;
			color: #FFFFFF;
			text-align: left;
			padding: 0 15px;
			font: 116%/25px Verdana;
			margin:0px;
			/* font: 10px/25px Verdana; */
		}
		
		/* Post - Title */
		
		#content .post .post-title {
	width: 655px;
	height: 45px;
	background: url("images/post_title.gif") repeat-x;
	color: #FFFFFF;
	font: bold 108%px Verdana;
	padding: 0px 5px 0px 15px; 
		}
		
		#content .post .post-title a {
			color: #FFFFFF;
			text-decoration: none;
		}

		#content .post .post-title a:visited {
			color: #999999;
		}

		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #FFFFFF;
			font: bold 116%/45px Verdana;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #FFFFFF;
			text-decoration: underline;
		}

		#content .post .post-title h2 a:visited {
			color: #999999;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
			color: #aeb87d;
		}
		
		#content .post .post-title .post-title-info {
			float: right;
			line-height: 45px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
	font: normal 100%/138.5% Verdana;
	color: #666666;
	padding: 0 15px;
	width: 645px;
	background: #FFFFFF;
	float: left;
		}
		
		#content .post .post-entry a {
			text-decoration: none;
		}

		#content .post .post-entry a:visited {
			text-decoration: none;
		}

		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 85%/20px Verdana;
			color: #a00;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #a00;
			text-decoration: none;
		}

		#content .post .post-entry .more-link a {
			color: #330000;
		}

		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		#content .post-entry .kent {
			font-size:135%;
		}
		#content .post-entry .kent .photo {
			float:right;
		}
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 10px 0 0;
			width: 485px;
			clear: both;
			font: bold 77%/19px Verdana;
			color: #666666;
			background: url("images/post_info.gif") no-repeat;
			text-align: right;
		}
		
		#content .post .post-info a {
			color: #666666;
			text-decoration: none;
		}

		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 85%/25px Verdana;
		color: #999999;
		width: 675px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		text-decoration: none;
	}

	#content .navigation a:visited {
		text-decoration: none;
	}

	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
			margin:0px;
		}
		
		#content .navigation .navigation-next {
			float: right;
			margin:0px;
		}

	#content .pagenavi {
		font: bold 116%/25px Verdana;
		color: #999999;
		width: 675px;
		height: 25px;
		clear:both;
		text-align:center;
	}
	
	#content .pagenavi a {
		text-decoration: none;
	}

	#content .pagenavi a:visited {
		text-decoration: none;
	}

	
	#content .pagenavi a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 170px;
		font: normal 85%/18px Verdana;
		color: #FFFFFF;
	}
	
	.sidebar a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
			padding: 12px 3px 15px 16px;
		}
		
		.sidebar-right {
			padding: 12px 0 15px 3px;
		}
		
		/* Sidebar - Titles */
		
		.sidebar h3 {
			padding-left: 10px;
			font: bold 108%/26px Verdana;
			color: #FFFFFF;
			width: 159px;
			height: 26px;
			background: url("images/sidebar_title.gif") repeat-x;
		}
		/* Sidebar - Titles */
		
		.sidebar h3 a {
			text-decoration: underline;
		}
		/* Sidebar - Titles */
		
		.sidebar h3 a:hover {
			text-decoration: underline overline;
		}		
		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none!IMPORTANT;
		}
		
		.sidebar ul li {
	padding-left: 11px;
	color: #000000;
	font: bold 93%/25px Verdana;
	background-image: url(images/sidebar_menu.gif);
	background-repeat: repeat-x;
	background-position:bottom;
		}
		
		.sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}

		.sidebar ul li a:visited {
			color: #505050;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		.sidebar ul li.hotnews a {
			color: #FF0000;
			text-decoration: blink;
		}
		
		.sidebar ul li.hotnews a:visited {
			color: #505050;
			text-decoration: none;
		}
		
		.sidebar ul li ul li {
			font: 93%/130% Verdana;
			padding-bottom:5px;
		}
		
		.sidebar ul li.hotnews a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Submenus */
			
			.sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
		.sidebar ul li.ec3_list_day{
			background-image: none;
		}
/*			.sidebar ul li ul li{
				background-position:bottom;				
			}	*/
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			width: 170px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
		}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding: 5px 0 8px 0;
			width: 130px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 5px 4px 8px 4px;
		}
		
		/* Sidebar - Feed */
		
		.sidebar #sidebar-feed {
			margin: 5px auto 8px auto; 
			width: 160px;
			height: 60px;
		}
		
		#page #main #main-top #main-bottom .sidebar #wp-calendar {
			max-width: 173px;
			overflow: hidden;
		}

/* Footer */

#footer {
	width: 907px;
	height: 20px;
	background: #a15ae2;
	color: #ffffff;
	font: 77%/20px Verdana;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}
.linkback {
	color: #666666;
	text-align:right;
	margin-right:0px;
	font: 77%/45px Verdana;
	font-weight:normal;
}
.linkback a {
	color: #666666;
	text-decoration: underline;
}

.linkback a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.lastmod {
	color:#CCCCCC;
	text-align:right;
	margin-right:1em;
	font: 77%/25px Verdana;
	font-weight:normal;
	float:right;
	width:150px;
	display:block;
}

.djname {
	color:#000000;
	font-size:116%;
}
.djname p.djtype {
	font-size:100%;
	margin:0px
}
.djname span.djnamelist{
	display:inline;
}
div.pricelist {
	display:inline;
}
p.fetype,p.feeservice,div.price p{
	margin:0px;
}
/*--------------------------------------------------------------------------------------------------------*/

	#content .post-page {
	float: left;
	margin-bottom: 25px;
	border: 1px solid #999999;
	background: #FFFFFF;
	}
	
	
		/* Post - Title */
		
		#content .post-page .post-title {
	width: 675px;
	height: 45px;
	background: url("images/post_title.gif") repeat-x;
	color: #FFFFFF;
	font: bold 108%px Verdana;
		}
		#content .post-page .post-title h2 {
		text-indent:15px;
		}
		
		#content .post-page .post-title a {
			color: #FFFFFF;
			text-decoration: none;
		}

		#content .post-page .post-title a:visited {
			color: #999999;
		}

		
		#content .post-page .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post-page .post-title h2 {
			color: #FFFFFF;
			font: bold 116%/45px Verdana;
			float: left;
		}
		
		#content .post-page .post-title h2 a {
			color: #FFFFFF;
			text-decoration: underline;
		}

		#content .post-page .post-title h2 a:visited {
			color: #999999;
		}
		
		#content .post-page .post-title h2 a:hover {
			text-decoration: underline;
			color: #aeb87d;
		}
		
		#content .post-page .post-title .post-title-info {
			float: right;
			line-height: 45px;
		}
		
		/* Post - Entry */
		
		#content .post-page .post-entry {
	font: normal 100%/138.5% Verdana;
	color: #666666;
	width: 675px;
	background: #FFFFFF;
	float: left;
		}
		
		#content .post-page .post-entry a {
			text-decoration: none;
		}

		#content .post-page .post-entry a:visited {
			text-decoration: none;
		}

		
		#content .post-page .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post-page .post-entry .more-link {
			font: bold 85%/20px Verdana;
			color: #a00;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post-page .post-entry .more-link a {
			color: #a00;
			text-decoration: none;
		}

		#content .post-page .post-entry .more-link a {
			color: #330000;
		}

		
		#content .post-page .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		#content .post-page-entry .kent {
			font-size:135%;
		}
		#content .post-page-entry .kent .photo {
			float:right;
		}
		/* Post - Info */
		
		#content .post-page .post-info {
			padding: 0 10px 0 0;
			width: 485px;
			clear: both;
			font: bold 77%/19px Verdana;
			color: #666666;
			background: url("images/post_info.gif") no-repeat;
			text-align: right;
		}
		
		#content .post-page .post-info a {
			color: #666666;
			text-decoration: none;
		}

		#content .post-page .post-info a:hover {
			text-decoration: underline;
		}
		
		div.post-inner {
			padding: 15px;
		}
	/* Main - Content - Navigation */
.post-entry .post-inner #wp-calendar caption {
	background-color: #D9CCE2;
	font-size:180%;
	line-height: 1.5em;
	text-decoration:underline blink!important;
}

	

.celebform {
	height: 25px;
	width: 100%;
	text-indent: 10px;
	font: bold 120%/25px Verdana;
	color:#FFFFFF;
	background: url(images/post_date.gif) repeat-x;
}
 

#content .post .post-entry .djname .djtype .djnamelist a {
		text-decoration:underline;
	}

#content .post .post-entry .djname .djtype .djnamelist a:visited {
	text-decoration:underline;
	}
	
#content .post .post-entry .djname .djtype .djnamelist a:hover {
	text-decoration:underline overline;
	}
	
#monthlydrop {
	text-align:right;
}
#monthlydrop select {
	font-size:9px;
	width:100%;
	background-color:#FFFFFF;
	color:#000000;
}
#monthlydrop select > option:first-child {
	background-color:#aeb87d;
}
.social_btn {
	clear: both;
	margin: 10px 0px 0px 0px; 
	padding: 0px;
	width:600px
}
.social_btn .twitter { 
float: left; 
margin: 0px 10px 0px 0px; 
padding: 0px; 
display: inline; 
width: 130px; 
}

.social_btn .fblike { 
float: left; 
margin: 0px 10px 0px 0px; 
padding: 0px; 
display: inline; 
width: 450px; 
}
#calnexmon {
	font-weight:normal;
}
