@charset "UTF-8";
/*--------------------------------------------------
CSS
原田メンタルクリニック
制作　2006.7.17
--------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	list-style: none;
	border:0px;
	background-color:transparent;
	color:#000000;
}

.red {
	color: #FF0000;
}
a:link {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFF00;
}
a:visited{
	color:#663399;
}
/*-----body-----*/
body {
	background: #FFFFFF url(../../image/body_background.jpg) repeat-y center;
	text-align: center;
}
/*-----container-----*/
#container {
	width: 700px;
	background: #FFFFFF;
	text-align: left;
	padding: 0px 10px;
	margin: 0px auto;
}
/*-----ヘッダー-----*/
#container #header {
	height: 46px;
	width: 700px;
	margin-bottom: 5px;
	margin-top: 5px;
}
/*-----イメージ-----*/
#top #container #navimage {
	width: 700px;
}
#top #container #navimage #leftnav {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}
#top #container #navimage #imagecounter #topimage {
	float: left;
	height: 199px;
	width: 376px;
}
#top #container #navimage #imagecounter #counter {
	height: 199px;
	background: #FFFFE6;
	text-align: right;
}
#top #container #navimage #imagecounter #counter img {
	margin-top: 180px;
}
#container #imagecounter {
	height: 200px;
	width: 550px;
	float: right;
}
#container #title {
	height: 42px;
	width: 700px;
}
#top #container #flash {
	height: 200px;
	width: 700px;
}
/*-----左ナビ+コンテンツ-----*/
#container #navcon {
	width: 650px;
	padding-top: 7px;
	margin-top: 5px;
	padding-left: 50px;
	clear: both;
	border-top: 2px solid #996600;
}
/*-----コンテンツ-----*/

#top #container #navcon #contents {
	width: 100%;
}
#container #navcon #contents p {
	margin-bottom: 0.3em;
	margin-top: 0.2px;
	line-height: 1.5em;
}
#container #navcon #contents p.headborder {
	margin-top: 6px;
	margin-bottom: 8px;
	padding: 0px 0px 0px 14px;
	background: url(../../image/line_head_2.gif) no-repeat left top;
}
#container #navcon #contents p.headarrow {
	text-indent: 14px;
	background: url(../../image/arrow_gray_small.gif) no-repeat left 6px;
	text-indent: 15px;
}
#top #container #navcon #contents p {
	line-height: 1.2em;
	padding-bottom: 3px;
}
#container #navcon #contents h2 {
	font-weight: normal;
	color: #FFFFFF;
	background: #006600;
	border-left: 4px solid #009933;
	height: 1.3em;
	padding-top: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 3px;
}
#container #navcon #contents h3 {
	font-weight: normal;
	background: #CCCCCC;
	height: 1.3em;
	width: 100%;
	padding-left: 3px;
	border-left: 4px solid #999999;
	margin-top: 2px;
	margin-bottom: 2px;
}
#container #navcon #contents h4 {
	font-weight: normal;
	background: #FFFFCC;
	height: 1.3em;
	width: 100%;
	padding-left: 3px;
	border-left: 4px solid #993300;
	margin-top: 2px;
	margin-bottom: 2px;
}
#container #navcon #contents .delete {
	text-decoration: line-through;
}
#container #navcon #contents.aligncenter {
	text-align: center;
}
#container #navcon #contents img.alignright{
	float: right;
	margin: 5px;
	padding: 2px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
}
#container #navcon #contents ul.list {
	margin-left: 25px;
}
#container #navcon #contents ul.list li {
	list-style: square;
}
#container #navcon #contents dt {
	background: url(../../image/line_head_2.gif) no-repeat left 6px;
	padding-left: 15px;
}
#container #navcon #contents dd {
	margin-left: 30px;
}
#container #navcon #contents dl {
	line-height: 1.5em;
}
#container #navcon #contents #whatsnew {
	width: 75%;
	padding: 5px;
	overflow: auto;
	border: 1px solid #999999;
	margin: 0px 0px 0px 10px;
	height: 12em;
}
#top #container #navcon #contents #whatsnew ul li {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
}
#top #container #navcon #contents table {
	margin-left: 14px;
	margin-bottom: 5px;
}
/*-----文字サイズ切り替え-----*/
#container #navcon #contents #fontsizeswitch {
	font-size: 14px;
	width: 170px;
	height: 20px;
	float: right;
}
#container #navcon #contents #fontsizeswitch li {
	float: left;
}
#container #navcon #contents #fontsizeswitch ul li a {
	width: 15px;
	height: 1.2em;
	display: block;
	border-left: 1px solid #999999;
	padding-right: 1px;
	padding-left: 1px;
	color: #000000;
}
#container #navcon #contents #fontsizeswitch ul li a:hover {
	background: #CCCCCC;
}
#container #navcon #contents #fontsizeswitch .borderright {
	border-right: 1px solid #999999;
}
/*-----ナビゲーション-----*/
#container #leftnav {
	width: 130px;
	float: left;
}
#container #leftnav ul li {
	display: inline;
	padding-bottom: 30px;
}
#container #leftnav ul li a {
	display: block;
	margin-bottom: 2px;
}
/*-----ページトップへ-----*/
#container #navcon #toTop {
	clear: both;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 100%;
}
/*-----フッター-----*/
#footer {
	width: 720px;
	font-size: 12px;
	text-align: right;
	border-top: 1px solid #666666;
	background: #CCCCCC;
	padding-top: 3px;
	margin: 5px auto 0px;
}
/*-----テーブル-----*/

#container #navcon #contents table {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#container #navcon #contents td {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
}
#container #navcon #contents td.nowrap {
	white-space: nowrap;
}
#container #navcon #contents td.gray {
	background: #CCCCCC;
}
#container #navcon #contents td.yellow {
	background: #FFFFCC;
}
.imgover {
}
#container #navcon #contents td.tdAlignCenter {
	text-align: center;
}
/*-----END-----*/
#top #container #navcon #contents #contents1 {
	width: 100%;
}
#top #container #navcon #contents #contents1 #adress {
	float: left;
	width: 400px;
}
#top #container #navcon #contents #contents1 img {
	margin-top: 15px;
	margin-left: 0px;
}
#top #container #navcon #contents #contents2 {
	width: 100%;
	clear:both;
}
