@charset "UTF-8";

/*==========初期化==========*/

h1,h2,h3,h4,body,ul,ol,li,p {
	padding:0;
	margin:0;
}

/*==========背景等==========*/

body {
	font-family: Osaka, "ＭＳ Ｐゴシック", sans-serif;
	background-color:#f1f1f1;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;				/*あるいはno-repeat　repeat-x　repeat-y*/
	background-attachment:scroll;			/*あるいはfixed*/
	background-position:left top;
	text-align:center;
	line-height:1.6;
}

#wrapper{
	background-color:#ffffff;
	background-image:url(img/bg_wapper.jpg);
	background-repeat:repeat-x;				/*あるいはno-repeat　repeat-x　repeat-y*/
	background-attachment:scroll;			/*あるいはfixed*/
	background-position:left top;
	width: 960px;
	margin: 0 auto;
}

#sidebar {
	background-color:#ffffff;
	background-image:url(img/bg_wapper.jpg);
	background-repeat:repeat-x;				/*あるいはno-repeat　repeat-x　repeat-y*/
	background-attachment:scroll;			/*あるいはfixed*/
	background-position:left top;
/*	color:#222222;*/
	float: left;
	width: 165px;
	padding: 0 0 0 10px;
	text-align:left;
	font-size:150%;
}

#main {
/*	background-color:#ff0000;*/
	float: right;
	width: 775px;
	padding: 0 0 0 0;
	font-size:100%;
}


.main_img {
	background-color:#ffffff;
	background-image:url(img/main_img.jpg);
	background-repeat:no-repeat;				/*あるいはno-repeat　repeat-x　repeat-y*/
	background-attachment:scroll;			/*あるいはfixed*/
	background-position:left bottom;
	float:left;
	width: 775px;
	height:135px;
}


.news {
	padding: 0 0 0 0;
	font-size:110%;
	color:#339900;
	text-align:left;
	line-height:1.3em;
}

#honbun {
	background-image:url(img/honbunbg.gif);
	background-repeat:no-repeat;				/*あるいはno-repeat　repeat-x　repeat-y*/
	background-attachment:scroll;			/*あるいはfixed*/
	background-position:left bottom;
	background-color:#ffffff;
	width: 775px;
	padding: 0 0 20px 0;
	text-align:left;
}

#honbun_kaicyou {

	background-color:#ffffff;
	width: 775px;
	padding: 0 0 20px 0;
	text-align:left;
}

#honbun_kaicyou_bottom {
	background-image:url(img/honbun_bottom.gif);
	background-repeat:no-repeat;				/*あるいはno-repeat　repeat-x　repeat-y*/
	
}



.honbun2 {
	float:left;
	width: 570px;
	margin:0 0 0 0 ;
	padding:0 0 0 0;
}


.pankuzu {
	float:left;
	width: 730px;
	margin: 10px 0 10px 0;
	padding:0 0 0 20px;
	font-size:120%;
	
}


.naiyou {
	clear:both;
	width: 730px;
	margin: 0 0 10px 20px;
}

.naiyou02 {
	clear:both;
	width: 770px;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}
.banner {
	float:left;
	width: 150px;
	margin: 0 0 0 10px;
}


.banner_doctor {
	float:left;
	width: 150px;
	margin: 0 0 0 10px;
}

.osusume {
	background-image:url(img/banner/osusume_bg.gif);
	background-repeat:no-repeat;				/*あるいはno-repeat　repeat-x　repeat-y*/
	background-attachment:scroll;			/*あるいはfixed*/
	background-position:left bottom;
	padding:0 0 10px 0;
	text-align:center;
}


#footer {
/*	background-color:#009900;*/
	text-align:center;
	color:#666666;
	border-width: 1px 0 0 0;
/*	border-style: solid;*/
/*	border-color: #cccccc;*/
	clear: both;
}


.footer_menu {
	text-align:right;
	padding:0 15px 0 0;
	font-size:100%;
}


.copyright {
	text-align:center;
	font-size:100%;
	padding:0 0 15px 0;
}


/*==========基本==========*/

p {
	
	margin:1em 0;
}

p.noindent {		/*インデントなしテキスト*/
	text-indent: 0em;
}


a img {
	border-style:none;
}


/*==========リンク色==========*/

a:link {
	color: #ff3300;					/*リンク色*/
	text-decoration: underline;			/*あるいはnone*/
}
a:visited {
	color: #ff6600;					/*訪問済リンク色*/
	text-decoration: underline;			/*あるいはnone*/
}
a:hover {
	color: #0000ff;					/*カーソルをのせる*/
	text-decoration: underline;
}
a:active {
	color: #ff0000;					/*クリックしたとき*/
	text-decoration: underline;
}



#sidebar a:link {
	color: #111111;					/*リンク色*/
	text-decoration: underline;			/*あるいはnone*/
}
#sidebar a:visited {
	color: #666666;					/*訪問済リンク色*/
	text-decoration: underline;			/*あるいはnone*/
}
#sidebar a:hover {
	color: #0000ff;					/*カーソルをのせる*/
	text-decoration: underline;
}
#sidebar a:active {
	color: #ff0000;					/*クリックしたとき*/
	text-decoration: underline;
}

/*==========強調==========*/

em {
	font-style:normal;
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}



/*==========見出し==========*/
h1 {
	background:url(img/h1_icon.gif) no-repeat left 7px;
	font-size: 1.6em;
	color:#0033cc;
	margin: 10px 0;
	padding: 0 0 0 37px ;
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#ffffff;
	padding:2px 18px 4px 18px;
	margin:0;
	background:url(img/h2.gif) ;
	background-repeat:no-repeat;
	background-position:0;
}

h3 {
	font-size:1.1em;
	background:#ffffff;
	color:#339900;
	margin: 10px 0;
	padding: 3px 7px;

	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:5px solid #cccccc;
	border-right:1px solid #cccccc;
}

h4 {

	color:#663300;
	font-size: 1em;
	margin: 10px 0;
	padding: 3px 7px;
}


/*==========文字サイズ==========*/

.text_ll{
	font-size:140%;
}

.text_l {
	font-size:120%;
}

.text_m {
	font-size:100%;
}

.text_s {
	font-size:90%;
}

.text_ss {
	font-size:80%;
}


/*==========文字色==========*/

.aka {
	color:#ff0000;
}

.shiro {
	color: #ffffff;
}


/*==========リスト==========*/

#sidebar ul {		/*左メニュー*/
	list-style-type: none;
	list-style-image:url(img/icon.gif) ;	
	margin: 10px 0 20px 20px;
	padding: 0 0 0 0;
	line-height: 1.8em;
	font-size:90%;
}

#sidebar li {		/*左メニュー*/
	padding: -2px 0 0 0;

}



#main ul {
	list-style-type: none;
	list-style-image:url(img/list_icon01.gif);
	margin:20px 10px;	
	margin-left:1em;
	padding-left:2em;	
}


#main ol {
	margin:20px 10px;	
	margin-left:1em;
	padding-left:2em;	
}


/*==========テキスト（クラス）==========*/

.kaisetu {
	font-size:80%;
	color:#666666;
}


.catch {
	font-size:120%;
	color:#660000;
}

.cyuusyaku {						/*注釈（※）*/
	font-size:90%;
	text-indent:-1em;
	margin-left :2em;
}

.kakomi {						/*囲み*/
	font-size:100%;
	background: #ffffcc;
	padding:0 5px;
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
}


.kakomi02 {						/*囲み（挨拶）*/
	font-size:100%;
	background: #ffffff;
	padding:15px 25px;
	border-width:1px;
	border-style:solid;
	border-color:#cccccc;
	line-height:1.8;
}

/*==========テーブル（表）==========*/

table.hyou {
	border-style:none;
	background-color:#cccccc;			/*枠線の色*/
	font-size:100%;					/*文字*/
	color:#000000;
}

table.hyou th {
	background-color:#E5FFB4;			/*テーブルヘッダ*/
	text-align:center;
	font-weight:normal;
	color:#000000;
}

table.hyou td.midashi {					/*見出し*/
	background-color:#FDFCE5;
}

table.hyou td {
	background-color:#ffffff;
}




/*==========テーブル（線）==========*/


table.line {
	border-style:none;
}

table.line th {
	
	background:#E5FFB4 url(img/lineyoko.gif);
	background-repeat:repeat-x;
	background-position:left bottom;	
	font-weight:normal;
}

table.line td.midashiline {			
	background:#FDFCE5 url(img/lineyoko.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

table.line td.kugiri {			
	background: url(img/kugiri.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

table.line td.lineyoko {				
	background:url(img/lineyoko.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}

table.line td.lineyoko02 {				
	background:url(img/lineyoko.gif) #ffffdd;
	background-repeat:repeat-x;
	background-position:left bottom;
}

td,th {				
	font-size:115%;
}



/*==========テーブル（線）==========*/


table.line02 {
	border-style:none;
}

table.line02 td.yokoline {							
	background:url(img/lineyoko02.gif);
	background-repeat:repeat-x;
	background-position:center;
	height:12px;
}
table.line02 td.kugiri {			
	border-right:3px solid #2daeff;
}
table.line02 td.setumei {			
	padding-left:10px;
}