@charset "Shift_JIS";
body {
	margin-top: 0px;
	_margin-top: 15px;
	background-image: url(image/bg-01.jpg);
	background-repeat: repeat-x;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
#all {
	width: 1000px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
#contents {
	width: 1000px;
	padding-top: 10px;
}
.red {
	color: #FF0000;
}
.red-b {
	color: #FF0000;
	font-size: 16px;
	font-weight: bolder;
}
.green-b {
	color: #99CC00;
	font-weight: bolder;
}
.orange {
	color: #FF9900;
}
.orange-b {
	color: #FF9900;
	font-weight: bolder;
}

.blue {
	color: #0066FF;
}
.blue-b {
	color: #0066FF;
	font-weight: bolder;
}
.pink-b {
	color: #FF6666;
	font-weight: bolder;
}
.hidden {
	visibility: hidden;
}
#page_top {
	text-align: right;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 30px;
	clear: both;
}
/*　標準リンク色設定　*/
a:link{
	color: #3399FF;
} 
a:visited{
	color: #3399FF;
} 
a:hover{
	color: #FF9900;
	text-decoration: none;
}
a:active{
	color: #FF9900;
	text-decoration: none;
	text-align: center;
} 

/*　標準リンク色設定　終わり　*/

/* ヘッダーはじめ */
#header {
	width: 1000px;
	background-image: url(image/top-logo.jpg);
	height: 77px;
}
#head-site {
	position: absolute;
	margin-top: 45px;
	margin-left: 800px;
	display: block;
}
#head-site ul {
	list-style-type: none;
	width: 126px;
	margin: 0px;
	padding: 0px;
}
#head-site li {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fstyle {
	font-size: small;
	position: absolute;
	display: block;
	margin-top: 20px;
	margin-left: 780px;
}
/* フッダーはじめ */
#footer {
	width: 1000px;
	clear: both;
}
#footer a {
	text-decoration: none;
	color: #666;
}

#footer p {
	font-size: 80%;
	padding-top: 8px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 980px;
	margin-top: 10px;
	padding-right: 20px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 0px;
	font-weight: bold;
}
#copyrigh {
	font-size: 70%;
	text-align: center;
	padding: 10px;
}
/* フッダー終わり */
/* サイド部分はじめ */
#side {
	width: 260px;
	float: left;
	padding-left: 5px;
	padding-bottom: 10px;
}
#side img {
	margin: 0px;
}
/* ナビ部分はじめ */
#globalnavi{
	width:252px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#globalnavi li{
	list-style-type: none;
	display:inline;
	height: 37px;
	width: 252px;
	margin: 0px;
	padding: 0px;
}

#globalnavi li a {
	display: block;
	background-image: url(image/navi1.jpg);
	height: 37px;
	width: 252px;
	text-decoration: none;
	background-repeat: no-repeat;
}

/* global navi normal---------------------*/
    #navi1 a { background-position:0  0;}
    #navi2 a { background-position:0  -38px;}
    #navi3 a { background-position:0  -76px;}
    #navi4 a { background-position:0  -114px;}
    #navi5 a { background-position:0  -152px;}
    #navi6 a { background-position:0  -190px;}
    #navi7 a { background-position:0  -228px;}
    #navi8 a { background-position:0  -266px;}
    #navi9 a { background-position:0  -304px;}
    #navi10 a { background-position:0  -342px;}
    #navi11 a { background-position:0  -380px;}
    #navi12 a { background-position:0  -418px;}
    

/* global navi rollover----------------------*/
    #navi1 a:hover { background-position:-252px  0;}
    #navi2 a:hover { background-position:-252px  -38px;}
    #navi3 a:hover { background-position:-252px  -76px;}
    #navi4 a:hover { background-position:-252px  -114px;}
    #navi5 a:hover { background-position:-252px  -152px;}
    #navi6 a:hover { background-position:-252px  -190px;}
    #navi7 a:hover { background-position:-252px  -228px;}
    #navi8 a:hover { background-position:-252px  -266px;}
    #navi9 a:hover { background-position:-252px  -304px;}
    #navi10 a:hover { background-position:-252px  -342px;}
    #navi11 a:hover { background-position:-252px  -380px;}
    #navi12 a:hover { background-position:-252px  -418px;}

/* ナビ部分終わり */

/* インラインフレームはじめ */
#wahtnew {
	width: 350px;
	float: left;
	clear: both;
}
iframe {
	height: 246px;
	width: 346px;
	border: 3px double #999;
	margin-top: 2px;
}
#news {
	font-size: 80%;
	padding: 5px;
	width: 325px;
	vertical-align: top;
}
#news p {
	padding: 3px;
	margin: 0px;
}
/* インラインフレーム終わり */


/* topメイン部分はじめ */

#main {
	float: right;
	width: 730px;
	clear: right;
}
#flash {
	float: right;
	width: 730px;
}
#cont-top1 {
	float: right;
	width: 350px;
	margin-top: 15px;
	_margin-top: 25px;
	margin-right: 10px;
	_margin-right: 5px;
}
#cont-top1 img {
	padding-top: 3px;
	padding-bottom: 3px;
}
#cont-top2 {
	width: 730px;
	float: right;
	clear: right;
	margin-top: 10px;
}
#cont-top2 table {
	width: 730px;
	padding-bottom: 10px;
}
#cont-top2 table td {
	padding-bottom: 8px;
}

/*パンくずリスト*/
#topicpath ol {
	margin: 0px;
}
#topicpath ol img {
	margin: 0px;
	vertical-align: middle;
}
#topicpath ol li {
	display: inline;
	list-style-type: none;
	font-size: 80%;
	color: #3366CC;
}

#topicpath ol li a {
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 11px;
	background-image: url(image/topicpath.gif);
	color: #3366CC;
	text-decoration: none;
}
/*コトブキ浣腸シリーズ、ヂナンコーシリーズ詳細ページ*/
#product {
}
#product img {
	text-align: center;
}
#product .a1 {
	background-position: left 2px;
	background-repeat: no-repeat;
	background-image: url(image/icon01.gif);
	color: #FF6600;
	padding-left: 30px;
	margin-left: 170px;
	padding-top: 15px;
	padding-bottom: 8px;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
}
#product .a2 {
	line-height: 160%;
	padding-left: 50px;
	font-size: 90%;
	margin: 0px;
}
#product .a3 {
	line-height: 160%;
	font-size: 90%;
	color: #FF0000;
	width: auto;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	margin-left: 50px;
}
#product table {
	line-height: 160%;
	font-size: 90%;
	margin-left: 50px;
	width: auto;
	background-color: #666666;
	border-spacing:1px;
}
#product td {
	padding: 5px;
	background-color: #FFFFFF;
}
#product th {
	padding: 5px;
	background-color: #B0FFB0;
}

#product h1 {
	margin-top: 20px;
}
#product h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*AXヂナンコーシリーズ詳細ページ*/
#product-s1 {
}
#product-s1 img {
	text-align: center;
}
#product-s1 .a1 {
	background-position: left 2px;
	background-repeat: no-repeat;
	background-image: url(image/icon01.gif);
	color: #FF6600;
	padding-left: 30px;
	margin-left: 170px;
	padding-top: 15px;
	padding-bottom: 8px;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
}
#product-s1 .a2 {
	line-height: 160%;
	padding-left: 50px;
	font-size: 90%;
	margin: 0px;
}
#product-s1 .a3 {
	line-height: 160%;
	font-size: 90%;
	color: #FF0000;
	width: auto;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	margin-left: 50px;
}
#product-s1 table {
	line-height: 150%;
	font-size: 90%;
	margin-left: 50px;
	width: 90%;
	background-color: #666666;
	border-spacing:1px;
}
#product-s1 table img {
	vertical-align: middle;
}
#product-s1 td {
	padding: 5px;
	background-color: #FFFFFF;
}
#product-s1 th {
	padding: 5px;
	background-color: #CCF;
}

#product-s1 h1 {
	margin-top: 20px;
}
#product-s1 h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/*ソフトヂナンコーシリーズ詳細ページ*/
#product-s2 {
}
#product-s2 img {
	text-align: center;
}
#product-s2 .a1 {
	background-position: left 2px;
	background-repeat: no-repeat;
	background-image: url(image/icon01.gif);
	color: #FF6600;
	padding-left: 30px;
	margin-left: 170px;
	padding-top: 15px;
	padding-bottom: 8px;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
}
#product-s2 .a2 {
	line-height: 160%;
	padding-left: 50px;
	font-size: 90%;
	margin: 0px;
}
#product-s2 .a3 {
	line-height: 160%;
	font-size: 90%;
	color: #FF0000;
	width: auto;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	margin-left: 50px;
}
#product-s2 table {
	line-height: 150%;
	font-size: 90%;
	margin-left: 50px;
	width: 90%;
	background-color: #666666;
	border-spacing:1px;
}
#product-s2 td {
	padding: 5px;
	background-color: #FFFFFF;
}
#product-s2 th {
	padding: 5px;
	background-color: #CFC;
}

#product-s2 h1 {
	margin-top: 20px;
}
#product-s2 h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/*コトブキ浣腸シリーズ、ヂナンコーシリーズカテゴリページ*/
#product2 {
	font-size: 90%;
}
#product2 .b1{
	text-align: center;
	color: #FF9900;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
	width: 400px;
	margin-left: 150px;
	margin-bottom: 30px;
	margin-top: 0px;
}

#product2 table {
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
	width: 700px;
	margin-right: auto;
}
#product2 table p a {
	color: #06F;
	font-size: 110%;
	background-color: #CAE4FF;
	text-decoration: none;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
}

#product2 td {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 130%;
	margin: 0px;
}
/*浣腸の使い方ページ*/
#product3 {

}
#product3 .b1{
	text-align: right;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
}
#product3 .b2{
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 50px;
	font-size: 100%;
	color: #009900;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #009900;
	margin-right: 50px;
	padding-top: 3px;
}
#product3 .b3{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 55px;
	margin-right: 50px;
	font-size: 90%;
	line-height: 150%;
}
#product3 .b4{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 55px;
	margin-right: 50px;
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
	color: #0066FF;
}

#product3 .u1 {
	background-position: right 2px;
	background-repeat: no-repeat;
	background-image: url(info/image/info-kancyou01.gif);
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 90%;
	color: #666666;
	line-height: 220%;
	padding-bottom: 30px;
	margin-right: 70px;
	padding-left: 70px;
}

#product3 table {
	margin-left: auto;
	margin-top: 20px;
	font-size: 90%;
	line-height: 140%;
	margin-right: auto;
}
#product3 td {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCFF;
	width: 315px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#product4 table {
	margin-left: 45px;
	margin-top: 40px;
	width: 640px;
	font-size: 90%;
	line-height: 140%;
	border: 3px dotted #FF9900;
}
#product4 td {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*ぢ対策ページ*/
#product5 h2 {
	padding-left: 50px;
	font-size: 100%;
	margin: 0px;
	font-weight: bolder;
	color: #009900;
	padding-top: 10px;
}
#product5 .j2 {
	padding-left: 50px;
	font-size: 90%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 50px;
	line-height: 150%;
}
#product5 .j3 {
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#product5 .j4 {
	margin-left: 50px;
	font-size: 100%;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 0px;
}
/*Ｑ＆Ａページ*/
#product6a table {
	margin-left: auto;
	margin-top: 30px;
	width: 680px;
	font-size: 90%;
	margin-right: auto;
	border: 3px dotted #F90;
}
#product6a td {
	line-height: 130%;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
	width: 43%;
}
#product6a th {
	line-height: 130%;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	width: 20px;
}

#product6 table {
	margin-left: auto;
	margin-top: 30px;
	width: 680px;
	font-size: 90%;
	margin-right: auto;
	border: medium dotted #F90;
}
#product6 td {
	line-height: 130%;
	vertical-align: top;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
}
#product6 .k1 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 40px;
}
/*お役立ち情報ページ*/
#product7 .u1 {
	background-position: left 2px;
	background-repeat: no-repeat;
	background-image: url(info/image/info01.gif);
	padding-left: 330px;
	margin-top: 40px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-size: 90%;
	line-height: 220%;
	padding-bottom: 30px;
	padding-top: 10px;
}
#product7 .u1 a {
	font-size: 130%;
	text-decoration: none;
	background-image: url(info/image/icon01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	line-height: 200%;
}
#product7 .u2 {
	background-position: right 2px;
	background-repeat: no-repeat;
	background-image: url(info/image/info-kancyou01.gif);
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 90%;
	line-height: 220%;
	padding-bottom: 30px;
	margin-right: 70px;
	padding-left: 70px;
}
#product7 .u2 a {
	font-size: 130%;
	text-decoration: none;
	background-image: url(info/image/icon01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	line-height: 200%;
}
/*浣腸の使い方・便秘対策ページ*/

#product8 h2{
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 50px;
	font-size: 100%;
	color: #009900;
	font-weight: bold;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #009900;
	margin-right: 50px;
	padding-top: 3px;
}
#product8 .b2{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 55px;
	margin-right: 50px;
	font-size: 90%;
	line-height: 150%;
}
#product8 table {
	margin-left: 50px;
	font-size: 90%;
	line-height: 140%;
	margin-right: 45px;
}
#product8 td {
	padding: 10px;
}
#product8a table {
	line-height: 160%;
	font-size: 90%;
	margin-left: 50px;
	width: auto;
	background-color: #666;
	border-spacing:1px;
	color: #333;
}
#product8a th {
	padding: 5px;
	background-color: #FCF;
}
#product8a td {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/*会社案内ページ*/
#product9 table {
	margin-left: 50px;
	font-size: 90%;
	line-height: 140%;
	margin-right: 45px;
	width: 620px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#product9 td {
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #999;
	padding-right: 15px;
}
#product9 th {
	background-color: #DFFF80;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 110px;
}
#product9 h2 {
	text-align: left;
	font-size: 120%;
	font-weight: normal;
	color: #0066FF;
	background-color: #99CCFF;
	margin: 10px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#product9 img {
	margin-left: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#product9 iframe {
	height: 350px;
	width: 500px;
}
#product9 small{
	font-size: 95%;
	margin-left: 370px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#product10 table {
	font-size: 90%;
	line-height: 140%;
	margin-right: 30px;
	margin-left: 30px;
	width: 660px;
}
#product10 td {
	padding: 10px;
	vertical-align: top;
}
/*ロングタイプL４０の使い方ページ始まり*/
#product11 table {
	width: 710px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#product11 ul {
	list-style-type: disc;
	list-style-position:outside;
	margin: 0px;
	padding-left: 18px;
}
#product11 li {
	line-height: 140%;
}

#product11 td {
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	line-height: 160%;
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#product11 th {
	vertical-align: text-top;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-size: 90%;
	text-align: right;
}
#product11 th img {
	float: left;
	margin: 0px;
	padding: 0px;
}
#product11 .l40a {
	padding-left: 100px;
}
#product11 .l40b {
	width: 380px;
	vertical-align: middle;
}

/*医療用医薬品情報ページ始まり*/
#medical1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 50px;
}
#medical1 .b1{
	width: 590px;
	margin-left: auto;
	margin-top: 20px;
	padding: 8px;
	border: 3px double #06F;
	margin-right: auto;
}
#medical1 .b2{
	padding-bottom: 5px;
	text-align: center;
	font-size: 110%;
}
#medical1 .n1{
	font-size: 100%;
	line-height: 150%;
	width: 540px;
	margin-left: 40px;
	border: 1px dashed #090;
	color: #090;
	background-image: url(medical/image/sorry.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 100px;
	margin-top: 100px;
	margin-bottom: 50px;
}
#medical1 .n2{
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
}
.t_navi{
	color: #3399FF;
	font-size: 80%;
	margin: 5px;
	background-color: #E4E4E4;
	text-align: right;
	padding: 2px;
}
#medical1 .b3{
	margin-right: 50px;
	margin-left: 50px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	margin-top: 30px;
	text-align: center;
	font-size: 95%;
}
#medical1 caption{
	font-size: 90%;
	padding-bottom: 3px;
	text-align: left;
	padding-left: 15px;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #36F;
	margin-bottom: 7px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #36F;
	padding-top: 5px;
	background-color: #60AFFF;
	font-weight: bold;
}
#medical1 table{
	width: 630px;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-right: auto;
}
#medical1 th{
	font-size: 95%;
	font-weight: normal;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	letter-spacing: 0.2em;
	color: #09F;
	padding-bottom: 5px;
}
#medical1 td{
	width: 33%;
	text-align: center;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	padding-top: 3px;
	padding-bottom: 3px;
}
#medical1 td img{
	padding-bottom: 8px;
}
#medical2 table {
	font-size: 90%;
	margin-left: 50px;
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
#medical2 th {
	width: 32px;
}

#medical2 td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


/*赤ちゃんの便秘*/
#akachan1 {
}
#modoru {
	text-align: right;
	margin-right: 70px;
	font-size: 90%;
	margin-top: 10px;
	margin-bottom: 50px;
}
#akachan1 .ac1{
	font-size: 90%;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 30px;
}
#akachan1 table{
	width: 420px;
	margin-left: 110px;
	background-image: url(akachan/image/akachan-01.jpg);
	background-position: 320px center;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 80px;
}
#akachan1 td{
	font-size: 100%;
	line-height: 250%;
	color: #F66;
	font-weight: bold;
}
#akachan1 .ac2{
	font-size: 90%;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 40px;
	background-image: url(akachan/image/akachan-02.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
	line-height: 220%;
}
#akachan1 .ac2 img{
	padding-bottom: 15px;
}
#akachan1 .ac3{
	font-size: 90%;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 40px;
	line-height: 200%;
	width: 600px;
	background-image: url(akachan/image/akachan-03.jpg);
	background-repeat: no-repeat;
	background-position: right 180px;
}
#akachan1 .ac3 img{
	padding-bottom: 15px;
	padding-top: 20px;
}
#akachan1 .ac4{
	font-size: 90%;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 40px;
	background-image: url(akachan/image/akachan-04.jpg);
	background-repeat: no-repeat;
	background-position: right 50px;
	line-height: 220%;
}
#akachan1 .ac4 img{
	padding-bottom: 15px;
}
#akachan1 .ac5{
	font-size: 90%;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 40px;
	background-image: url(akachan/image/akachan-05.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
	line-height: 220%;
}
#akachan1 .ac5 img{
	padding-bottom: 15px;
}
#senryu1 {
}
#senryu1 .se1{
	font-size: 90%;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 5px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#senryu1 .se2{
	font-size: 90%;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 30px;
	line-height: 150%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#senryu1 .se3{
	font-size: 110%;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#senryu1 .se4{
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 50px;
	font-size: 100%;
	line-height: 130%;
}
#senryu1 caption{
	background-image: url(senryu/image/kunsyo1.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 45px;
	font-size: 100%;
	line-height: 300%;
	font-weight: bold;
}
#senryu1 table{
	width: 650px;
	margin-left: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
}
#senryu1 th{
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #AFE772;
}
#senryu1 td{
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFE772;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}

#senryu2 caption{
	background-image: url(senryu/image/kunsyo2.jpg);
	background-position: 10px center;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 45px;
	font-size: 100%;
	line-height: 300%;
	font-weight: bold;
}
#senryu2 table{
	width: 650px;
	margin-left: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
}
#senryu2 th{
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #AFE772;
}
#senryu2 td{
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFE772;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
}
#senryu3 {
}
#senryu3 .s1{
	text-align: center;
	font-size: 95%;
	color: #F00;
}
#senryu3 .s2{
	font-size: 95%;
	padding-left: 40px;
	padding-right: 30px;
}
#senryu3 table{
	width: 650px;
	margin-left: 40px;
}

#link {
}
#link h1{
	font-size: 130%;
	font-weight: bold;
	padding-left: 30px;
	color: #FFF;
	background-color: #6CF;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
}
#link .l2{
	font-size: 90%;
	padding-left: 30px;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}
#link table{
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#link td{
	padding: 10px;
}
#link caption {
	font-size: 90%;
	color: #F60;
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
	padding-left: 10px;
}
#privacy {
}
#privacy h1{
	font-size: 120%;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 15px;
	background-color: #CAE4FF;
}
#privacy .pr2{
	font-size: 90%;
	line-height: 150%;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
}
#tv {
}
#tv .tv1{
	font-size: 100%;
	color: #F03;
	text-align: center;
	line-height: 150%;
}
#tv .tv2{
}

#special {
}
#special .hp1{
}
#special .hp2{
}

#enema {
}
#enema table {
	width: 330px;
	font-size: 90%;
	line-height: 150%;
	background-color: #999;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#enema td {
	text-align: center;
	vertical-align: top;
	background-color: #FFC;
	line-height: 130%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#keitai {
}
#keitai h2{
	font-size: 130%;
	font-weight: bold;
	padding-left: 30px;
	color: #FFF;
	background-color: #F93;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#keitai .k1{
	font-size: 90%;
	padding-left: 180px;
	line-height: 160%;
	padding-top: 10px;
	color: #F66;

}
#keitai .k2{
	font-size: 90%;
	line-height: 160%;
	margin-right: 20px;
	margin-left: 20px;
	border: 4px dotted #F90;
	background-color: #FC6;
	padding: 10px;
	margin-bottom: 50px;
}
#keitai table{
	padding-left: 30px;
	margin-left: 180px;
	margin-bottom: 20px;
}
#keitai td{
	text-align: center;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	font-size: 80%;
}
#keitai .k3 {
	font-size: 80%;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-left: 160px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
/*お問い合わせフォーム*/
#form {
	width: 605px;
	margin: 20px auto 40px;
}
#form table td{
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 430px;
}
#form table th{
	font-size: 90%;
	color: #39F;
	margin: 0px;
	width: 160px;
	padding: 0px;
}
#form p.an1 {
	font-size: 100%;
	background-image: url(image/form-icon01.gif);
	background-position: left;
	margin-left: 60px;
	padding-left: 30px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #F60;
	vertical-align: bottom;
}
#form p.an2 {
	font-size: 90%;
	line-height: 130%;
	border: 2px dashed #F60;
	padding: 20px;
}
#form p.an3 {
	font-size: 100%;
	background-image: url(image/form-icon01.gif);
	background-position: left;
	padding-left: 30px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #F60;
	vertical-align: bottom;
	margin-right: 10px;
	margin-left: 10px;
}

/*サイトマップ*/
#sitemap {
}
#sitemap .p1 {
	font-size: 90%;
	width: 680px;
	margin-left: 50px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #06F;
	padding-left: 5px;
	margin-top: 30px;
	line-height: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sitemap .p1 a{
	color: #06F;
	text-decoration: none;
}

#sitemap .p2 {
	font-size: 90%;
	width: 680px;
	margin-left: 80px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #F33;
	padding-left: 5px;
	line-height: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sitemap .p2 a{
	color: #F30;
	text-decoration: none;
}

#sitemap h1 {
	font-size: 130%;
	font-weight: bold;
	padding-left: 20px;
	color: #06F;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	width: 650px;
	border: 3px double #999;
	padding-top: 5px;
	padding-bottom: 1px;
}


/*淡路島情報*/
#awaji01 caption {
	font-size: 140%;
	margin-bottom: 10px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3px;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #090;
	color: #090;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
}

#awaji01 table {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999;
}
#awaji01 th {
	background-color: #9F6;
	padding: 3px;
	font-size: 85%;
}
#awaji01 td {
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 85%;
}

#awaji02 table {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #999;
	margin-top: 30px;
	font-size: 85%;
}
#awaji02 th {
	background-color: #FC9;
	padding: 5px;
}
#awaji02 td {
	background-color: #FFF;
	padding: 10px;
}
#awaji02 td img {
	margin-left: 580px;
	margin-top: 0px;
}
#awaji03 caption {
	font-size: 110%;
	color: #00C;
	text-align: left;
	padding-left: 15px;
}
#awaji03 table {
	width: 700px;
	margin-left: 20px;
	background-color: #999;
	margin-top: 30px;
	font-size: 85%;
}
#awaji03 th {
	background-color: #A2C0FF;
	padding: 5px;
}
#awaji03 td {
	background-color: #FFF;
	padding: 10px;
}

#awaji04 caption {
	font-size: 120%;
	color: #F60;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
}
#awaji04 table {
	width: 700px;
	margin-left: 20px;
	background-color: #999;
	margin-top: 30px;
	font-size: 85%;
}
#awaji04 th {
	background-color: #F90;
	padding: 5px;
}
#awaji04 td {
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.awaji {
	font-size: 95%;
	text-align: center;
	padding: 5px;
	border: 3px double #F90;
	margin-right: 180px;
	margin-left: 180px;
	background-color: #FFC;
}
.awaji1 {
	font-size: 120%;
	font-weight: bold;
	color: #9C0;
	padding-bottom: 10px;
	text-align: center;
}
.awaji2 {
	font-size: 100%;
	padding-left: 50px;
}
.awaji3 {
	font-size: 100%;
	color: #06F;
	text-align: center;
}
.awaji4 {
	font-size: 100%;
	color: #F60;
	text-align: center;
}

.back {
	font-size: 85%;
	text-align: right;
	margin-right: 50px;
	margin-top: 20px;
}
#aflash {
	float: right;
	width: 720px;
}
#information h1 {
	font-size: 110%;
	font-weight: bold;
	color: #06F;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 0px;
}
#information p {
	font-size: 90%;
	padding-left: 50px;
}
#information a:link{
	color: #00F;
	text-decoration: none;
} 
#information a:visited{
	color: #00F;
	text-decoration: none;
} 
#information a:hover{
	color: #C00;
	text-decoration: none;
}
#information a:active{
	color: #C00;
	text-decoration: none;
	text-align: center;
} 

#new h1 {
	font-size: 110%;
	font-weight: bold;
	color: #06F;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 0px;
}
#new p {
	font-size: 90%;
	padding-left: 50px;
}
#new p.n1 {
	font-size: 90%;
	text-align: right;
	padding-right: 60px;
}
#new p.n2 {
	font-size: 90%;
	border: 3px double #06F;
	padding: 10px;
	margin-right: 50px;
	margin-left: 50px;
	color: #06F;
	text-align: center;
}
#new p.n3 {
	font-size: 90%;
	margin-right: 60px;
	margin-left: 60px;
	margin-bottom: 50px;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #06F;
	border-bottom-color: #06F;
	margin-top: 20px;
	padding-top: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#new p.n4 {
	font-size: 100%;
	border: 3px dotted #666;
	padding: 10px;
	margin-right: 60px;
	margin-left: 60px;
}
#new p.n5 {
	font-size: 95%;
	padding-left: 70px;
	padding-bottom: 10px;
}

#new table {
	font-size: 90%;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
}
#new td {
	text-align: center;
	padding: 10px;
}
#new .style_news_amdaimg {
	padding-left: 110px;
}
#new a:link{
	color: #00F;
	text-decoration: none;
} 
#new a:visited{
	color: #00F;
	text-decoration: none;
} 
#new a:hover{
	color: #C00;
	text-decoration: none;
}
#new a:active{
	color: #C00;
	text-decoration: none;
	text-align: center;
} 
#thanx p {
	font-size: 100%;
	color: #06F;
	text-align: center;
}


/*　　　リクルートはじめ　　　*/
#recruit {
}
#recruit h2{
	font-size: 130%;
	font-weight: bold;
	padding-left: 30px;
	color: #FFF;
	background-color: #F93;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#recruit .k2{
	font-size: 100%;
	line-height: 160%;
	margin-right: 40px;
	margin-left: 40px;
	border: 4px dotted #F90;
	background-color: #FC6;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}

/* メディア掲載情報　*/
#media h2 {
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	background-color: #66F;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin-right: 10px;
	margin-left: 10px;
}
#media h3 {
	margin-left: 40px;
	color: #33F;
	margin-right: 40px;
}
#media p {
	font-size: 100%;
	padding-left: 50px;
	line-height: 180%;
	padding-right: 50px;
}
#media p.m1 {
	font-size: 90%;
	padding-left: 50px;
	line-height: 150%;
}

#media table {
	font-size: 95%;
	margin-right: 50px;
	margin-left: 50px;
	line-height: 180%;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	margin-top: 10px;
}
#media th {
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 90%;
	font-weight: normal;
	color: #F90;
	line-height: 110%;
	vertical-align: top;
}
#media th img {
	padding-bottom: 5px;
}
#media td {
	vertical-align: top;
}
/*L40詳細ページ*/
#productl40 {
}
#productl40 img {
	text-align: center;
}
#productl40 .a1 {
	background-position: left 2px;
	background-repeat: no-repeat;
	background-image: url(image/icon01.gif);
	color: #FF6600;
	padding-left: 30px;
	margin-left: 170px;
	padding-top: 15px;
	padding-bottom: 8px;
	font-size: 100%;
	font-weight: bold;
	line-height: 150%;
}
#productl40 .a2 {
	line-height: 160%;
	padding-left: 50px;
	font-size: 90%;
	margin: 0px;
	padding-right: 50px;
}
#productl40 .a3 {
	line-height: 160%;
	font-size: 90%;
	color: #FF0000;
	width: auto;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
	margin-left: 50px;
}
#productl40 table {
	margin-left: 45px;
	font-size: 90%;
	line-height: 140%;
	margin-right: 45px;
	margin-bottom: 15px;
}
#productl40 table img {
	float: right;
}
#productl40 th {
	font-weight: normal;
	vertical-align: text-top;
	padding-top: 15px;
	width: 48px;
}

#productl40 td {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#productl40 h1 {
	margin-top: 20px;
}
#productl40 h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#3d table {
	width: auto;
	padding: 0px;
}

#n121031 h2 {
	font-size: 95%;
	color: #369;
	font-weight: normal;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
.n6 {
	font-size: 85%;
	padding-right: 50px;
	padding-left: 50px;
	line-height: 180%;
}
#n121105 table {
	font-size: 90%;
	margin-left: auto;
	width: 660px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	margin-right: auto;
}
#n121105 th {
	width: 32px;
}

#n121105 td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

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

#globalnavi1{
	width:252px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#globalnavi1 li{
	list-style-type: none;
	display:inline;
	height: 37px;
	width: 252px;
	margin: 0px;
	padding: 0px;
}

#globalnavi1 li a {
	display: block;
	background-image: url(image/navi.jpg);
	height: 37px;
	width: 252px;
	text-decoration: none;
	background-repeat: no-repeat;
}

/* global navi normal---------------------*/
    #navi1 a { background-position:0  0;}
    #navi2 a { background-position:0  -38px;}
    #navi3 a { background-position:0  -76px;}
    #navi4 a { background-position:0  -114px;}
    #navi5 a { background-position:0  -152px;}
    #navi6 a { background-position:0  -190px;}
    #navi7 a { background-position:0  -228px;}
    #navi8 a { background-position:0  -266px;}
    #navi9 a { background-position:0  -304px;}
    #navi10 a { background-position:0  -342px;}
    #navi11 a { background-position:0  -380px;}

/* global navi rollover----------------------*/
    #navi1 a:hover { background-position:-252px  0;}
    #navi2 a:hover { background-position:-252px  -38px;}
    #navi3 a:hover { background-position:-252px  -76px;}
    #navi4 a:hover { background-position:-252px  -114px;}
    #navi5 a:hover { background-position:-252px  -152px;}
    #navi6 a:hover { background-position:-252px  -190px;}
    #navi7 a:hover { background-position:-252px  -228px;}
    #navi8 a:hover { background-position:-252px  -266px;}
    #navi9 a:hover { background-position:-252px  -304px;}
    #navi10 a:hover { background-position:-252px  -342px;}
    #navi11 a:hover { background-position:0  -380px;}
.green {
	color: #090;
	font-size: 16px;
	text-align: center;
	background-image: url(image/new.jpg);
	background-position: 510px center;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 11px;
}

/*ウンチ当たりますキャンペーン*/
#campaignzou {
	background-repeat: no-repeat;
	width: 1000px;
}
.zou1 {
	display:block;
	width:491px;
	height:126px;
	text-indent:-9999px;
	background-image: url(campaign/image/zou02.jpg);
	margin: 0px;
	position: absolute;
	top: 1050px;
	left: 380px;
}
.zou1:hover {
	background-position:left bottom;
}
.zou2 {
	display:block;
	margin: 0px;
	position: absolute;
	top: 1020px;
	left: 790px;
}

#campaignzou table {
	font-size: 16px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 180px;
	margin-bottom: 30px;
}
#campaignzou th {
	font-size: 18px;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 8px;
}
#campaignzou td li {
	list-style-position: outside;
	list-style-image: url(campaign/image/zou-icon1.jpg);
	line-height: 170%;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 20px;
}


#formzou {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#formzou table {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border: 2px solid #CCC;
}
#formzou th {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-color: #FF0;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	padding-right: 20px;
}
#formzou td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.zou3 {
	font-size: 18px;
	padding-left: 20px;
	font-weight: bold;
}
.zou4 {
	padding-left: 20px;
	color: #06F;
}
.zou5 {
	padding-left: 20px;
}
.zou6 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}
.zou7 {
	font-size: 14px;
	padding-top: 25px;
	padding-bottom: 8px;
	padding-left: 70px;
	color: #09F;
}
.zou8 {
	background-image: url(campaign/image/zou-tittle6.jpg);
	height: 75px;
	padding-left: 130px;
	vertical-align: middle;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.zou9 {
	background-image: url(campaign/image/zou-tittle7.jpg);
	height: 75px;
	padding-left: 130px;
	vertical-align: middle;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
}
.zou10 {
	display:block;
	text-indent:-9999px;
	background-image: url(campaign/image/zou02.jpg);
	background-position: center center;
	width:491px;
	height:126px;
	background-position:0px 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.zou10:hover {
	background-position:left bottom;
#medical1 .b3 {
	padding-bottom: 5px;
	padding-top: 30px;
	text-align: center;
	font-size: 130%;
}
