* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #EEEEEE; 
	font-family: "Verdana";
	color: #333333;
	line-height: 140%;
	font-size: 14px;
}

img{
	border: 0;
/*	display: block;*/
	vertical-align: bottom;
}

h1{		/* 会社ロゴ */
	padding: 10px;
}

h2{
	text-align: left;
	border-top: 4px solid #5C9DB3;
	/*border-left:	1px solid #999;
	border-right:	1px solid #999;*/
	border-bottom:	1px solid #999;
	background-repeat: no-repeat;
	background-position: right;
	width: 800px;
	height: 133px;
}

h3{
}

h3.topContents{
	padding: 4px 10px;
	margin-top: 5px;
	font-weight: normal;
	border-left: 4px solid #FF9933;
	font-size: 14px;
	font-weight: bold;
	color: #996633;
}

h4{
	color: #009999;
	padding: 4px;
	margin-top: 10px;
	margin-left: 27px;
}

p{
	line-height: 135%;
}

a:link {color: #0000CC; text-decoration: underline;}
a:visited {color: #0000CC; text-decoration: underline;}
a:active {color: #0000CC; text-decoration: underline;}
a:hover {color: #FF0066; text-decoration: underline;}

hr{
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*--------------------------------------- トップまたは共通 ------------*/
#layout{
	width: 800px;
/*	border-left: 	1px solid #5C9DB3;
	border-right: 1px solid #5C9DB3;*/
	border-left: 	1px solid #666666;
	border-right: 1px solid #666666;
	background-color: #FFFFFF;
}

#mainImg {
	border-bottom: 1px solid #666666;
}

/* header */
#header{
	width: 800px;
	text-align: right;
}

#header img{
	clear: both;
	display: inline;
}

#header ul li{
	display: inline;
	list-style-type: none;
}

#header-left{
	float: left;
	width: 200px;
	text-align: left;
}

#header-right{
	float: right;
	width: 600px;
}

/* main */
#layout-main{
	width: 800px;
}

#layout-left{
	float: left;
	width: 250px;

}

/* left menu */
#left-menu{
	margin-left: 12px;
	margin-right: 12px;
}

#left-menu ul.left-menu{
	background-image: url(images/menu/menuback.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#left-menu ul.left-menu li{
	list-style-type: none;
}

#left-menu ul.left-menu li.top{
	padding-top: 10px;
	background-image: url(images/menu/menuback-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#left-menu ul.left-menu li.bottom{
	padding-bottom: 10px;
	background-image: url(images/menu/menuback-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#left-menu ul.left-menu li img{
	padding-bottom: 5px;
}

#left-menu ul.txt li{
	font-size: 12px;
	margin-left: 45px;
	margin-right: 20px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	list-style-image: url(images/menu/list-mark.jpg);
}

#layout-right{
	width: 550px;
	float: right;
	text-align: left;
}

#main{
	width: 540px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#main p{
	margin-top: 10px;
	margin-left: 27px;
	margin-right: 7px;
	line-height: 150%;
}

#footer{
	width: 800px;
	height: 130px;
	background-color: #FFFFFF;
	border-bottom: 	1px solid #666666;
	clear: both;
	text-align: center;
}

#footer img{
	margin-bottom: 27px;
}

#footer-left{
	width: 280px;
	float: left;
	margin-top: 70px;
}

#footer-left p{
	font-size: 10px;
	margin-top: 27px;
}

#footer-right{
	width: 520px;
	float: right;
}


.en{
	margin-top: 50px;
	margin-bottom: 400px;
	margin-left: 20px;
}

/*--------------------------------------- トップまたは共通ここまで ------------*/


/*--------------------------------------- トップ ------------*/

#top-layout-left{
	float: left;
	width: 400px;

}

/* left menu */
#top-left-menu{
	margin-left: 12px;
	margin-right: 12px;
}

#top-left-menu ul.left-menu{
	background-image: url(images/top/menuback.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#top-left-menu ul.left-menu li{
	list-style-type: none;
}

#top-left-menu ul.left-menu li.top{
	padding-top: 10px;
	background-image: url(images/top/menuback-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#top-left-menu ul.left-menu li.bottom{
	padding-bottom: 10px;
	background-image: url(images/top/menuback-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#top-left-menu ul.left-menu li img{
	padding-bottom: 5px;
}

#top-left-menu ul.txt li{
	font-size: 12px;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	list-style-image: url(images/top/list-mark.jpg);
}

#top-layout-right{
	width: 390px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#top-main{
	width: 360px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
}

#top-main p{
	margin: 10px;
	line-height: 150%;
}


/*--------------------------------------- トップここまで ------------*/



/*--------------------------------------- コンテンツ共通 ------------*/
img.top{
	float: right;
	margin-right: 5px;
	margin-top: 20px;
	padding-bottom: 15px;
}

img.pageback{
	float: right;
	margin-right: 5px;
}

table{
	margin-left: 20px;
	margin-right: 7px;
}

table td{
	padding: 5px;
}

table th{
	padding: 5px;
	text-align: left;
	color: #003366;
}

/*--------------------------------------- コンテンツ共通ここまで ------------*/


/*--------------------------------------- 会社概要 ------------*/

table.office{
	width: 510px;
	border-collapse: collapse;
}

table.office th{
	text-align: center;
	background-color: #c6e1ec;
	border: 1px solid #333333;
}

table.office td{
	border: 1px solid #333333;
}

table.office td.name{
	background-color: #ebf5f5;
	color: #003366;
}

table.office td.add{
	background-color: #fffde6;
}

table.office td.tel{
	background-color: #e9fcea;
}

.txt12red{
	font-size: 12px;
	color: #cc0033;
}


/*--------------------------------------- 会社概要ここまで ------------*/

/*--------------------------------------- 保険医薬 ------------*/
dl.hokeniyaku{
	margin-left: 27px;
}

.detail
{
	margin-right: 20px;
	padding-left: 27px;
	font-weight: bold;
}
/*--------------------------------------- 保険医薬ここまで ------------*/

/*--------------------------------------- ご入会 ------------*/

table.nyukai{
	border-collapse: collapse;
	/*font-size: 12px;*/
}

ul.left-menu dt{
	background-color: #efefef;
	color: #003399;
	border-left: 4px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 18px;
	margin-right: 18px;
	padding-left: 2px;
	padding-top: 2px;
	font-size: 13px;
}
/*--------------------------------------- ご入会ここまで ------------*/

/*--------------------------------------- お問合せ ------------*/
.attention{
	width: 470px;
	font-size: 12px;
	padding: 5px;
	margin: 5px;
	color: #363636;
	border: 1px solid #990000;
}

/*--------------------------------------- お問合せここまで ------------*/

/*--------------------------------------- 共通装飾用 ------------*/

.imgline{
	padding: 0px;
	border: 1px solid #666666;
}

.txtredbold{
	font-weight: bold;
	color: #CC3300;
}

.right{
	text-align: right;
}

#footer-menu{
	padding-top: 7px;
	font-size: 10px;
	line-height: 150%;
	color: #666666;
	text-align: center;
	margin-right: 15px;
}


#footer-menu a:link {color: #333333; text-decoration: none;}
#footer-menu a:visited {color: #333333; text-decoration: none;}
#footer-menu a:active {color: #333333; text-decoration: none;}
#footer-menu a:hover {color: #FF0066; text-decoration: underline;}

