*{
	padding : 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}





/* スマホ
------------------------------ */
@media screen and (max-width:800px) {
    
    
#gsh_f {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 34px;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 30px;
}

#gsh_fb {
    background-color: #F1F1F1;
    color: #000000;
    margin-left: 10px;
    margin-right: 200px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 32px;
}

#gsh_fc {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 32px;
    line-height: 1.5em;
    color: #242424;
}

    
    .gsh_e {
    background-color: #006AF2;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 24px;
    margin-left: 20px;
    line-height: normal;
    text-align: center;
}



#gsh_d a {
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    font-size: 36px;
    line-height: normal;
    text-align: center;
    color: #000000;
    text-decoration: none;
    border: 1px solid #777777;
    border-radius: 6px;
    background-image: url(../../img_marks/snd-002blue.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#gsh_d a:hover {
    background-color: #E7E7E7;
}



	#tufs_db {
	background-color: #CCCCCC;
	margin-right: 10px;
	text-align: left;
	margin-left: 10px;
}
#tufs_db tr td  {
	font-size: 24px;
	line-height: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
	
	#tufs_q {
	font-size: 36px;
	line-height: normal;
	background-color: #e65497;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
	
	#tufs_p {
	font-size: 28px;
	line-height: normal;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
	
		#l_menu {
	display: none;
}
#kkn_d {
	font-size: 32px;
	line-height: 50px;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-left: 20px;
	width: 200px;
	height: 45px;
	color: #0073F7;
	border-radius: 20px;
}
	
	.sticky {
  
  position: -webkit-sticky; /* Safariに対応する */
  position: sticky; /* 要素を固定/解除する */
  top: 180px; /* 縦方向の閾値 */
  left: 0; /* 横方向の閾値 */
}


#nav-drawer {
	position: relative;
	width: 800px;
	height: 80px;
	background-color: #D9D9D9;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 800px;
	height: 80px;
	vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  
}
#nav-open span:before {
  
}
#nav-open span:after {
  
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 178px;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 178px;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 500px;/*最大幅（調整してください）*/
  height: 80%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

	
	#hdinfo_a {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 180px;
}
	
	#kkn_c {
	
}
	
	
	
	#kkn_b {
	
}
	
	#kkn_a {
	display: none;
}
	
	#page_top{
	width: 100px;
	height: 100px;
	right: 0;
	bottom: -100px;
	background-color: #9D9D9D;
	opacity: 0.8;
	border-radius: 50%;
	margin-right: 30px;
	position: fixed;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  text-decoration: none;
}
#page_top a::before{
	font-family: FontAwesome;
	content: '\f102';
	font-size: 50px;
	color: #fff;
	width: 50px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	position: absolute;
}
#tufs_o {
}
#tufs_o ul {
	margin-left: 15px;
	padding-top: 0px;
	margin-top: -15px;
}
#tufs_o ul li {
	float: left;
	width: 380px;
	margin-right: 10px;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	font-size: 34px;
	line-height: normal;
	margin-top: -15px;
	margin-bottom: 20px;
}
#tufs_o ul li a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #e65497;
	background-color: #EFEFEF;
}
#tufs_o ul li a:hover  {
	background-color: #DCDCDC;
}
#tufs_m {
	margin-bottom: 60px;
}
#tufs_m ul {
	margin-left: 20px;
	margin-bottom: 60px;
}
#tufs_m ul li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-right: 10px;
	font-size: 32px;
	text-align: center;
	width: 245px;
	height: 120px;
	line-height: 120px;
	background-color: #EFEFEF;
}
#tufs_m ul li a {
	display: block;
	color: #EB2F8C;
}
#tufs_m ul li a:hover  {
	background-color: #DEDEDE;
}
#tufs_k {
	background-color: #E3E3E3;
	width: 700px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 32px;
	padding-right: 10px;
}
#tufs_j {
	background-color: #EE7FB2;
	color: #FFFFFF;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 40px;
	line-height: normal;
}
#tufs_i {
	margin-right: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 50px;
	background-color: #FAFAFA;
	color: #000000;
	font-size: 32px;
	line-height: normal;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
}
#tufs_i p {
	margin-bottom: 32px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.5em;
}
#tufs_g {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
	margin-right: 10px;
}
#tufs_n a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 40px;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #e65497;
	margin-right: 10px;
	margin-bottom: 50px;
}
#tufs_n a:hover  {
	background-color: #F496C1;
}
#tufs_h {
	margin-bottom: 40px;
	margin-right: 10px;
	float: right;
}
#tufs_g a {
	display: block;
	text-decoration: none;
	font-size: 40px;
	line-height: normal;
	background-color: #e65497;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-right: 10px;
}
#tufs_h a {
	display: block;
	text-decoration: none;
	font-size: 32px;
	line-height: normal;
	background-color: #F3B3D0;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	float: right;
	margin-top: -20px;
	width: 500px;
}
#tufs_g a:hover {
	background-color: #F292BE;
}
#tufs_h a:hover {
	background-color: #F292BE;
}
#tufs_f {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 34px;
	border-bottom: 2px solid #D975A9;
	margin-top: 10px;
	line-height: normal;
}
#tufs_e a {
	display: block;
	color: #0061EB;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 400px;
	width: 200px;
	background-color: #F3F3F3;
}
#tufs_e a:hover  {
	background-color: #E3E3E3;
}
#tufs_d {
	background-color: #CCCCCC;
	margin-right: 10px;
	text-align: left;
	margin-left: 10px;
}
#tufs_d th  {
	font-size: 28px;
	line-height: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
}
#tufs_d tr td  {
	font-size: 28px;
	line-height: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#tufs_c {
	text-align: center;
	font-size: 36px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal;
	background-color: #F0F0F0;
	color: #CF3179;
	margin-bottom: 20px;
}
.panb_800 {
	font-size: 28px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	line-height: 1.5em;
}
.panb_800 a {
	color: #005CED;
	text-decoration: none;
}
.panb_800 a:hover  {
	color: #FF7300;
	text-decoration: none;
}
#tufs_b {
	float: left;
	background-color: #F0F0F0;
	color: #e65497;
	margin-left: 20px;
	font-size: 32px;
	text-align: center;
	width: 240px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#tkgwk h2 {
	font-weight: normal;
	font-size: 36px;
	line-height: normal;
	background-color: #e65497;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	padding-top: 9px;
	padding-left: 30px;
}
#tkgwk h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#tkgwk p a {
	color: #005AF7;
	text-decoration: none;
}
#tkgwk p a:hover {
	opacity: 0.6;
}
#tkgwk ul {
	margin-left: 20px;
}
#tkgwk ul li {
	background-color: #F0F0F0;
	border-radius: 5px;
	list-style-image: none;
	list-style-type: none;
	color: #e65497;
	text-align: center;
	width: 240px;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.5em;
	font-size: 34px;
	float: left;
	margin-right: 10px;
	height: 100px;
	margin-bottom: 20px;
}
.pan_800 {
	text-align: left;
	font-size: 14px;
	line-height: normal;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.pan_800 a {
	text-decoration: none;
	color: #0F6FDE;
}
.pan_800 a:hover {
	color: #FF8D00;
}
#tkgwk {
	margin-bottom: 60px;
	margin-top: 20px;
	font-size: 32px;
	line-height: 1.8em;
	margin-left: 20px;
	margin-right: 20px;
}
#tkgwk p {
	font-size: 32px;
	margin-bottom: 32px;
	line-height: 1.8em;
}
#tkgwk h1  {
	background-color: #e65497;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 40px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	line-height: normal;
	text-align: center;
	margin-left: -20px;
	margin-right: -20px;
}
.setti {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

body{
	text-align: center;
	background-color: #ededed;
	background-repeat: repeat;
	background-position: center top;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: normal;
}

li a:link{
  text-decoration:none;

}

li a:visited{
  text-decoration:none;

}

li a:hover{
  text-decoration:none;

}


p{
	line-height: 150%;
}

ul{
	font-weight: normal;
}

dt{

}

dd{

}


td{

}


/* wraper */
#wraper{
	background-color: #f7f7f7;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}


/* header */

#header{
  margin:0px;
  width:800px;
  text-align:left;
}

#l_head{
  text-align:left;
  float:left;
  width:210px;
}
#c_head{
  text-align:right;
  float:left;
  width:300px;
  vartical-align:middle;
}
#r_head{
	padding:0px 2px;
  text-align:left;
  float:left;
  width:125px;
}
#r_head2{
	padding:0px 2px;
  text-align:right;
  float:left;
  width:125px;
}


#header2{
	width:800px;
  text-align:left;

}


/* container */
#container{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	clear: both;
	background-color: #FFFFFF;
}

/* l_menu */

#l_menu {
	text-align: left;
	float: left;
	width: 190px;
}

#l_menu ul {
	list-style: none;
	margin-left: 5px;
}


#l_menu li {
	width: 180px;
	display: block;
	margin-bottom: 7px;
	margin-top: 7px;
}

#l_menu li a {
	width: 180px;
	display: block;
	color: #2F2F2F;
}
#l_menu li a:hover {
	color: #FF9100;
}

#l_menu li li {
	margin-left: 10px;
	
}

#l_menu li li a {
	color: #2F2F2F;
}
#l_menu li li a:hover {
	color: #FF9100;
}


/* l_menu2 */

#l_menu2 ul{
	margin:4px 0px;
	padding :0px;
	list-style-type:none;
}

#l_menu2 li{
	margin:0px;
	background : url(../../img/arrow-g2.gif) left center no-repeat;
	padding : 2px 2px 2px 26px;
	vertical-align:top;
}


/* middle */

#middle{
	text-align: left;
	float: right;
	width: 800px;
}


/* navigation */
#navigation{
	width:800px;
  float:left;
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:22px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	background:url(../../img/head_bg_ab03.jpg) repeat-x top left;
}

#navigation ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:22px;
	overflow:hidden;
}

#navigation li{
	float:left;
	width:88px;
	margin:0px;
	padding:0px;
}
#navigation a{
	display:block;
	width:100%;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

#navigation a:hover{
	background-color:#336600;
}


/* navigation2 */
#navigation2{
	width:800px;
  float:left;
	margin:0px;
	padding:0px;
	font-size:small;
	line-height:22px;
	font-family:ＭＳ Ｐゴシック;
	background:url(../../img/head_bg_ab03.jpg) repeat-x bottom left;
}

#navigation2 ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:22px;
	overflow:hidden;
}

#navigation2 li{
	float:left;
	width:88px;
	margin:0px;
	padding:0px;
}
#navigation2 a{
	display:block;
	width:100%;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

#navigation2 a:hover{
	background-color:#336600;
}

/* regist */

#regist{
text-align:right;
float:left;
width:800px;
}


#rec01{
	float: left;
	width: 600px;
	text-align: center;
	padding: 18px 6px;
	font-size: large;
	color: #003399;
	height: 300px;
}

#tel{
width:600px;
text-align:center;
font-size:small;
}


#tel ul{
list-style: none;
margin:0px;
padding:0px;
}

#tel li{
float:left;
width:120px;
margin:2px;
padding:0px;
list-style: none;
}

#tel a{
	display:block;
	width:120px;
	padding:4px 0px 4px 0px;
}

/* footer */

#footer{
text-align:center;
width:800px;
clear:both;
}

#footer ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:20px;
	overflow:hidden;
}

#footer li{
	float:left;
	width:112px;
	margin:1px 0px;
	padding:0px;
}


#footer a{
	display:block;
	width:100%;
	color:#333333;
	text-decoration:none;
	text-align:center;
}

#footer a:hover{
	background-color:#006600;
}
#s1{
  font-size : 10px;
  color:#666666;
  text-align:right;
  margin:0px 0px;
  padding:0px 0px;
  border:0px;
  background-color:#ffffff;
}


.sample_02{
	color: #333333;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	line-height: 110%;
	margin-bottom: 5px;
}
.sample_02 th{
	
	text-align: left;
	vertical-align: top;
	color: #333333;
	background-color: #dcdcdc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}
.sample_02 td{
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
}

.sample_03{
	border-collapse: separate;
	border-spacing: 0px;
	line-height: 180%;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333333;
}
.sample_03 th{
	
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}
.sample_03 td{
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 20px;
}
.sample_04{
	margin-left: 10px;
	margin-bottom: 20px;
}
.sample_05{
	margin-left: 10px;
	margin-top: 5px;
	width: 355px;
	margin-bottom: 10px;
}
.sample_05 td{
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(../img/20140806003.jpg);
	background-repeat: no-repeat;
	width: 330px;
	font-size: 12px;
	text-align: left;
	height: 25px;
	line-height: 100%;
	color: #333333;
}
.sample_05 a:link{
  text-decoration:none;
  color:#333333;
}

.sample_05 a:visited{
  text-decoration:none;
  color:#333333;
}

.sample_05 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.sample_06{
	color: #333333;
	margin-left: 30px;
	margin-bottom: 20px;
	bottom: 0px;
}
.sample_07{
	color: #333333;
	margin-left: 10px;
	margin-bottom: 0px;
	background-image: url(../img/0804-003.jpg);
	width: 566px;
	height: 24px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 15px;
}
.sample_07 td{
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
}
.sample_08{
	color: #f4f9ff;
	margin-left: 10px;
	margin-bottom: 0px;
	background-image: url(../img/0804-007.jpg);
	width: 566px;
	height: 27px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 15px;
	font-size: 18px;
}
.sample_08 td{
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
}
.sample_09{
	margin-left: 45px;
	margin-bottom: 20px;
}
.sample_09 td{
	color: #333333;
	background-image: url(../img/20140806022.jpg);
	width: 141px;
	height: 55px;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.sample_10{
	margin-left: 0px;
	margin-top: 15px;
}
.sample_09 a:link{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.sample_09 a:visited{
  text-decoration:none;
  color:#333333;
}

.sample_09 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.sample_11{
}
.sample_11 td{
	padding-bottom: 2px;
	margin-left: 0px;
	padding-left: 3px;
}
.sample_12{
	height: 64px;
	width: 590px;
	background-image: url(../img/20140806034.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 6px;
}
.sample_12 td{
	padding-left: 20px;
	line-height: 120%;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	color: #333333;
}

.sample_12 a:link{
  text-decoration:none;
  color:#333333;
}

.sample_12 a:visited{
  text-decoration:none;
  color:#333333;
}

.sample_12 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.sample_13{
	margin-left: 60px;
	margin-top: 10px;
	width: 416px;
}
.sample_13 td{
	width: 416px;
	height: 40px;
	background-image: url(../img/20140806045.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
}
.sample_13 a:link{
  text-decoration:none;
  color:#0e77c0;
}

.sample_13 a:visited{
  text-decoration:none;
  color:#0e77c0;
}

.sample_13 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.sample_14{
	font-size: 12px;
}
.sample_14 a:link{
	text-decoration: none;
	color: #474747;
}

.sample_14 a:visited{
	text-decoration: none;
	color: #474747;
}

.sample_14 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.menu0817_1{
	font-size: 12px;
}
.menu0817_1 td{
}
.menu0817_1 a:link{
	text-decoration: none;
	color: #474747;
}

.menu0817_1 a:visited{
	text-decoration: none;
	color: #474747;
}

.menu0817_1 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.sample_15{

}
.sample_15 td{
	width: 568px;
	height: 39px;
	background-image: url(../img/20140806048.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	color: #2c85d0;
}

.sample_16{
	background-image: url(../img/20140806052.jpg);
	background-repeat: no-repeat;
}
.sample_16 td{
}
.sample_17{
	margin-top: 10px;
}
.sample_17 td{
	font-size: 10px;
	color: #787878;
	padding-left: 10px;
}
.sample_17 a:link{
	text-decoration: none;
	color: #787878;
}

.sample_17 a:visited{
	text-decoration: none;
	color: #787878;
}

.sample_17 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.sample_18{
	margin-bottom: 10px;
}
.sample_18 td{
	padding-left: 10px;
	line-height: 150%;
}
.sample_18 a:link{
	color: #333333;
	text-decoration: none;
}

.sample_18 a:visited{
	color: #333333;
	text-decoration: none;
}

.sample_18 a:hover{
	color: #FF6600;
	text-decoration: none;
}
.sample_18 p{
	line-height: 180%;
}
.sample_19{
	margin-bottom: 5px;
	width: 580px;
	background-image: url(../img/20150817004.jpg);
	height: 30px;
	background-repeat: no-repeat;
}
.sample_19 td{
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.sample_19 a:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.sample_19 a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.sample_19 a:hover{
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
.sample_19 p{
}
.sample_20{
	margin-bottom: 20px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
.sample_20 td{
	padding-left: 20px;
	background-image: url(../img/20150817005.jpg);
	background-repeat: no-repeat;
	width: 161px;
	height: 30px;
}
.sample_20 a:link{

	font-weight: bold;
	text-decoration: none;
	display: block;
}

.sample_20 a:visited{

	font-weight: bold;
	text-decoration: none;
}

.sample_20 a:hover{

	font-weight: bold;
	text-decoration: none;
}
.sample_20 p{
}
.sample_21{
	margin-bottom: 20px;
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 600px;
	height: 109px;
	background-image: url(../img/20150817007.jpg);
}
.sample_21 td{
	padding-left: 20px;
	background-repeat: no-repeat;
	width: 161px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.sample_21 a:link{

	font-weight: bold;
	text-decoration: none;
	display: block;
}

.sample_21 a:visited{

	font-weight: bold;
	text-decoration: none;
}

.sample_21 a:hover{

	font-weight: bold;
	text-decoration: none;
}
.sample_21 p{
}
.sample_002{
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: 15px;
}
.sample_002 th{
padding: 4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_002 td{
padding: 4px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_002b td{
padding: 4px;
background-color: #333333;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_20b{
	margin-bottom: 20px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 20px;
}
.sample_20b td{
	padding-left: 20px;
	background-image: url(../img/20150817005.jpg);
	background-repeat: no-repeat;
	width: 161px;
	height: 30px;
}
.sample_20b a:link{
	text-decoration: none;
	display: block;
	color: #333333;
}

.sample_20b a:visited{
	text-decoration: none;
	color: #333333;
}

.sample_20b a:hover{
	text-decoration: none;
	color: #FF9900;
}
.sample_20b p{
}
.sample_003{
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.sample_003 th{
padding: 4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_003 td{
	padding: 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}
.sample_22{
	width: 350px;
	height: 180px;
	border-color: #000000;
	border-spacing: 0px 0px;
	border-width: 5px;
	border-top-left-radius: 0px;
}
.sample_22 td{
}
.sample_22 a:link{

}
.sample_19c{
	margin-bottom: 15px;
	width: 580px;
	margin-left: 10px;
}
.sample_19c td{
	}
.sample_19c a:link{
	}

.sample_19c a:visited{
	}
#sample_120{
	height: 64px;
	width: 590px;
	background-image: url(../img/20140806034.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 6px;
	font-size: 20px;
	padding-left: 20px;
	font-weight: bold;
}
#sample_120 td{
	padding-left: 20px;
	line-height: 120%;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	color: #414141;
}

#sample_120 a:link{
  text-decoration:none;
  color:#414141;
}

#sample_120 a:visited{
  text-decoration:none;
  color:#414141;
}

#sample_120 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.alpha a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
	
}






/* PC
------------------------------ */
@media screen and (min-width:801px) {
	
	#page_top{
	width: 50px;
	height: 50px;
	right: 0;
	bottom: -100px;
	background-color: #9D9D9D;
	opacity: 0.8;
	border-radius: 50%;
	margin-right: 30px;
	position: fixed;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
	font-family: FontAwesome;
	content: '\f102';
	font-size: 25px;
	color: #fff;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	position: absolute;
}
	
#tufs_o {
}
#tufs_o ul {
	margin-left: 10px;
	padding-top: 0px;
	margin-top: -15px;
}
#tufs_o ul li {
	float: left;
	width: 280px;
	margin-right: 10px;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	font-size: 24px;
	line-height: normal;
	margin-top: -15px;
	margin-bottom: 20px;
}
#tufs_o ul li a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #e65497;
	background-color: #EFEFEF;
}
#tufs_o ul li a:hover  {
	background-color: #DCDCDC;
}
#tufs_m {
	margin-bottom: 30px;
}
#tufs_m ul {
	margin-left: 10px;
	margin-bottom: 30px;
}
#tufs_m ul li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-right: 10px;
	font-size: 18px;
	text-align: center;
	width: 180px;
	height: 60px;
	line-height: 60px;
	background-color: #EFEFEF;
}
#tufs_m ul li a {
	display: block;
	color: #EB2F8C;
}
#tufs_m ul li a:hover  {
	background-color: #DEDEDE;
}
#tufs_k {
	background-color: #E3E3E3;
	width: 400px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#tufs_j {
	background-color: #EE7FB2;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px;
	line-height: normal;
	margin-right: 10px;
}
#tufs_i {
	margin-right: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 50px;
	background-color: #FAFAFA;
	color: #000000;
	font-size: 18px;
	line-height: normal;
	text-align: left;
}
#tufs_i p {
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
#tufs_g {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
	margin-right: 10px;
}
#tufs_n a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #e65497;
	margin-right: 10px;
	margin-bottom: 50px;
}
#tufs_n a:hover  {
	background-color: #F496C1;
}
#tufs_h {
	margin-bottom: 40px;
	margin-right: 10px;
	float: right;
	width: 300px;
}
#tufs_g a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	line-height: normal;
	background-color: #e65497;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 400px;
	text-align: center;
}
#tufs_h a {
	display: block;
	text-decoration: none;
	font-size: 18px;
	line-height: normal;
	background-color: #F3B3D0;
	color: #000000;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 300px;
	text-align: center;
	float: right;
	margin-top: -20px;
}
#tufs_g a:hover {
	background-color: #F292BE;
}
#tufs_h a:hover {
	background-color: #F292BE;
}
#tufs_f {
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 18px;
	border-bottom: 2px solid #D975A9;
	margin-top: 10px;
	line-height: normal;
	margin-bottom: 10px;
}
#tufs_e a {
	display: block;
	color: #0061EB;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	line-height: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 400px;
	width: 200px;
	background-color: #F3F3F3;
}
#tufs_e a:hover  {
	background-color: #E3E3E3;
}
#tufs_d {
	background-color: #CCCCCC;
	margin-right: 10px;
	text-align: left;
}

#tufs_d th  {
	font-size: 16px;
	line-height: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
}
#tufs_d tr td  {
	font-size: 16px;
	line-height: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#tufs_db {
	background-color: #CCCCCC;
	margin-right: 10px;
	text-align: left;
}
#tufs_db tr td  {
	font-size: 16px;
	line-height: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#tufs_c {
	margin-right: 10px;
	text-align: center;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal;
	background-color: #F0F0F0;
	color: #CF3179;
	margin-bottom: 15px;
}
.panb_800 {
	font-size: 14px;
	line-height: normal;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.panb_800 a {
	color: #005CED;
	text-decoration: none;
}
.panb_800 a:hover  {
	color: #FF7300;
	text-decoration: none;
}
#tufs_b {
	float: left;
	background-color: #F0F0F0;
	color: #e65497;
	margin-left: 10px;
	font-size: 20px;
	text-align: center;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tkgwk h2 {
	font-weight: normal;
	font-size: 24px;
	line-height: normal;
	background-color: #e65497;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 9px;
	padding-left: 10px;
}
#tkgwk h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#tkgwk p a {
	color: #005AF7;
	text-decoration: none;
}
#tkgwk p a:hover {
	opacity: 0.6;
}
#tkgwk ul {
	margin-left: 10px;
}
#tkgwk ul li {
	background-color: #F0F0F0;
	border-radius: 5px;
	list-style-image: none;
	list-style-type: none;
	color: #e65497;
	text-align: center;
	width: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal;
	font-size: 20px;
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}
.pan_800 {
	text-align: left;
	font-size: 14px;
	line-height: normal;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.pan_800 a {
	text-decoration: none;
	color: #0F6FDE;
}
.pan_800 a:hover {
	color: #FF8D00;
}
#tkgwk {
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: normal;
}
#tkgwk p {
	font-size: 16px;
	line-height: normal;
	margin-left: 10px;
	margin-bottom: 16px;
}
#tkgwk h1  {
	background-color: #e65497;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 22px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: normal;
	text-align: center;
	padding-bottom: 5px;
}
.setti {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}

body{
	text-align: center;
	background-color: #ededed;
	background-repeat: repeat;
	background-position: center top;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: normal;
}

li a:link{
  text-decoration:none;

}

li a:visited{
  text-decoration:none;

}

li a:hover{
  text-decoration:none;

}


p{
	line-height: 150%;
}

ul{
	font-weight: normal;
}

dt{

}

dd{

}


td{

}


/* wraper */
#wraper{
	background-color: #f7f7f7;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}


/* header */

#header{
  margin:0px;
  width:800px;
  text-align:left;
}

#l_head{
  text-align:left;
  float:left;
  width:210px;
}
#c_head{
  text-align:right;
  float:left;
  width:300px;
  vartical-align:middle;
}
#r_head{
	padding:0px 2px;
  text-align:left;
  float:left;
  width:125px;
}
#r_head2{
	padding:0px 2px;
  text-align:right;
  float:left;
  width:125px;
}


#header2{
	width:800px;
  text-align:left;

}


/* container */
#container{
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	clear: both;
	background-color: #FFFFFF;
}

/* l_menu */

#l_menu {
	text-align: left;
	float: left;
	width: 190px;
}

#l_menu ul {
	list-style: none;
	margin-left: 5px;
}


#l_menu li {
	width: 180px;
	display: block;
	margin-bottom: 7px;
	margin-top: 7px;
}

#l_menu li a {
	width: 180px;
	display: block;
	color: #2F2F2F;
}
#l_menu li a:hover {
	color: #FF9100;
}

#l_menu li li {
	margin-left: 10px;
	
}

#l_menu li li a {
	color: #2F2F2F;
}
#l_menu li li a:hover {
	color: #FF9100;
}


/* l_menu2 */

#l_menu2 ul{
	margin:4px 0px;
	padding :0px;
	list-style-type:none;
}

#l_menu2 li{
	margin:0px;
	background : url(../../img/arrow-g2.gif) left center no-repeat;
	padding : 2px 2px 2px 26px;
	vertical-align:top;
}


/* middle */

#middle{
	text-align: left;
	float: right;
	width: 600px;
}


/* navigation */
#navigation{
	width:800px;
  float:left;
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:22px;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	background:url(../../img/head_bg_ab03.jpg) repeat-x top left;
}

#navigation ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:22px;
	overflow:hidden;
}

#navigation li{
	float:left;
	width:88px;
	margin:0px;
	padding:0px;
}
#navigation a{
	display:block;
	width:100%;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

#navigation a:hover{
	background-color:#336600;
}


/* navigation2 */
#navigation2{
	width:800px;
  float:left;
	margin:0px;
	padding:0px;
	font-size:small;
	line-height:22px;
	font-family:ＭＳ Ｐゴシック;
	background:url(../../img/head_bg_ab03.jpg) repeat-x bottom left;
}

#navigation2 ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:22px;
	overflow:hidden;
}

#navigation2 li{
	float:left;
	width:88px;
	margin:0px;
	padding:0px;
}
#navigation2 a{
	display:block;
	width:100%;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}

#navigation2 a:hover{
	background-color:#336600;
}

/* regist */

#regist{
text-align:right;
float:left;
width:800px;
}


#rec01{
	float: left;
	width: 600px;
	text-align: center;
	padding: 18px 6px;
	font-size: large;
	color: #003399;
	height: 300px;
}

#tel{
width:600px;
text-align:center;
font-size:small;
}


#tel ul{
list-style: none;
margin:0px;
padding:0px;
}

#tel li{
float:left;
width:120px;
margin:2px;
padding:0px;
list-style: none;
}

#tel a{
	display:block;
	width:120px;
	padding:4px 0px 4px 0px;
}

/* footer */

#footer{
text-align:center;
width:800px;
clear:both;
}

#footer ul{
	list-style:none;
	margin:0px;
	padding:0px;
	height:20px;
	overflow:hidden;
}

#footer li{
	float:left;
	width:112px;
	margin:1px 0px;
	padding:0px;
}


#footer a{
	display:block;
	width:100%;
	color:#333333;
	text-decoration:none;
	text-align:center;
}

#footer a:hover{
	background-color:#006600;
}
#s1{
  font-size : 10px;
  color:#666666;
  text-align:right;
  margin:0px 0px;
  padding:0px 0px;
  border:0px;
  background-color:#ffffff;
}


.sample_02{
	color: #333333;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	line-height: 110%;
	margin-bottom: 5px;
}
.sample_02 th{
	
	text-align: left;
	vertical-align: top;
	color: #333333;
	background-color: #dcdcdc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}
.sample_02 td{
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
}

.sample_03{
	border-collapse: separate;
	border-spacing: 0px;
	line-height: 180%;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #333333;
}
.sample_03 th{
	
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}
.sample_03 td{
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 20px;
}
.sample_04{
	margin-left: 10px;
	margin-bottom: 20px;
}
.sample_05{
	margin-left: 10px;
	margin-top: 5px;
	width: 355px;
	margin-bottom: 10px;
}
.sample_05 td{
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
	background-image: url(../img/20140806003.jpg);
	background-repeat: no-repeat;
	width: 330px;
	font-size: 12px;
	text-align: left;
	height: 25px;
	line-height: 100%;
	color: #333333;
}
.sample_05 a:link{
  text-decoration:none;
  color:#333333;
}

.sample_05 a:visited{
  text-decoration:none;
  color:#333333;
}

.sample_05 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.sample_06{
	color: #333333;
	margin-left: 30px;
	margin-bottom: 20px;
	bottom: 0px;
}
.sample_07{
	color: #333333;
	margin-left: 10px;
	margin-bottom: 0px;
	background-image: url(../img/0804-003.jpg);
	width: 566px;
	height: 24px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 15px;
}
.sample_07 td{
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
}
.sample_08{
	color: #f4f9ff;
	margin-left: 10px;
	margin-bottom: 0px;
	background-image: url(../img/0804-007.jpg);
	width: 566px;
	height: 27px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 15px;
	font-size: 18px;
}
.sample_08 td{
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
}
.sample_09{
	margin-left: 45px;
	margin-bottom: 20px;
}
.sample_09 td{
	color: #333333;
	background-image: url(../img/20140806022.jpg);
	width: 141px;
	height: 55px;
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.sample_10{
	margin-left: 0px;
	margin-top: 15px;
}
.sample_09 a:link{
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.sample_09 a:visited{
  text-decoration:none;
  color:#333333;
}

.sample_09 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.sample_11{
}
.sample_11 td{
	padding-bottom: 2px;
	margin-left: 0px;
	padding-left: 3px;
}
.sample_12{
	height: 64px;
	width: 590px;
	background-image: url(../img/20140806034.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 6px;
}
.sample_12 td{
	padding-left: 20px;
	line-height: 120%;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	color: #333333;
}

.sample_12 a:link{
  text-decoration:none;
  color:#333333;
}

.sample_12 a:visited{
  text-decoration:none;
  color:#333333;
}

.sample_12 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.sample_13{
	margin-left: 60px;
	margin-top: 10px;
	width: 416px;
}
.sample_13 td{
	width: 416px;
	height: 40px;
	background-image: url(../img/20140806045.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
}
.sample_13 a:link{
  text-decoration:none;
  color:#0e77c0;
}

.sample_13 a:visited{
  text-decoration:none;
  color:#0e77c0;
}

.sample_13 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.sample_14{
	font-size: 12px;
}
.sample_14 a:link{
	text-decoration: none;
	color: #474747;
}

.sample_14 a:visited{
	text-decoration: none;
	color: #474747;
}

.sample_14 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.menu0817_1{
	font-size: 12px;
}
.menu0817_1 td{
}
.menu0817_1 a:link{
	text-decoration: none;
	color: #474747;
}

.menu0817_1 a:visited{
	text-decoration: none;
	color: #474747;
}

.menu0817_1 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.sample_15{

}
.sample_15 td{
	width: 568px;
	height: 39px;
	background-image: url(../img/20140806048.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	color: #2c85d0;
}

.sample_16{
	background-image: url(../img/20140806052.jpg);
	background-repeat: no-repeat;
}
.sample_16 td{
}
.sample_17{
	margin-top: 10px;
}
.sample_17 td{
	font-size: 10px;
	color: #787878;
	padding-left: 10px;
}
.sample_17 a:link{
	text-decoration: none;
	color: #787878;
}

.sample_17 a:visited{
	text-decoration: none;
	color: #787878;
}

.sample_17 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.sample_18{
	margin-bottom: 10px;
}
.sample_18 td{
	padding-left: 10px;
	line-height: 150%;
}
.sample_18 a:link{
	color: #333333;
	text-decoration: none;
}

.sample_18 a:visited{
	color: #333333;
	text-decoration: none;
}

.sample_18 a:hover{
	color: #FF6600;
	text-decoration: none;
}
.sample_18 p{
	line-height: 180%;
}
.sample_19{
	margin-bottom: 5px;
	width: 580px;
	background-image: url(../img/20150817004.jpg);
	height: 30px;
	background-repeat: no-repeat;
}
.sample_19 td{
	padding-left: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.sample_19 a:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.sample_19 a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.sample_19 a:hover{
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
.sample_19 p{
}
.sample_20{
	margin-bottom: 20px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
.sample_20 td{
	padding-left: 20px;
	background-image: url(../img/20150817005.jpg);
	background-repeat: no-repeat;
	width: 161px;
	height: 30px;
}
.sample_20 a:link{

	font-weight: bold;
	text-decoration: none;
	display: block;
}

.sample_20 a:visited{

	font-weight: bold;
	text-decoration: none;
}

.sample_20 a:hover{

	font-weight: bold;
	text-decoration: none;
}
.sample_20 p{
}
.sample_21{
	margin-bottom: 20px;
	background-repeat: no-repeat;
	margin-top: 5px;
	width: 600px;
	height: 109px;
	background-image: url(../img/20150817007.jpg);
}
.sample_21 td{
	padding-left: 20px;
	background-repeat: no-repeat;
	width: 161px;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
}
.sample_21 a:link{

	font-weight: bold;
	text-decoration: none;
	display: block;
}

.sample_21 a:visited{

	font-weight: bold;
	text-decoration: none;
}

.sample_21 a:hover{

	font-weight: bold;
	text-decoration: none;
}
.sample_21 p{
}
.sample_002{
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: 15px;
}
.sample_002 th{
padding: 4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_002 td{
padding: 4px;
background-color: #fafafa;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_002b td{
padding: 4px;
background-color: #333333;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_20b{
	margin-bottom: 20px;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 20px;
}
.sample_20b td{
	padding-left: 20px;
	background-image: url(../img/20150817005.jpg);
	background-repeat: no-repeat;
	width: 161px;
	height: 30px;
}
.sample_20b a:link{
	text-decoration: none;
	display: block;
	color: #333333;
}

.sample_20b a:visited{
	text-decoration: none;
	color: #333333;
}

.sample_20b a:hover{
	text-decoration: none;
	color: #FF9900;
}
.sample_20b p{
}
.sample_003{
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.sample_003 th{
padding: 4px;
text-align: left;
vertical-align: top;
color: #444;
background-color: #ccc;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.sample_003 td{
	padding: 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}
.sample_22{
	width: 350px;
	height: 180px;
	border-color: #000000;
	border-spacing: 0px 0px;
	border-width: 5px;
	border-top-left-radius: 0px;
}
.sample_22 td{
}
.sample_22 a:link{

}
.sample_19c{
	margin-bottom: 15px;
	width: 580px;
	margin-left: 10px;
}
.sample_19c td{
	}
.sample_19c a:link{
	}

.sample_19c a:visited{
	}
#sample_120{
	height: 64px;
	width: 590px;
	background-image: url(../img/20140806034.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	margin-left: 6px;
	font-size: 20px;
	padding-left: 20px;
	font-weight: bold;
}
#sample_120 td{
	padding-left: 20px;
	line-height: 120%;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
	color: #414141;
}

#sample_120 a:link{
  text-decoration:none;
  color:#414141;
}

#sample_120 a:visited{
  text-decoration:none;
  color:#414141;
}

#sample_120 a:hover{
  text-decoration:none;
  color:#ffae00;
}
.alpha a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#kkn_c {
	display: none;
}
	
	
	
	#kkn_b {
	display: none;
}
	
	#kkn_a {
	
}
.sticky {
	display: none;  

}

#tufs_p {
	font-size: 16px;
	line-height: normal;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#tufs_q {
	font-size: 18px;
	line-height: normal;
	background-color: #e65497;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
    
    .gsh_e {
    background-color: #006AF2;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 12px;
    margin-left: 20px;
}



#gsh_d a {
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #000000;
    text-decoration: none;
    border: 1px solid #777777;
    border-radius: 6px;
    background-image: url(../../img_marks/snd-001blue.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#gsh_d a:hover {
    background-color: #E7E7E7;
}
    
    
#gsh_f {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 20px;
}

#gsh_fb {
    background-color: #F1F1F1;
    color: #000000;
    margin-left: 10px;
    margin-right: 200px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
}

#gsh_fc {
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
    line-height: 1.5em;
    color: #242424;
}


}
