@charset "utf-8";

@import url("reset.css");
@import url("layout.css");

/*==================================================
	ホーム  index.html
==================================================*/

#content .index_img {
	height: 270px;
	width: 780px;
}

#index_main {
	width: 470px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	display: inline;
}

#index_main .mainBox01 {
	background: url(/img/main_img_02.jpg) no-repeat;
	height: 242px;
	margin-top: 20px;
	position: relative;
}

#index_main .mainBox01 ul {
	position: absolute;
	left: 315px;
	top: 134px;
}

#index_main .mainBox01 li { margin-bottom: 1px; }

#index_main .mainBox02 {
	height: 268px;
	background: url(/img/main_img_04_01.jpg) repeat-x;
}

#index_main .mainBox02 ul { margin-left: 14px; }

#index_main .mainBox02 li { float: left; }

#index_main .newsBox {
	height: 220px;
	width: 470px;
	background: url(/img/main_news.jpg) no-repeat;
	position: relative;
	margin-top: 32px;
}

#index_main .newsBox .btn {
	position: absolute;
	left: 365px;
	top: 34px;
}


#index_main .newsBox .news_inner {
	height: 141px;
	width: 430px;
	position: absolute;
	left: 20px;
	top: 62px;
	overflow: auto;
	font-size: 1.2em;
}

#index_main .newsBox .news_inner dt {
	float: left;
	width: 80px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

#index_main .newsBox .news_inner dd {
	padding-left: 80px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

#index_main .blogtitle {
	background: url(/img/main_title_01.jpg) no-repeat;
	height: 34px;
	width: 470px;
	font-size: 1.4em;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 27px;
	margin-top: 20px;
}

#index_main .blogBox01 {
	height: 165px;
	width: 470px;
	background: url(/img/main_blog_01.jpg) no-repeat;
	position: relative;
	margin-top: 4px;
	font-size: 1.2em;
}

#index_main .blogBox01 .btn {
	position: absolute;
	left: 365px;
	top: 34px;
}

#index_main .blogBox01 dl {
	height: 85px;
	width: 320px;
	position: absolute;
	left: 130px;
	top: 61px;
	overflow: auto;
}

#index_main .blogBox01 dt {
	float: left;
	width: 80px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

#index_main .blogBox01 dd {
	padding-left: 80px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
#news,
#news2 {	width: 320px;}

.feedDate {
	vertical-align: baseline;
	width: 80px;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 10px;
}

.feedTitle {
	font-size: 12px;
	padding-bottom: 10px;
}

#index_main .blogBox01 iframe,
#index_main .blogBox02 iframe {
	position: absolute;
	left: 130px;
	top: 61px;
}

#index_main .blogBox02 {
	height: 165px;
	width: 470px;
	background: url(/img/main_blog_02.jpg) no-repeat;
	position: relative;
	margin-top: 10px;
	font-size: 1.2em;
}

#index_main .blogBox02 .btn {
	position: absolute;
	left: 365px;
	top: 34px;
}

#index_main .blogBox02 dl {
	height: 85px;
	width: 320px;
	position: absolute;
	left: 130px;
	top: 61px;
	overflow: auto;
}

#index_main .blogBox02 dt {
	float: left;
	width: 80px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

#index_main .blogBox02 dd {
	padding-left: 80px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

#index_side {
	display: inline;
	width: 260px;
	margin-right: 10px;
	float: right;
}

#index_side .voiceBox {
	height: 821px;
	width: 260px;
	background: url(/img/user_voice_bg.jpg) no-repeat;
	padding-top: 54px;
	position: relative;
	margin-bottom: 20px;
}

#index_side .voiceBox .voice01 {
	height: 247px;
	width: 240px;
	margin-left: 10px;
	background: #FFFFFF;
	position: relative;
	margin-bottom: 10px;
}

#index_side .voiceBox .voice01 .pic {
	position: absolute;
	left: 0px;
	top: 0px;
}

#index_side .voiceBox .voice01 .title {
	position: absolute;
	left: 60px;
	top: 0px;
}

#index_side .voiceBox .voice01 .text01 {
	width: 150px;
	position: absolute;
	left: 70px;
	top: 30px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}

#index_side .voiceBox .voice01 .text02 {
	font-size: 1.6em;
	font-weight: bold;
	width: 195px;
	position: absolute;
	left: 20px;
	top: 67px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
}

#index_side .voiceBox .voice01 .text03 {
	width: 195px;
	position: absolute;
	left: 20px;
	top: 127px;
	font-size: 1.2em;
	line-height: 1.4em;
}

#index_side .voiceBox .voice01 a {
	position: absolute;
	right: 20px;
	bottom: 15px;
	font-size: 1.2em;
	background: url(/img/user_voice_icon.gif) no-repeat right center;
	padding-right: 18px;
}

#index_side .voiceBox .voice01 a.img_link {
	right: 0;
	bottom: 0;
	position: static;
	background: none;
}

#index_side .voiceBox .btn {
	position: absolute;
	right: 10px;
	bottom: 20px;
}

#index_side .banner {
	margin-bottom: 10px;
	margin-left: 10px;
}

#content .staffVoice {
	clear: both;
	width: 740px;
	margin-left: 20px;
	padding-top: 20px;
}

#content .staffVoice .svoice_inner {
	background: url(/img/staff_voice_bg.jpg) no-repeat;
	position: relative;
	border-bottom: 5px solid #CCCCCC;
}

#content .staffVoice .svoice_inner h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	left: 259px;
	top: 25px;
}

#content .staffVoice .svoice_inner .button {
	position: absolute;
	left: 20px;
	top: 361px;
}

#content .staffVoice .svoice_inner .button li { margin-bottom: 2px; }

#content .staffVoice .svoice_inner .voiceList {
	width: 495px;
	float: right;
	margin-top: 58px;
	margin-right: 15px;
	display: inline;
}

#content .staffVoice .svoice_inner .voiceList li {
	float: left;
	height: 60px;
	width: 160px;
	margin-right: 5px;
	position: relative;
	background: #bdbcbd;
	margin-bottom: 5px;
}

#content .staffVoice .svoice_inner .voiceList a {
	background: url(/img/staff_voice_frame.jpg) no-repeat;
	height: 60px;
	width: 160px;
	display: block;
}

#content .staffVoice .svoice_inner .voiceList li a:hover { background: url(none); }

#content .staffVoice .svoice_inner .voiceList img {
	position: absolute;
	left: 5px;
	top: 5px;
}

#content .staffVoice .svoice_inner .voiceList .catch {
	position: absolute;
	left: 62px;
	top: 5px;
	font-weight: bold;
	line-height: 1.2em;
	color: #0051a3;
	width: 95px;
}

#content .staffVoice .svoice_inner .voiceList .name {
	font-size: 1.6em;
	position: absolute;
	left: 62px;
	top: 32px;
	color: #000000;
	width: 95px;
}
