@import "http://";

@charset "UTF-8";

/*======================================
　Reset
=======================================*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,address {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.8em;
}
h6 {
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	line-height: 18pt;
	margin: 0;
	padding: 0;
}

img {
	border:0;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
}


/*======================================
　Body
=======================================*/

body {
	color: #333333;
	font-size: 13px;
	font-family:'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
}

/*======================================
　Background
=======================================*/

#navi {
	background-image: url(../img/navi.gif);
	background-repeat: repeat-x;
}

/*======================================
　Layout
=======================================*/

#header {
	width: 990px;
	margin: 0px auto 5px;
}

.description {
	width: 990px;
	padding: 0px;
	margin: 5px 0px 0px;
	text-align: right;
}

.logo {
	width: 420px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.logoLeft {
	padding: 0px;
	margin: 0px;
	float: right;
}

#headNavi {
	padding: 0px;
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#headNavi ul{
	margin: 0px;
	padding: 0px;
}
#headNavi li {
	margin: 0px;
	padding: 0px;
	float:left;
	list-style-type:none;
	line-height: 0;
}

#headNavi li img {
	vertical-align:top;
}

#image {
	width: 1000px;
	padding: 6px;
	margin: 0px auto;
	text-align: 1000px;
}

#pankuzu{
	width: 990px;
	padding-top: 5px;
}

#main {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#side{
	width: 245px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
}

.sideBox{
	width: 215px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 15px;
}

.sideBox p{
}

.contact{
	width: 230px;
	margin: 0px;
	padding: 0px;
}


.links{
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 190px;
}

.links ul{
	margin: 0px;
	padding: 0px 0px 0px 5px;
	width: 190px;
}

.links li{
	margin: 3px 0px 0px;
	padding: 0px 0px 0px 23px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
}

#contents {
	width: 700px;
	float: right;
	padding: 0px;
	margin: 0px;
}

.contents_inner{
	width: 700px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
}

.contents_inner p{
	line-height: 2.5em;
	padding: 20px;
}

.list{
	width: 670px;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	border: 4px solid #8fc9f3;
	padding: 10px;
}

.list_title{
	background-image: url(../img/item_title.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #4e9ce0;
	padding-left: 50px;
	padding-top: 7px;
	height: 45px;
}

.list p{
	margin-top: 10px;
	margin-bottom: 10px;

}

#footer {
	width: 1010px;
	text-align: center;
	padding: 20px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #333333;
	background-image:url(../img/bg_footer.gif);
	clear: both;
	height: 90px;
	background-repeat: repeat-x;
}

#footerNavi {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#footerNavi li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.footer a:link {
	color: #333333;
	text-decoration: underline;
}

.footer a:visited {
	color: #333333;
	text-decoration: underline;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.address{
	font-weight: bold;
	padding: 20px 0px 0px;
	color: #FFFFFF;
	font-size: 11px;
}

.partition {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	margin: 0;
	padding: 0;
	height: 0;
}

.clear { clear:both; }   

.clear hr { display:none; }  

#form{
	width: 580px;
	margin: 0px;
}


/* block */
.pageup {
	text-align: right;
	clear: both;
	padding: 0px 5px 0px 0px;
	margin: 0px;
}


/* link */
a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover { 
	color: #009900; 
	text-decoration: underline; }

a.a_bg:link {
	color: #333333; 
	text-decoration: none; 
}

a.a_bg:visited {
	color: #666666; 
	text-decoration: none; 
}

a.a_bg:hover {
	color: #333333;
	text-decoration: none;
	background-color: #D2EDCB;
}

/*======================================
　decorate
=======================================*/

.strong {
	font-weight: bold;
	font-size: 16px;
}

.green {
	font-weight: bold;
	color: #008F37;
}

.gray {
	font-weight: bold;
	font-size: 16px;
	color: #999999;
}

.white {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	line-height: 2.0em;
}

.red {
	color: #FF0000;
}

.small{
	font-size: 10px;
}






/* h */
h1{
	color: #666666;
}

h2{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h3 {
	background-image: url(../img/bukken_title.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 820px;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	padding-top: 6px;
	padding-left: 20px;
	
}

h4 {
	font-size: 14px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3333CC;
	width: 730px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #330099;
	padding: 4px 5px 4px 10px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 5px;

}

/*======================================
　top_table
=======================================*/
.items{
	margin-top: 15px;
	margin-left: 10px;
}

.items p{
	line-height: 1.8em;
}


.topTd1 {
	width: 150px;
}

.topTd2 {
	padding: 5px 5px 2px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
}

.topTd3 {
	padding-top: 10px;
	padding-left: 30px;
}


.topTd4 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	width: 270px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

/*======================================
　table
=======================================*/
.td1 {
	padding: 10px 5px 10px 20px;
	background-color: #D8E7FE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 140px;
}

.td2 {
	padding: 10px 10px 10px 15px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

.td3 {
	padding: 10px 5px 10px 20px;
	background-color: #ccfff6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.td4 {
	padding: 10px 10px 10px 15px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

/*======================================
　list-table
=======================================*/
.listTd1 {
	padding: 5px;
	background-color: #ccfff6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.listTd2 {
	padding: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}

.listTd3 {
	padding: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.price {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.price2 {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
#container #main #contents .list .title_box2 tbody tr td table tbody tr td .kakaku_honbu_red_big {
	color: #FF3300;
	font-weight: bold;
}
#container #main #contents .list .title_box2 tbody tr td table tbody tr .text_navi .text_navi_red {
	color: #FF0000;
}
#container #main #contents .list .title_box2 tbody tr td table {
	font-weight: bold;
}
#container #main #contents .list .title_box2 tbody tr td .kakaku_honbu_red {
	color: #FF0000;
}
#container #main #contents .pageup .a_bg .kakaku_honbu_red {
	color: #FF0000;
}
#container #main #contents .pageup .kakaku_honbu_red {
	color: #FF0000;
}
