@charset "euc-jp";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font: 16px/28px "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
	background-color: #f7f1dc;
}

p {
	margin-bottom: 1em;
}

.red {
	color: #a92f36;
}

a {
	color: #02445d;
}

a:hover {
	color: #02445d;
}

.txt-bold {
	font-weight: bold;	
}

/* header */

#header-wrapper {
	width: 100%;
	height: 187px;
	background-image: url(../images/bg_header_gr.jpg);
	background-repeat: repeat-x;
}
#header-container {
	width: 1000px;
	height: 187px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right 6px;
}
h1 {
	position: absolute;
	left: 0px;
	top: 31px;
}
#social {
	position: absolute;
	left: 705px;
	top: 198px;
	display: inline-table;
}
#social iframe {
	width: 120px !important;
	display: inline;
}
#social iframe:first-child {
	width: 110px !important;
}

#header-roadshow {
	position: absolute;
	right: 0px;
	top: 122px;
}
/* menu */

#menu-wrapper {
	width: 100%;
	height: 43px;
	background-color: #1e5062;
}
#menu-wrapper ul {
	display: block;
	width: 1000px;
	margin: 0 auto;
	text-align:left;
}
#menu-wrapper ul li {
	display: inline-block;
}

/* contents */

#content-wrapper {
	width: 100%;
	background-image: url(../images/bg_texture.jpg);
	background-repeat: repeat-x;
	background-color: #f7f1dc;
}
#content-container {
	margin: 0px auto;
	width: 1000px;
	height: 100%;
	min-height: 800px;
	padding: 26px 0px 50px 0px;
}
#main-container {
	width: 1100px;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google ChromeÍÑ */
	-moz-border-radius: 10px;   /* FirefoxÍÑ */
	box-shadow: 0px 0px 7px 0px rgb( 132, 110, 59 );
	overflow: hidden;
}

/* content tpl*/

h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	margin:2em 0px 1em 0px;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.6em;
}

.btn a {
	color:#ffffff;
	display:inline-block;
	padding:10px 30px;
	margin:2em 0px;
	text-decoration:none;
	border-radius: 4px;
	background-image: -moz-linear-gradient( 90deg, rgb(20,59,73) 1%, rgb(2,85,115) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(20,59,73) 1%, rgb(2,85,115) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(20,59,73) 1%, rgb(2,85,115) 100%);
}

.btn a:hover {
  background-image: -moz-linear-gradient( 90deg, rgb(2,85,115) 0%, rgb(20,59,73) 99%);
  background-image: -webkit-linear-gradient( 90deg, rgb(2,85,115) 0%, rgb(20,59,73) 99%);
  background-image: -ms-linear-gradient( 90deg, rgb(2,85,115) 0%, rgb(20,59,73) 99%);
}

table {
	margin-top: 1.5em;	
}

table tr td {
	padding:5px;
	border: 1px solid #cccccc;
	background: #FFF;
}

table tr td.midashi {
	color: #FFF;
	background: #836033;	
}

table.download tr td {
	text-align: center;
	padding-right: 1.5em;
	padding-left: 1.5em;
}
