@charset "utf-8";

/**
 * コンテナ配置
 */
@media screen{
	#menu {
		float: left;
	}

	#content {
		float: right;
	}

	#navigation {
		clear: both;
	}
}


/**
 *  サイズ
 */
#container {
	width: 1024px;
}

#menu {
	width: 148px;
	padding-right: 2px;
    display: inline;
}

#content {
	/*width: 820px;*/
	width: 874px;
    display: inline;

}

/**
 * タイトル配置
 */
#header h1 {
	margin: 0 20px 0 auto;
	padding-top: 16px;
	float: right;
}

#header p {
	margin: 0 auto 0 4px;
}

/**
 * メニュー配置
 */
#menu ul {
	margin-top: 0em;
	margin-bottom: 1em;
}

#menu ul li{
	line-height: 1.5em;
    border-bottom:1px dotted;
    width:80%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
div.new{
    /*border: solid 1px;*/
    width:40px;
    height: 12px;
    margin: 0;
    padding: 0;
    float: left;
}

.new img{
    width:40px;
    height: 12px;
    margin: 0;
    padding: 0;   
}

.last_update {
    /*border: solid 1px;*/
    line-height: 12px;
    height: 12px;
    float: right;
    letter-spacing: -0.1em;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.menu_name {
    clear: both;
}


/*
#menu ul li ul{
	margin-top: 0;
	margin-bottom: 0;

}
*/

