/*****全体に関する指定*****/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
body,td,th {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}
/* アキを作らない */
h1,h2,h3,h4,ul,ol,p {
	margin: 0px;
	padding: 0px;
}

/* リストマークをつけない*/
li {
	list-style:none;
}
/* 画像のリンクに枠をつけない*/
img {
	border: none;
}
/* 基本のテキストリンク指定 */
a {
	color: #1F6F9C;
	text-decoration: underline;
}
a:hover {
	color: #DFA358;
	text-decoration: underline;
}
/* 全体枠設定 */
.all {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-image: url(/img/bg_line.gif);
}
/* クリア */
.clear {
	clear: both;
}

/*****ヘッダに関する指定*****/

/*枠設定*/
.head {
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	height: 89px;
}
#home-head {
	background-image: url(/img/h_headbg.jpg);
}
#contents-head {
	background-image: url(/img/c_headbg.jpg);
}
/*SEO用テキスト*/
h1 {
	font-size: 10px;
	color: #666666;
	text-align: right;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 13px;
}
/*グローバルナビ（３項目）*/
.head-bt {
	text-align: right;
	margin-top: -16px;
	font-size: 15px;
}
.head-bt a {
	color: #666666;
	background-image: url(/img/arrow_o.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 20px;
	background-position: 0px 3px;
}
.head-bt a:hover {
	text-decoration: underline;
}

/*****メニューに関する指定*****/

/*枠設定*/
.menu {
	width: 190px;
	float: left;
	padding-left: 12px;
}
/*インフォメーション（４項目）*/
.menu ul {
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.menu ul li {
	background-image: url(/img/arrow_o.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
	background-position: 0px 4px;
}
.menu ul a {
	color: #666666;
	text-decoration: none;
	font-size: 15px;
}
.menu ul a:hover {
	text-decoration: underline;
}
/*青色のリンク部分（３項目）*/
.menu ol li {
	font-size: 15px;
	background-image: url(/img/arrow_b.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-bottom: 5px;
	padding-left: 18px;
}
.menu ol a {
	text-decoration: none;
}
.menu ol a:hover {
	color: #1F6F9C;
	text-decoration: underline;
}

/*****コンテンツに関する指定*****/

/*枠設定*/
.contents {
	width: 534px;
	float: right;
	padding-right: 12px;
}
/*ページのトップに戻る*/
.page-top {
	text-align: right;
	margin-bottom: 20px;
}

.red_small {
	color: #FF0000;
	font-size: 10px;
}
.black_small {
	font-size: 12px;
}
.waku {
	border: 1px solid #999999;
}


/*****フッタに関する指定*****/
.foota {
	clear: both;
	background-image: url(/img/foota_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 45px;
	text-align: center;
	padding-top: 7px;
}
.foota h2 {
	font-size: 14px;
	margin-bottom: 1px;
	font-weight: normal;
}
.foota-name {
	font-size: 16px;
	font-weight: bold;
}
/*コピーライト*/
address {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: #DFA358;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*****ホームに関する指定*****/

/*ホーム用タイトルリスト（２項目）*/
.title-list {
	font-size: 12px;
	margin-left: 50px;
	margin-bottom: 30px;
}
.title-list a {
        display: block;
	font-size: 14px;
	line-height: 16px;
	margin-left: 80px;
	margin-top: -18px;
	margin-bottom: 5px;
}

/*****コンテンツに関する指定*****/

/*ページタイトル（カテゴリー名）*/
.head-title {
	font-size: 28px;
	color: #FFFFFF;
	background-image: url(/img/c_titlebg.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-left: 50px;
	padding-top: 34px;
	line-height: 28px;
}
/*ナビ*/
.navi {
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}
/*H2タイトル*/
.contents h2 {
	background-repeat: no-repeat;
	height: 38px;
	font-size: 18px;
	padding-top: 5px;
	padding-left: 55px;
	font-weight: bold;
}
.contents h2 a {
	color: #666666;
	text-decoration: none;
}
.contents h2 a:hover {
	text-decoration: underline;
}
/*H2タイトルの背景画像（４種類）*/
/*お知らせ、活動報告、薬と健康の話のアイコン画像のID名、カテゴリーIDに合わせて変更してください*/
#bg_100 {
	background-image: url(/img/title_osirase.gif);
}
#bg_200 {
	background-image: url(/img/title_houkoku.gif);
}
#bg_300 {
	background-image: url(/img/title_kusuri.gif);
}
#bg_400, #bg_500, #bg_600, #bg_700, #bg_800, #bg_900 {
	background-image: url(/img/title_sonota.gif);
}
/*日付*/
.date {
	font-size: 12px;
	text-align: right;
	margin-top: -5px;
}
.honbun {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
}
/*続きを読む*/
.next {
	text-align: right;
	margin-top: 5px;
}
/*H3タイトル*/
.contents h3 {
	font-size: 16px;
	font-weight: normal;
	background-image: url(/img/sikaku.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6B462;
	font-weight: bold;
}

