/*
基本13px、IE7はsmall、IE6はx-small
希望のフォントサイズ(px) : 指定する値(%)
10px : 0.77em
11px : 0.85em
12px : 0.92em
13px : 1.0em
14px : 1.07em
15px : 1.14em
16px : 1.22em
17px : 1.29em
18px : 1.36em
19px : 1.44em
20px : 1.52em
21px : 1.59em
22px : 1.67em
23px : 1.74em
24px : 1.82em
25px : 1.89em
26px : 1.97em
*/

* {
	margin: 0;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #666666;
}

body {
	background: url(http://www.aga-chiryou.com/shared/img/back.gif) repeat-x left top;
	text-align:center;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,div {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 10px;
	font-weight: normal;
	color:#666666;
	text-align: left;
	position: absolute;
	top: 15px;
	left: 0px;
}

h2 {
	font-size: 1.22em;
	line-height: 130%;
}

h3 {
	margin-bottom: 0.5em;
	line-height: 120%;
}

h5 {
	margin-bottom: 0.5em;
	font-size: 1.07em;
	color: #FF6600;
	line-height: 140%;
}

p {
	margin-bottom: 1em;
	font-size: 1.07em;
	line-height: 150%;
}

ol,ul,li{
	list-style: none;
}

a {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

address {
	font-style:normal;
}

hr {
	display: none;
}

img {
	border:none;
	vertical-align: bottom;
}

#container {
	margin: 0 auto;
	padding: 0 14px;
	width: 952px;
	text-align: left;
	background: url(shared/img/back_container.png) repeat-y center top;
}

/*--------------------------------------------------------------------------------
header
--------------------------------------------------------------------------------*/

#header {
	width: 952px;
	background: url(shared/img/back_headertop.gif) repeat-x left top;
}

#header a {
	text-decoration: underline;
}

#header a:hover {
	text-decoration: none;
}

#header .top {
	padding: 10px;
	width: 932px;
	height: 85px;
	position:relative;
}

#header .top .navi {
	font-size: 10px;
        color: #FFFFFF;
	position: absolute;
	top: 35px;
	left: 250px;
}

#header .top .navi a {
        color: #FFFFFF;
}

#logo {
	width: 190px;
	height: 26px;
	position: absolute;
	top: 55px;
	left: 0px;
}

#header .top #header_price {
	margin: 0;
	width: 180px;
	height: 44px;
	position: absolute;
	top: 43px;
	left: 200px;
}

#headerimg {
	border: solid 5px #999999;
}

/*--------------------------------------------------------------------------------
mainblock,mainarea
--------------------------------------------------------------------------------*/

#mainblock {
	width: 952px;
	overflow: hidden;
}

#mainarea {
	width: 772px;
	float: left;
	overflow: hidden;
}

/*--------------------------------------------------------------------------------
main
--------------------------------------------------------------------------------*/

#main {
	padding: 20px 10px 0 10px;
	width: 572px;
	text-align: left;
	float: right;
}

#topicpath {
	margin: 0 auto 10px;
	width: 572px;
	text-align: left;
}

#topicpath li {
	padding: 0 5px 0 18px;
	font-size: 10px;
	float: left;
	background: url(shared/img/bullet_orange.gif) no-repeat left center;
}

#description {
	margin: 0 auto 20px;
	width: 572px;
	text-align: left;
}

#description h2 {
	padding-left: 5px;
	border-left: 3px solid #FF6600;
}

.marker {
	margin: 0;
	padding: 3px;
	font-weight: bold;
	color: #FF0000;
	background: #FFFF00;
}

.impact {
	font-size: 1.07em;
	font-weight: bold;
	color: #FF0000;
}

#main .price {
	font-size: 1.36em;
	font-weight: bold;
	color: #FF0000;
}

#listbox {
	margin-bottom: 2em;
	padding: 10px 10px 0;
	border: 1px solid #CCCCCC;
}

#listbox ul {
	margin-bottom: 1em;
}

#listbox li {
	margin-bottom: 0.4em;
	padding-left: 14px;
	background: url(shared/img/bullet_orange.gif) no-repeat 0px 5px;
}

/*--------------------------------------------------------------------------------
subarea,extraarea
--------------------------------------------------------------------------------*/

#subarea {
	padding-top: 20px;
	width: 180px;
	text-align: left;
	float: left;
}

#subarea h3, #extraarea h3, #subarea h4, #extraarea h4 {
	padding: 6px 5px 5px 8px;
	font-size: 1.07em;
	color: #FFFFFF;
	text-align: left;
	border-bottom: 3px solid #FF9900;
	background: url(shared/img/back_heading_subarea.gif) repeat left top;
}

#subarea h3 a, #extraarea h3 a, #subarea h4 a, #extraarea h4 a {
	color: #FFFFFF;
}

#subarea p, #extraarea p {
	font-size: 0.92em;
}

#searchbox #search {
	margin-bottom: 5px;
	padding: 2px 0 2px;
	width: 154px;
}

#searchbox form {
	margin-bottom: 0.5em;
}

#extraarea {
	padding-top: 20px;
	width: 180px;
	text-align: center;
	float: right;
}

#categorymenu li a {
	padding: 1em 0 1em 18px;
	width: 140px;
	color: #666666;
	text-decoration: none;
	display: block;
	background: url(shared/img/bullet_circle.gif) no-repeat 0px 15px;
	border-bottom: 1px dotted #999999;
}

#categorymenu li a:hover {
	text-decoration: underline;
	background: url(shared/img/bullet_circle.gif) no-repeat 1px 15px;
}

#categorymenu, #searchbox, #monthlyarchives, #tagbox, #tagcloud, .linklist, #ranking, #newslist, #siteadd, #linkcategory {
	margin-bottom: 20px;
	padding: 10px;
	width: 158px;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: url(shared/img/back_subarea.gif) no-repeat left bottom;
}

#categorymenu {
	padding-top: 0px;
}

.linklist li, #monthlyarchives li, #newslist li, #siteadd li, #linkcategory li {
	margin-bottom: 0.5em;
}

.linklist li a, #monthlyarchives li a, #newslist li a, #siteadd li a, #linkcategory li a {
	padding: 0 0 4px 18px;
	width: 140px;
	color: #666666;
	text-decoration: underline;
	display: block;
	background: url(shared/img/bullet_orange.gif) no-repeat 0px 6px;
}

.linklist li a:hover, #monthlyarchives li a:hover, #newslist li a:hover, #siteadd li a:hover, #linkcategory li a:hover {
	text-decoration: none;
	background: url(shared/img/bullet_orange.gif) no-repeat 2px 6px;
}

#ranking dt img {
	vertical-align: middle;
}

#ranking dd {
	margin-bottom: 1em;
}

/* Tag cloud */

#tagcloud li {
	padding: 0 2px 0 2px;
	display: inline;
}

#tagcloud a.level1 {
	font-size: 1.52em;
}

#tagcloud a.level2 {
	font-size: 1.36em;
}

#tagcloud a.level3 {
	font-size: 1.22em;
}

#tagcloud a.level4 {
	font-size: 1.07em;
}

#tagcloud a.level5 {
	font-size: 0.92em;
}

#tagcloud a.level6 {
	font-size: 0.77em;
}

/*--------------------------------------------------------------------------------
footer
--------------------------------------------------------------------------------*/

#footer {
	padding: 10px 0 10px;
	width: 932px;
	border-top: #5B84D9 3px solid;
}

#footer_inner {
	margin: 0;
	padding: 0;
	width: 932px;
	overflow: hidden;
}

#footer h3 {
	font-size: 0.92em;
	color: #FFFFFF;
	float: left;
}

#footer h3 a {
	text-decoration: none;
}

#footer .navi {
	font-size: 0.77em;
	float: right;
}

#footer address {
	font-size: 0.92em;
}

/*--------------------------------------------------------------------------------
mainmenu
--------------------------------------------------------------------------------*/

#mainmenu {
	margin-bottom: 25px;
	padding-left: 1px;
	width: 951px;
	height: 35px;
	background: url(shared/img/back_mainmenu.gif) no-repeat left top;
}

#mainmenu ul {
	height: 35px;
}

#mainmenu li {
	width: 95px;
	height: 35px;
	float: left;
}

#mainmenu li a, #mainmenu li span {
	width: 95px;
	height: 35px;
	text-decoration: none;
	text-indent:-9999px;
	display: block;
	/*\*/
	overflow:hidden;
	/**/
}

#mainmenu .medicine a, #mainmenu .medicine span {
	background: url(shared/img/mainmenu_medicine.gif) no-repeat left top;
}

#mainmenu .medicine a:hover {
	background: url(shared/img/mainmenu_medicine.gif) left bottom;
}

#mainmenu .supplement a, #mainmenu .supplement span {
	background: url(shared/img/mainmenu_supplement.gif) left top;
}

#mainmenu .supplement a:hover {
	background: url(shared/img/mainmenu_supplement.gif) left bottom;
}

#mainmenu .pricelist a, #mainmenu .pricelist span {
	background: url(shared/img/mainmenu_pricelist.gif) no-repeat left top;
}

#mainmenu .pricelist a:hover {
	background: url(shared/img/mainmenu_pricelist.gif) left bottom;
}

#mainmenu .basicknowledge a, #mainmenu .basicknowledge span {
	background: url(shared/img/mainmenu_basicknowledge.gif) no-repeat left top;
}

#mainmenu .basicknowledge a:hover {
	background: url(shared/img/mainmenu_basicknowledge.gif) left bottom;
}

#mainmenu .efficacy a, #mainmenu .efficacy span {
	background: url(shared/img/mainmenu_efficacy.gif) no-repeat left top;
}

#mainmenu .efficacy a:hover {
	background: url(shared/img/mainmenu_efficacy.gif) left bottom;
}

#mainmenu .howto a, #mainmenu .howto span {
	background: url(shared/img/mainmenu_howto.gif) no-repeat left top;
}

#mainmenu .howto a:hover {
	background: url(shared/img/mainmenu_howto.gif) left bottom;
}

#mainmenu .sideeffect a, #mainmenu .sideeffect span {
	background: url(shared/img/mainmenu_sideeffect.gif) no-repeat left top;
}

#mainmenu .sideeffect a:hover {
	background: url(shared/img/mainmenu_sideeffect.gif) left bottom;
}

#mainmenu .experiencelist a, #mainmenu .experiencelist span {
	background: url(shared/img/mainmenu_experiencelist.gif) no-repeat left top;
}

#mainmenu .experiencelist a:hover {
	background: url(shared/img/mainmenu_experiencelist.gif) left bottom;
}

#mainmenu .orderflow a, #mainmenu .orderflow span {
	background: url(shared/img/mainmenu_orderflow.gif) no-repeat left top;
}

#mainmenu .orderflow a:hover {
	background: url(shared/img/mainmenu_orderflow.gif) left bottom;
}

#mainmenu .faq a, #mainmenu .faq span {
	background: url(shared/img/mainmenu_faq.gif) no-repeat left top;
}

#mainmenu .faq a:hover {
	background: url(shared/img/mainmenu_faq.gif) left bottom;
}

/*-----------------------------------------------------------------------------
main
-----------------------------------------------------------------------------*/

#main .navi {
	margin: 0 auto 10px;
	width: 572px;
	clear: both;
}

#main .navi p {
	text-align:right;
}

#main .navi .pagetop a {
	padding-right: 16px;
	color: #666666;
	display:block;
	background: url(shared/img/bullet_up.gif) no-repeat right 5px;
}

#main .navi .pagetop a:active {
	background: url(shared/img/bullet_up.gif) no-repeat right 7px;
}

.content-nav {
	margin: 0 auto 10px;
	width: 572px;
	font-size: 0.77em;
	text-align: center;
}

.date-header {
	margin: 0 auto 5px;
	width: 572px;
	font-size: 0.77em;
	color: #CCCCCC;
}

.entry {
	margin: 0 auto 30px;
	width: 572px;
	text-align: left;
	overflow: hidden;
}

.entry h3 {
	padding: 8px 0 8px 15px;
	font-size: 1.22em;
	font-weight: bold;
	line-height: 120%;
	color: #1244A8;
	border: 1px solid #CCCCCC;
	background: url(shared/img/back_entryheading.gif) repeat-x left top;
}

.entry h3 a, .entry h3 span {
 	color: #1244A8;
	text-decoration: none;
	display: block;
}

.entry h3 a:hover {
 	color: #0066FF;
}

.entry h4 {
	margin-bottom: 0.5em;
	padding: 8px 0 8px 30px;
	font-size: 1.07em;
	color: #666666;
	line-height: 130%;
	border-bottom: dotted 1px #CCCCCC;
	background: url(shared/img/bullet_blue.gif) no-repeat left 7px;
}

.entry a {
 	color: #0066CC;
}

.annotation {
	font-size: 92%;
	border: 1px dotted #CCCCCC;
	padding: 10px 10px 0 10px;
	margin-bottom: 1em;
	overflow: hidden;
	zoom: 1;
}

.entry ul {
	margin: 0 0 2em 0;
}

.entry li {
	margin-bottom: 0.4em;
	padding-left: 14px;
	font-size: 1.07em;
	background: url(shared/img/bullet_orange.gif) no-repeat 0px 5px;
}

.pelican li {
	padding: 0;
	background: none;
}

.pelican li a {
	padding: 3px 0 3px 15px;
	background: url(shared/img/bullet_circle.gif) no-repeat 0px 6px;
}

.purchase {
	text-align: right;
}

.star {
	font-size: 1.22em;
	font-weight: bold;
	color: #FF6600;
}

.entry table {
	margin-bottom: 2em;
}

.contraindication {
	width: 572px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-collapse:collapse;
	border-spacing: 0px;
}

.contraindication th {
	padding: 5px;
	font-size: 1.07em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background: #0066CC;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.contraindication td {
	padding: 3px;
	width: 33%;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

.productstable {
	width: 572px;
	border-collapse:collapse;
	border-spacing: 0px;
}

.productstable .firstChild th {
	padding: 5px;
	font-size: 1.07em;
	font-weight: bold;
	color: #FFFFFF;
	background: #FFD83C;
}

.productstable th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

.productstable td {
	padding: 5px;
	font-size: 1em;
}

.productstable a {
	width: 100px;
	height: 26px;
	text-decoration: none;
	text-indent: -9999px;
	display: block;
	background: url(shared/img/btn_cart.jpg) no-repeat left top;
}

.productstable a:hover {
	background: url(shared/img/btn_cart.jpg) no-repeat left bottom;
}

.productstable .odd{
	background: #B5FFB5;
}

.productstable .even{
	background: #E6FFE6;
}

.productstable .empty{
	background: #FFFFFF;
}

.entry-tags {
	margin-bottom: 5px;
}

.entry-tags a {
	color: #666666;
}

.entry-tags li {
	padding-right: 5px;
	font-size: 0.92em;
	display: inline;
	background: url(none);
}

.entry-footer {
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 0.92em;
	border-top: 1px solid #CCCCCC;
}

.entry-footer a {
	margin-bottom: 10px;
	padding-top: 5px;
	font-size: 0.92em;
	color: #666666;
}

.entrymore a {
	padding: 4px 0 4px 18px;
	display: block;
	background: url(shared/img/bullet_orange.gif) no-repeat 0px 10px;
}

.entry .productimg {
	margin: 0 0 1em 1em;
	padding: 3px;
	float: right;
	border: 1px solid #CCCCCC;
}

/*clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.regularproducts {
	font-size: 92%;
	border: 1px double #CCCCCC;
	padding: 10px 10px 0 10px;
	margin-bottom: 1em;
}

/*==============================================================================
home
================================================================================*/

#home #main h3 {
	margin-bottom: 0.5em;
}

.home_list {
	padding: 10px;
	border: 1px solid #D8D8D8;
	background: url(shared/img/back_subarea.gif) repeat-x left bottom;
}

.home_list dt {
	margin-bottom: 0.5em;
}

.home_list dt a {
	padding-left: 15px;
	font-size: 1.07em;
	background: url(http://www.aga-chiryou.com/shared/img/bullet_circle.gif) no-repeat left 3px;
}

.home_list dd {
	margin-bottom: 1.0em;
}

/*--------------------------------------------------------------------------------
pickup
--------------------------------------------------------------------------------*/

#pickup {
	margin: 0 auto;
	width: 572px;
	text-align: left;
}

#pickup h3 {
	padding: 9px 0 9px 35px;
	font-size: 1.14em;
	background: url(http://www.aga-chiryou.com/img/heading_pickup.gif) no-repeat left top;
}

#pickup h4 {
	margin-bottom: 1.0em;
	padding-bottom: 8px;
	font-size: 1.07em;
	color: #666666;
	line-height: 130%;
	border-bottom: dotted 1px #CCCCCC;
}

#pickup .inner {
	margin-left: -49px;
	padding-bottom: 10px;
	width: 621px;
	overflow: hidden;
}

#pickup li {
	margin-bottom: 1.5em;
	padding-left: 49px;
	width: 158px;
	float: left;
}

#pickup li img {
	margin-bottom: 1em;
	padding: 3px;
	width: 150px;
	border: 1px solid #CCCCCC;
}

#pickup li span {
	padding-left: 15px;
	background: url(http://www.aga-chiryou.com/shared/img/bullet_circle.gif) no-repeat left 3px;
}

#pickup_others {
	width: 572px;
	font-size: 1.07em;
	font-weight: bold;
	text-align: right;
}

#pickup_others a {
	padding-left: 16px;
	color: #0066FF;
	background: url(shared/img/bullet_orange.gif) no-repeat left center;
}

/*--------------------------------------------------------------------------------
news
--------------------------------------------------------------------------------*/

#news {
	margin: 0 auto;
	width: 572px;
	text-align: left;
}

#news h3 {
	padding: 9px 0 9px 35px;
	font-size: 1.14em;
	background: url(http://www.aga-chiryou.com/img/heading_news.gif) no-repeat left top;
}

#news h4 {
	margin-bottom: 1.0em;
	padding: 8px 0 8px;
	font-size: 1.07em;
	color: #666666;
	line-height: 130%;
	border-bottom: dotted 1px #CCCCCC;
}

#news .date {
	font-size: 0.92em;
}

#news ul {
	margin: 0px 0px 1em 0px;
}

#news li {
	margin-bottom: 0.4em;
	padding-left: 14px;
	background: url(shared/img/bullet_orange.gif) no-repeat left center;
}

/*==============================================================================
link
================================================================================*/

/*登録サイトリスト*/
table.link_site{
	width: 568px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #666;
}

table.link_site th{
	border: 1px solid #666666;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

table.link_site td{
	border: 1px solid #666666;
	padding: 5px;
}

/*登録フォーム*/
table.regist_form{
	width: 568px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}

table.regist_form td, table.regist_form th{
	padding: 5px;
	border: 1px solid #666666;
}

table.regist_form td.title, table.regist_form th.title{
	font-weight:bold;
}

#site_name, #site_url, #site_caption, #site_linkpage_url{
	width: 300px;
}

/*修正フォーム*/
table.edit_form{
	width: 568px;
	margin: 10px auto;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666666;
}

table.edit_form th{
	padding: 10px 5px;
	border: 1px solid #666666;
}

table.edit_form td{
	padding: 10px 5px;
	border: 1px solid #666666;
}

table.edit_form td.title{
	font-weight:bold;
}

/*==============================================================================
medicine
================================================================================*/

#medicine #mainmenu .medicine a {
	background: url(shared/img/mainmenu_medicine.gif) left bottom;
}

/*==============================================================================
supplement
================================================================================*/

#supplement #mainmenu .supplement a {
	background: url(shared/img/mainmenu_supplement.gif) left bottom;
}

/*==============================================================================
price
================================================================================*/

#pricelist #mainmenu .pricelist a {
	background: url(shared/img/mainmenu_pricelist.gif) left bottom;
}

/*==============================================================================
basicknowledge
================================================================================*/

#basicknowledge #mainmenu .basicknowledge a {
	background: url(shared/img/mainmenu_basicknowledge.gif) left bottom;
}

/*==============================================================================
efficacy
================================================================================*/

#efficacy #mainmenu .efficacy a {
	background: url(shared/img/mainmenu_efficacy.gif) left bottom;
}

/*==============================================================================
sideeffect
================================================================================*/

#sideeffect #mainmenu .sideeffect a {
	background: url(shared/img/mainmenu_sideeffect.gif) left bottom;
}

/*==============================================================================
howto
================================================================================*/

#howto #mainmenu .howto a {
	background: url(shared/img/mainmenu_howto.gif) left bottom;
}


/*==============================================================================
experiencelist
================================================================================*/

#experiencelist #mainmenu .experiencelist a {
	background: url(shared/img/mainmenu_experiencelist.gif) left bottom;
}

/*==============================================================================
orderflow
================================================================================*/

#orderflow #mainmenu .orderflow a {
	background: url(shared/img/mainmenu_orderflow.gif) left bottom;
}

/*==============================================================================
faq
================================================================================*/

#faq #mainmenu .faq a {
	background: url(shared/img/mainmenu_faq.gif) left bottom;
}
