@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style
{
    border-color: #2cabe2;
}

.hpb-parts-hl-style
{
    border-color: #2cabe2;
}

.hpb-parts-cbox-style
{
    border-color: #2cabe2;
}

.hpb-parts-hr-style
{
    border-color: #2cabe2;
}

.hpb-parts-pbox-style
{
    background-color: #f4f4f4;
    border-color: #dddddd;
}
.hpb-parts-pbox-style h4
{
    padding: 0px !important;
}
.hpb-parts-pbox-style img
{
    background-color: #f4f4f4;
}

.hpb-parts-blist-style
{
    background-color: #f3f3f3;
    border-color: #56bfed;
}
a.hpb-parts-blist-style:link
{
    color: #666666;
}
a.hpb-parts-blist-style:visited
{
    color: #666666;
}
a.hpb-parts-blist-style:hover
{
    color: #56bfed;
}
a.hpb-parts-blist-style:active
{
    color: #56bfed;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
/* coach */
#coach ul{
    margin: 0;
    padding: 0;
}

#coach ul:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#coach ul li{
	float: left;
	display: block;
	text-align: left;
	line-height: 1.4;
	padding: 10px 15px 10px 25px;
	width: 283px;
	overflow: hidden;
	list-style-type: none;
	background-image: url("../img/point.png");
	background-position: 10px 165px;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
	min-height: 350px;
}

#coach ul li img{
    margin: 15px 0 15px 0px;
	height: 120px;
	border: solid 1px #999999;
}

/* result */
#result .resultList dt{
	width: 650px;
}

#result .resultList dt a{
	text-decoration:none
}

#result .archive dd a {
	margin-right: 35px;
}

/* link */
#link table td  a{
	text-decoration:none
}
	
#link table td  a:link{
    color: #666666;
    text-decoration: none;
}
#link table td  a:visited{
    color: #666666;
    text-decoration: none;
}
#link table td  a:hover{
    color: #188BBC;
    text-decoration: none;
}
#link table td  a:active{
    color: #188BBC;
    text-decoration: none;
}

#link .intro{
	text-align: left;
}


/* error */
#error {
	height: 300px;
	background-color:#FFF0FD;
}

#error p{
	text-align: center;
	color: #F00;
	font-weight: bold;
	font-size: 1.4em;
	margin-top: 125px;
}

/* toppage */
#toppage-news_box{
	position:relative;
	overflow:auto;
	height: 205px;
}

#toppage-topics_box{
	position:relative;
	overflow:auto;
	height: 160px;
}
