@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:"メイリオ", Verdana, Helvetica, sans-serif;
   font-size:12px;
   color:#333;
   border-top:3px solid #0089a1;
   background:#fff;
}

br {
   letter-spacing:normal;
}

a {
   color:#0089a1;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

.font12 {
   color:#AAAAAA;
   text-decoration:none;
}

/* ========TEMPLATE LAYOUT======== */
#header {
   width:780px;
   margin:0 auto;
   position:relative;
   padding:0 5px;
}

#menu {
   width:100%;
   float:left;
   border-bottom:5px solid #0089a1;
   background:#1D9FD6;
}

#icatchIndexWrap {
   clear:both;
   position:relative;
/*   z-index:-1*/
   overflow:hidden;
   height:298px;
   background:url("/images/main_bg.gif") 100% 0 repeat-x;
}

#icatchWrap {
   clear:both;
   position:relative;
/*   z-index:-1*/
   overflow:hidden;
   height:298px;
   background:#FFF;
}

#icatch {
   width:780px;
   margin:0 auto;
}

#contents {
   clear:both;
   position:relative;
/*   z-index:100;*/
   overflow:hidden;
   width:780px;
   margin:0px auto 0 auto;
   background:#FFF;
   border-top:0px double #FFFFFF;/* 	//上の枠線*/
   border-right:1px double #CCCCCC;/* //右の枠線*/
   border-botoom:0px double #FFFFFF;/* //下の枠線*/
   border-left:1px double #CCCCCC;/* //左の枠線*/
   /*box-shadow:0px 0px 0px 3px #000000;
    -moz-box-shadow:0px 0px 0px 0px #000000;
    -webkit-box-shadow:0px 0px 5px 5px #000000;*/
}

#main {
   float:left;
   width:450px;
   padding:10px;
/*   background:url("../images/bg_contents.gif") 100% 0 no-repeat;*/
}

#sub {
   float:right;
   width:283px;
   padding:10px;
/*   background:#1D9FD6;*/
/*   background:url("../images/bg_contents.gif") 0 0 no-repeat;*/
}


/*#page_top, #page_down {
    position:fixed;
    right:15px;
    background:#f2f2f2;
    padding:14px 10px;
    border:1px solid #222;
    z-index:3;
}
 
#page_top {
    bottom:70px;
}
 
#page_down {
    bottom:15px;
}
 
#page_top:hover, #page_down:hover {
    border:1px solid #e41858;
}
 
#page_top span, #page_down span {
    display:block;
    height:16px;
    width:24px;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
 
#page_top span {
    background:url(http://inosh.jp/wp-content/themes/keni61_wp_corp_140111/images_my/p_top.png) no-repeat top;
}
 
#page_down span {
    background:url(http://inosh.jp/wp-content/themes/keni61_wp_corp_140111/images_my/p_down.png) no-repeat bottom;
}
 
#page_top:hover span {
    background:url(http://inosh.jp/wp-content/themes/keni61_wp_corp_140111/images_my/p_top.png) no-repeat bottom;
}
 
#page_down:hover span{
    background:url(http://inosh.jp/wp-content/themes/keni61_wp_corp_140111/images_my/p_down.png) no-repeat top;
}*/


#pageTop {
   clear:both;
   width:780px;
}

#footer {
   clear:both;
   background:#1D9FD6;
}

#footMenu {
   clear:both;
   overflow:hidden;
   width:750px;
   margin:0 auto;
   padding:30px 10px 30px 40px;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
	/*margin:0;*/
	/*padding:10px 0;*/
	/*font-size:24px;*/
	/*color:#fff;*/
	/*line-height:70px;*/
	font-size: 10px;		/*h1タグの文字サイズ*/
	font-weight: normal;	/*太さを通常に戻す。太字がいいならこの１行を外す。*/
	width: 500px;			/*右上の住所とTEL画像にかぶらないように幅を設定*/
	line-height: 1.4;		/*複数行になった場合用の行間設定*/
	padding-bottom: 10px;	/*下のロゴ画像との余白*/
}

#header h1 a {
	color:#333;
}

#header h1 a:hover {
	color:#666;
}

#header #pr p {
	margin: 0;
	padding: 3px 0;
	font-size: 11px;
	color: #1D9FD6;
	font-weight: bold;
}

#header #gNavi {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	font-size:11px;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   overflow:hidden;
   width:780px;
   margin:0 auto;
   padding:0;
   border-right:1px solid #1D9FD6;
}

#menu li {
   float:left;
   color:#1D9FD6;
   text-align:center;
   list-style-type:none;
}

#menu li a {
   display:block;
   width:155px;
   color:#FFF;
   line-height:50px;
   text-decoration:none;
   border-left:1px solid #e5e5e5;
}

#menu li a.active {
   color:#FFF;
   text-decoration:none;
/*   background:url("../images/bg_menu_on.gif") 0 0 repeat-x;*/
}

#menu li a:hover {
   color:#275BA9;
   text-decoration:none;
   background:#FFFFFF;
/*   background:url("../images/bg_menu.gif") 0 0 repeat-x;*/
}


/* ========ICATCH CONTENTS CUSTOMIZE======== */
#icatch h2 {
   padding-top:30px;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#5A5132;
   font-size:15px;
   font-weight:bold;
   border-bottom:3px double #5A5132;
}

#main h3 {
/*   margin-bottom:5px;*/
   padding:16px 10px 10px 10px;
   font-size:14px;
   border-bottom:1px dotted #1D9FD6;
   background:#fff;
}

#main h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #0089a1;
   border-bottom:1px dotted #ddd;
}

#main h5 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#FFF;
   background:#0089a1;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#f0f7fc;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
   border:1px solid #E8E8E8;
}

#sub h3 {
   padding:10px 5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:#1D9FD6 url("../images/bg_sub_h3.gif") 0 0 repeat-x;
}

#sub ul {
   margin:0;
   padding:5px 5px 1px 5px;
   border:1px solid #fff;
   background:#E8E8E8;
}

#sub li {
   margin-bottom:5px;
   padding:5px;
   line-height:1.4;
   border:1px solid #b5b5b5;
   list-style:none;
   background:#fff url("../images/bg_sub_list.gif") 0 0 repeat-x;
}

#sub li a {
   display:block;
   padding-left:5px;
   line-height:3.0;
   border-left:5px solid #0089a1;
}

#sub2 ul {
   margin:0;
   padding:0;
}

#sub2 li {
   line-height:1.4;
   border-bottom:1px solid #ddd;
   list-style:none;
}

#sub2 li a {
   display:block;
   padding-left:20px;
   color:#333;
   line-height:3.0;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   font-color:#FFFFFF;
   padding:10px 0px 5px 0px;
   text-align:right;
}

#pageTop a:link {
   font-color:#FFFFFF;
   padding:5px 5px 5px 10px;
   background:#1D9FD6;
   font-size:11px;
   text-decoration:none;
}

#pageTop a:visited {
   font-color:#FFFFFF;
   padding:5px 5px 5px 10px;
   background:#1D9FD6;
   font-size:11px;
   text-decoration:none;
}

#pageTop a:hover {
   font-color:#FFFFFF;
   padding:5px 5px 5px 10px;
   background:#1D9FD6;
   font-size:11px;
   text-decoration:underline;
}

#pageTop a:active {
   font-color:#FFFFFF;
   padding:5px 5px 5px 10px;
   background:#1D9FD6;
   font-size:11px;
   text-decoration:underline;
}



/* ========FOOTMENU CUSTOMIZE======== */
#footMenu .section {
   float:left;
   width:220px;
   margin-right:30px;
   padding:0;
}

#footMenu .section2 {
   float:left;
   width:100px;
   padding:0;
}

#footMenu .section3 {
   float:left;
   width:300px;
   margin-right:30px;
   padding:0;
}

#footMenu h3 {
   font-size:12px;
   font-color:#FFF;
   border-bottom:1px dotted #FFF;
}

#footMenu ul {
   margin:0;
   padding:0;
}

#footMenu li {
   margin:0;
   padding:0;
   list-style:none;
}

#footMenu li a {
   padding-left:10px;
   font-size:11px;
}

.footfont {color:#FFF; text-decoration:none;}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-color:#FFF;
   font-style:normal;
   font-size:11px;
   text-align:center;
}


/* 訪問済みリンクの文字色を変更 */
.visit a:link    {}   /* リンク */
.visit a:visited {color:orange;}   /* 訪問済みリンク */
.visit a:hover   {}   /* ポイント時のリンク */
.visit a:active  {}   /* アクティブなリンク */


/* マウスが乗ったら下線を表示 */
.decounder {color:#FFF; text-decoration:none;}   /* リンク */
.decounder a:link    {color:#FFF; text-decoration:none;}   /* リンク */
.decounder a:visited {color:#FFF; text-decoration:none;}   /* 訪問済みリンク */
.decounder a:hover   {color:#FFF; text-decoration:underline;}   /* ポイント時のリンク */
.decounder a:active  {color:#FFF; text-decoration:underline;}   /* アクティブなリンク */

/* マウスが乗ったら下線と背景を表示 */
.decobg a:link    {color:#069; text-decoration:none;}   /* リンク */
.decobg a:visited {color:#069; text-decoration:none;}   /* 訪問済みリンク */
.decobg a:hover   {color:#069; text-decoration:underline; background:#def;}   /* ポイント時のリンク */
.decobg a:active  {color:#069; text-decoration:underline; background:#def;}   /* アクティブなリンク */


/* マウスが乗ったら文字色と背景を変更 */
.colorbg a:link    {color:#333; background:#bbb; text-decoration:none;}   /* リンク */
.colorbg a:visited {color:#333; background:#bbb; text-decoration:none;}   /* 訪問済みリンク */
.colorbg a:hover   {color:#fff; background:#777; text-decoration:none;}   /* ポイント時のリンク */
.colorbg a:active  {color:#fff; background:#555; text-decoration:none;}   /* アクティブなリンク */


/* マウスが乗ったら上下にボーダーと背景を表示 */
.borderbg a:link    {color:#069; text-decoration:none;}   /* リンク */
.borderbg a:visited {color:#069; text-decoration:none;}   /* 訪問済みリンク */
.borderbg a:hover   {   /* ポイント時のリンク */
  color:#069;
  text-decoration:none;
  border-top:1px solid #069;
  border-bottom:1px solid #069;
  background:#def;
}

.grade1  {   /* 表題つき+グラデューション */
    position: relative;
	background-color:#ddeeff;
	border-radius: 0px 15px 15px 15px / 0px 15px 15px 15px;
    -moz-border-radius: 0px 15px 15px 15px / 0px 15px 15px 15px;
    -webkit-border-radius:  0px 15px 15px 15px / 0px 15px 15px 15px;
    margin-top: 1em;
    padding:20px 10px 10px 10px;
    background: -webkit-linear-gradient(top, #ddeeff 0%, #ddeeff 50%, #eef9ff 100%);
}

.grade2  {   /* 表題つき+グラデューション */
    border: solid 1px #cccccc;
    position: relative;
    border-radius: 8px;
    box-shadow:0px 0px 10px 3px #ddeeff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-top: 1em;
    padding:20px 10px 10px 10px;
    background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
    background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
    background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
    background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
    background: linear-gradient(to bottom, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
}