/*-----------------------------------------------
医療ソリューション base.css
-----------------------------------------------*/

/*全体枠
-----------------------------------------------*/
body {
	color:#333333;
	background-color: #eef2fb;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
}

#pageside {
	width: 655px;
	text-align: center;
	display: block;
	background: url(../images/common/pageside.gif) repeat-y;
	margin-bottom: 0px;
	padding: 0px;
}

#layout {
	width: 645px;
	display: block;
/*
	float: left;　←あると、サイドの影ができない。(コメント削除不可)
*/
	text-align: left;
	background-color: #FFFFFF;
	border-bottom: 1px #E1E1E1 solid;
	margin: 0px;
	padding: 0px;
}


/*ヘッダー
-----------------------------------------------*/
#head {
	clear: both;
	height: 98px;
	width: 645px;
	margin: 0px;
}

/*ページタイトル
-----------------------------------------------*/

#title {
	height: 40px;
	width: 490px;
	clear: both;
	text-indent: 25px;
	background: url(../images/common/title_bg.jpg) repeat-x;
	color: #1D7AAD;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
}

/*ページサブタイトル
-----------------------------------------------*/

#title_sub {
	height: 28px;
	width: 484px;
	clear: both;
	text-indent: 8px;
	color: #003366;
	border-bottom: 1px #66CC99 solid;
	border-left: 5px #66CC99 solid;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*メイン
-----------------------------------------------*/
#main {
	width: 490px;
	float: right;
	display: block;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 7px;
	margin-right: 0px;
	margin-bottom: 20px;
}


/*フッター
-----------------------------------------------*/

#footer {
	height: 27px;
	width: 645px;
	clear:both;
	text-align: center;
	margin: 0px;
	padding: 0px;
}


/*リスト
----------------------------------------*/
ul {
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 20px;
}


li {
	text-align: left;
}


/*共通タグ
-----------------------------------------------*/
h1 {
	margin: 0px;
	padding: 0px;
letter-spacing: 1px;
}

h2 {
	margin: 0px;
	padding: 0px;
letter-spacing: 1px;
}

h3 {
	margin: 0px;
	padding: 0px;
letter-spacing: 1px;
}

p {
    margin: 0px;
	padding: 0px;
letter-spacing: 1px;
}

img {
	border: 0px;
	margin: 0px;
}

.section {
	height: 24px;
	clear: both;
	color: #135275;
	text-align: left;
	font-weight: normal;
	text-indent: 15px;
	background: url(../images/common/list_h3.gif) no-repeat;
	background-position: 3px 5px;
	border-bottom: 1px #135275 dotted;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*---h4タグ---*/
.section_item {
	height: 20px;
	color: #135275;
	font-weight: normal;
	margin: 0px;
	background: url(../images/common/list_h4.gif) no-repeat;
	background-position: 2px 5px;
	text-indent: 15px;
	margin-bottom: 3px;
}

/*---内容---*/
.section_contents {
	width: 475px;
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
}

/*---テーブル---*/
.section_tbl {
	width: 475px;
	border: 3px #D6D3EB double;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 20px;
}

.section_tbl th {
	font-weight: normal;
	border: 1px #E1E1E1 solid;
	background-color: #F1F1F1;
	text-align: center;
	padding: 5px;
}

.section_tbl td {
	border: 1px #E1E1E1 solid;
	padding: 5px;
}

.section_tbl_none td {
	border: none;
	padding: 0px;
}

/*---画像---*/

img {
	border: 0px;
}

/*---リンク---*/

a {
	color: #0000FF;
}

a:hover {
	color: #FF5820;
}


      