@charset "UTF-8";
/* ----------------------------------------------

	kowa-shinyaku.co.jp CSS
	
	1. common Setting
	2. header
		2-1. navigation
		2-2. sub_link
		2-3. search_area
		2-4. pankuzu
	3. contents
	4. footer
		4-1. group_link
		4-2. footer_link
		4-3. copyright
	
---------------------------------------------- */

/*
  1. common Setting -------------------------- */


* {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	zoom: 1;
	}

h1,h2,h3,h4,h5,h6,p,th,td,dt,dd,li,span,em,img{
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Osaka－等幅", sans-serif;
	border-style: none;
	font-style: normal;
	letter-spacing: 0.1em;
	border-style: none;
	}

body{
	font-size: 75%;
	line-height: 180%;
	text-align: center;
	 }

html {
  filter: expression(document.execCommand("BackgroundImageCache", 
  false, true));
}

html>/**/body {  
    font-size: 12px;  
}

*html table{
	font-size: 100%;
	line-height: 180%;
	}


#wrapper{
	width: 876px;
	margin: 0px auto;
	text-align: left;
	}

#flash_area,
#sub_heading,
#contents,
#footer{
	width: 860px;
	margin: 0px 8px;
	}


/*
  2. header -------------------------- */

#header{
	background: url(../images/common/header_bg.jpg) no-repeat left top;
	width: 876px;
	height: 124px;
	position: relative;
	}

#header h1{
	height: 43px;
	width: 256px;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	left: 28px;
	top: 26px;
	display: block;
	}

#header h1 a{
	height: 43px;
	width: 256px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	}

/*
  2-1. navigation ------------ */

#header #navigation{
	background: url(../images/common/navigation.jpg) no-repeat left top;
	height: 64px;
	width: 417px;
	position: absolute;
	left: 298px;
	top: 29px;
	}

#header #navigation ul{
	position: relative;
	}

#header #navigation ul li{
	position: absolute;
	top: 0px;
	height: 64px;
	display: block;
	}

#header #navigation ul li a{
	height: 64px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	}

#header #navigation ul li.navi01{width: 77px; left: 0px;}
#header #navigation ul li.navi01 a:hover{background: url(../images/common/navigation.jpg) no-repeat 0px -64px;}
#header #navigation ul li.navi02{width: 146px; left: 77px;}
#header #navigation ul li.navi02 a:hover{background: url(../images/common/navigation.jpg) no-repeat -77px -64px;}
#header #navigation ul li.navi03{width: 76px; left: 223px;}
#header #navigation ul li.navi03 a:hover{background: url(../images/common/navigation.jpg) no-repeat -223px -64px;}
#header #navigation ul li.navi04{width: 118px; left: 299px;}
#header #navigation ul li.navi04 a:hover{background: url(../images/common/navigation.jpg) no-repeat -299px -64px;}

/*
  2-2. sub_link ------------ */

#header #sub_link{
	position: absolute;
	height: 29px;
	width: 220px;
	top: 0px;
	right: 10px;
	}

#header #sub_link ul{
	position: relative;
	}

#header #sub_link ul li{
	position: absolute;
	display: none;
	}

#header #sub_link ul li.sub01{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	}

#header #sub_link ul li.sub01 a{
	height: 29px;
	width: 136px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	}

#header #sub_link ul li.sub02{
	display: block;
	}

#header #sub_link ul li.sub02{
	position: absolute;
	top: 7px;
	}

#header #sub_link ul li.sub02 a{
	color: #666;
	}

#header #sub_link ul li.sub02 a:hover{
	color: #999;
	text-decoration: none;
	}

/*
  2-3. search_area ------------ */

#header #search_area{
	height: 20px;
	width: 140px;
	position: absolute;
	top: 48px;
	right: 12px;
	}

#header #search_area input#site_serch{
	width: 87px;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #879db2;
	}

#header #search_area input#btnG{
	height: 20px;
	width: 40px;
	position: absolute;
	left: 95px;
	top: 0px;
	}


/*
  2-4. text_resize ------------ */

#header #text_resize{
	position: absolute;
	height: 21px;
	width: 128px;
	right: 20px;
	bottom: 4px;
	background: url(../images/common/text_resizer_bg.jpg) no-repeat left top;
	}

#header #text_resize dt{
	display: none;
	}

#header #text_resize dd{
	position: absolute;
	height: 21px;
	width: 20px;
	display: block;
	}

#header #text_resize dd a{
	height: 21px;
	width: 19px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	}

#header #text_resize dd.text01{right: 41px;}
#header #text_resize dd.text02{right: 20px;}
#header #text_resize dd.text03{right: 1px;}

/*
  2-5. pankuzu ------------ */

#header #pankuzu{
	height: 31px;
	position: absolute;
	left: 28px;
	top: 93px;
	width: 700px;
	}

#header #pankuzu p,
#header #pankuzu p a{
	line-height: 31px;
	color: #FFFFFF;
	}

/*
  3. contents -------------------------- */

#contents{
    overflow: hidden;
}

#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents {
    height: 1em;
    overflow: visible;
}
/**/

#contents .text_kowa{
	font-size: 75%;
	}

#contents a,
#contents a:link,
#contents a:visited {
	color: #164a84;
	text-decoration: underline;
}

#contents a:hover {
	color: #4367b5;
	text-decoration: none;
}


/*
  4. footer -------------------------- */

#footer h3{
	display: none;
	}

/*
  4-1. group_link ------------ */

#footer #group_link{
	height: 20px;
	}

#footer #group_link *{
	display: none;
	}

/* 関連グループとりあえず削除処理 公開前に変更検討
#footer #group_link{
	background: url(../images/common/group_link_bg.jpg) no-repeat left top;
	height: 68px;
	position: relative;
	}
*/

#footer #group_link li{
	display: block;
	height: 37px;
	width: 138px;
	position: absolute;
	top: 16px;
	}

#footer #group_link li a{
	display: block;
	height: 37px;
	width: 138px;
	text-indent: -9999px;
	overflow: hidden;
	}

#footer #group_link li.group01{display: none;}
/*#footer #group_link li.group01{left:0px;}*/
#footer #group_link li.group02{left:171px;}
#footer #group_link li.group03{left:355px;}
#footer #group_link li.group04{left:538px;}
#footer #group_link li.group05{display: none;}
/*#footer #group_link li.group05{left:722px;}*/

/*
  4-2. footer_link ------------ */

#footer #footer_link{
	background: url(../images/common/footer_bg.gif) no-repeat left top;
	margin-bottom: 6px;
	}

#footer #footer_link ul{
	text-align: right;
	}

#footer #footer_link ul li{
	display:inline-block;
	padding-right:1em;
	/display:inline;
	/zoom:1;
}

#footer #footer_link ul li a{
	color: #FFFFFF;
	}

/*
  4-3. copyright ------------ */

#footer #copyright{
	text-align: right;
	padding-bottom: 4px;
	}

