@charset "utf-8";
/* CSS Document */


/*---------------
BASIC
---------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote{
	margin:0;
	padding:0;
}


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

body{
	width:1000px;
	height:inherit;
	word-break:break-all;
	background:#e5e6e6 url(../image/bg.gif) repeat-y left;
	text-align:left;
}
	
table{
	border-spacing:0;
}
	
address,caption,cite,code,dfn,em,th,var{
	font-style:normal;
	font-weight:normal;
}
	
ol,ul{
	list-style:none;
}


body,table {
	font:12px/1.22 "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;　　*font-size:small;*font:x-small;
}

a {
	text-decoration:none;
	color:#0074be;
}

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


/*---------------
HEADER
---------------*/
div#header{
	border-top:solid 2px #0074be;
	background:url(../image/symb_tag.jpg) no-repeat right top;
	padding-top:2px;
	margin-bottom:20px;
	_margin-bottom:0px;
	height:24px;
}

.ptLogo {
	float:left;
	width:200px;
	text-align:left;
	margin-left:30px;
	display:inline;
}

.headerUl {
	margin-left:410px;
}
	
.headerUl li {
	margin:0.5em;
	display:inline;
}

.clear {
	clear:both;
}

/*---------------
NAVI
---------------*/
div#navi {
	background:url(../image/navi_bg.png) no-repeat;
	float:left;
	width:685px;
	height:51px;
	margin-left:30px;
	margin-top:15px;
	padding-top:19px;
	padding-left:15px;
	display:inline;
}

.naviUl {
	margin: 0;
	padding :0;
	list-style:none;
}

#navi li {
	display:inline;
	margin-left:4px;
	float:left;
}


/*---------------
breadcrumbs
---------------*/
div#breadcrumbs {
	background:url(../image/breadcrumbs_bg.png) no-repeat;
	float:left;
	width:685px;
	height:30px;
	margin-left:30px;
	padding-left:15px;
	display:inline;
	color:#0062AC;
}

.breadcrumbsUl {
	margin: 0;
	padding-top:8px;
	padding-left:5px;
	list-style:none;
}

#breadcrumbs li {
	display:inline;
	float:left;
	color:#007f4d
}


#breadcrumbs a {
	text-decoration:none;
	color:#333333;
}

#breadcrumbs a:hover{
	text-decoration: none;
	color:#007f4d;
}


/*---------------
LOGIN
---------------*/
div#login {
	float:right;
	width:230px;
	margin-right:30px;
	margin-top:-11px;
	_margin-top:-14px;
	display:inline;
}

#loginBox {
	background-color:#7d7c81;
	padding-top:10px;
	_padding-bottom:4px;
	height:90px;
	_height:86px;
	width:230PX;
}

.loginForm{
	width:140px;
}

.loginFormS{
	width:60px;
}

.loginTd{
	height:28px;
}

/*---------------
MAIN
---------------*/
div#main{
	margin-left:30px;
	_margin-left:15px;
	width:940px;
	background:url(../image/side_bg.png) right repeat-y;
	float:left;
	margin-top:10px;
   }

.contents{
	float:left;
	width:690px;
}

div#introduction {
	width:690px;
	margin-bottom:20px;
}


#aboutphrmaBg  {
	width:600px;
	background:url(../image/aboutpharma_img.png) no-repeat bottom right;
	margin:30px 0 0 40px;
}

.aboutphrmaTxt {
	width:485px;
	line-height:150%;
	margin:25px 0 0 0;
}

#subscription {
	float:left;
	margin-top:40px;
	clear:both;
	width:690px;
}

#inquiry {
	float:left;
	margin-top:5px;
	clear:both;
	width:677px;
}	

.headline {
	font-weight:bold;
	padding-left:10px;
}


/*---------------
SIDE
---------------*/
div#r {
	float:left;	
	margin:10px 0 -10px 740px;
	_margin:10px 0 -13px 370px;
}

*:first-child+html div#r  {  
	float:left;	
	margin:10px 0 -16px 740px;
}


div#side{
	float:right;
	width: 180px;
	padding-left:20px;
	padding-top:3px;
	margin-right:35px;
	_margin-right:15px;
	display:inline;
}

div#side img{
	margin-bottom:10px;
}

.bannerBg{
	background-color:#FFF;
	width:190px;
	padding-left:10px;
	padding-bottom:10px;
	/margin-top:-2px;
}

.bannerBg img{
	margin-top:5px;
}

/*---------------
FOOTER
---------------*/
div#footer{
	width:940px;
	clear:both;
	border-top:#0074be solid 3px;
	margin-left:30px;
	line-height:150%;
	_line-height:130%;
}

.footerUl {
	margin-left:0px;
}
	
.footerUl li {
	text-align:left;
	display:inline;
	font-size:10px;
}

#footer a {
	text-decoration:none;
	color:#000;
}

#footer a:hover{
	text-decoration: none;
	color:#0068B7;
}

.footerRight{
	float:right;
	width:60px;
	text-align:right;
	margin-top:5px;
	color:#666;
}

.footerLeft{
	float:left;
	width:195px;
	margin-bottom:30px;
}

.footerLeft2{
	float:left;
	width:650px;
	margin-left:25px;
	text-align:right;
	margin-top:5px;
}


/*---------------
to top
---------------*/
div#toTop{
	clear:both;
	width:230px;
	margin-left:740px;
	margin-bottom:10px;
	padding-top:10px;
}

/*---------------
COMMON
---------------*/
.topmargin5 {
	margin-top:5px;
}

.topmargin10 {
	margin-top:10px;
}

.topmargin15 {
	margin-top:15px;
}

.topmargin20 {
	margin-top:20px;
}

.topmargin25 {
	margin-top:25px;
}

.topmargin30 {
	margin-top:30px;
}

.topmargin35 {
	margin-top:35px;
}

.topmargin40 {
	margin-top:40px;
}

.leftmargin5 {
	margin-left:5px;
}

.leftmargin7 {
	margin-left:7px;
}

.leftmargin10 {
	margin-left:10px;
}

.leftmargin12 {
	margin-left:12px;
}

.leftmargin20 {
	margin-left:20px;
}

.leftmargin22 {
	margin-left:22px;
}

.rightmargin10 {
	margin-right:10px;
}

.rightmargin30 {
	margin-right:30px;
}

.leftmargin435 {
	margin-left:435px;
}

.textRight{
	font-size:100%;
	text-align:right;
}

.textLeft{
	font-size:100%;
	text-align:left;
}

.s {
	font-size:80%;
}

.l {
	font-size:150%;
	/font-size:130%;
}


.b {
	font-weight:bold;
}