@charset "shift_jis";
/*-----------------------------------------------------------------------------
information{
	ファイル名 	: all_settings.css
	概要 		: このCSSファイルは全ページの「ヘッダー、メニュー、フッター、フォントサイズ、リンク設定」で使用しています。
				  このスタイルを変更すると、全ページに影響します。;
	サイト名 	: こころのリスク外来;
	コピーライト: (c) 2007 こころのリスク外来 All Rights Reserved. ;
}
-------------------------------------------------------------------------------*/
/*:::::::::: All_Setting ::::::::::*/
* { margin: 0px; padding: 0px;}
img {border-style:none;}
html{overflow-y:scroll;}
/* IE6以降、Firefox、Safari、Opera等からブラウザアップデート非表示 */
#extrabrowser {display:none; }
.cr {clear:both; height:0px; margin:0px;}
/*:::::::::: Font_Setting ::::::::::*/
body {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background:url(../images/common/back.png) repeat 0 0;
}
* html body {font-size:80%;}/*_IE6 12px*/
*:first-child+html body {font-size:80%;}
caption,th,td,input,textarea,select,a,ul,ol,li,h1,h2,h3,h4,h5,h6{
	font-size: 1em;
}
/*フォントの追加はここからお願いします。*/



/*:::::::::: Link_Setting 通常リンク色の設定です。::::::::::*/
a:link {
	color: #FFDBA4;
	text-decoration: none;
	font-size: 1em;
}
a:visited {
	text-decoration: none;
	font-size: 1em;
	color: #FFDBA4;
}
a:hover {
	text-decoration: underline;
	color: #FFDBA4;
	font-size: 1em;
}
a:active { text-decoration: none; font-size: 1em; }
.help_link a:hover{
	cursor: help;
	background-color: #2af;
	color: #fff;
}

/*その他機能*/
/*:::::::::: page_top ページの先頭へ戻るボタン ::::::::::*/
#page_top {
	height: 20px;
	width: 150px;
	float: right;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	
}
/*:::::::::: bg_line ::::::::::*/
#bg_line {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	/*border: 1px solid #B3B3B3;
	background-color: #f3f4ef;*/
	
}
/*:::::::::: header ::::::::::*/
#headline {
	height: 13px;
	background-image: url(../images/common/headline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}
#header {
	/*height: 80px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/headline.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;*/
}
#header h1{
	height: 75px;
	width: 290px;
	background-image: url(../images/common/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#header h1 a{
	height: 75px;
	width: 290px;
	text-indent: -5000px;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

/*--headmenu--*/
#headmenu{
	float:right;
	/*width:394px;*/
	/*width:401px;*/
	width:327px;
	height:18px;
	display:inline;
	overflow:hidden;
	margin-top:-20px;
	
	position:relative;
	left:6px;
	
}
#headmenu{
	*width:327px;
}
#headmenu, x:-moz-any-link, x:default {
	/*width:401px;*/
	/*width:406px;*/
	/*width:471px;*/
	width:322px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#headmenu{
		/*width:471px;*/
		width:322px;
	}
}


#headmenu ul{
	list-style-type:none;
	height:15px;
}
#headmenu ul li{
	border-right:2px solid #61462A;
	height:auto;
	float:left;
	/*
	padding-left:8px;
	padding-right:8px;
	*/
	padding-left:7px;
	padding-right:7px;
	font-size:95%;
}
#headmenu ul li a{
	color:#61462A;
}

/*--■ここからページ内部の設定です-------------------------------------*/
/*:::::::::: footer ::::::::::*/
#footer {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #956235;
	clear: both;
	
}
#footermenu {
	/*width: 810px;*/
	width: auto;
	letter-spacing: 0em;
	clear: both;
	height: 20px;
	display: block;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 1px;
	margin-left:150px;
	
}
#footermenu ul{
	list-style-type: none;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	
}
#footermenu li{
	float: left;
	list-style-type: none;
	margin: 0px;
	height: auto;
	width: auto;
	
}
/*:::::::::: footer submenu ::::::::::*/
#footermenu li#menu_line {
	background-image: url(../images/common/menu_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	padding-left: 3px;
	
}
#footermenu li#menu_line2 {
	padding-right: 5px;
	padding-left: 3px;
	
}

/*:::::::::: copyright ::::::::::*/
#copyright {
	text-align: right;
	clear: both;
	height: 23px;
	width: 800px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
address {
	font-weight: normal;
	letter-spacing: 0em;
	font-style: normal;
	font-size: 12px;
	
}
addresss {
	font-weight: normal;
	letter-spacing: 0em;
	font-style: normal;
	font-size: 12px;
	padding-right:10px;
	/*float: left;*/
	
}
#topnavi {
	text-align: right;
	margin: 0px;
	height: auto;
	width: 750px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#clear {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#clear02 {
	clear: both;
}
#line {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
#line {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
#navi {
	font-size: 14px;
	height: auto;
	width: auto;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	text-align: center;
	/*background-color: #F0EEE1;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	/*border: 1px solid #BAC9B6;*/
}
#navi p{
	font-size:75%;
	text-align:left;
	margin:0;
	color:#61462a;
}
.anker {
	height: auto;
	width: auto;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;*/
	padding-right: 5px;
	margin-right: 5px;
	float:left;
}
.ank-last{
	height: auto;
	width: auto;
	float:left;
}
#topbox {
	text-align:right;
	height: auto;
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-bottom: 10px;
	clear: both;
}
.style1 {color: #CC0000}
.style2 {color: #006699}
.style3 {
	color: #448EAC;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}
#topnavi {
	float: right;
	width: auto;
	padding-right: 260px;
	text-align: left;
	padding-top: 20px;
}
#topimg {
	margin-top: 3px;
}
