@charset "utf-8";

/**
 * top_area
 */
.top_area {
	margin-bottom: 40px;
}
.top_area .main_image,
.top_area .topics_button {
	float: left;
}
.top_area .main_image {
	width: 670px;
	height: 183px;
}
.top_area .main_image img {
	width: 670px;
	height: 183px;
}
.top_area .topics_button {
	width: 210px;
	margin-left: 20px;
}
.top_area .topics_button li {
	margin-top: 4px;
}
.top_area .topics_button li:first-child {
	margin-top: 0;
}
.top_area .topics_button .item1 a {
	display: block;
	width: 210px;
	height: 58px;
	background: url(/ippan/common/pics/home/btn_top.png) 0 0 no-repeat;
	text-indent: -9999px;
}
.top_area .topics_button .item1 a:hover {
	background: url(/ippan/common/pics/home/btn_top.png) 0 -182px no-repeat;
}

.top_area .topics_button .item2 a {
	display: block;
	width: 210px;
	height: 58px;
	background: url(/ippan/common/pics/home/btn_top.png) 0 -62px no-repeat;
	text-indent: -9999px;
}
.top_area .topics_button .item2 a:hover {
	background: url(/ippan/common/pics/home/btn_top.png) 0 -244px no-repeat;
}

.top_area .topics_button .item3 a {
	display: block;
	width: 210px;
	height: 58px;
	background: url(/ippan/common/pics/home/btn_top.png) 0 -124px no-repeat;
	text-indent: -9999px;
}
.top_area .topics_button .item3 a:hover {
	background: url(/ippan/common/pics/home/btn_top.png) 0 -306px no-repeat;
}


/**
 * link_area
 */
.link_area {
	width: 210px;
	float: left;
}
.link_area .link_block {
	margin-bottom: 20px;
	border: 1px solid #b9d8ec;
}
#home .link_area .link_block dt a {
	padding: 6px 9px 6px 25px;
	display: block;
	background: #0081cc url(/ippan/common/pics/textLink_ico_03.gif) 9px 9px no-repeat;
	color: #fff;
	font-weight: bold;
}
#home .link_area .link_block dd li {
	border-top: 1px solid #fff;
}
.link_area .link_block dd li:first-child {
	border-top: none;
}
#home .link_area .link_block dd a {
	padding: 6px 9px 6px 25px;
	display: block;
	background: #f0f8fd url(/ippan/common/pics/textLink_ico_01.gif) 9px 9px no-repeat;
	color: #0081cc;
	border-top: 1px solid #d0e9f8;
}
#home .button_block li {
	margin-bottom: 8px;
}


/**
 * list_area
 */
.list_area {
	margin: 0 20px;
	float: left;
	width: 440px;
}
.list_area .tab_item {
	margin-bottom: 12px;
	border-bottom: 3px solid #6db8e7;
}
.list_area .tab_item li {
	padding: 8px 0 4px 0;
	margin-left: 7px;
	width: 142px;
	float: left;
	background: url(/ippan/common/pics/home/tab_01.png);
	text-align: center;
	font-weight: bold;
	color: #666;
	cursor: pointer;
}
.list_area .tab_item li:first-child {
	margin-left: 0;
}
.list_area .tab_item li:hover {
	background: url(/ippan/common/pics/home/tab_01_on.png);
}
.list_area .tab_item li.active {
	background: url(/ippan/common/pics/home/tab_01_on.png);
}
#home .list_area .tab_item li a {
	color: #666;
}
#home .list_area .tab_item li a:hover {
	text-decoration: none;
}
.tab_contents {
	display: none;
}
.tab_contents.active {
	display: block;
}
.tab_contents .link_item {
	margin-bottom: 12px;
	float: right;
}
.tab_contents .link_item li {
	margin-right: 10px;
	float: left;
}
.tab_contents table {
	width: 440px;
}
.tab_contents a.btn_jitsumu{
	width:160px;
	height:28px;
	text-indent:-9999px;
	display:block;
	background:url("/ippan/common/pics/btn_jitsumu.jpg") left top no-repeat;
	overflow:hidden;
	margin-top:-4px;
}

.tab_contents a.btn_jitsumu:hover{
	width:160px;
	height:28px;
	text-indent:-9999px;
	display:block;
	background:url("/ippan/common/pics/btn_jitsumu_on.jpg") left top no-repeat;
	overflow:hidden;
	_margin-top: 0px;
}

/**
 * button_area
 */
.button_area {
	float: left;
}
.button_area .button_list li {
	margin-bottom: 2px;
}
.button_area .special_area {
	margin-bottom: 14px;
}

.contact_block {
	margin-top: 14px;
	width: 210px;
}
.contact_block dt {
	padding: 6px 10px;
	background: #666;
	color: #fff;
	font-weight: bold;
}
.contact_block dd {
	border: 1px solid #ccc;
	border-bottom: none;
}
.contact_block dd a {
	padding: 6px 10px;
	display: block;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}

/**
 * clearfix
 */
.top_area:after,
#main:after,
.list_area .tab_item:after,
.tab_contents .link_item:after {
	content:"";
	display:table;
	clear:both;
}
.top_area,
#main,
.list_area .tab_item,
.tab_contents .link_item {
	zoom:1;
}

/**
 * pane
 */
#main{
    margin-bottom: none;
    width: 100%;
}

.postType{
	display:block;
	text-indent:-9999px;
}

.date{
	width:100px !important;
}

a.forward {
	background: url("/ippan/common/pics/home/marker-forward.png") no-repeat scroll left 0.4em transparent;
	padding: 0 0 0 10px;
	text-decoration: none;
}

a.forward:hover {
    background: url("/ippan/common/pics/home/marker-forward.png") no-repeat scroll left 0.4em transparent;
    padding: 0 0 0 10px;
    text-decoration: underline;
}

/**
 * footer
 */

#footer-container{
	clear:both !important;
}