﻿/*------------------------------------------------
Title : 医用工学研究所 CSS

Created : 2009/6/15 Mon.
Modified : 2010/8/2 Mon.

Author : Rina Suzuki (rinazo.com)
Author URL : http://rinazo.com/
------------------------------------------------*/

/*-----------------------------------------------
 1. Default Reset
-----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------
 2. Base TAG
-----------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border-top: 6px solid #339900;
	font-size: 0.8em;
	color: #333333;
	font-family:  "Lucida Grande", sans-serif;
}

/* for WinIE6*/

* html body {
	font-family: "MS P ゴシック", sans-serif;
	vertical-align: baseline;
}

/* for WinIE7*/

*:first-child+html body { 
	font-size: 75%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

hr {
	clear: both;
	display: none;
}

/*-----------------------------------------------
 3. Base Link Color Setting
-----------------------------------------------*/

a {
	color: #006600;
	text-decoration: underline;
}

a:hover {
	color: #006600;
	text-decoration: none;
}


/*-----------------------------------------------
 4. Header
-----------------------------------------------*/

#header {
	margin: 5px auto;
	width: 950px;
}

#header .h_logo a {
	margin: 0;
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 553px;
	height: 65px;
	text-indent: -99997px;
	float: left;
}

#header .h_contact a {
	display: block;
	background: url(../images/h_contact.png) no-repeat right;
	height: 65px;
	text-indent: -99997px;
}

#header .h_contact a:hover {
	background: url(../images/h_contact_1.png) no-repeat right;
}

/*-----------------------------------------------
 5.Global Navigation
-----------------------------------------------*/

#g_menu {
	margin: 0;
	padding: 0;
	background: url(../images/bg_menu.png) repeat-x;
	height: 45px;
	clear: both;
}

/* -+-+-+-+-+-+-+-+-+-+-+-+- Global Navi Style */
#g_navi {
	margin: 0 auto;
	width: 950px;
	height: 45px;
	background: url(../images/menu_bg.png) no-repeat;
}
#g_navi ul {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}
#g_navi li {
	display: inline;
	list-style-type: none;
}
#g_navi li a {
	height: 45px;
	display: block;
	float: left;
	text-indent: -9877em;
	text-decoration: none;
	overflow: hidden;
}
/*------off*/
#g_navi li.g_navi01 a {
	background: url(../images/menu.png) no-repeat 0px 0px;
	width: 286px;
}
#g_navi li.g_navi02 a {
	background: url(../images/menu.png) no-repeat -286px 0px;
	width: 190px;
}
#g_navi li.g_navi03 a {
	background:url(../images/menu.png) no-repeat -476px 0px;
	width: 190px;
}
#g_navi li.g_navi04 a {
	background:url(../images/menu.png) no-repeat -666px 0px;
	width: 284px;
}

/*------hover*/
#g_navi li.g_navi01 a:hover {
	background: url(../images/menu.png) no-repeat 0px -45px;
}
#g_navi li.g_navi02 a:hover {
	background: url(../images/menu.png) no-repeat -286px -45px;
}
#g_navi li.g_navi03 a:hover {
	background: url(../images/menu.png) no-repeat -476px -45px;
}
#g_navi li.g_navi04 a:hover {
	background: url(../images/menu.png) no-repeat -666px -45px;
}


/*------on*/
#g_navi li.g_navi01_on a {
	background: url(../images/menu.png) no-repeat 0px -45px;
	width: 286px;
}
#g_navi li.g_navi02_on a {
	background: url(../images/menu.png) no-repeat -286px -45px;
	width: 190px;
}
#g_navi li.g_navi03_on a {
	background: url(../images/menu.png) no-repeat -476px -45px;
	width: 190px;
}
#g_navi li.g_navi04_on a {
	background: url(../images/menu.png) no-repeat -666px -45px;
	width: 284px;
}


/*-----------------------------------------------
 6.Contents
-----------------------------------------------*/
#top_flash {
	margin: 0 auto;
	text-align: center;
	background: url(../images/bg.png) repeat-x #FFFFFF;
	height: 300px;
}

#sub_title {
	margin: 0 auto;
	text-align: center;
	background: url(../images/bg_sub.png) repeat-x #FFFFFF;
	height: 175px;
	clear: both;
}


#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}

#contents {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	text-align: left;
}

/*---Toppage---*/

#top_left {
	margin: 15px 0;
	float: left;
	width: 650px;
}

#top_left dl {
	margin: 5px 5px 20px 0;
	padding: 5px;
	width: 630px;
	height: 250px;
	overflow: auto;
}

#top_left dt {
	margin: 5px 0;
	float: left;
	clear: left;
	width: 6em;
}

#top_left dd {
	margin: 5px 0 0 6em;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #3C2F26;
}

#top_left iframe {
	margin: 5px 5px 15px 5px;
	padding: 5px;
	width: 630px;
	height: 150px;
	border: 0;
}

#top_right {
	margin: 15px 0;
	float: right;
}

#top_right .links {
	margin: 15px 0;
}

#top_right .links ul {
	margin: 0;
}

#top_right .links li {
	margin: 0;
	padding: 5px 3px 5px 20px;
	border-bottom: 1px dotted #3C2F26;
	list-style-type: none;
	background: url(../images/listmark.png) no-repeat 3px 0.7em;
}


/*---Subpage---*/
#sub_left {
	margin: 15px 0;
	float: left;
	width: 650px;
}

#sub_left h3 {
	margin: 15px 0;
	padding: 7px 0 7px 7px;
	border-left: 5px solid #006600;
	font-size: 130%;
}

#sub_left h3.pi {
	margin: 30px 0 0 0;
	padding: 7px 0 7px 7px;
	border-left: 5px solid #006600;
	font-size: 130%;
}

#sub_left h4 {
	margin: 10px;
	padding: 3px 0 3px 15px;
	background: url(../images/t_h4.png) no-repeat center left;
	font-size: 130%;
}

#sub_left h5 {
	margin: 10px 10px 5px 10px;
	padding: 7px 0 7px 7px;
	border-top: 3px solid #006600;
	background: #eeeeee;
	font-size: 110%;
}


#sub_left .melittext ul {
	margin: 0 0 20px 0;
	width: 630px;
}

#sub_left .melittext li {
	margin: 10px 0 10px 10px;
	padding: 10px 10px 10px 20px;
	list-style-type: none;
	background: url(../images/products/listmark2.png) no-repeat 3px 0.7em #eeeeee;
}


#sub_left #pagenavi {
	margin: 0 0 20px 0;
}


#sub_left p {
	margin: 5px;
	padding: 5px;
	line-height: 1.6;
	clear: both;
}

#sub_left .entrytxt {
	width: 610px;
}

#sub_left #productsinfo {
	margin: 0 0 15px 0;
}

#sub_left #productsinfo th {
	padding: 3px;
	border-bottom: 1px dotted #cccccc;
}

#sub_left #productsinfo td {
	padding: 3px;
	border-bottom: 1px dotted #cccccc;
}

#sub_left .textright {
	text-align: right;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


#sub_left .imgleft {
	margin: 5px;
	padding: 5px;
	float: left;
}

#sub_left .imgright {
	margin: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
	float: right;
}


#sub_left form {
	margin: 15px auto;
	width: 630px;
}

table.subtable {
	width: 630px;
	padding: 10px 0 10px 10px;
}

table.subtable tr th {
	padding: 7px 3px 7px 0px;
	border-bottom: solid 1px #CCCCCC;
	font-weight: bold;
	background: #eeeeee;
	text-align: right;
	width: 200px;
}

table.subtable tr th span {
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	display: block;
}

table.subtable tr td {
	padding: 7px 0px 7px 10px;
	border-bottom: solid 1px #CCCCCC;
}

 
 
#sub_right {
	margin: 15px 0;
	float: right;
}

#links_products {
	margin: 0 auto 20px auto;
	width: 260px;
	background: url(../images/sidemenu.png) no-repeat;
}

#links_products ul {
	margin: 0;
}

#links_products li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: -999999px;
}

#links_products li a {
	width: 260px;
	height: 65px;
	background: url(../images/sidemenu.png) no-repeat;
	display: block;
	overflow: hidden;
}

#links_products li.snav_001 a {
	background-position: 0px 0px;
}
#links_products li.snav_002 a {
	background-position: 260px 0px;
}
#links_products li.snav_003 a {
	background-position: 260px 0px;
}
#links_products li.snav_004 a {
	background-position: 260px 0px;
}
#links_products li.snav_005 a {
	background-position: 260px 0px;
}
#links_products li.snav_006 a {
	background-position: 260px 0px;
}

#links_products li.snav_001 a:hover {
	background-position: -260px 0px;
}
#links_products li.snav_002 a:hover {
	background-position: -260px -65px;
}
#links_products li.snav_003 a:hover {
	background-position: -260px -130px;
}
#links_products li.snav_004 a:hover {
	background-position: -260px -195px;
}
#links_products li.snav_005 a:hover {
	background-position: -260px -260px;
}
#links_products li.snav_006 a:hover {
	background-position: -260px -325px;
}


#links_products li.snav_001_on a {
	background-position: -260px 0px;
}
#links_products li.snav_002_on a {
	background-position: -260px -65px;
}
#links_products li.snav_003_on a {
	background-position: -260px -130px;
}
#links_products li.snav_004_on a {
	background-position: -260px -195px;
}
#links_products li.snav_005_on a {
	background-position: -260px -260px;
}
#links_products li.snav_006_on a {
	background-position: -260px -325px;
}



.pagetop {
	margin: 20px 0;
	text-align: right;
}

.textright {
	margin: 15px;
	text-align: right;
}



#f_contact a {
	clear: both;
	margin: 10px auto;
	display: block;
	background: url(../images/goform.png) no-repeat;
	width: 900px;
	height: 100px;
	text-indent: -999997px;
}

#f_contact a:hover {
	clear: both;
	margin: 10px auto;
	display: block;
	background: url(../images/goform2.png) no-repeat;
	width: 900px;
	height: 100px;
	text-indent: -999997px;
}



/*-----------------------------------------------
 7.Footer
-----------------------------------------------*/
#footer {
	clear: both;
	padding: 5px;
	background: #339900;
	text-align: center;
	color: #FFFFFF;
	height: 45px;
}

#footer a {
	color: #FFFFFF;
}

#footer .f_link {
	margin: 0;
}

#footer .f_copy {
	margin: 5px 0 0 0;
	font-size: 80%;
}
