@charset "UTF-8";

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Verdana , sans-serif;
	font-size: 12px;
}

form { margin: 0; padding: 0; }
a {
	text-decoration: none;
	font-weight:bold;
}
a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #1E50A2;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 0;
	margin-bottom: 0;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
*+html body .pkg { height: 1%; }
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body {
	text-align: left;
} /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 720px;
	text-align: left;
}
#container-inner {
	position: static;
	width: auto;
}

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
}

.trackbacks-link
{
	font-size: small;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 230px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}

img.emoticon,
.entry-content img.emoticon
{
	border: 0;
	padding: 0 1px;
	background-color: transparent;
}

/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	list-style: none;
	background-image: url(images/li_01.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.module-list-item2
{
	list-style: none;
	background-image: url(images/li_02.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.2em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 30px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
	width: 100%;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.module-category-cloud .module-list
{
      margin-right: 0;
      margin-left: 0;
}

.module-category-cloud .module-list-item
{
    display: inline;
      margin: 0 5px 0 0;
      padding: 0;
      line-height: 1.2em;
      background: none;
}

.module-category-cloud .cloud-weight-1  { font-size: 0.9em; }
.module-category-cloud .cloud-weight-2  { font-size: 0.95em; }
.module-category-cloud .cloud-weight-3  { font-size: 1em; }
.module-category-cloud .cloud-weight-4  { font-size: 1.125em; }
.module-category-cloud .cloud-weight-5  { font-size: 1.25em; }
.module-category-cloud .cloud-weight-6  { font-size: 1.375em; }
.module-category-cloud .cloud-weight-7  { font-size: 1.5em; }
.module-category-cloud .cloud-weight-8  { font-size: 1.625em; }
.module-category-cloud .cloud-weight-9  { font-size: 1.75em; }
.module-category-cloud .cloud-weight-10 { font-size: 1.75em; }

.typelist-plain .module-list
{
	list-style: none;
}

.typelist-plain .module-list-item
{
	padding: 0;
	background: none;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
*+html body .typelist-thumbnailed .module-list-item { height: 1%; }
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.typelist-no-description
{
   text-align: center;
   margin: 10px 0;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}


textarea
{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.content-header
{
	font-size:medium !important;
	border:none !important;
	background:none !important;
	text-decoration:none !important;
	font-weight:bold !important;
}

.entry-recent-posts ul
{
	margin:0px;
	padding:0px;
}

.entry-recent-posts li
{
	margin-bottom:5px;
	padding:0px;
	line-height:130%;
	list-style-type: none;
}

.module-list-item-desc,
.archive-category-desc,
.archive-list-item-desc {
    margin-left: 10px;
}

div.facemark-pallet {
  line-height: 100%;
}

.cocolog .module-list {  margin:0; }
.cocolog .module-content {  margin-right: 0; }
.cocolog {  width: auto; }



/* もともとscreen.cssとなっていたデータ */


/* Default ---------------------------------------------------------------- */

/* Global */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height:1.5;
}


/* Layout */

#container {
	width: 720px;
}

#container-inner {
;
}

#alpha,
#beta,
#gamma,
#delta {
	float: left;
}

#alpha {
	width: 900px;
}

#beta {
	width: 455px;
}

#gamma,
#delta {
	width: 200px;
}


/* Header */

#banner {
	width: 900px;
	margin: 0;
	height: 400px;
}

#banner-header {
	margin:0;
	font-size:x-large;
	font-weight: bold;
	line-height:120%;
	color:#8A8A8A;
	text-align: left;
}

#banner-description {
	margin: 0;
	font-size: small;
	line-height: 1.125;
	color:#8A8A8A;
}

#banner a {
	text-decoration: none;
	color:#8A8A8A;
	font-weight: bold;
}

#banner a:hover {
	text-decoration: underline;
}

#banner-inner {
	padding:0;
	margin:0;
	height: 400px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



/* Content ---------------------------------------------------------------- */


.date-header {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0;
	line-height: normal;
	text-align: left;
	color: #777777;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

.entry-header,
.entry-header a,
.content-header {
	color: #222222;
	text-decoration: none;
}

.entry-header {
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #1E50A2;
}
.entry-header a {
	display: block;
	color:#1E50A2 !important;
}

.entry-header a:visited {
	color:#1E50A2;
}

.entry-header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.entry .entry-content {
	/*font-size: 120%;*/
	font-size: 1.1em;
	margin-top: 5px;
	margin-right: 10;
	margin-bottom: 5px;
	margin-left: 10;
	letter-spacing: 0em;
	line-height: 2em;
}

.entry-content a{
	color: #1E50A2 !important;
	text-decoration: none;
	font-weight: bold;
}

.trackbacks-info a{
	color: #1E50A2 !important;
}

.entry-more-link {
	font-weight: bold;
}


.entry-footer {
	font-size: 12px;
	line-height:130%;
	padding: 10px 0;
	margin: 0 0 40px;
	clear: both;
	border-top: 1px dashed #8A8A8A;
}

.entry-footer a{
	color: #1E50A2 !important;
	font-weight: bold;
}

.entry-footer .entry-footer-info{
	margin:0;
}

.trackback,
.comment {
	margin-bottom: 15px;
	}
.trackback a,
.comment a{
	color: #1E50A2 !important;
}


.entry-footer a,
.comment-footer a {
	font-weight: normal;
	color: #1E50A2 !important;
	text-decoration: none;
}

.content-nav {
	margin: 5px 0 10px;
	text-align: right;
	font-size: 12px;
}

.content-nav a{
	color: #1E50A2 !important;
}

.content-header {
	padding-bottom:5px;
	margin: 0 0 10px;
	font-weight: bold;
}

.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
	margin: 5px 0;
}

.archive-header {
	color: #8A8A8A;
	background:url(entry-2-500.gif) no-repeat left top;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	padding: 5px 0 20px 34px ;
	margin: 0;
}


.trackbacks-header,
.comments-header,
.comments-open-header {
	color: #8A8A8A;
	background:url(entry-2-500.gif) no-repeat left top;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	padding: 5px 0 20px 34px;
	margin: 0;
}


.module-header {
}



.trackbacks-info {
	font-size: small;
	margin:5px 0;
	}
/*
.comments-open-footer,

*/
.archive-content{
	margin: 5px 0 20px;

}
.comments-open-footer a,
.archive-content a{
	color: #1E50A2 !important;
}

.trackback-footer,
.comments-info,
.comment-footer {
	font-size: small;
	line-height:130%;
	padding: 10px 0 ;
	margin: 0 0 40px;
	clear: both;
	border-top: 1px dashed #8A8A8A ;
}

#comment-author,
#comment-email,
#comment-url,
#comment-text {
	width: 80%;
	border:solid 1px #8A8A8A;
}




.entry-header a:hover {
	color: #336699;
}

.archive-list-item {
	margin-bottom: 5px;
	background-image: url(http://jphma.org/congress2012/images/li_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-left: 1.5em;
}

.module-header {
	font-size: small;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	color: #1E50A2;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E50A2;
}

.module-typelist .module-header{
	background:url(list.gif) no-repeat scroll 0 0 #EFD0AF;
	font-size:small;
	font-weight:bold;
	line-height:130%;
	margin-bottom:14px;
	padding:4px 0 3px 24px;
	text-align:left;
}

.module-header a {
	color: #1E50A2 !important;
	text-decoration: none;
}

.module-header a:hover {
	text-decoration: underline;
}

.module-content a {
	text-decoration: none;
	color: #1E50A2;
}

.module-content a:hover {
}
/* Utility */

.module-header,
.module-header2,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	margin-right: 5px;
}



/* Global ----------------------------------------------------------------- */

body {
	color: #000000;
}

a:link, a:visited, a:active {
	color: #1E50A2;
}

a:hover {
	color: #1E50A2;
	text-decoration: underline;
}

/* Layout ----------------------------------------------------------------- */


#pagebody {
	padding-top: 0px;
	padding-bottom:0px;
}


/* Artistic */

.layout-artistic #alpha {
	width:525px;
	}
.layout-artistic #beta {
	width: 425px;
}

.layout-artistic #gamma {
	margin: 0 15px 0 0;
	}
.layout-artistic #alpha-inner {
	padding: 0 15px 0 10px;
	}

.layout-artistic #alpha-inner .module-list-item a{
	color: #1E50A2 !important;
}



/* Moblog 1 */

.layout-moblog1 #alpha {
	width: 200px;
	margin: 0 0 0 15px;
}

.layout-moblog1 #beta {
	width: 520px;
}

.layout-moblog1 #gamma {
	width: 200px;
}

.layout-moblog1 #beta-inner {
	padding: 0 10px;
}

/* Moblog 2 */

.layout-moblog2 #alpha {
	width: 70px;
	margin:0 0 0 10px;
}

.layout-moblog2 #beta {
	width: 510px;
}

.layout-moblog2 #gamma {
	width: 180px;
}

.layout-moblog2 #delta {
	width: 170px;
}

.layout-moblog2 #beta-inner {
	padding: 0 10px;
	}

.layout-moblog2 #gamma-inner {
	padding: 0 10px 0 0;
}

.layout-moblog2 .module-header{
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 7px 0px 5px 23px;
	margin: 0 0 15px 0;
	line-height: 1;
	background: url(module_170.gif) no-repeat left top;
}

.layout-moblog2 .module-typelist .module-header{
	background:url(list.gif) no-repeat scroll 0 0 #D1C7F9;
	font-size:small;
	font-weight:bold;
	line-height:130%;
	margin-bottom:14px;
	padding:4px 0 3px 24px;
	text-align:left;
}

.layout-moblog2 .archive-header,
.layout-moblog2 .trackbacks-header,
.layout-moblog2 .comments-header,
.layout-moblog2 .comments-open-header {
	color: #8A8A8A;
	background:url(entry-2-4col.gif) no-repeat left top;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	padding: 5px 0 20px 34px;
	margin: 0;
}

/* Timeline */

.layout-timeline #alpha {
	width: 525px;
}

.layout-timeline #beta {
	width: 425px;
}

.layout-timeline #gamma {
	margin-right: 15px;
}

.layout-timeline #gamma,
.layout-timeline #delta {
	width: 200px;
}

.layout-timeline #alpha-inner {
	padding: 0 15px 0 10px;
}

.layout-timeline #alpha-inner .module-list-item a{
	color: #1E50A2 !important;
}


/* Two Column (Right) */

.layout-two-column-right #alpha {
	width: 640px;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 20px;
}

.layout-two-column-right #beta {
	width: 230px;
}

.layout-two-column-right #alpha-inner {
	padding: 0 25px 0 0;
}


.layout-two-column-right .trackbacks-header,
.layout-two-column-right .comments-header,
.layout-two-column-right .comments-open-header,
.layout-two-column-right .archive-header {
	color: #8A8A8A;
	background:url(entry-2-690.gif) no-repeat left top;
	font-size: small;
	text-align: left;
	font-weight: bold;
	padding: 5px 0 20px 5px;
	margin: 0;
}



/* "Fullwidth" (Header) */

#container,
#container-inner,
#banner,
.layout-one-column #container,
.layout-one-column #banner {
	position: relative;
	width: 100%;
}

#banner-inner,
#pagebody-inner {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDD;
	border-left-color: #DDD;
}

.layout-one-column #banner-inner,
.layout-one-column #pagebody-inner {
	width: 950px;
}


.module-powered .module-content {
	margin: 15px 0;
	border: 1px solid #767676;
	background-color: #5d5d5d;
}

.module-mmt-calendar .module-header {
	text-align: left;
	font-size: small;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px;
	background-image: none;
	height: auto ;
}

.module-mmt-calendar .module-header a{
	text-decoration: underline;
}

.module-mmt-calendar .module-header a:hover{
	text-decoration: none;
}

.module {
	margin: 0 0 25px;
	}

.module-content {
	margin: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 0.9em;
}



.layout-artistic .module-header,
.layout-artistic .module-content,
.layout-calendar .module-header,
.layout-calendar .module-content,
.layout-timeline .module-header,
.layout-timeline .module-content,
.layout-one-column .module-header,
.layout-one-column .module-content {
	margin-right: 0;
	margin-left: 0;
}

.layout-artistic #alpha .module-header,
.layout-calendar #alpha .module-header,
.layout-timeline #alpha .module-header {
	color: #8A8A8A;
	background:url(entry-2-500.gif) no-repeat left top;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	padding: 5px 0 20px 34px ;
	margin: 0;
}


/* Module Thumbnailed */

.link-note {
	font-size: small;
	font-weight:bold;
	text-align: left;
	line-height: 1.3;
	background-attachment: scroll;
	background-image: url(http://www.homoeopathy.ac/india2015/images/icon_rss.gif);
	background-repeat: no-repeat;
	background-position: left 0.15em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

blockquote {
	font-size: small;
	line-height: 1.5;
	border: 1px dashed #1E50A2;
	padding: 8px;
	margin: auto;
}



a:hover img {
	opacity:0.6;
	filter: alpha(opacity=85);

}

#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:1200px;
}

#navi-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:320px;
}



#navi-02 {
	position:absolute;
	left:0px;
	top:320px;
	width:180px;
	height:60px;
	background-image: url(http://www.homoeopathy.ac/india2015/images/navi-over_02.jpg);
}



#navi-03 {
	position:absolute;
	left:180px;
	top:320px;
	width:180px;
	height:60px;
	background-image: url(http://www.homoeopathy.ac/india2015/images/navi-over_03.jpg);
}


#navi-04 {
	position:absolute;
	left:360px;
	top:320px;
	width:180px;
	height:60px;
	background-image: url(http://www.homoeopathy.ac/india2015/images/navi-over_04.jpg);
}

#navi-05 {
	position:absolute;
	left:540px;
	top:320px;
	width:180px;
	height:60px;
	background-image: url(http://www.homoeopathy.ac/india2015/images/navi-over_05.jpg)
}

#navi-06 {
	position:absolute;
	left:720px;
	top:320px;
	width:180px;
	height:60px;
	background-image: url(http://www.homoeopathy.ac/india2015/images/navi-over_06.jpg)
}
#navi-02 a:hover img,
#navi-03 a:hover img,
#navi-04 a:hover img,
#navi-05 a:hover img,
#navi-06 a:hover img{
	opacity:0.0;
	filter:alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
}



.mb30{
	margin-bottom: 2.5em;
}

h3.titleA {
	border: 1px solid #AAAAAA;
	font-size: small;
	font-weight:bold;
	margin-top: 1.5em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	padding: 10px;
}

h3.titleB {
	border: 1px solid #AAAAAA;
	font-size: small;
	font-weight:bold;
	margin-top: 1.5em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	padding: 10px;
}

h5.titleA {
	border: 1px solid #AAAAAA;
	font-size: small;
	font-weight:bold;
	margin-top: 1.5em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	padding: 10px;
}

.quote {
	font-size: small;
	font-weight:bold;
	color: #336699;
}

p.elem.quote {
	font-size: small;
	font-weight:bold;
	margin-bottom: 0.5em;
	color: #E08082;
	margin-right: 2em;
	margin-left: 2em;
}

.colorOrange {
	font-size: small;
	font-weight:bold;
	color: #336699;
}

.colorBlue {
	font-size: small;
	font-weight:bold;
	color: #336699;
}


p.elem.colorOrange {
	font-size: small;
	font-weight:bold;
	margin-bottom: 0.5em;
	color: #336699;
	margin-right: 2em;
	margin-left: 2em;
}

p.elem.colorBlue {
	font-size: small;
	font-weight:bold;
	margin-bottom: 0.5em;
	color: #336699;
	margin-right: 2em;
	margin-left: 2em;
}

p.elem.top {
	margin-top: 2.5em;
}

p.elem.bottom{
	margin-bottom: 2.5em;
}



ul.elem.bottom{
	margin-bottom: 2em;
}

ul.linkList01 li {
	list-style: none;
	background-image: url(http://www.homoeopathy.ac/india2015/images/icon_linklist_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
}
ul.linkList02 li {
	list-style: none;
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(http://www.homoeopathy.ac/india2015/images/icon_linklist_02.gif);
}
ul.linkList03 li {
	list-style: none;
	background: url(http://www.homoeopathy.ac/india2015/images/icon_linklist_03.gif) no-repeat left 0.35em;
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
}
ul.linkList04 li {
	list-style: none;
	background: url(http://www.homoeopathy.ac/india2015/images/icon_linklist_04.gif) no-repeat left 0.35em;
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 20px;
}


em {
	font-style: normal;
	font-weight: bold;
}

/*カラムレイアウト*/
.columnSec{
}
.columnSec:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.columnSec {
    display: inline-block;
}
* html .columnSec {
}
.columnSec {
    display: block;
}

.columnImgLeft{
	margin: 0 20px 10px 0;
	float: left;
	text-align:center;
}
.columnImgRight{
	margin: 0 0 10px 20px;
	float: right;
	text-align:center;
}

.column2ALeft{
	float:left;
	text-align:center;
}
.column2ARight{
	float:right;
	width:330px;
}

.column2BLeft{
	float:left;
	width:330px;
}
.column2BRight{
	float:right;
	text-align:center;
}
.column2ALeft p,
.column2BRight p{
	text-align:center;
}
.entry-body p {
	margin-bottom: 1.5em;
}
#ft {
	background-color: #EEEEEE;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	color: #1E50A2;
	text-align: center;
	clear: both;
	padding: 10px;
	margin-bottom: 0px;
}

#ft p {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.entry-content h4 {
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-width: 22px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-right: 10px;
	padding-left: 20px;
	font-size: medium;
	color: #222222;
	margin-top: 35px;
	margin-left: 10px;
	margin-bottom: 10px;
}

h4.entry-title  {
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-width: 22px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-right: 10px;
	padding-left: 20px;
	font-size: medium;
	color: #222222;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.entry-content .entry-body h5 {
	font-size: 1.1em;
	font-weight: bold;
}

.entry-content .entry-body h6 {
	font-size: small;
	font-weight: bold;
}

.entry-content .entry-body .border h6 {
	font-size: small;
	font-weight: bold;
	margin: 0px;
}

.entry-content .entry-body ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-left: 10px;
}
.entry-content .entry-body ul .link01 {
	background-image: url(http://www.homoeopathy.ac/india2015/images/li_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.65em;
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: none;
}

.entry-content .entry-body ul .link02 {
	background-image: url(http://www.homoeopathy.ac/india2015/images/li_02.gif);
	background-repeat: no-repeat;
	background-position: left 0.6em;
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: none;
}
.entry-content .entry-body ul .link03 {
	background-image: url(http://www.homoeopathy.ac/india2015/images/icon_pdf_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.6em;
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: none;
}

.entry-content .entry-body ul .link05 {
	background-image: url(http://www.homoeopathy.ac/india2015/images/li_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.65em;
	margin-left: 0px;
	padding-left: 20px;
	list-style-type: none;
	font-size: 10pt;
	text-decoration: underline;
	letter-spacing: 0.25em;
}

.entry-content .entry-body ul .link05 a:hover{
	text-decoration: none;
	background-color: #D0E0EB;
}

.entry-content .entry-body ul .link06 {
	background-image: url(http://www.homoeopathy.ac/india2015/images/li_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.65em;
	margin-left: 450px;
	padding-left: 20px;
	list-style-type: none;
}

.entry-content .entry-body ul .link07 {
	background-image: url(http://www.homoeopathy.ac/india2015/images/li_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.65em;
	margin-left: 390px;
	padding-left: 20px;
	list-style-type: none;
}




.entry-content .entry-body .border {
	padding: 20px;
	border: 1px solid #AAAAAA;
	margin-top: 10px;
	margin-bottom: 30px;
}
.entry-content .entry-body dl {
	margin-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.entry-content .entry-body dt {
	margin-left: 0px;
	font-weight: bold;
	line-height: 2em;
	width: 8em;
	padding-left: 0px;
}


.entry-content .entry-body dd {
	background-image: url(http://www.homoeopathy.ac/india2015/images/li_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.7em;
	margin-left: 8em;
	padding-left: 1.5em;
	line-height: 2em;
	margin-top: -2em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.entry-content .entry-body dl.style02 {
	margin-left: 25px;
}

.entry-content .entry-body .style02 dt {
	margin-left: 0px;
	font-weight:normal;
	line-height: 2em;
	width: 10em;
	padding-left: 0px;
}


.entry-content .entry-body .style02 dd {
	background-image: url(http://www.homoeopathy.ac/india2015/images/li_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.7em;
	margin-left: 10em;
	padding-left:1.8em;
	line-height: 2em;
	margin-top: -2em;
}

.entry-content .entry-body .style02 dd#2line {
	background-image: url(http://www.homoeopathy.ac/india2015/images/li_01.gif);
	background-repeat: no-repeat;
	background-position: left 0.7em;
	margin-left: 10em;
	padding-left:1.8em;
	line-height: 2em;
	margin-top: -4em;
}




.entry-content strong {
	font-weight: bold;
	color: #1E50A2;
}

.entry-content table.table-entry {
	margin: 0px;
	width: 100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.entry-content table.table-entry th {
    padding: 3px;
    border: 1px #DDDDDD solid;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

.entry-content table.table-entry td {
    padding: 3px;
    border: 1px #DDDDDD solid;
    text-align: center;
}

.empty {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.entry-content .entry-body h3 {
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-top: 60px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #1E50A2;
	color: #222;
}
#beta #beta-inner #syndicate .module-content-link {
	font-size:x-small;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align:right
}
.entry-content .entry-body .profile-name {
	float: left;
	width: 400px;
}
.entry-content .entry-body .profile-photo {
	float: right;
	margin-right: 10px;
}
.entry-content .entry-body .profile-name p {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom:20px;
}
.entry-content .entry-body .profile-photo img {
	margin-top: 20px;
	margin-bottom:20px;
}

.entry-content .entry-body .center {
	text-align: center;
}



.tableA{
	border-collapse:collapse;
}


.tableA th{
	border: 1px solid #BBBBBB;
	padding: 5px;
	width: 50px;
}

.tableA td{
	border: 1px solid #BBBBBB;
	padding: 5px 10px;
}
.entry-body .englishpage {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.entry-body .englishpage strong {
	color:#1E50A2;
}
.price {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 20px;
}
.price th{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #FFF;
	background-color: #1E50A2;
	padding: 0.1em 1em;
	text-align: center;
	font-weight: bold;
}
.price td{
    border-right:1px solid #999;
    border-bottom:1px solid #999;
	color: #1E50A2;
    padding:0.1em 1em;
		text-align:center;
}


.price2 {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 20px;
}
.price2 th{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #FFF;
	background-color: #5D84A1;
	padding: 0.1em 1em;
	text-align: center;
	font-weight: bold;
}
.price2 td{
    border-right:1px solid #999;
    border-bottom:1px solid #999;
	color: #1E50A2;
    padding:0.1em 1em;
		text-align:center;
}

.price3 {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin-bottom: 20px;
}
.price3 th{
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #FFF;
	background-color: #888;
	padding: 0.1em 1em;
	text-align: center;
	font-weight: bold;
}
.price3 td{
    border-right:1px solid #999;
    border-bottom:1px solid #999;
	color: #1E50A2;
    padding:0.1em 1em;
		text-align:center;
}


.module-list-bn {
	margin-top: 8px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	display: block;
	font-size: 1.1em;
	color: #1E50A2;
	background-color: #F9F9F9;
}

.module-list-bn  a{
	text-decoration: none;
	

}



.module-list-bn:hover{
	background-color: #DDD;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

h4.entry-next {
	margin-top: 75px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.honbun15 {
	margin-left:20px;
}


.lecturer-button {
	width: 200px;
	margin-left: 20px;
	margin-bottom: 45px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
	display: block;
	color: #1E50A2;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #1E50A2;
}

.lecturer-button:hover{
	background-color: #DDD;
}

.lecturer-button a:hover{
	text-decoration: none;
}


p.pagelist {
font-size:12px;
clear:both;
margin-top:10px;
margin-bottom:20px;
padding-top:10px;
text-align:center;
}


p.pagelist a{
text-decoration:none;
padding:4px;
border:1px solid #1E50A2;
background:#fff;
color:#1E50A2;
}


p.pagelist a:hover{
text-decoration:none;
padding:4px;
background:#1E50A2;
color:#fff;
}


p.pagelist b{
font-weight:bold;
text-decoration:none;
padding:4px;
border:1px solid #1E50A2;
background:#1E50A2;
color:#fff;
}


.module-list-bn2 {
	margin-top: 8px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	display: block;
	font-size: 1.1em;
	color: #1E50A2;
	background-color: #F9F9F9;
}


.module-list-bn2  a{
	text-decoration: none;
	
}

.module-list-bn2:hover{
	background-color: #DDD;
}

.module-header2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	color: #1E50A2;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E50A2;
}

.honbunp {
	padding-left:5px;
}
#alpha-inner .entry .entry-content .entry-body .entry-h3 {
	margin-left: 10px;
}
.entry-content .entry-body .p-attention {
	line-height: 1.5em;
	text-indent: -1em;
	margin-left: 50px;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
.header-language {
	position: absolute;
	height: 30px;
	width: 880px;
	top: 10px;
	text-align: right;
}
