@charset "utf-8";

html {
	
}
body {
	color: #222;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background: #EFE1B0 url(../images/bg_body.jpg) repeat-x;
	font-family:　"メイリオ", "Meiryo","ヒラギノ角ゴ ProN W3",  "HiraKakuProN-W3",   
  Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
}

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

a {
	color: #000;
}

a:hover {
	color: #FF0000;
}

a img {
	border: none;
}

a:focus {
	outline: none;
}

/*レイアウト*/

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header {
		height: 319px;
		position: relative;
}

#contents {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	float: left;
	display: inline;
	width: 580px;
	padding: 20px;
	position: relative;
	z-index: 1;
}

#side {
	float: right;
	display: inline;
	width: 260px;
	padding-right: 20px;
	padding-top: 130px;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	text-align:left;
	background: #8C110D url(../images/bg_footer.jpg) repeat-x;
}

#footer-content{
	margin:0 auto;
	width: 900px;
	text-align: center;
	color: #fff;	
}
#footer-content a{
	color: #fff;
}

#logo {
	position: absolute;
	top: 30px;
	left: 20px;
}
#head-image {
	position: absolute;
	top: 10px;
	right:-20px;
}

/*汎用プロパティ*/

.margin-top0 {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.clear {
	clear: both !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

.relative {
	position: relative;
}

.zoom {
	position: absolute;
	top: 0;
	right: 0;
}

h1 {
	font-size: 11px;
	text-align: left;
	padding: 0.5em 0.5em;
	color: #fff;
}

ul #global_navi {
	list-style: none;
	margin-bottom: 20px;
}

ul#global_navi li {
	margin-left: 0;
	margin-bottom: 10px;
	list-style-type:none;
}

ul#global_navi li img {
	vertical-align: bottom;
}

h2 {
	font-size: 140%;
	overflow: hidden;
	color: #921511;
	margin-bottom: 1em;
	margin-top: 1.5em;
	border-bottom: 2px dotted #921511;
}

#main > h2:first-child{
	margin-top:0;
}

pre{
	margin: 20px 10px;
	white-space:pre-wrap;
}

pre.code{
	background: #333;
	color: #fff;
	padding: .5em;
}

table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
	border:1px solid #888;
	margin:20px 10px;
	background-color: #fffbef;
}

table.large{
	width: 560px;
}

th,td{
	padding: .5em;
}

th{
	border:1px solid #888;
	vertical-align: top;
	text-align: center;
	vertical-align:middle;
}

td{
	border:1px solid #888;
	vertical-align: top;
}

.img-left {
	float: left;
	display: inline;
	margin-right: 10px
}

.img-right {
	float: right;
	display: inline;
	margin-left: 10px;
}

h3 {
	font-size: 100%;
	border-bottom: 3px double red;
	color: red;
	margin-bottom: 0.5em;
}

#main h3{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 1.5em;
}

h4 {
	border-bottom: 1px solid #ffffff;
	border-left: 4px solid #ffffff;
	padding-left: 5px;
	font-size: 100%;
	margin-top: 5px;
}

dl.news {
	margin: 20px 10px;
	list-style: none;
	max-height: 150px;
	overflow: auto;
	background-color: #EFE1B0;
}

#main .news dt{
  clear: left;
  float: left;
  width: 7em;
  line-height: 2;
}

#main .news dd{
  margin-left: 0;
  padding-left:7em;
    border-bottom:1px dotted #888;
    line-height: 2;
}

dl.price {
	overflow: hidden;
	margin-bottom: 1em;
	list-style: none;
	line-height: 1.5;
}

dl.price a {
	color: #000;
}

dl.price dt {
	float: left;
	width: 100%;
	padding-right: 4em;
	  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

dl.price dt.description {
	font-size: 90%;
	padding-right: 0;
	padding-left: .5em;
}

dl.price dd {
	width: 4em;
	margin-left: -4em;
	float: right;
	text-align: right;
}

#main p {
	padding: 0.5em 10px 1em;
}

#main > p:first-child{
	margin-top:0;
	padding-top:0;
}

#main ul,#main ol{
	margin-left: 2.5em;
	margin-bottom: 1.5em;
}

#main .box-1-1 ul,#main .box-1-2  ul,#main .box-1-3 ul,#main .box-2-3 ul{
	margin-left: 1.5em;
	margin-bottom: 0;
}
#main .box-1-1 ol,#main .box-1-2  ol,#main .box-1-3 ol,#main .box-2-3 ol{
	margin-left: 1.5em;
	margin-bottom: 0;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

#side h3 + p{
	margin-top:0;
	padding-top:0;
}

ul.sidemenu {
	list-style-image: url(../images/icon_triangle.gif);
	margin-top: 5px;
	margin-bottom: 2em;
	padding-left: 15px;
}

ul.sidemenu li {
	margin-bottom: 5px;
}

ul.sidemenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted white;
}

ul.sidemenu li a:hover {
	margin-left: 0px;
}

.boxframe {
	overflow: hidden;
	margin: 20px 0px;
}

#main .box-1-3 {
	float: left;
	width: 168px;
	padding: 5px;
	margin-left: 10px;
	border: 1px dotted transparent;
	background-color: #fffbef;
}

#main .box-1-2 {
	float: left;
	width: 263px;
	padding: 5px;
	margin-left: 10px;
	border: 1px dotted transparent;
	background-color: #fffbef;
}

#main .box-2-3 {
	float: left;
	width: 358px;
	padding: 5px;
	margin-left: 10px;
	border: 1px dotted transparent;
	background-color: #fffbef;
}

#main .box-1-1 {
	float: left;
	width: 548px;
	padding: 5px;
	margin-left: 10px;
	border: 1px dotted transparent;
	margin-bottom: 20px;
	background-color: #fffbef;
}

#main .box {
	width: 548px;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px dotted transparent;
	margin-bottom: 20px;
	overflow: hidden;
}

#main [class*=box-] p {
	padding: 0px;
}

#main .box-1-1 a,#main .box-1-2  a,#main .box-1-3 a,#main .box-2-3 a {
	color: 222;
	text-decoration: none;
}

#main [class*=box-] p.linefeed {
	padding-top: 1em;
}

#main [class*=box-] h3 {
	border-bottom: 1px dotted red;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1em;
}

div.transparent, table.transparent,td.transparent,th.transparent{
	border: 1px transparent !important;
}

div.solid {
	border: 1px solid #666 !important;
}

div.dotted {
	border: 1px dotted #666 !important;
}


div.thumbnail{
	display: inline-block;
	position: relative;
}

img.zoom{
	position: absolute;
	top: 0;
	right: 0;
}

.margin-top0 {
	margin-top: 0px !important;
}

.margin-bottom0 {
	margin-bottom: 0px !important;
}



/*.petitlight img {
	padding-bottom: 3px;
}*/
