@charset "UTF-8";

/* ***************************************************
* CSS file For cyberstar.jp
	FileName: common.css
	data:2007/11/16 koyama

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本スタイル
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:フッター
■[50]:サイドメニュー
■[60]:中P共通部分
■[70]:ぱんくず
■[80]:レイアウト指定
■[90]:指定フォント
■[91]:指定リンク
**************************************************** */


/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/

body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-weight: normal;
	font-style: normal;
}

img,table {
	border: none;
}

img {
	vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul {
	list-style: none;
}


/* -- clear float -- */ 
.LRSplit { 
    min-height:0; 
    display: inline-table; 
} 
.LRSplit:after{ 
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden; 
} 
/* \*/ 
* html .LRSplit {height:0;} 
.LRSplit{display: block;} 
/* */ 
/* -- end clear float -- */

/*-----------------------------------------------------------
■[02]:基本スタイル
------------------------------------------------------------*/

body {
	text-align: center;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', sans-serif;
	background: url(/img/common/bg.jpg) repeat-x left top;
}


a:link {
	color: #a55151;
	text-decoration: underline;
}
a:visited {
	color: #a55151;
	text-decoration: underline;
}
a:hover {
	color: #8f7373;
	text-decoration: underline;
}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/

div#Container {
	width: 774px;
	text-align: left;
	margin: 0 auto;
}

div#Wrapper {
	width:565px;
	float:right;
	padding: 0 0 30px;
	text-align: left;
	background: url(/img/common/contents_bg.gif) repeat-y left bottom;
}

div#Contents {
	padding: 25px 32px 0 21px;
	position: relative;
}

div#Side {
	width: 207px;
	float: left;
}

div#Menu {
	background: url(/img/common/menu_bg.gif) no-repeat left bottom;
	width: 207px;
	padding: 97px 0 15px 0;
	margin-bottom: 10px;
}

div#Menu ul {
	padding: 0 0 0 15px;
}

div#Clinic_info_head {
	background: url(/img/common/clinic_info_head.gif) no-repeat left top;
	width: 204px;
	height: 22px;
	margin-top: 10px;
}

div#Clinic_info_head p {
	padding: 2px 0 0 7px;
	color: #fff;
	font-weight: bold;
}


div#Clinic_info {
	background: url(/img/common/clinic_info_bg.gif) no-repeat left bottom;
	width: 204px;
	margin-bottom: 10px;
}

div#Clinic_info p {
	font-size: 10px;
	line-height: 16px;
	padding: 5px 7px 5px 10px;
	background: url(/img/common/dotted.gif) repeat-x left top;
}

div#Clinic_info p span {
	font-weight: bold;
	padding: 0 15px 0 0;
	display: block;
}

div#Clinic_info p span a:link { color: #666666; text-decoration: none; }

div#Clinic_info p span a:visited { color: #666666; text-decoration: none; }

div#Clinic_info p span a:hover { color: #8f7373; text-decoration: none; }

div#Clinic_info p span.Nishinomiya { background: url(/img/common/clinic_info_arrow.gif) no-repeat 155px 3px; }

div#Clinic_info p span.Hakata { background: url(/img/common/clinic_info_arrow.gif) no-repeat 143px 3px; }	

/*-----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------*/

h1 {margin: 0; color: #fff; font-size: 10px;}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0 0 10px;
	padding: 0;
	clear: both;
}

/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/

div#Header {
	width: 774px;
	height: 34px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	z-index: 100;
}


/* ヘッダ */
div#Header h1 {
	width: 400px;
	position: absolute;
	top: 7px;
	left: 0px;
}

div#Header img.Logo {
	width: 150px;
	position: absolute;
	top: 40px;
	left: 30px;
}

div#Header img.Official {
	width: 212px;
	position: absolute;
	top: 10px;
	right: 5px;
}


/*-----------------------------------------------------------
■[40]:フッター
------------------------------------------------------------*/
div#Footer {
	text-align: right;
	width: 774px;
	margin: 0 auto;
	clear: both;
	font-size: 10px;
	letter-spacing: 0;
}

div#Footer p {
	font-size: 10px;
	font-weight: bold;
}

div#Footer img { margin: 5px 0 30px 0; }

div#Footer a:link {color: #666; text-decoration: none;}
div#Footer a:visited {color: #666; text-decoration: none;}
div#Footer a:hover {color: #666; text-decoration: underline;}

/*-----------------------------------------------------------
■[50]:サイドメニュー
------------------------------------------------------------*/

div#GNvg {margin: 0 0 15px;}
div#GNvg p {
	padding: 4px 0 0;
	background: url(/img/common/menu_delimit.gif) no-repeat top left;
}

div#CoInfo {
	width: 184px;
	border: 1px solid #cccccc;
	margin: 5px 0 0;
	font-size: 10px;
	line-height: 15px;
}

/* hide from Mac IE \*/
* html div#CoInfo { width: 186px; }
/* */

div#CoInfo div {
	width: 175px;
	margin: 0 0 0 8px;
	background: url(/img/common/co_find.gif) no-repeat left 3px;
	padding: 0 0 5px 10px;
}
div#CoInfo span {font-weight: bold;}

/* バナー */
div#Banner img {margin: 0 0 10px;}

/*-----------------------------------------------------------
■[60]:中ページ共通部分
------------------------------------------------------------*/

div.Page_top {
	width: 512px;
	text-align: right;
	clear: both;
}

div.Page_top img {
	margin: 0 0 10px 0;
}

div.BtnContact02 {
	width: 512px;
	text-align: right;
	clear: both;
	margin: 0 0 12px 0;
}

.fLeft{ float: left; }
.fRight{ float: right; }


/*-----------------------------------------------------------
■[70]:ぱんくず
------------------------------------------------------------*/

div#TopicPath {
	font-size: 10px;
	width: 518px;
	letter-spacing: 0px;
	color: #666666;
	text-align: right;
	position: absolute;
	top: 5px;
	left: 15px;
	padding: 0px;
	margin : 0px;
}
div#TopicPath span{
	color: #666666;
}
div#TopicPath a:link,div#TopicPath a:visited {color: #d88e2d; text-decoration: underline;}
div#TopicPath a:hover {color: #cc6600; text-decoration: underline;}
div#TopicPath strong {color: #d88e2d; font-weight: normal;}

