@charset "utf-8";
/* -------------------------------------------------------
	* Date : 2009/06
	* File : base.css
	* Copyright 2009 MAC InterNet All Rights Reserved. 
------------------------------------------------------- */

/*

	*01 top
	    01-1 top_topics

*/

/*-----------------------------------------------
	*01 top
-------------------------------------------------*/
#topkey {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#top_contents {
	width:900px;
	margin: 20px auto 0;
	padding: 0;
	background-color: #FFFFFF;
}


/* ============================== 01-1 top_topics */
#right_area {
	width:900px;
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
}

body#home #right_area h2 {
	height: 30px;
	margin: 0;
	/*margin: 0 0 10px;*/
	background: url(../../img/bar_topics.gif) no-repeat;
    clear: both;
}
body#home h2 span{
	display: none;
}
body#home #right_area h2 div {
	width: 100px;
	height: 20px;
	top: 0;
	padding: 0 5px 0 0;
    position: relative;
	float: right;
}
body#home #right_area h2 div img {
	width: 100px;
	height: 20px;
	display: block;
	padding: 0 0 5px 0;
}

.info {
	width:900px;
	height:130px;
	overflow:auto;
	margin: 5px 0 10px 0;
	padding: 0;
	clear: both;
}
.info dl {
	margin: 3px 3px 5px 3px;
	padding-bottom: 6px;
	line-height: 1.4em;
}
.info dt {
    float: left;
	width: 7em;
}
.info dd {
	margin: 0 0 8px;
	padding-left: 7em;
	padding-bottom: 6px;
	background: url(../img/all/dot_line01.gif) repeat-x left bottom;
}

body#home div.info dl a {
    text-decoration: underline;
	color: #339999;
}