@charset "utf-8";
/*===============================================

    Layout

===============================================*/

#wrap {
	overflow:hidden;
	border-top:5px solid #4472C1;
	margin-bottom:30px;
}

#main {
	width:960px;
}

#sidebar {
	width:213px;
	float:right;
}


/*===============================================

    Parts

===============================================*/


/*    Header
===============================================*/

/* メニュースキップ表示位置 */

#header #skip_link {
	position:absolute;
	top:85px;
	right:0px;
}


/* 文字サイズ・検索ボックス表示位置 */

.toolbox {
	margin:20px 0 20px;
	float:right;
}

/*    Bread Crumb
===============================================*/

#crumb {
	padding:10px 20px;
	color:#777;
	font-size:77%;
}
#crumb a {
	color:#777;
	text-decoration:none;
}
#crumb a:hover {
	text-decoration:underline;
}


#sidebar .side_menu {
	border:1px solid #bdbdbd;
	border-bottom:none;
	margin-bottom:30px;

  position: fixed;
}
#sidebar .side_menu li {
	border-bottom:1px solid #bdbdbd;
}
#sidebar .side_menu li a {
	text-decoration:none;
	color:#555;
	line-height:1.25;
	display:block;
	padding:13px 10px 13px 33px;
	background:#f0f6ec url(../img/common/side_menu_mark.png) 13px 50% no-repeat;
}
#sidebar .side_menu li a:hover,
#sidebar .side_menu li.current a {
	background-color:#c3e2a2;
}

/*    Contents Default Style
===============================================*/

/*    Headline
-----------------------------*/
#main h1 {
	font-size:146.5%;
	color:#4472c3;
	border-left:5px solid #4472c3;
	padding:2px 20px 2px 5px;
	margin-left:14px;
	margin-bottom:20px;
}

#main h2 {
	font-size:131%;
	color:#4472c3;
	background-color:#F5FAFD;
	border:1px solid #b4c5df;
	border-radius:5px;
	padding:8px 13px;
	margin:15px 10px;
}

#main h3 {
}

#main h4 {
}

#main h5 {
}

#main h6 {
}

/*    Other Text
-----------------------------*/
#main p {
	line-height:1.5;
	margin-bottom:1em;
}

.text {
	margin-left:15px;
	margin-right:15px;
}

#main strong {
}

#main ul {
}

#main ul li {
}

#main ol {
}

#main ol li {
}

#main dl {
}

#main dl dt {
}

#main dl dd {
}


/*===============================================

    Other

===============================================*/
.line_b {
	border-bottom:1px dotted #999;
}

.dotBorder{
		border-bottom:1px dotted #999;
		clear:both;
}


/*    
===============================================*/


/*    
-----------------------------*/
