@charset "utf-8";
/* CSS Document */
/* フォントサイズ設定----------------

	対応ブラウザ(standard mode)
	Mac	IE5,Safari,Firefox,Opera
	Win	IE6,IE7,Firefox,Opera

*****************************************************
	01. body
	02. header
	03. footer
	
	04. contents
	05. main
	06. side
	
	07. loginHeader 
*/
/* IE only */
body {
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 100%;
}
/* Except IE */
html>body {
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-size: 16px;
}
select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
/* 100%だとサファリで大きすぎるので */

pre, code {
	font:100% monospace;
	*font-size:100%;
}
/*IEとそれ以外でサイズが違うのを揃える*/

/*-----フォントサイズ設定ここまで-----*/


/*各要素の幅リセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,blockquote {
	margin:0;
	padding:0;
}
/*画像ボーダーオフ*/
img {
	border:0;
}
/*テーブルボーダーcollapse、フォントサイズ継承*/
table {
	border-collapse:collapse;
	font-size:inherit;
}
/*--クリアフィックス--*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*基本リンク設定*/

a {
	outline:none;
}
a:link,
a:visited {
	text-decoration:underline;
	color: #336699;
}
a:hover,
a:active {
	border:none;
	color: #3399ff;
}
/*---------------------------------------------------
 01. body
---------------------------------------------------*/
body {
	margin:0 auto 50px 0;
	text-align:center;
}
#wrapper {
	width:798px;
	margin:0 auto;
	text-align:center;
	border-left:1px solid #999999;
	border-right: 1px solid #999999;
}
/*---------------------------------------------------
 02. header
---------------------------------------------------*/
#header {
	padding:10px 10px 6px 10px;
	background:url(../img/header_bg.gif) right top no-repeat;
}
#header h1 {
	float:left;
}

#header ul {
	float:right;
	list-style:none;
	font-size:75%;
	color:#336699;
}
#header ul li {
	display:inline;
	letter-spacing:1px;
}
#header ul li a {
	border:none;
	color:#336699;
	text-decoration:none;
}
#header ul li a:hover {
	border:none;
	color:#3399ff;
	text-decoration:underline;
}
/*---------------------------------------------------
 03. footer
---------------------------------------------------*/
#footer {
	margin-top: 50px;
	padding:15px 15px 18px 15px;
	font-size:75%;
	background-color:#3399ff;
	border:1px solid #3399ff;
	color:#ffffff;
}
#footer ul {
	line-height:1em;
	list-style: none;
}
#footer ul li {
	display:inline;	
}
#footer ul li a {
	border:none;
	color:#ffffff;
	text-decoration:none;
}
#footer ul li a:hover {
	border:none;
	color:#ffffff;
	text-decoration:underline;
}
#footer p {
	margin-top:12px;
	text-align:center;
	font-size:100%;
}
/*---------------------------------------------------
 04. gNavi
---------------------------------------------------*/
ul#gNavi {
	clear:both;
	margin-bottom:7px;
	list-style:none;
}
ul#gNavi li {
	display:inline;
}
ul#gNavi li a { border:none; }
/*---------------------------------------------------
 05. contents
---------------------------------------------------*/
p {
	margin:0 15px 1.2em 24px;
	text-align:left;
	line-height:1.5em;
	font-size:75%;
	text-align:left;
}
h2 {
	margin:0 10px 1.5em 10px;
	padding:8px 0 16px 14px ;
	font-size:75%;
	text-align:left;
	background:url(../img/h2_bg.gif) left bottom no-repeat;
}
h3 {
	margin:0 10px 1.5em 10px;
	padding:8px 0 7px 14px ;
	font-size:75%;
	font-weight:normal;
	text-align:left;
	background:url(../img/h3_bg.gif) left bottom no-repeat;
}
h4 {
	margin:0 10px 1.5em 10px;
	padding:7px 0 0 18px ;
	font-size:75%;
	font-weight:normal;
	text-align:left;
	background:url(../img/h4_bg.gif) left top no-repeat;
}
/* index */
p#topImage {
	margin:0;
	padding:4px 10px 24px 10px;
	text-align:center;
	background:url(../img/line_01.gif) center bottom no-repeat;
}
div#newsList {
	margin:10px 0 30px 0;
	padding:0 0 30px 0;
	background:url(../img/news_body_bg.gif) center bottom no-repeat;
}
div#newsHead {
	padding:15px 0 8px 0;
	background:url(../img/news_head_bg.gif) center top no-repeat;
}
div#newsHead h2 {
	margin-bottom:0;
	padding-bottom:0;
	background:none;
}

div#newsList dl {
	margin:10px 20px 15px 42px;
	text-align:left;
	line-height:1.5em;
	font-size:75%;
}
div#newsList dl dt {
	color:#3399ff;
}
div#newsList dl dd {
	margin-bottom:15px;
}

/* commodity / 商品ページ */
table {
	width:778px;
	margin:0 10px 18px 10px;
}
table th {
	width:15em;
	padding:12px;
	text-align:left;
	vertical-align:top;
	font-size:75%;
	line-height:1.2em;
	background:#eff8fb url(../img/line_02.gif) left bottom repeat-x;
}
table th span {
	font-weight:normal;
}
table td.text {
	padding:14px;
	line-height:1.5em;
	font-size:75%;
	text-align:left;
	vertical-align:top;
	background:url(../img/line_02.gif) left bottom repeat-x;
}
table td.text p {
	margin:0 0 1em 0;
	font-size:100%;
}
table td.text ul li {
	margin-left:2em;
}
table td.link {
	padding:5px 0;
	line-height:1.2em;
	font-size:62.5%;
	text-align:center;
	vertical-align:top;
}
table tr td table { width:440px; margin:0; }
table tr td table td { width:220px; }
table tr td dl dt {
	clear:left;
	float:left;
	width:11em;
}
html>/**/body table tr td dl dt {
	margin-right:12px;
}
table tr td dl dt span {
	display:block;
	width:11em;
	margin:0 0 5px 0;
	padding:2px 5px;
	border-bottom:3px solid #3399ff;
	color:#3399ff;
	font-size:100%;
}
table tr td dl dt img {
	margin:0 0 0 5px;
}
table tr td dl dt a { border:none; }
table tr td dl dd {
	float:left;
	display:block;
	width:380px;
	margin:0 0 1.2em 12px;	
}
table tr td dl dd img { vertical-align:middle; }


/* google map */
div.wrap_map {
width:100%;
text-align:left;
}

div#map1,div#map2 {
margin:0 0 20px 20px;
}







