/*shokika
------------------------*/
body,form,fieldset {
margin: 0;
padding: 0; 
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,li,dl.dt.dd {
margin: 0;
padding: 0; 
}
img {
border: 0;
margin: 0;
padding: 0;
}

/* base
---------------------- */
body {
	background-color:#000000;
	margin-top:0;
	text-align:center;
}
td {
	color:#000000;
	vertical-align:top;
	text-align:left;
}
th {
	color:#333333;
	vertical-align:top;
	text-align:left;
}
p {
	padding-bottom:15px;
	line-height:170%;
}

/* body
---------------------- */
.body {
	width:800px;
	font-size:12px;
	text-align:left;
	border:#333333 1px solid;
	background-color:#FFFFFF;
	margin:0 auto;
}

/* header
---------------------- */
.header {
	background-image:url(img/head.gif);
	background-repeat:no-repeat;
	width:800px;
	height:87px;
}
.header img {
	float:left;
}
.header div {
	display:block;
	width:400px;
	height:25px;
	float:right;
	text-align:right;
	margin-top:62px;
	padding-right:10px;
}
.header a {
	color:#000000;
	text-decoration:none;
}
.header a:hover {
	color:#333333;
	text-decoration:underline;
}

/* h1
---------------------- */
h1#tsuhan {
	text-indent: -9999px;
	background: url(img/title4.gif) no-repeat 0 0;
	display: block;
	width: 450px;
	height: 69px;
}
h1#kojin {
	text-indent: -9999px;
	background: url(img/title3.gif) no-repeat 0 0;
	display: block;
	width: 450px;
	height: 69px;
}
h1#kaimono {
	text-indent: -9999px;
	background: url(img/title1.gif) no-repeat 0 0;
	display: block;
	width: 450px;
	height: 69px;
}
h1#toriatukai {
	text-indent: -9999px;
	background: url(toriatukai/img/title2.gif) no-repeat 0 0;
	display: block;
	width: 450px;
	height: 69px;
}
/* h2
---------------------- */
h2#cart {
	background: url(img/h2.gif) 0 0 no-repeat;
	display: block;
	width: 230px;
	height: 24px;
	line-height: 24px;
	font-weight: normal;
	font-size: 120%;
	color: #fff;
	padding-left: 15px;
	margin-bottom: 5px;
}

/* left
---------------------- */
.left {
	width:248px;
	float:left;
	background:none;
}
/* navi */
#navi ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {
	text-indent:-9999em;
	list-style:none;
}
#navi li a {
	width:248px;
	display:block;
}
#navi li#con1 a {
	background:url(img/navi_01.gif) 0 0;
	background-repeat:no-repeat;
	width: 248px;
	height:50px;
}
#navi li#con1 a:hover {
	background:url(img/navi_01.gif) -248px 0;
}
#navi li#con2 a {
	background:url(img/navi_02.gif) 0 0;
	background-repeat:no-repeat;
	width: 248px;
	height:48px;
}
#navi li#con2 a:hover {
	background:url(img/navi_02.gif) -248px 0;
}
#navi li#con3 a {
	background:url(img/navi_03.gif) 0 0;
	background-repeat:no-repeat;
	width: 248px;
	height:48px;
}
#navi li#con3 a:hover {
	background:url(img/navi_03.gif)  -248px 0;
}
#navi li#con4 a {
	background:url(img/navi_04.gif) 0 0;
	background-repeat:no-repeat;
	width: 248px;
	height:48px;
}
#navi li#con4 a:hover {
	background:url(img/navi_04.gif)  -248px 0;
}
#navi li#con5 a {
	background:url(img/navi_05.gif) 0 0;
	background-repeat:no-repeat;
	width: 248px;
	height:48px;
}
#navi li#con5 a:hover {
	background:url(img/navi_05.gif) -248px 0;
}
#navi li#con6 a {
	background:url(img/navi_06.gif) 0 0;
	background-repeat:no-repeat;
	width: 248px;
	height:48px;
}
#navi li#con6 a:hover {
	background:url(img/navi_06.gif) -248px 0;
}
#navi li#con5 ul li a {
	display:block;
	text-indent:0;
	background:none;
	background-color:#CCCCCC;
	width:210px;
	height:25px;
	padding-left:20px;
	line-height: 25px;
	border-bottom:solid 1px #FFFFFF;
	text-decoration:none;
	color:#333333;
}
#navi li#con5 ul li a:hover {
	display:block;
	background:none;
	background-color:#999999;
	width:210px;
	height:25px;
	padding-left:20px;
	line-height: 25px;
	border-bottom:solid 1px #FFFFFF;
	text-decoration:none;
	color:#333333;
}

/* main
---------------------- */
.main_top {
	width:552px;
	float:right;
}
.main {
	width:504px;
	padding:20px 30px 40px 18px;
	float:right;
	line-height:150%;
}

/* footer
---------------------- */
.footer {
	background-image:url(img/footer_bg.gif);
	background-repeat:repeat-x;
	padding-top:12px;
	padding-right:10px;
	width:790px;
	height:17px;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	text-align:right;
}
.footer a {
	color:#CCCCCC;
	text-decoration:none;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

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

.clearfix {display: inline-table;}

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

/* contact
---------------------- */
.con_box {
	width:500px;
}
.con_list {
	padding-left:15px;
	margin-bottom:10px;
}
.kago_box {
	width:500px;
}
.kago {
	border:solid 1px #431d69;
	padding:2px;
	margin-bottom:20px;
}

/* kojinjyoho
---------------------- */
.jyoho {
	line-height:170%;
	list-style:decimal;
	padding-left:2em;
}
.jyoho li {
	padding-bottom:0.5em;
}

/* toriatsukai
---------------------- */
.tori {
	border:solid 1px #431d69;
}
dl.toriatukai {
	margin-left: 15px;
	width: 30em;
}
dl.toriatukai dt {
	border-top: 1px dotted #ccc;
	border-left: 5px solid #ccc;
	float: left;
	padding: 3px 0 3px 0.5em;
	width: 5em;
}
dl.toriatukai dd {
	border-top: 1px dotted #ccc;
	padding: 3px 0;
	padding-left: 5.5em;
}

table.toriatukai {
	margin-left: 15px;
	border-collapse: collapse;
}
table.toriatukai th {
	border: 1px dotted #c3c2c2;
	background-color: #e5e5e5;
	padding: 5px;
}
table.toriatukai td {
	border: 1px dotted #c3c2c2;
	padding: 5px;
}

/* cart
---------------------- */
#cart table {
	background-color:#431d69;
}
#cart td {
	background-color:#FFFFFF;
}
.cart_title {
	background-color:#CCCCCC;
}
.center {
	text-align:center;
	margin:0 auto;
	width:250px;
}

/* txt
---------------------- */
.small {
	line-height:140%;
}
.p_bold {
	color:#431d69;
	font-weight:bold;
	line-height:250%;
}
.p_bold2 {
	color:#431d69;
	font-size:14px;
	font-weight:bold;
	line-height:250%;
}
.red {
	color:#990000;
}
.red_b {
	color:#FF0000;
	font-weight:bold;
}

/* img
---------------------- */
.im_left {
	float:left;
}
.im_right {
	float:right;
}