/*body*/
body {
	background-image: url(../img/top/top_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*slide*/
#slide {
	padding-top: 41px;
	padding-bottom: 30px;
}

/*top_link*/
#top_link_out {
	background-image: url(../img/top/top_link_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px;
	margin-bottom: 40px;
}
#top_link {
	background-image: url(../img/top/top_link_in.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: hidden;
	padding: 0 31px;
}
.top_link_box {
	float: left;
	width: 280px;
	padding-right: 28px;
}
.top_link_box_end {
	float: left;
	width: 280px;
}
.top_link_box_text {
	padding-top: 17px;
}
.top_link_box_btn {
	padding-top: 13px;
	text-align: right;
	background-image: url(../img/top/top_link_box_btn_ic.jpg);
	background-repeat: no-repeat;
	background-position: 198px 19px;
}

/*content*/
h2 {
	padding-bottom: 25px;
}
h2.underline{
	padding-bottom:7px;
	margin-bottom:18px;
	border-bottom:4px solid #eee;
}

#greeting {
	padding-bottom: 40px;
}
#news_in {
	padding-right: 20px;
	min-height: 100px;
	max-height: 370px;
	margin-bottom: 40px;
	overflow: auto;
}

/*news*/
#news {
	position:relative;
}
#news #news_link {
	position: absolute;
	left: 872px;
	top: 8px;
	background-image: url(../img/base/header_ic.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
#news a:link {
	color: #0066A0;
	text-decoration: underline;
	font-weight: bold;
}
#news a:visited {
	color: #0066A0;
	text-decoration: underline;
}
#news a:hover {
	color: #004471;
	opacity:0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	text-decoration: none;
}
#news a:active {
	color: #0066A0;
	text-decoration: underline;
}

/*タイトルテキスト化*/
p.top_link_box_title01{
	background: url(../img/top/top_link_box_icon01.jpg) no-repeat center left;
	padding:10px 0 10px 40px;
	font-size:16px;
}
p.top_link_box_title02{
	background: url(../img/top/top_link_box_icon02.jpg) no-repeat center left;
	padding:10px 0 10px 40px;
	font-size:16px;
}
p.top_link_box_title03{
	background: url(../img/top/top_link_box_icon03.jpg) no-repeat center left;
	padding:10px 0 10px 40px;
	font-size:16px;
}