@charset "UTF-8";
/* 共通設定 */
* {
	margin: 0px;
	padding: 0px;
}
p, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #993300;
	text-decoration: none;
}
a img {
	border-style: none;
}
body {
	font-family: "Lucida Grande", 'Hiragino Kaku Gothic Pro', "ヒラギノ角ゴ Pro W3", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", 'Osaka', sans-serif;
	font-size: small;
	text-align: left;
	line-height: 1.5em;
}
.cleafloat {
	clear: both;
}
/* IE7へ指定 */
*+html body {
	font-size: 76%;
}
/* 全体構造 */
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	position: relative;
}
/* TOPページ */

#top {
	margin-right: auto;
	margin-left: auto;
	width: 739px;
	position: relative;
}
#top h1 a {
	background-image: url(../images/share/colum_logo.gif);
	text-indent: -700em;
	display: block;
	height: 46px;
	width: 378px;
	background-repeat: no-repeat;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	right: 0px;
}
#g_menu {
	background-image: url(../images/top/g_top_back.gif);
	background-repeat: repeat;
	border: 3px solid #EF9C90;
	border-radius: 13px;
	-webkit-border-radius: 13px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 13px;   /* Firefox用 */
	background-position: 0% 4px;
	behavior: url("/PIE.htc");
	width: 733px;
	top: 66px;
	display: block;
	clear: both;
	padding-bottom: 30px;
/* 	height: 2820px; */
}
#g_menu:after {
  content: "";
  clear: both;
  display: block;
}

#g_menu h2 img {
	margin-left: auto;
	width: 603px;
	margin-right: auto;
	display: block;
	position: relative;
	height: 85px;
}
#g_menu h5 a {
	background-image: url(../images/top/download.png);
	text-indent: -700pc;
	display: block;
	height: 91px;
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 10px;
	position: relative;
}
#menu_area {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;

	-webkit-justify-content: baseline;
	justify-content: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;

	width: 717px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.g_menu_box {
	float: left;
	min-height: 296px;
	width: 223px;
	display: block;
	margin-right: 8px;
	margin-left: 8px;
}
.g_menu_box.tall {
	min-height: 420px;
}

.g_menu_box_b {
/* 	float: left; */
	height: 159px;
	width: 223px;
	display: block;
	margin-top: 41px;
}
#g_menu_b {
	height: 543px;
	clear: both;
}
#top #g_menu_b {
	margin-bottom: 30px;
}
#g_menu_b h3 {
	text-indent: -700em;
}
#top_img {
	width: 739px;
}
#top_footer {
	padding-bottom: 10px;
	padding-top: 10px;
}
#wrap #top #top_img img {
	vertical-align: top;
}
#top_footer h2 a {
	background-image: url(../images/share/colum_logo_j.gif);
	text-indent: -700em;
	height: 42px;
	width: 328px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	display: block;
}
#top_footer h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	font-size: 90%;
	background-image: url(../images/share/ds_cgt_03.gif);
	height: 55px;
	width: 394px;
	text-indent: -700em;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	display: block;
}
.goto_top {
	height: 29px;
}
.goto_top p a {
	background-image: url(../images/share/btn_back.gif);
	float: right;
	height: 29px;
	width: 202px;
	display: block;
	text-indent: -700em;
}
#top_link h3 a {
	text-indent: -700em;
	display: block;
	clear: both;
}
a.top_link_01 {
	background-image: url(../images/top/201401_link_bt_01.jpg);
	height: 90px;
}
a.top_link_02 {
	background-image: url(../images/top/201401_link_bt_02.jpg);
	height: 48px;
}
#top #open {
	display: none;
}
.lineups ul li {
	text-indent: -700em;
	height: 0px;
	display: block;
}
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 90%;
}
#page-top a {
	background: #999;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
