@charset "UTF-8";

@import "import.css";
@import "tsuika.css";

/* --------------------------------------------------

CSS Information

	yma web site: style sheet

	File name: index.css

	Date: 2008.10.07

	Author: xxxxxx

-----------------------------------------------------

	[1] mainImage
	
	[2] left
	
	[3] center
	
	[4] right
	
	[5] xxxxxxxxx

-------------------------------------------------- */


/* --------------------------------------------------
	[1] mainImage
-------------------------------------------------- */
#mainImage {
	margin: 0;
	padding: 0;
}
h2 img {
	border-top:    1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
}


/* --------------------------------------------------
	[2] left
-------------------------------------------------- */

#left {
	width: 249px;
	float: left;
}
#left div.eventCategory {
	padding: 0 15px 0 14px;
	width: 220px;
	margin-bottom: 2px;
	/* 16px kara 2px hennkou (20100420)*/
}
#left div.eventCategory p { margin-bottom: 3px;}
/*#left div.eventCategory img {
	padding: 1px;
	border: 1px solid #aa8e2a;
}*/
#left div.eventCategory dl {
	padding: 0;
	margin: 0;
}
#left div.eventCategory dt {
	margin-bottom: 3px;
}
#left div.eventCategory dt a {
	line-height: 1.6;
}



/* --------------------------------------------------
	[3] center
-------------------------------------------------- */

#center {
	width: 260px;
	float: left;
}
#center ul {
	width: 245px;
	/*font-size: 12px;*/ /* デフォルトサイズ */
	padding-left: 15px;
}
#center ul li {
	background: url("../images_common/list01.gif") no-repeat 0 center;
	width: 233px;
	padding-left: 12px;
	margin-bottom: 9px;
}
/* --------------------
	IE6 onry hack
-------------------- */
* html #center ul li { padding-top: 3px;}

/* --------------------
	movie
-------------------- */
#center .movie {
	width: 246px;
	padding-left: 14px;
	margin-bottom: 16px;
}

/* --------------------------------------------------
	[4] right
-------------------------------------------------- */

#right {
	width: 336px;
	float: left;
}
#right dl {
	width: 321px;
	/*font-size: 12px;*/ /* デフォルトサイズ */
	padding-left: 15px;
}
#right dl dt {
	width: 321px;
	margin-bottom: 8px;
	color: #ff0066;
}
#right dl dd {
	background: url("../images_common/list02.gif") no-repeat 0 center;
	width: 309px;
	padding-left: 12px;
	margin-bottom: 12px;
}
/* --------------------
	IE6 onry hack
-------------------- */
* html #right dl dd { padding-top: 3px;}


#right ul {
	/*font-size: 12px;*/ /* デフォルトサイズ */
	padding-left: 15px;
}
#right ul li {
	background: url("../images_common/list01.gif") no-repeat 0 center;
	padding-left: 12px;
	margin-bottom: 9px;
}


/* --------------------
	clearfix
-------------------- */


#contentsAll:after,
#right:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#searchbox85 p {
	margin-bottom: 20px;
}

#searchbox85 dt {
	margin-bottom:10px;
	margin-top: 10px;
}

#searchbox85 dd {
	line-height: 20px;
	margin-bottom: 15px;
}


