@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 0em;
	background: #f4f4f4;
}

input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック",sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html body {
	font-size: 80%;
}
* html table {
	font-size: 100%;
	line-height: 1.7;
}
*:first-child+html body {
	font-size: 80%;
}
/**/


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク ------------------------------ */

a:link {
	color: #1b96d5;
	text-decoration: none;
}
a:visited {
	color: #1b96d5;
	text-decoration: none;
}
a:hover {
	color: #00b9ef;
	text-decoration: underline;
}
a:active {
	color: #00b9ef;
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

.clear {
	line-height: 0%;
	font-size: 0px;
	clear: both;
}

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

div#hdBox {
	width: 100%;
	background: #ffffff;
	border-bottom:solid #cccccc 1px;
	margin-bottom:2px;
}

div#hd {
	width: 900px;
	height: 105px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
}

div#hd:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#hd { display:inline-block; }
/*\*/
* html div#hd { height:1%; }
div#hd { display:block; }
/**/


/* logo ------------------------------ */

div#hd div.logo {
	float: left;
	margin: 5px 0 10px;
	padding: 0;
}

/* logo ------------------------------ */
div.logo h1 {
	width: 200px;
	height: 52px;
}
div.logo h1 a, div.logo h1 a:hover {
	width: 376px;
	height: 53px;
	text-indent: -5260px;
	background: url(../img/logo.gif?ver=20181204) no-repeat left top;
	display: block;
}

div#hd div.logo strong {
	width: 200px;
	height: 52px;
}

div.logo strong a, div.logo strong a:hover {
	width: 200px;
	height: 52px;
	text-indent: -5260px;
	background: url(../img/logo.gif) no-repeat left top;
	display: block;
}

/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

#wrap{
	width:900px;
	margin:0px auto; /* 新しいブラウザ用中央揃え */
	text-align:left;  /* 内容を左揃えに戻す */
	background: url(../img/main_bg.gif) repeat-y left top;
}

div#ctArea {
	width: 900px;
	margin: 0 0 0 0;
	padding: 30px 0 20px 0;
	background: url(../img/main_hd.gif) no-repeat left top;
}

div#ctArea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctArea { display:inline-block; }
/*\*/
* html div#ctArea { height:1%; }
div#ctArea { display:block; }
/**/


div#ctLeft {
	float: left;
	width: 620px;
	padding: 0 0 0 0;
}

div#ctRight {
	float: right;
	width: 185px;
	padding: 0 0 0 0;
}

div#ctRight ul.links {
	margin: 0 0 0 0;
}

div#ctRight ul.links li {
	margin: 0 0 5px 0;
	text-align:center;
}


/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */	

div#ft {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	text-align: left;
	background: url(../img/main_bt.gif) no-repeat left top;
}

div#ft:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ft { display:inline-block; }
/*\*/
* html div#ft { height:1%; }
div#ft { display:block; }
/**/

div#ft address {
	color: #167fc0;
	font-size: 86%;
	text-align: center;
}

div#ft p.produce{
	text-align: right;
	color: #cccccc;
}



/* イメージ ------------------------------ */

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}


/* ページトップへ戻る------------------------------ */

p.pagetop {
	margin-top: 20px;
	padding: 0 20px 0 0;
	text-align: right;
}


/* パンくず ------------------------------ */

div.location {
	width: 900px;
	margin: 0 auto;
	padding: 5px 0 5px;
	text-align: left;  /* 内容を左揃えに戻す */
}

ul#location {
	margin: 0 0 0px;
}

ul#location li {
	display: inline;
	font-size: 95%;
	color: #666666;
}

ul#location li a {
	/* color: #333333; */
}

ul#location li a:hover {
	/* color: #333333; */
	text-decoration: none;
}

/* テーブル ------------------------------ */

table.commonlist {
	width: 620px;
}

table.commonlist th,
table.commonlist td {
	padding: 8px 0 6px;
	vertical-align: top;
	border: 1px solid #d7d0be;
}

table.commonlist th {
	padding-left: 8px;
	text-align: left;
	border: 1px solid #d7d0be;
	background: #f7f3ea;
}
table.commonlist td {
	padding-left: 8px;
	padding-right: 8px;
}

table.none { border: 0px; border-collapse: collapse; margin: 0 auto; }
table.none td { border: 0px; padding: 8px 0 6px; }

