#mainarea {
	position: relative;
	margin-left: 165px;
	margin-bottom: 0px;
	}

#mainarticle {
	padding: 0 30px;
	font-size: 90%;
	line-height: 1.6;
	color: #282828;
	}

/*--▼サイドナビ▼--*/
#sidenavi {
	position: absolute;
	left: 5px;
	top: 0px;
	width: 155px;
	height: auto;
	}
/*---------------
パンくずリスト
---------------------*/
.crumbs {
	font-size: 70%;
	color: #c9c;
	padding: 5px 0 20px;
	}
.crumbs a:link, .crumbs a:visited {
	color: #c9c !important;
	}
.crumbs a:hover {
	color: #c69 !important;
	}
	
/*----------------------------------------*/
/*-----▼主記事のスタイル▼---------------*/
/*----------------------------------------*/
h2 {					/********それぞれの一番おおきな見出し*********/
	font-size: 120%;
	font-family: HGP創英角ゴシックUB, san-serif;
	font-weight: bold;
	background: url(https://www.pauline.or.jp/images/line_triark.gif) no-repeat left bottom;
	padding-bottom: 15px;
	margin-bottom: 10px;
	}
.text {
	background: url(images/bullet_circlepink.gif) no-repeat left top;
	text-indent: 1em;
	margin: 10px 5px;
	
	}
.text_l {
	background: url(images/bullet_circlepink.gif) no-repeat left top;
	text-indent: 1em;
	margin: 10px 5px;
	float: left;
	}
.plain {
	text-indent: 1em;
	margin: 10px 5px;
	
	}

/*----------------------------------------*/	
/*----------画像レイアウトテスト----------*/
/*----------------------------------------*/
p.photo_l {
	text-indent: 0;
	float: left;
	margin: 5px;
	text-align: center;
	font-size: 80%;
	font-family:"Franklin Gothic Medium", sans-serif;
	color: #666;
	}

.clear {
	clear: both;
	}
	


p.photo_c {
	text-indent: 0;
	text-align: center;
	font-size: 80%;
	font-family:"Franklin Gothic Medium", sans-serif;
	color: #666;
	margin-top: 1em;
	}

p.photo_r {
	text-indent: 0;
	float: right;
	margin: 5px;
	text-align: center;
	font-size: 80%;
	font-family:"Franklin Gothic Medium", sans-serif;
	color: #666;
	}

img.edge {
	border: 1px solid #000;
	}

/*画像権利*/
.picright {
	margin: 5px;
	text-align: right;
	font-size: 80%;
	font-family:"Franklin Gothic Medium", sans-serif;
	color: #666;
	}


/*IMEコントロール*/
.imeon {
	ime-mode: active;
	}


.imeoff {
	ime-mode: disabled
	}