@charset "shift_jis";

/* basic font-size
---------------------------------------------------- */

body {
	font-family: sans-serif;
	font-size: 12px;
	color: #515151;
	line-height: 1.5em;
}
* html body {
  /* for WinIE6*/
  font-size: 75%;
  font-family: Verdana, "MS P ゴシック", sans-serif;
}
*:first-child+html body {
  /* for WinIE7*/
  font-size: 75%;
  font-family: 'メイリオ', Meiryo, sans-serif;
}



/* main text
---------------------------------------------------- */
.text {
	font-size: 13px;
	color: #515151;
	line-height: 1.6em;
	font-weight: normal;
}
.text .arrow3 {
	background: url(images/arrow3.gif) no-repeat;
	padding-left: 23px;
}


.text_g {
	font-size: 13px;
	color: #3AAFAC;
	line-height: 1.3em;
	font-weight: normal;
}

.text_red {
	font-size: 13px;
	color: #E51009;
	line-height: 1.6em;
	font-weight: bold;
}


/* link style
---------------------------------------------------- */

a:link {
  color: #008080;
  text-decoration: underline;
}
a:visited {
	color: #008080;
	text-decoration: underline;
}
a:hover {
	color: #008080;
	text-decoration: none;
}
a:active {
  left: 1px;
  top: 1px;
  position: relative;
}
.btn { }

/* basic style
---------------------------------------------------- */

h1 { font-size: 11px;
	color: #336666;
	line-height: 1.0;
	text-align: left; 
	}
h5,
h6 { font-weight: bold; }

.text {
}
.content {
	font-size: 13px;
	color: #515151;
	line-height: 1.6em;
	font-weight: normal;
	width: 545px;
	padding: 5px;
	margin-left: 25px;
	position: relative;
	text-align: left;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}


.bg_h3 {
	clip: rect(auto,auto,auto,auto);
	width: 555px;
	background: url(images/br_subtitle_bg.gif) repeat-x;
	margin: 20px 0px 6px 17px;
	padding-left: 10px;
	height: 31px;
	padding-top: 10px;
}

h3 {
	height: auto;
	font-size: 14px;
	color: #666666;
	line-height: normal;
	clip: rect(auto,auto,auto,auto);
	font-weight: bold;
	letter-spacing: 0.2em;
	width: 555px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.bg_h4 {
	height: auto;
	clip: rect(auto,auto,auto,auto);
	border-left: 6px solid #A5A5A5;
	padding-left: 10px;
	border-bottom: 1px solid #A5A5A5;
	padding-top: 0px;
	width: 540px;
	margin: 24px 0px 12px 30px;
}
.content4 {
	font-size: 13px;
	color: #515151;
	line-height: 1.6em;
	font-weight: normal;
	width: 545px;
	padding: 5px;
	margin-left: 25px;
	position: relative;
	text-align: left;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.health_notice {
}



h4 {
	height: auto;
	font-size: 12px;
	color: #666666;
	line-height: normal;
	clip: rect(auto,auto,auto,auto);
	font-weight: bold;
	letter-spacing: 0.2em;
	width: 540px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


p {
	line-height: 1.6;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
em,
strong { font-weight: bold; }
pre,
address { font-style:normal; }
blockquote {
  margin:0 0 1em 2em;
  padding: 0;
}
blockquote p {
  margin: 1em 0 1em 0;
  padding: 0 1em;
}
blockquote blockquote {
  margin: 0.2em 0;
  padding: 0.2em 0 0.2em 0.2em;
}

/*
 * Mac IE は pre 要素で overflow すると、初期値である visible 以外の場合、要素の中身が見えなくなる */

pre {
  width: 95%;
  overflow: visible;
  /*\*/
  overflow: scroll;
  /**/
  margin: 1.5em 0;
  padding: 0.5em 0.8em;
  font-size: 95%;
}
del {
  color: #CCC;
  font-weight: normal;
  text-decoration: line-through;
}
ins {
  display: block;
  margin: 0;
  padding: 1em;
  color: #333;
}


/* IE PNG fix
---------------------------------------------------- */

* html .iepngfix { behavior: expression(IEPNGFIX.fix(this));
}

/* パンくずとフッターのメニュー
---------------------------------------------------- */
.text_menu {
	font-size: 12px;
	color: #515151;
	text-decoration: none;
}
a.text_menu:link {
	font-size: 12px;
	color: #515151;
	text-decoration: none;
}
a.text_menu:visited {
	font-size: 12px;
	color: #515151;
	text-decoration: none;
}
a.text_menu:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #3AAFAC;
}	



/* ｸﾞﾘｰﾝ15
---------------------------------------------------- */
.text_g15 {
	font-size: 16px;
	color: #008080;
	text-decoration: none;
	font-weight: bold;
}
a.text_g15:link {
	font-size: 16px;
	color: #008080;
	text-decoration: none;
}
a.text_g15:visited {
	font-size: 16px;
	color: #008080;
	text-decoration: none;
}
a.text_g15:hover {
	font-size: 16px;
	text-decoration: underline;
	color: #008080;
}	


/* white
---------------------------------------------------- */
.text_w {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: none;
}
a.text_w:link {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.text_w:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.text_w:hover {
	font-size: 13px;
	text-decoration: underline;
	color: #FFFFFF;
}	


/* text_15
---------------------------------------------------- */
.text_15 {
	font-size: 16px;
	color: #515151;
	text-decoration: none;
	font-weight: bold;
}



/* banner
---------------------------------------------------- */
.text_br {
	font-size: 13px;
	text-decoration: underline;
	color: #336666;
	top: 10px;
}
a.text_br:link {
	font-size: 13px;
	text-decoration: underline;
	color: #336666;
	
}
a.text_br:visited {
	font-size: 13px;
	text-decoration: underline;
	color: #336666;
	
}
a.text_br:hover {
	font-size: 13px;
	text-decoration: none;
	color: #336666;
	
}

.br_end {
	height: 15px;
	background: url(images/br_end.gif) no-repeat;
}


/* list
---------------------------------------------------- */
.text_date {
	background: #FFFFFF url(images/arrow.gif) no-repeat left 5px;
	padding-left: 26px;
	font-size: 13px;
	color: #515151;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	line-height: 1.6em;
}

.text_back {
	background: #FFFFFF url(images/bt_gototop.gif) no-repeat left center;
	padding-left: 20px;
	font-size: 13px;
	color: #008080;
	font-weight: bold;
}
a.text_back:link {
	font-size: 13px;
	color: #008080;
	text-decoration: underline;
	
}
a.text_back:visited {
	font-size: 13px;
	color: #008080;
	text-decoration: underline;
	
}
a.text_back:hover {
　　font-size: 13px;
	color: #008080;
	text-decoration: none;
	
}

.text_notice {
	background: #FFFFFF url(images/dod.gif) no-repeat left center;
	padding-left: 10px;
	font-size: 13px;
	color: #515151;
	text-decoration: underline;
}

.text_dod {
	background: #FFFFFF url(images/dod.gif) no-repeat left center;
	font-size: 13px;
	color: #008080;
	padding-left: 16px;
}

.text_dod2 {
	background: url(images/dod.gif) no-repeat left center;
	font-size: 13px;
	color: #008080;
	padding-left: 16px;
}

.text_dod3 {
	background: url(images/dod.gif) no-repeat left center;
	font-size: 13px;
	color: #008080;
	padding-left: 16px;
	border-bottom: 1px dotted #CCCCCC;
}

.text_folder02 {
	background: #FFFFFF url(images/ico_folder02.gif) no-repeat left center;
	font-size: 13px;
	color: #515151;
	padding-left: 24px;
}


.text_folder01 {
	background: #FFFFFF url(images/ico_folder01.gif) no-repeat left center;
	font-size: 13px;
	color: #515151;
	padding-left: 24px;
}

.text_sp {
	font-size: 13px;
	color: #515151;
	padding-left: 16px;
	padding-bottom: 16px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

.text_sp2 {
	font-size: 13px;
	color: #515151;
	padding-left: 32px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

.text_sp3 {
	font-size: 13px;
	color: #515151;
	padding-left: 26px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}

.line {
	height: 6px;
	background: url(images/line.gif) repeat-x center;
}

.line_ld {
	height: 6px;
	background: url(images/icon_ld.gif) no-repeat center;
}

.line_l1 {
	height: 6px;
	background: url(images/icon_l1.gif) repeat-y center;
}

.line_l2 {
	height: 6px;
	background: url(images/icon_l2.gif) repeat-y center;
}

.line_ld2 {
	height: 6px;
	background: url(images/icon_ld2.gif) repeat-y center;
}

.bg_title{
	background: url(images/br_title_bg.gif) repeat-x center bottom;
	padding-left: 10px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 0px;
	margin-top: 5px;
	height: 36px;
}

h2 {
	font-size: 16px;
	color: #666666;
	padding-left: 10px;
	clip: rect(auto,auto,auto,auto);
	font-weight: bold;
	padding-top: 8px;
	letter-spacing: 0.2em;
	margin: 0px;
}


/* header
---------------------------------------------------- */
.text_ht {
	font-size: 12px;
	color: #3AAFAC;
	text-decoration: underline;
}
a.text_ht:link {
	font-size: 12px;
	color: #3AAFAC;
	text-decoration: underline;
}
a.text_ht:visited {
	font-size: 12px;
	color: #3AAFAC;
	text-decoration: underline;
}
a.text_ht:hover {
	font-size: 12px;
	text-decoration: none;
	color: #3AAFAC;
}	


/* footer12
---------------------------------------------------- */
.text12_ft {
	font-size: 12px;
	color: #515151;
	font-weight: normal;
}
a.text12_ft:link {
	font-size: 12px;
	color: #515151;
	text-decoration: none;
	font-weight: normal;
}
a.text12_ft:visited {
	font-size: 12px;
	color: #515151;
	text-decoration: none;
	font-weight: normal;
}
a.text12_ft:hover {
	font-size: 12px;
	text-decoration: none;
	color: #3AAFAC;
	font-weight: normal;
}


/* footer10
---------------------------------------------------- */
.text10_ft {
	font-size: 12px;
	color: #515151;
	font-weight: normal;
}
a.text10_ft:link {
	font-size: 12px;
	color: #515151;
	text-decoration: none;
	font-weight: normal;
}
a.text10_ft:visited {
	font-size: 12px;
	color: #515151;
	text-decoration: none;
	font-weight: normal;
}
a.text10_ft:hover {
	font-size: 12px;
	text-decoration: none;
	color: #3AAFAC;
	font-weight: normal;
}

	
	
/* english text
---------------------------------------------------- */
.text_en {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a.text_en:link {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a.text_en:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a.text_en:hover {
	font-size: 12px;
	text-decoration: none;
	color: #9966FF;
	font-weight: bold;
}

	
li {
	margin-bottom: 8px;
	padding: 0px;
	list-style: disc;
}
ul {
	margin-left: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.extra dl {
	width: 320px;
	position: relative;
	margin: 0px;
	float: right;
	padding: 12px 0px 12px 5px;
}
.extra {
	float: right;
	position: relative;
}

.extra dl dt {
	float: left;
	position: relative;
	background-image: url(images/img_round_arrow.gif);
	background-repeat: no-repeat;
	width: 22px;
	margin-right: 5px;
	margin-left: 18px;
}
.extra dl dd {
	position: relative;
	float: left;
	color: #736E5F;
	margin: 0px;
}
.notice {
	font-size: 13px;
	line-height: 1.6em;
	color: #515151;
	margin-top: 5px;
	text-decoration: underline;
}
.notice ul {
	margin: 0px;
	padding: 0px;
}
.notice li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 24px;
	text-align: right;
	list-style-image: url(images/dod2.gif);
}

.health_notice {
	font-size: 14px;
	line-height: 1.6em;
	color: #515151;
	letter-spacing: 0.2em;
	background: #EDE6E0;
	padding: 3px;
	height: 25px;
}
.health_notice ul {
	margin: 0px;
	padding: 0px;
}
.health_notice li {
	padding: 3px 0px 5px;
	list-style-image: url(images/dod2.gif);
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px 0px 0px 24px;
}

.health_hd_notice {
	font-size: 14px;
	line-height: 1.6em;
	color: #515151;
	letter-spacing: 0.2em;
	background: #EDE6E0;
	padding: 4px 3px 3px;
	height: 25px;
	font-weight: bold;
}

.gotop {
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bold;
}

.dog_title{
	font-size: 13px;
	color: #515151;
	width: 565px;
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	padding: 5px;
	text-align: left;
	background-image: url(images/dog_title_bg.gif);
	font-weight: bold;
	margin-left: 15px;
	margin-top: 10px;
	border: 1px solid #999999;
}
.dog_title2{
	font-size: 13px;
	color: #515151;
	width: 565px;
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	padding: 5px;
	text-align: left;
	background-image: url(images/dog_title2_bg.gif);
	font-weight: bold;
	margin-left: 15px;
	margin-top: 10px;
	border: 1px solid #999999;
}
.dog_area {
	width: 565px;
	margin-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 5px;
}

.dog_area p {
	line-height: 1.6em;
	font-size: 13px;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: 0.1em;
	
}

.vitamin table {
	font-size: 13px;
	color: #515151;
	width: 522px;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
.left img {
	float: left;
}

.vitamin th {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.vitamin td {
	padding: 5px;
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.vitamin tr.g {
	padding: 5px;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
}

.vitamin tr.k {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(images/ninniku_times.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.vitamin tr.v {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(images/bitamin_times.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.vitamin tr.bv {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(images/bitamink_times.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.vitamin tr.pla {
	padding: 5px;
	background-image: url(images/pra_times.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.vitamin tr.tenteki {
	padding: 5px;
	background-image: url(images/tenteki_times.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.vitamin tr.p {
	padding: 5px;
	background: #FF99CC;
	border: 1px solid #CCCCCC;
}

.vitamin tr.gg {
	padding: 5px;
	background: #33CC99;
	border: 1px solid #CCCCCC;
}
.vitamin tr.o {
	padding: 5px;
	background: #FF9999;
	border: 1px solid #CCCCCC;
}
.sub_title {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 284px;
	margin: 0px;
	padding: 0px;
	background: url(images/sub_title_internalmedicine.gif) repeat;
}

.subarea {
	margin: 0px 0px 15px;
	padding: 0px 0px 5px;
	width: 284px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}
.subarea dl {
	margin: 0px;
	padding: 0px;
}
.subarea dt {
	font-weight: bold;
	margin: 5px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #FFBE7D;
	background: #FFEDDD;
}
.subarea dd {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.subarea2 {
	margin: 0px 0px 15px;
	padding: 0px 0px 5px;
	width: 284px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}
.subarea2 dl {
	margin: 0px;
	padding: 0px;
}
.subarea2 dt {
	font-weight: bold;
	margin: 5px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #9EC0AD;
	background: #E8F9F3;
}
.subarea2 dd {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.subarea3 {
	margin: 0px 0px 15px;
	padding: 0px 0px 5px;
	width: 284px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}
.subarea3 dl {
	margin: 0px;
	padding: 0px;
}
.subarea3 dt {
	font-weight: bold;
	margin: 5px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #FCDB6B;
	background: #FFFFCF;
}
.subarea3 dd {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.subarea4 {
	margin: 0px 0px 15px;
	padding: 0px 0px 5px;
	width: 284px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}
.subarea4 dl {
	margin: 0px;
	padding: 0px;
}
.subarea4 dt {
	font-weight: bold;
	margin: 5px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #99CCFF;
	background: #DDEEFF;
}
.subarea4 dd {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.area1 {
	width: 561px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.area1 .title {
	background-image: url(images/br_subtitle_bg.gif);
	background-repeat: repeat-x;
	height: 31px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.area1 .inside {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 10px;
}
.bg_seen {
	background-image: url(images/bg_eye1.gif);
	height: 220px;
	width: 565px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	background-repeat: no-repeat;
}
.bg_seen .eye_seen_left {
	width: 250px;
	float: left;
	margin-left: 10px;
}
.bg_seen .eye_seen_right {
	width: 270px;
	float: right;
	margin-right: 20px;
}
.bg_seen .eye_seen_left ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.bg_seen .eye_seen_left li {
	font-size: 13px;
	list-style-type: square;
	margin-bottom: 20px;
}
.bg_seen .eye_seen_right ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.bg_seen .eye_seen_right li {
	font-size: 13px;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 20px;
}


.bg_seen2 {
	background-image: url(images/bg_eye2.gif);
	height: 260px;
	width: 565px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: left;
	background-repeat: no-repeat;
}
.bg_seen2 .eye_seen_left2 {
	width: 250px;
	float: left;
	margin-left: 10px;
}
.bg_seen2 .eye_seen_right2 {
	width: 270px;
	float: right;
	margin-right: 20px;
}
.bg_seen2 .eye_seen_left2 ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.bg_seen2 .eye_seen_left2 li {
	font-size: 13px;
	list-style-type: square;
	margin-bottom: 20px;
}
.bg_seen2 .eye_seen_right2 ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.bg_seen2 .eye_seen_right2 li {
	font-size: 13px;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 20px;
}


.top_news {
	background-image: url(images/top/top_news.gif);
	width: 445px;
	padding-top: 45px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.top_news .tps {
	width: 425px;
	margin-left: 10px;
}
.top_news .tps ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.top_news .tps li {
	font-size: 13px;
	list-style-type: square;
	margin-bottom: 20px;
}
.blog_list {
	width: 205px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding: 0px;
	background-color: #FFECF6;
}
.blog_list ul {
	margin: 0px;
	padding: 0px;
}
.blog_list li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 15px;
	list-style-image: url(images/arrow_blog;ist.gif);
	padding: 0px;
	line-height: normal;
}
.blog_list a {
	font-size: 12px;
	color: #FF66CC;

}
.blog_list a:link {
	font-size: 12px;
	color: #FF66CC;

}
.blog_list a:visited {
	font-size: 12px;
	color: #FF66CC;

}
.blog_list a:hover {
	font-size: 12px;
	color: #FF66CC;

}

