@charset "utf-8";
/*===============================================

    Layout

===============================================*/
#wrap {
	overflow:hidden;
	margin-top: 20px;
	margin-bottom:30px;
}

#main {
	width:681px;
	float:left;
}

#sidebar {
	width:256px;
	float:right;
}



/*===============================================

    Parts

===============================================*/


/*    Header
===============================================*/

/* メニュースキップ表示位置 */
#skip_link {
	position:absolute;
	top:95px;
	left:698px;
}


/* 文字サイズ・検索ボックス表示位置 */
.toolbox {
	float:right;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

/*    main_visual
===============================================*/
#main_visual {
	height:400px;
}

/*===============================================

    Top

===============================================*/


/* お知らせ
===============================================*/
.topics {
	overflow: auto;
	height: 500px;
}

.topics_tit {
	background:url('../img/top/topics_tit.jpg') 0 0 no-repeat;
	line-height:39px;
	padding:0 20px;
	font-size:123.1%;
	font-weight:bold;
	color:#386dcd;
}

.topics dl {
	padding-left:20px;
	margin-bottom:30px;
	font-size:93%;
}
.topics dt {
	padding:15px 0;
	font-weight:bold;
}
.topics dd {
	padding-bottom:15px;
	border-bottom:1px dotted #999;
	line-height:1.5em;
}

/* サイドメニュー
===============================================
#sidebar .menu_title {
	background:url('../img/top/sidemenu_title.jpg') 0 0 no-repeat;
	line-height:39px;
	padding:0 20px;
	font-size:108%;
	font-weight:bold;
	color:#386dcd;
}
#sidebar .sidebar_border {
	border:1px solid #d9d9d9;
	border-top:none;
	padding-top:7px;
}*/

#sidebar .menu_title {
	background:url('../img/top/sidemenu_bg.jpg') 0 0 no-repeat;
	line-height:50px;
	color:#fff;
	font-size:108%;
	font-weight:bold;
	margin:0 7px 10px;
}
#sidebar .menu_title a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding:0 0px 0 20px;
}

#sidebar .menu_title:hover{
	opacity: 0.7; 
    filter: alpha(opacity=70); 
    -moz-opacity: 0.7;
}
#sidebar .sidebar_link_border {
	border:1px solid #d9d9d9;
	padding:15px;
	text-align:center;
	line-height:1.5em;
}

#main strong {
	color:#F00}


#form img{
	margin:8px;
}

.left{
	float:left
}

#form .formtext{
	width:260px;
	font-size:80%;
	color:#cc736e;
	line-height:130%;
}