@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:12px;
	color:#666;
	background-color:#66CCFF;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
}

a{
	overflow:hidden;
}

img, div { behavior: url(iepngfix.htc) }

/*
---------------------------------
*/

/*　ヘッダー　*/
#header{
	width:969px;
	height:194px;
	position:relative;
	margin:0 auto;
}

/*　ロゴ　*/
#header h1 a{
	display:block;
	width:285px;
	height:194px;
	background-image:url(../image/index/logo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	position:absolute;
	top:0px;
	left:12px;
}


/*　伊予病院のサイトへ　*/
#header h2 a{
	display:block;
	width:172px;
	height:25px;
	background-image:url(../image/index/bt_iyo.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-indent:-9999px;
	position:absolute;
	bottom:0px;
	right:0px;
}

/*　四大メニュー　*/
#four_menu{
	width:436px;
	height:476px;
	position:absolute;
	left: 246px;
	top: 135px;
}

/*　白背景のコンテナ　*/
#white_container{
	width:100%;
	background-color:#FFF;
	overflow:hidden;
}

/*　メインコンテナ　*/
#main_container{
	width:969px;
	margin:0 auto;
	overflow:hidden;
}

/*　メインメニュー　*/
#main_menu{
	float:left;
	width:204px;
	margin-left:12px;
}

#main_menu ul{
	margin:0px;
}

#main_menu ul li{
	margin:0px;
	list-style-type:none;
}

/*　右カラム　*/
#right_column{
	width:277px;
	float:right;
}

#right_column h2{
	padding-top:35px;
	padding-bottom:35px;
}

/*　ブログの読み込み　*/

#right_column ul{
	maring:0;
	padding:0;
}

#right_column ul li{
	list-style-type:none;
	background-image:url(../image/index/li_read_blog.jpg);
	background-repeat:no-repeat;
	background-position:left 0.6em;
	line-height:200%;
	padding-left:15px;
}

/*　フッター　*/
#footer{
	clear:both;
	width:969px;
	margin:0px auto;
}

#footer p{
	color:#FFF;
	line-height:300%;
	text-align:right;
}


.test01 a{
	display:block;
	width:218px;
	height:241px;
	background-image:url(../image/index/mainmenu01.png);
	background-repeat:no-repeat;
	background-position:left top;
	behavior: url(./script/iepngfix.htc);
	text-indent:-9999px;
}

.test01 a:hover{
	background-image:url(../image/index/mainmenu01_over.png);
	background-repeat:no-repeat;
	background-position:left top;
	behavior: url(./script/iepngfix.htc);
}
