																																																																																			@charset "shift_jis";

/* -------------------------------------------------------------
レイアウト指定 */

#primary {
	float: left;
	width:280px;
	padding-left: 10px;
	margin-top: 15px;
}

#secondary {
	float: right;
	width:580px;
}

#submenu {
	padding-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
}

#submenu li{
	background-image: url(../img/etc/logo_linkmark.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}

#submenu li.here {
	color: #AAA;
}

#submenu li a, #submenu li a:link, #submenu li a:visited{
	color:#333;
}

#submenu li a:hover {
	color: #00BB3D;
	text-decoration:underline;
	cursor: pointer;
}

#profilesec {
	height: auto;
	width: 580px;
	clear: both;
}
/* -------------------------------------------------------------
テキスト指定 */
h2 {
	color: #00BB3D;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	line-height: 1.66;
}

h2.q {
	color: #333;
	font-weight: 700;
	font-size: 95%;
	margin-bottom: 10px;
	border-bottom: 1px #ccc solid;
}

h3.boldtext {
	font-size: 110%;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

h3.text {
	padding-bottom: 25px;
}
	
h4 {
	color: #333;
	font-weight: 900;
	font-size: 90%;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	padding-left: 7px;
	padding-top: 3px;
	margin-bottom: 20px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #00BB3D;
}
h4.orange {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-bottom: #FF9900 solid 1px;
}

h5 {
	color: #333;
	font-weight: 700;
	font-size: 95%;
	margin-bottom: 10px;
	line-height: 1.66;
}

h5.medicine {
	color: #FF9900;
	font-weight: 700;
	font-size: 90%;
	margin-bottom: 10px;
	padding-bottom:2px;
	border-bottom: #FF9900 dotted 1px;
	line-height: 1.66;
}

/*------------------------------------------------
段落*/

p {
	font-size: 80%;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideografh;
}

p.titeltext {
	line-height: 2;
	padding-bottom: 50px;
}

p.attention {
	color: #333;
	font-weight: 900;
	font-size: 90%;
	line-height: 2;
	margin-bottom: 20px;
	border-left-color: #00BB3D;
}

p.lefttext {
	float:left;
	width: 390px;
}

p.righttext {
	float: right;
	width: 420px;
}

p.space20 {
	margin-bottom: 20px;
}

p.space25 {
	margin-bottom: 25px;
}

p.q_a {
	padding-left: 32px;
	background-image:url(../img/etc/logo_anser.gif);
	background-repeat: no-repeat;
}

p.faq {
	padding-left: 32px;
	background-image:url(../img/etc/logo_nurse.gif);
	background-repeat: no-repeat;
}

p.abe {
	color:#666;
	text-align:right;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

p.date {
	float: left;
	font-size: 65%;
	margin-right: 8px;
	font-weight: 900;
	color:#FFF;
	background-color: http://www.abeclinic.com/;
	background-color: #FF9900;
	padding-right: 3px;
	padding-left: 3px;
}

p.info {
	font-size: 80%;
	color:#333;
	line-height: 1.8;
	margin-left: 80px;
}
	

/*----------------------------
プロフィール*/
#profile {
	width: 580px;
	height:auto;
}

.leftimg {
	float: left;
	width: 150px;
	margin-bottom: 10px;
}

.rightimg {
	float: right;
	width: 150px;
	margin-bottom: 10px;
}

#profile dl {  
	font-size: 80%;
	line-height: 1.66;
	text-align: justify;
	text-justify: inter-ideografh;
}

#profile dt {
	float: left;
	width: 110px;
}

#profile dd {  
	float: left;
	width: 320px;
} 

/*--------------------------------------------------------------
FAQ*/

#index {
	padding: 15px;
	margin-bottom: 20px;
	background-color:#FFFAC6;
	text-align: justify;
	text-justify: inter-ideografh;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border: 2px #FFFAC6 solid;     /* 枠線の装飾 */
}

#index ul {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0 0 0 1.5em;
	padding: 0;
}

#index li {
	line-height: 1.66;
	padding-bottom: 3px;
	font-size: 90%;
}

#index a:link,
#index a:visited,
#index a:active {
	color:#333;
}

#index a:hover {
	color: #00BB3D; 
	text-decoration:underline;
	cursor: pointer;
}

/* -------------------------------------------------------------
テーブル指定 */

#wrapper #container #secondary table,
#wrapper #container #secondary tr,
#wrapper #container #secondary td {
	border: 1px solid #CCC;
	font-size: 90%;
	line-height: 1.66;
}

/* -------------------------------------------------------------
Tips */
.top-spc { padding-top: 10px;}
.text110 { font-size: 110%; }
