@charset "utf-8";
/* formatting style
-----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
/* drugstore-yashiro
-----------------------------------------*/

body {
	text-align:center;
}
hr {
	display: none;
}
/* link styles
-----------------------------*/
a img {
	border-style: none;
}
hr {
	display: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
-----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	height: auto;
	position: static;
	margin-left:auto;           /* IE以外用の中央寄せ */
    margin-right:auto;          /* IE以外用の中央寄せ */
    text-align:left;            /* 中身を左寄せに戻す */
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}

#mainhistory {
	float: right;
	padding: 15px;
	width: 500px;
}
#mainhistory p {
	padding-left: 50px;
	margin-bottom: 50px;
}
#mainhistory dl {
	width: 300px;
}
#mainhistory  dt  a  {
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
}
#mainhistory  dt  a:hover  {
	border: 1px solid #000000;
}
#count {
	height: 80px;
	width: 800px;
	float: left;
	padding-left: 15px;
}




#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#sidehistory {
	float: left;
	padding: 15px;
	width: 150px;
	margin-bottom: 20px;
	clear: none;
}
#subhistory {
	float: left;
	padding: 15px;
	width: 97px;
	margin-bottom: 20px;
	clear: none;
}
#subhistory   dl   dt  {
	padding-bottom: 20px;
}


#subhistory dl dt a {
	padding: 5px;
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 10px;
}
#subhistory dl dt a:hover {
	border: 1px solid #000000;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
	height: 55px;
}

/* header styles
-----------------------------*/
#header {
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #999999;
	position: relative;
}
#indexheader {
	background-repeat: no-repeat;
	height: 455px;
	border-top: 3px solid #999999;
	position: relative;
}

#profile #header  {
	background-image: url(images/header_profile.jpg);
}
#contact #header {
	background-image: url(images/header_contact.jpg);
}
#history #header {
	background-image: url(images/header_history.jpg);
}
#works #header {
	background-image: url(images/header_works.jpg);
}


#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}

#header ul {
	width: 858px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 200px;
}

#header ul li {
	float: left;
	list-style: url(none) none;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #E8ECF5;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
	border-top: 3px solid #FFFBF0;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #FFFBF0;
}

#header  ul  li#nHome   a {
	border-left-style: none;
}
#indexheader dl {
	width: 858px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 400px;
}

#indexheader dl li {
	float: left;
	list-style: url(none) none;
}
#indexheader dl li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #E8ECF5;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 170px;
	border-top: 3px solid #FFFBF0;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#indexheader dl li a:hover {
	background-color: #FFFBF0;
}
#indexheader   dl   li#nHome    a {
	border-left-style: none;
}
#home  #header #nHome a,
#home  #indexheader #nHome a,
#profile #header #nProfile a,
#works #header #nWorks a,
#history #header #nHistory a,
#contact #header #nContact a {
	color: #FFFFFF;
	background-color: #999999;
}


/* sidebar styles
-----------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar h1 {
	font-size: xx-small;
	color: #FFFFFF;
	margin-bottom: 15px;
	margin-top: 15px;
}
#sidebar strong {
	font-weight: normal;
}


#sidebar  dl  dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}

#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar li a {
	display: block;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}
#sidebar dl dd p {
	font-size: 0.9em;
}

#main  /* main styles
-----------------------------*/
h2     {
	margin-bottom: 0px;
	font-size: 1px;
	color: #FFFFFF;
}

#main dl     {
	font-size: 100%;
	font-weight: bold;
	border-top: 3px solid #CCCCCC;
	border-bottom: 0px none;
	background-image: url(images/mark_h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	color: #666666;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin-left: 0px;
	margin-bottom: 5px;
	letter-spacing: 0.5em;
	padding: 4px 0px 4px 25px;
	margin-top: 10px;
}

#main dd     {
	font-size: 100%;
	font-weight: bold;
	border-top: 3px solid #CCCCCC;
	border-bottom: 0px none;
	background-image: url(images/mark_h2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	clear: left;
	color: #FF0000;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin-left: 0px;
	margin-bottom: 5px;
	letter-spacing: 0.5em;
	padding: 4px 0px 4px 25px;
	margin-top: 10px;
}

#mainhistory h2 {
	border-top: 3px solid #333333;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 10px;
	text-transform: none;
	color: #333333;
}


#main  de h3 {
	clear: left;
	padding: 9px 8px 8px;
	margin: -13px 0px 20px;
	top: 0px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #666666;
	line-height: 9px;
	font-size: 100%;
	font-weight: bold;
	float: left;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #E8ECF5;
}

#main p {
	line-height: 2;
	margin-bottom: 1em;
}
#main #size {
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: left;
}




#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main p {
	font-size: 12px;
	color: #333333;
	font-weight: 200;
}
#main p strong {
	font-size: 12px;
	font-weight: 200;
}

#main #news dd {
	margin-bottom: 10px;
	margin-left: 6em;
}

#main    dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#main  dt a:hover {
	border: 1px solid #000000;
}



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

#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}

#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer p a {
	margin: 0px;
	float: right;
}
#main    /* table
-----------------------------*/
#faqList dt     {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#main #topimage    {
	height: 500px;
	width: 500px;
	float: left;
	border: 15px solid #EBEBEB;
}

#main      #faqList dd      {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}







#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}


#main .wk h3 {
	margin: 10px 0px 5px;
}
#main div.wk     h3 a  {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main .cloth {
	clear: none;
	width: 170px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main   div.cloth   h4   {
	clear: left;
	padding: 9px 8px 8px;
	margin: -13px 0px 20px;
	top: 0px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #666666;
	line-height: 15px;
	font-size: 100%;
	font-weight: bold;
	float: left;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #F0F0F0;
	width: 154px;
}

#main div.wk img {
	border: 1px solid #999999;
}


#main   de p {
	padding: 0px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 4px solid #E8ECF5;
}

#main  .wks {
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 35px;
	border: 1px solid #CCCCCC;
	clear: none;
	float: left;
}
#main #linktext {
	width: 240px;
	float: right;
	clear: none;
	margin-bottom: 35px;
	height: 60px;
	padding: 3px;
}

#main #order input {
	margin-bottom: 13px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	background-color: #F2F2F2;
}
#main  #addres input {
	margin-bottom: 5px;
	background-color: #FFFFFF;
}


#main  .wks p {
	width: 160px;
}
#main  .wks:hover {
	border: 1px solid #000000;
}


/* form
-----------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
#momonomado {
	width: 300px;
	float: left;
	height: 400px;
	line-height: 30px;
}
#momonomadoimg dt   {
	float: right;
	clear: right;
	border: 1px solid #999999;
	margin-bottom: 20px;
	margin-left: 10px;
	height: 200px;
	padding: 10px;
	width: 200px;
}
#wrapper #footer li {
	clear: left;
}
#profile #main .article img {
	border: 20px solid #EFEFEF;
}
