﻿/* toppage */
div#frame_left {
	width:640px;
	float:left;
	}
div#frame_right {
	width:240px;
	float:left;
	}

div#site_search {
	position: absolute;
	top:10px;
	left:700px;
	}
div#site_search input {
	vertical-align:middle;
	}

.igcbox{
	padding: 0px;
	margin-left:20px;
	margin-bottom:10px;
	
	background-color: #FAFAFA;
	border-left: 1px #D0D0D0 solid;
	border-right: 1px #D0D0D0 solid;
	
	_background-image: url(../images/IE6_border_right.png);
	_background-position: right;
	_background-repeat: repeat-y;
	_border-right: none;

	}

.igcbox_top{
	position: relative;
	top:-3px;
	left:-1px;
	}
.igcbox_bottom{
	position: relative;
	left:-1px;
	*top: 5px;
	_top: 5px;
	}

/* トップページ用*/
.igcinbox{
	float:left;
	display:inline;
	margin-left:15px;
	padding: 0px;
	width:284px;

	border-left: 1px #D0D0D0 solid;
	border-right: 1px #D0D0D0 solid;
	background-color: #FAFAFA;
	/* IE6 */
	_background-image: url(../images/IE6_border_right.png);
	_background-position: right;
	_background-repeat: repeat-y;
	_border-right: none;
	}
.igcinbox_top{
	position:relative;
	left: -1px;
	top: -1px;
	}

/* 項目下のリンク表示 */
.link_boxbottom {
	text-align: right;
	}
.link_boxbottom a{
	font-size:75%;
	color: #1588DB;
	padding:0px 10px 0px 15px;
	background-image: url(../images/linkpoint1.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	}

/* サイドメニュー */
.link_list li{
	list-style:none;
	font-size:90%;
	/* IE6 */
	_height:13px;
	}
.link_list a{
	text-decoration: none;
	color: #333333;
	padding: 0px 0px 0px 30px;
	display: block;
	line-height:25px;
	/* IE6 */
	_padding-top: 5px;
	_padding-bottom: 5px;
	_line-height:100%;
	}
.link_list a:link,.link_list a:visited,.link_list a:active{
	background-repeat: no-repeat;
	background-image: url(../images/linkpoint2.gif);
	background-position: 11px 45%;
	}
.link_list a:hover{
	color: #FFFFFF;
	background-color: #2DABFF;
	background-repeat: no-repeat;
	background-image: url(../images/waitanime.gif);
	background-position: 8px 45%;
	}

/* トピックス */
.topic_list {
	margin-bottom:5px;
	}
.topic_list li{
	border-bottom:1px #CCCCCC dashed;
	list-style:none;
	padding: 4px 0px 2px 10px;
	}
.topic_date{
	width:90px;
	float:left;
	color:#0088CC;
	font-size:100%;
	font-family:'arial',sans-serif;
	padding-top: 1px;
	}
.topic_title{
	font-size:95%;
	margin-left:90px;
	}
.topic_detail{
	clear:both;
	color:#888888;
	font-size:80%;
	margin:2px 0px 4px 90px;
	}

.new_mark{
	display: inline;
	padding-left:5px;
	}
