@charset "Shift_JIS";

/****************************** common ********************************/
* {
	margin:0;
	padding:0;
	/*font-size:62.5%;*/
}

body{
	font-family: "Helvetica Neue","Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #222;
	padding:0;
	margin:0;
	background:#fff;
	width:100%;
	height:100%;
}

a{
	color:#039;
	text-decoration:underline;
}

a:visited{
	color:#939;
	text-decoration:underline;
}

a:hover{
	opacity:0.75;
	text-decoration:none;
}

img {
	margin:0;
	padding:0;
	border:0;
}

a img{
	border:0;
	outline:none;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.clear {
	clear:both;
}

.block {
	display:block;
}

.inline {
	display:inline;
}

.center {text-align:center;}

.left {
	text-align:left;
}

.right {
	text-align:right;
}



#wrappe {
	width: 887px;
	margin:0 auto;
/*	position:relative;
	padding-top:28px;*/
	padding-bottom:12px;
}

#wrappe h1 {
	margin:0px;
	padding: 0px;
	height: 152px;
	width: 887px;
}
#wrappe h1 #span1 {
	float:left;
	width:353px;
	height:51px;
	padding-top:40px;
	padding-left:29px;
	display:block;

}
#wrappe h1 #span2 {
	float:right;
	width:149px;
	height:152px;
	padding-top:10px;
	padding-right:9px;
	display:block;
}

/****************************** contents ********************************/
#wrappe #container {
	text-align: left;
	padding:14px 0 28px;
}


#wrappe #container #contents {
	margin: 0px;
	padding: 0px;
	padding-top:14px;
	width:667px;
	float: left;
	line-height: 1.7;
}

/****************************** main ********************************/
#wrappe #container #contents #main {
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: 447px;
}

#wrappe #container #contents #main h3 {
	margin: 0px;
	margin-bottom: 28px;
}

#wrappe #container #contents #main dl {
	margin-bottom: 28px;
	padding-left:15px;
	padding-right:15px;

}
#wrappe #container #contents #main dt {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#wrappe #container #contents #main dt span {
	color:#FF0000;

}

#wrappe #container #contents #main dd {
	text-indent: 1.0em;
}

#wrappe #container #contents #main .mab10 {
	margin-bottom: 1.0em;
}

/****************************** sub ********************************/

#wrappe #container #contents #sub {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}

#wrappe #container #contents #sub ul {
	list-style:none;
}
#wrappe #container #contents #sub .left_menu ul {
	margin: 0px;
	padding: 0px;
	padding-top:14px;
	list-style:none;
}

#wrappe #container #contents #sub .left_menu li {
	margin:0;
	line-height:1.7;
	padding:0 0 0 10px;
}

#wrappe #container #contents #sub .left_menu span {
	padding:0 0 0 35px;
}

#wrappe #container #contents #sub .left_menu .li_last {
	margin:0;
	line-height:1.7;
	padding:0 0 0 10px;
}

#wrappe #container #contents #sub .left_menu .after {
	width: 200px;
	margin: 0px 0px 14px;
	padding: 0px 0px 12px;
}
#wrappe #container #contents #sub #menu1 {
	margin: 0px 0px 14px;
	padding: 0px;
	line-height:49px;
	height: 49px;
}


#wrappe #container #contents #sub #menu2 {
	margin: 0px 0px 14px;
	padding: 0px 0px 0px 15px;
	line-height:49px;
	height: 49px;
}
/****************************** ex ********************************/
#wrappe #container #ex {
	margin: 0px;
	padding: 0px;
	padding-top:14px;
	width:220px;
	float: right;
}

#wrappe #container #ex .ex_menu ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
	padding-top:12px;
}

#wrappe #container #ex .ex_menu li {
	margin:0;
	line-height:2.0;
	padding:0 0 0 7px;
}


#wrappe #container #ex .ex_menu .li_last_ex {
	margin:0;
	line-height:2.0;
	padding:0 0 0 7px;
}

#wrappe #container #ex .ex_menu .after_ex {
	margin: 0px 0px 14px;
	padding: 0px 0px 10px;
}
#wrappe #container #ex h4 {
	margin-bottom: 14px;
}





/****************************** other ********************************/
#wrappe #header {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom:10px;
  	}

#wrappe #header table td{
	text-align:left;
}

#wrappe #header ul {
	list-style:none;
}
#wrappe #header ul li {
	text-align:left;
	font-size:12px;
}

/* リンクに下線を表示しない */
#wrappe #header ul li a {
text-decoration-color: #ffffff;	
}


#wrappe #grovalnavi {
}

#wrappe #grovalnavi table{
	width: 887px;
	border-collapse: collapse;
}

/* グローバルナビのホバー時は色を変える */
#wrappe #grovalnavi table :hover {
 background: #ffffff;
}

#wrappe #grovalnavi table td{
	background-color: #e8f1f8;
	border: solid #91acd3 1px;
	border-width: thin;
	border-color: #808080;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}

/* 未訪問時も訪問時も文字色を統一 */
#wrappe #grovalnavi a,
#wrappe #grovalnavi a:link,
#wrappe #grovalnavi a:visited{
color: #000000;
}

/* グローバルナビのリンク下線を消す（同色の薄い水色を設定） */
#wrappe #grovalnavi table td a {
	text-decoration-color: #e8f1f8;
}

/* リンク付き画像 */
.linkimg :hover img{
	opacity:0.75;	
}

/* リンク付き画像 特に目立たせたいもの*/
.linkup :hover img{
	box-shadow: 0 5px 10px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-3px);
}

/* スライド画像エリア */
#slide { margin-bottom: 14px; }

.acro {
	text-decoration: none;
	background-image: url(../../images/getacro.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 88px;
	display: block;
	text-indent: -9999px;
	margin-left:auto;
	margin-right:auto;
	outline:none;
}
/****************************** footer ********************************/
#wrappe #footer {
	background-image: url(../images/bar.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 887px;
	padding:0px;
	background-position: center top;
}
#wrappe #footer #f_left {
	margin: 0px;
	float: left;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#wrappe #footer #f_left p {
	text-align:left;
	font-size:12px;

}
#wrappe #footer #f_right {
	float: right;
	margin: 0px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 36px;
	background-image: url(../images/fk_logo.gif);
	background-repeat: no-repeat;
	background-position: left 35px;
}
#wrappe #footer #f_right h6 {
	text-align:left;
	font-size:14px;
	margin-bottom:7px;
}

#wrappe #footer #f_right address {
	text-align:left;
	font-size:12px;
	font-style:normal;
	margin-left:14px;
	margin-bottom:14px;
}

#wrappe #footer #f_right p {
	text-align:left;
	font-size:12px;
}


.new{font-size:small;color:#f00;font-weight:bold; font-style: italic; }


/*@media print {

*{zoom:99%;}
img {width:99%;}
#grovalnavi {
	visibility:hidden;

}

#wrappe #footer #f_left {
	visibility:hidden;

}

#wrappe #footer #f_right {
	margin: 0px auto;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 36px;
	background-image: url(../images/fk_logo.gif);
	background-repeat: no-repeat;
	background-position: left 35px;
}

}*/





/****************************** ChangeFontSize ********************************/
#header dl#changeFontSize {
	width: 245px;
	margin: 10px 0;
	zoom: 1;
}
#header dl#changeFontSize:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

#header dl#changeFontSize dt {
	float: left;
	margin-right: 4px;
	width: 103px;
	height: 20px;
	background: url(/common/images/base/structure_parts.png) no-repeat 0 -16px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#header dl#changeFontSize dd {
	float: left;
	width: 43px;
	border: solid #010167;
	border-width: 1px;
}

#header dl#changeFontSize dd a {
	display: block;
	height: 18px;
	background: url(/common/images/base/structure_parts.png) no-repeat 0 -36px;
	text-indent: -9999px;
	overflow: hidden;
}
#header dl#changeFontSize dd.normal     a {background-position:   0   -36px;}
#header dl#changeFontSize dd.large      a {background-position: -43px -36px;}
#header dl#changeFontSize dd.extraLarge a {background-position: -86px -36px;}
#header dl#changeFontSize dd.normal     a:hover {background-position:   0   -54px;}
#header dl#changeFontSize dd.large      a:hover {background-position: -43px -54px;}
#header dl#changeFontSize dd.extraLarge a:hover {background-position: -86px -54px;}
#header dl#changeFontSize dd.normal     a.active {background-position:   0   -54px;}
#header dl#changeFontSize dd.large      a.active {background-position: -43px -54px;}
#header dl#changeFontSize dd.extraLarge a.active {background-position: -86px -54px;}


/****************************** SearchArea ********************************/
#header p#searchArea {
	margin: 0;
	padding: 0;
	width: 263px;
	zoom: 1;
}
#header p#searchArea:after {
	content: "."; display: block; clear: both; height: 0; visibility: hidden; font-size: 0;
}

#header p#searchArea span.keywords {
	float: left;
	background: #FCC;
}

#header p#searchArea span.keywords input {
	float: left;
	width: 181px;
	height: 16px;
	padding: 2px 60px 0 20px;
	border: 1px solid #010167;
	background: #FFFFFF url(/common/images/base/header_searchArea_bg_01.png) no-repeat;
	color: #999999;
}
#header p#searchArea span.keywords input.focus,
#header p#searchArea span.keywords input.inputTrue {
	color: #000000;
}

#header p#searchArea span.submit {
	position: relative;
	float: left;
	display: block;
	margin: 1px 0 0 -59px;
	padding: 1px 0;
	width: 58px;
	background: url(/common/images/base/header_searchArea_bg_02.png) repeat-y 100% 0;
}

#header p#searchArea span.submit input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	width: 58px;
	height: 18px;
	background: url(/common/images/base/structure_parts.png) no-repeat 0 -72px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

#header p#searchArea span.submit input.hover {
	background-position: -58px -72px;
}

