@charset "shift_jis";

/*---------- ページ全体の指定 ----------*/

body {
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-image: url(img/inc_bg.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	background-attachment: fixed;
}

a:link {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #4788BD;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	text-decoration: none;
}

a:active  {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

p {
	line-height: 180%;
	letter-spacing: 1px;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}


/*---------- メイン ----------*/

#main {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	color: #000;
}


#main img.head_photo {

}


/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  width: 900px	;
  height: 80px;
  border-bottom: solid 3px #009DDC;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#header h1 {
  margin: 0;
  padding: 3px 0 4px 8px;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  color: #ffffff;
  background-image: url(img/h_back.gif);
}

#header h2 {
	margin: 0;
	padding: 5px 5px 5px 5px;
	width: 400px;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	color: #666666;
}


#table-left{
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}


#table-right{
	text-align: right;
	margin: 0;
	padding: 4px 18px 2px 0;
	font-size: 12px;
	color: #663300;
	line-height: 190%;
	letter-spacing: 1px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "メイリオ","ＭＳ Ｐゴシック","Hiragino KaKu Gothic Pro", Osaka;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
	font-size: 12px;
	color: #008000;
	text-decoration: none;
}


#header-menu {
	width: 890px;
	height: 20px;
	background-color: #333333;
	margin: 0px;
	background: url(img/head_menu_back.gif);
	background-repeat: repeat-x;
	text-align: left;
	width: auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 25px;
}

#header-menu ul {
  text-align: left;
  padding-bottom: 1px;
  margin: 0px;
  padding: 0px
}

#header-menu li {
  color: #ffffff;
  display: inline;
  padding-left: 16px;
  padding-right: 10px;
  background: url(img/l_icon.gif) no-repeat;
  background-position: left center;
}

#header-menu a {
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
}

#header-menu a:hover {
	font-size: 13px;
	color: #FF1F55;
}


/*---------- コンテンツ ----------*/

#container {
	width: 900px;
	overflow: hidden;
	margin: 0px;
	background-color: #ffffff;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


/*---------- メインコンテンツ ----------*/

#contents {
	float: right;
	font-size: 12px;
	line-height: 190%;
	letter-spacing: 1px;
	width: 640px;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 30px;
	padding-left: 5px;
	clear: both;
}

#contents h2 {
	margin: 0 0 7px 0;
	padding: 11px 0 8px 24px;
	line-height: 110%;
	font-size: 12px;
	color: #000;
	background-image: url(img/titlebar.jpg);
	background-repeat: no-repeat;
}
.itemurist {
	float: left;
	height: 150px;
	width: 310px;
	padding-right: 5px;
	padding-left: 5px;
}


#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 0;
  line-height: 190%;
  letter-spacing: 1px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 6px 0 15px 0;
}

#contents img.picture {
  margin: 0 10px 10px 0;
  float: left;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}

table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}

#news {
  width: 610px;
  height: 130px;
  overflow: auto;
  background-color: #ffffff;
  padding: 10px 5px 5px 15px;
  margin: 15px 0 15px 0;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #999999;
}


/*---------- メニュー ----------*/

#menu {
	float: left;
	width: 228px;
	letter-spacing: 1px;
	text-align: left;
	background-image: url(img/menu_back.gif);
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}

#menu h2 {
  margin: 0 0 2px 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}


.menulist {
	margin: 0 0 14px 0;
	padding: 5px 2px 0px 8px;
	width: 215px;
	text-align: left;
	background-image: url(img/menu_back.gif);
	text-decoration: none;
}

.menulist h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #005ebb;
  display: block;
  border-bottom: solid 1px #999999;
  width: 191px;
  padding: 10px 0 9px 24px;
  font-size: 12px;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

.menulist a:hover{
  color: #004080;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}


.menu_free {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 8px;
  width: 215px;
  text-align: left;
  letter-spacing: 1px;
  background-image: url(img/menu_back.gif);
}

.menu_free h2 {
  margin: 0;
  padding: 6px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
	color: #005ebb;
	width: 203px;
	font-size: 12px;
	background-color: #f3f3f2;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
 }

.menu_free a:hover{
  color: #004080;
  background-color: #f3f3f2;
}

.menu_free p{
  margin: 10px 4px 0 4px;
  font-size: 12px;
  line-height: 190%;
  letter-spacing: 1px;
  background-color: #f3f3f2;
}

#menu p {
  margin: 10px 4px 0 4px;
  line-height: 190%;
}

#menu img.side_photo {
  float: left;
  margin: 8px 0 0 6px;
}




/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 18px 0 18px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  border-top: solid 3px;
  border-top-color: #c6c6c6;
  background-color: #eeeeee;
}

#footer a {
  color: #333333;
  font-size: 12px;
 }

#footer a:hover {
	color: #2A1FFF;
}
#right {
	float: right;
	font-size: 12px;
	letter-spacing: 1px;
	width: 650px;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-top: 5px;
	background-color: #FFF;
	overflow: hidden;
}
.gazou {
	width: 300px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 300px;
	float: left;
}
.kakaku {
	width: 340px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	text-decoration: none;
	font-size: x-small;
	color: #FFBF55;
	float: right;
}
.kyachi {
	width: 650px;
	font-size: xx-small;
}
.praice {
	width: 340px;
	margin-top: 1px;
	margin-bottom: 5px;
	text-align: center;
	float: right;
	font-size: small;
}
.kakutei {
	width: 340px;
	margin-top: 5px;
	margin-bottom: 20px;
	float: right;
	text-align: center;
}
.coment {
	float: right;
	width: 340px;
	text-align: center;
	margin-top: 10px;
	color: #F00;
}

.setumei {
	width: 650px;
	margin-bottom: 50px;
	font-size: small;
	float: right;
}
.sonota {
	width: 650px;
	float: right;
	text-align: center;
}
.tsugi {
	text-align: right;
	width: 650px;
	float: right;
}

.aitemucenter {
	width: 650px;
	float: right;
	margin-bottom: 5px;
}

.supec {
	width: 340px;
	margin-bottom: 15px;
	float: right;
}

.waku {
	float: left;
	height: 200px;
	width: 150px;
	clear: right;
	border: 2px solid #999;
	margin-right: 8px;
	margin-bottom: 5px;
	color: #FFF;
}
.syasin {
	height: 90px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
}
.iteme {
	width: 140px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
	word-spacing: 10px;
	height: 42px;
	margin-bottom: 0px;
	color: #030303;
	overflow: hidden;
}
.price {
	width: 140px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	top: 60px;
	font-size: small;
	height: 10px;
	color: #000;
	margin-top: 10px;
}
.botan {
	width: 150px;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
}
.pageleft {
	float: left;
	width: 150px;
	height: 23px;
	padding-top: 7px;
	text-align: center;
	padding-bottom: 10px;
}
.pagecenter {
	float: left;
	width: 350px;
	height: 23px;
	clear: none;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 10px;
}
.pageright {
	float: left;
	width: 150px;
	height: 30px;
	clear: none;
	text-align: center;
	padding-bottom: 10px;
}
.pagelefts {
	float: left;
	width: 275px;
	height: 23px;
	padding-top: 7px;
	text-align: center;
	padding-bottom: 10px;
}
.pagecenters {
	float: left;
	width: 345px;
	height: 23px;
	clear: none;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 10px;
}
.pagerights {
	float: left;
	width: 275px;
	height: 30px;
	text-align: center;
	padding-bottom: 10px;
}
#menus {
	width: 900px;
}
#centerpart {
	width: 960px;
}
.syouhinmei {
	width: 335px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 5px;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
}
.gazow {
	text-align: center;
}
.comande {
	width: 340px;
	margin-left: 10px;
	float: left;
}
.aitemukakoi {
	width: 650px;
	float: right;
}
.syouhinmeitagu {
	width: 650px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: small;
}
.indexaitem {
	width: 320px;
	text-align: center;
}
