@charset "utf-8";

.title_grap{
	margin-left: 6px;
	float: left;
}

#flash{
	background-image: url(../top/images/flash_back.gif);
	background-repeat: no-repeat;
	height: 257px;
	width: 627px;
	padding-top: 7px;
	padding-left: 7px;
	float: right;
}

/*---------------------------------
 news
-----------------------------------*/

#news_title{
	float: right;
	background-image: url(../common/images/contents_top2.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
	height: 39px;
	width: 634px;
}

.index_s{
	margin-top: 14px;
	margin-left: 15px;
}

#news{
	float: right;
	width: 634px;
	background-image: url(../common/images/contents_body.gif);
	background-repeat: repeat-y;
}

#news ul{
	width: 605px;
	height: 200px;
	overflow:auto;
	margin: 20px 0px 15px 20px;
}

#news li{
	width: 566px;
	list-style-type: none;
	margin-bottom: 2px;
}

#news .date{
	color: #a74b00;
	font-size: 12px;
	line-height: 150%;
	float: left;
	width: 60px;
	margin-left: 3px;
}

#news .text{
	float: right;
	font-size: 12px;
	line-height: 150%;
	width: 495px;
}


/*---------------------------------
concept
-----------------------------------*/

#concept ul{
	width: 581px;
	background-image: url(../top/images/separator.gif);
	background-repeat: no-repeat;
	margin: 30px 24px;
	padding-top: 5px;
}

#concept li{
	height: 40px;
	margin-bottom: 8px;
	list-style-type: none;
	display: block;
}

#concept .c1{
	background-image: url(../top/images/concept_01.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 581px;
	text-indent:-9999px;
}
#concept .c2{
	background-image: url(../top/images/concept_02.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 432px;
	text-indent:-9999px;
}
#concept .c3{
	background-image: url(../top/images/concept_03.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 482px;
	text-indent:-9999px;
}
#concept .c4{
	background-image: url(../top/images/concept_04.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 385px;
	text-indent:-9999px;
}
#concept .c5{
	background-image: url(../top/images/concept_05.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 482px;
	text-indent:-9999px;
}
#concept .c6{
	background-image: url(../top/images/concept_06.gif);
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	width: 414px;
	text-indent:-9999px;
}

/*---------------------------------
 profile
-----------------------------------*/

#g_box{
	width: 575px;
	margin-left: 27px;
	margin-top: 20px;
}

#g_box .top{
	background-image: url(../common/images/contents2_top.gif);
	height: 11px;
	width: 575px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#g_box .bg{
	background-image: url(../common/images/contents2_body.gif);
	height: 171px;
	width: 535px;
	padding: 5px 20px 0px;
}
#g_box .bottom{
	background-image: url(../common/images/contents2_bottom.gif);
	height: 11px;
	width: 575px;
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 5px;
}

#g_box .photo{
	float: left;
	margin-top: 18px;
	margin-right: 20px;
	margin-bottom: 15px;
	clear: left;
}
#g_box .text{
	float: right;
	font-size: 12px;
	line-height: 150%;
	margin-top: 18px;
	width: 405px;
}

.contents{
	float: right;
	width: 634px;
	background-image: url(../common/images/contents_body.gif);
	background-repeat: repeat-y;
}

/*---------------------------------
 バナー欄
-----------------------------------*/

#banner_t ul {
	height: 125px;
	width: 190px;
	padding: 33px 11px 11px;
	background-image: url(images/banner_back.gif);
	background-repeat: no-repeat;
	clear: both;
}

#banner_t li {
	display: block;
	list-style-type: none;
	margin-bottom: 13px;
	width: 177px;
}
#banner_t .l_b{
  margin: 0px 5px 0px 0px;
}
.banner1 {
	padding-left: 40px;
}

/*---------------------------------
 記事背景
-----------------------------------*/

#bg01{
	height: auto;
	width: 620px;
	background-image: url(images/back_01.jpg);
	background-repeat: no-repeat;
	margin-left: 7px;
	background-position: top;
}

#bg02{
	height: auto;
	width: 622px;
	background-image: url(images/back_02.jpg);
	background-repeat: no-repeat;
	margin-left: 7px;
	padding-top: 25px;
}

