@charset "shift_jis";

/*2016年5月に少しデザイン変更した時に加えたCSSです。
　ヘッダー・サイドメニューまわりのCSSです。
　tama */


div#main {
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

img.header_map {
	margin-top: -90px;
}

h2.part {
	color: #228BF4;
	font-size: 16px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: -10px;
	font-weight: bold;
	background-image: url(../images/h2_part_back.gif);
	background-position: bottom;
	background-size: auto 100%;
	border-bottom: 2px solid #228BF4;
}

h2.part_index {
	color: #228BF4;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
	background-image: url(../images/h2_part_back.gif);
	background-position: bottom;
	background-size: auto 100%;
	border-bottom: 2px solid #228BF4;
	text-decoration: none;
}

h2.part_index a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-decoration: none;
	color: #228BF4;
}

h2.part_index a:link {
	text-decoration: none;
}

h2.part_index a:visited {
	text-decoration: none;
}

h2.part_index a:hover {
	text-decoration: none;
}

h2.part_index a:active {
	text-decoration: none;
}

h4.part{
	height: 15px;
	background-image: none;
	color: #07A663;
	font-size: 16px;
}

p.oshirase {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

ul{
	list-style-type: none;
}

li a {
	text-decoration: none;
	border-collapse: collapse;
} 

ul#menu {
	padding-left: 0.2px;
	padding-right: 0px;
	margin-top: 1px;
}

ul#menu li {
	height: 50px;
	float: left;
	border-left: 1px solid #FFFFFF;	/*メニュー間の境界線。左側に１本。*/
	background-image: url(../images/bgtop_4.gif);
	background-repeat: repeat-x;
}

ul#menu li.first {
	border-left-width: 0px;
}

ul#menu li a {
	display: block;
	height: 40px;
	width: 127.6px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	font-size: 12px;/*文字サイズ*/
	margin-left: 0px;
	margin-right: 0px;
	line-height: 1.2;
	padding-top: 10px;
	letter-spacing: 1px;
}



ul#menu li a strong {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

ul#menu a:hover {
	background-image: url(../images/bgtop_4_hover.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-top: 0px;
}

ul#menu_side {
	background-image: url(../images/10ff_side_banner.jpg);
	margin-top: 1px;
}

ul#menu_side li {
	height: 55px;	
}

ul#menu_side li a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 55px
}

ul#menu_side li.text_slim a {
	/*padding-top: 9px*/
}

ul#menu_side li.text_slim p {
	font-size: 12px;
	line-height: 18px;
	padding-top: 9.5px;
}

ul#menu_side a:hover {
	background-color: rgba(41,61,111,0.7);
}

div#3column {
	clear: both;
	display: block;
	border-top: 10px solid #FFFFFF;
}

.clearfix:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}

div.space_3column_top {
	font-size: 16px;
}

img.business_top {
	margin-left: 0px;
	margin-right: auto;
	margin-top: -20px;
	margin-bottom: 20px;
}

div.part_jamp_box {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.part_jamp {
	border: #228BF4 dotted 2px;
	border-radius: 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
}

div.part_jamp p {
	color: #228BF4;
	font-weight: bold;
	line-height: 150%;
	display: block;
	width: 290px;
	float: left;
}


div.part_jamp span {
	color: #666666;
	font-weight: normal;
}

img.go_homepase {
	margin-top: 0px;
	margin-bottom: 10px;
	float: right;
	margin-right: 10px;
}

div.jump {
	text-align: center;
	font-size: 15px;
	line-height: 1.5;
	margin-top: 50px;
}
