@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
	padding: 0;
	margin: 0;
	list-style: url(none) none;
}
*{
	zoom:1;
	margin-top: 0px;
}
a:link {
	color: #0000ff;
	font-size: 12px;
	line-height: 1.6em;
	text-decoration: none;
}

a:visited {
  color: #990099;
  text-decoration: underline;
}

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

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
	padding: 0;
	margin: 0;
	font: 12px/1.4em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline;
}

a:hover img {
     opacity:0.8;
     filter:alpha(opacity=80);
     -ms-filter: "alpha( opacity=80 )";
}

/* ---------------------------------------- レイアウトに関する指定 */

/* -- ヘッダーの外枠 -- */
#header {
	text-align: left;
	width: 100%;
	color: #000000;
	height: 85px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F4EDDE;
	background-image: url(../material/main_sozai/header_bk.gif);
	background-repeat: repeat-x;
}
#header-inner #top_ul {
	font-weight: bold;
	margin-left: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	width: 650px;
	height: 70px;
}
#header-inner .top_li {
	float: left;
	list-style: circle url(none) inside;
	padding-left: 10px;
}
#top_ul .top_li a {
	color: #333333;
	text-decoration: none;
}
#top_ul .top_li a:hover {
  color: #ff0000;
  text-decoration: underline;
}

#header-inner #top2_ul {
	float: left;
	height: 25px;
	width: 500px;
	margin-top: 9px;
}
#header-inner .top2_li {
	float: left;
	list-style: circle url(none) inside;
	height: 25px;
	width: 95px;
	background: url(../common/img/top_btn_bg.gif) no-repeat;
	padding-left: 20px;
	margin-left: 10px;
}
#top2_ul .top2_li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 2.4em;
	font-weight: bold;
	display: block;
}
#top2_ul .top_2li a:hover {
	color: #FFF100;
	text-decoration: underline;
	font-size: 12px;
	line-height: 2.4em;
	font-weight: bold;
	background: #6666FF;
}


#header-inner .topr_li {
	float: left;
	list-style: circle url(none) inside;
	height: 25px;
	width: 95px;
	background: url(../common/img/top_btn_bgred.gif) no-repeat;
	padding-left: 20px;
	margin-left: 10px;
}
#top2_ul .topr_li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 2.4em;
	font-weight: bold;
	display: block;
}
#top2_ul .top_rli a:hover {
	color: #FFF100;
	text-decoration: underline;
	font-size: 12px;
	line-height: 2.4em;
	font-weight: bold;
	background: #6666FF;
}



/* -- ヘッダーブロックの幅はここで指定 -- */
#header-inner {
	width: 950px;
	height: 70px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-top: 10px;
}

/* -- コンテンツ サイドバーブロックの幅はここで指定 -- */
#container {
	text-align: left;
	width: 950px;
	border: 1px none #cccccc;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* -- サイドバーの幅分マイナス -- */
#container-inner {
	float: right;
	margin-left: auto;
	width: 100%;
	margin-bottom: 10px;
	height: 275px;
	margin-right: auto;
}

/* -- サイドバーの幅分余白 -- */
#contents {
	margin-left: 200px;
	padding: 2em 30px 4em 29px;
	border-left: 1px #cccccc;
	width: 691px;
	line-height: 1.6em;
	font-size: 12px;
}
#contents2 {
	width: 910px;
	margin: 20px;
}


/* -- サイドバーの幅指定 -- */
#sidebar {
  float: left;
  width: 180px;
  padding: 2em 10px;
}

#undernavi {
	clear: both;
	text-align: right;
	padding: 0.5em 0 1em;
	border-top: 1px solid #cccccc;
	margin-top: 20px;
}

/* -- フッターの外枠 -- */
#footer {
	width: 100%;
	margin: 0 auto;
	background: #F4EDDE repeat;
	color: #000000;
	padding-top: 1em;
	padding-bottom: 2em;
	clear: both;
}

/* -- フッターブロックの幅はここで指定 -- */
#footer-inner {
	width: 950px;
	margin: 0 auto;
	height: 80px;
	line-height: 1.8em;
}

/* ---------------------------------------- #header内の指定 */

/* -- 見出しレベル1 -- */
h1 {
	font-size: 1em;
	font-weight: normal;
	float: right;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
	font-size: 1.8em;
	float: left;
}
.logo a {
	text-decoration: none;
	border-style: none;
}

.logo a:hover {
	text-decoration: none;
	border-style: none;
}

/* -- 概要 -- */
.description {
	float: left;
}

/* ---------------------------------------- #contents内の指定 */

/* -- 見出し -- */
h2,h3,h4,h5,h6 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	padding: 5px 0 5px 5px;
	border-left: 10px solid #73BFA7;
	border-bottom: 2px solid #73BFA7;
}
#contents .ko_midashi {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	margin-top: 20px;
	border-left: 10px solid #666666;
	text-indent: 5px;
}


h3,h4,h5,h6 { margin-top: 2.5em; }
#contents .onpoint {
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
	border-left: 10px solid #FF6600;
	text-indent: 5px;
	margin-bottom: 5px;
}


/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-bottom: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #999999;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

/* ---------------------------------------- #undernavi内の指定 */
#undernavi p {
	text-align: right;
	margin-right: 30px;
}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

#box_dai {
  width: 950px;
  height: 280px;
  margin: 0px;
  padding: 0px;
}

#box_dai #kanban {
	float: right;
	height: 270px;
	width: 370px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #A6A5A5;
	border-right-color: #A6A5A5;
	border-left-color: #A6A5A5;
}
#kanban_table { margin-top: 125px; 
}

#box_dai #left_bar {
  height: 90px;
  width: 280px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  background-image: url(../common/img/t_bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#box_dai #left_bar #tama_box {
	width: 180px;
	height: 45px;
	color: #FFFFFF;
}

#tama_box li {
	float: left;
	font-size: 11px;
	width: 135px;
	margin-top: 5px;
	display: block;
	height: 20px;
}
#tama_box ul {
	margin-top: 30px;
	margin-left: 5px;
}


#box_dai #left_bar #tama_box {
	width: 280px;
	height: 90px;
	color: #FFFFFF;
}


#box_dai .right_bar {
  float: left;
  height: 90px;
  width: 280px;
  margin-top: 10px;
  background-image: url(../common/img/r_bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#box_dai .right_bar #riko_box {
	width: 280px;
	height: 90px;
	color: #FFFFFF;
}


#riko_box li {
	float: left;
	font-size: 11px;
	width: 135px;
	height: 20px;
	margin-top: 5px;
}
#riko_box ul {
	margin-top: 30px;
	margin-left: 5px;
	width: 280px;
}


#box_dai #left_bar2 {
	height: 65px;
	width: 160px;
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	background: #FFF500;
}

#box_dai .right_bar2 {
	height: 65px;
	width: 160px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	background: #48B095;
}

#box_dai #new_bar {
	width: 560px;
	float: left;
	margin-top: 20px;
	border-left: 10px solid #EB6EA5;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
	vertical-align: middle;
	line-height: 1.8em;
	margin-bottom: 9px;
	border-bottom: 1px solid #999999;
}

#box_dai #new_bar_naka {
  float: left;
  width: 575px;
  margin-top: 5px;
  padding: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#fair_bar {
	clear: both;
	border-left: 10px solid #EB6EA5;
	height: 30px;
	text-indent: 10px;
	font: bold 18px/1.7em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-left: 3px;
}

#fair_naiyo { height: 110px; 
}

#osusume_bar {
	clear: both;
	text-indent: 10px;
	font: bold 14px/1.7em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 15px;
	border-top-style: dotted;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #1EB9EE;
}
#osusume_bar2 {
	clear: both;
	text-indent: 10px;
	font: bold 14px/1.7em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 15px;
	border-top-style: dotted;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #00CC00;
}

#osusume_naiyo {
	height: 110px;
}
#container  li {
  float: left;
  list-style: url(none) none inside;
  display: block;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

#tensaikishi {
	width: 950px;
	text-align: right;
	margin-bottom: 10px;
	float: right;
}

#container #hyoji {
	width: 490px;
	float: left;
	margin-bottom: 10px;
}

#container #hyoji li {
	margin-right: 15px;
	list-style: circle inside;
}

#news_box .box1 {
	width: 750px;
	margin: 20px auto;
	padding: 1px 0px 0px;
}

#container #container-inner #contents #hanbai_table { }
#new_box1 {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #CBCCCC;
}
#gazo {
	width: 150px;
	height: 32px;
	margin-left: 780px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mailmaga img {
	margin-right: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.overbox{
	width:575px;
	height:170px;
	overflow:scroll;
	text-decoration: none;
	line-height: 1.4em;
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	border: 1px solid #A6A5A5;
}

#k_t {
  height: 19px;
  width: 82px;
  margin-left: 185px;
  float: left;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

#k_r {
  height: 19px;
  width: 82px;
  float: left;
  margin-top: 3px;
  margin-left: 185px;
  clear: both;
  padding: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
