@charset "utf-8";

/*-----------------------------------------------------
RESET
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
address { font-style: normal; }
/* tables still need 'cellspacing="0"' in the markup */
table, caption, tbody, tfoot, thead, tr, th, td { border-collapse: collapse; border-spacing: 0; }


/*-----------------------------------
Clearfix
------------------------------------*/
.clearfix:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
/* Win版IE7とMac版IE5対策 */
.clearfix { display: inline-block; }
/* Win版IE5、6対策 */
/* Hides from IE-mac */
* html .clearfix { height: 1px; }
.clearfix { display: block; }

.clear { clear: both; }


/*-----------------------------------------------------
BASE LINK COLOR
-------------------------------------------------------*/
a {
	text-decoration:underline;
	cursor:pointer;
	}

a:link {
	}

a:hover {
	}


/*-----------------------------------------------------
HTML
-------------------------------------------------------*/
html {
	height: 100%;
	}


/*-----------------------------------------------------
body
-------------------------------------------------------*/
body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	background: url(../images/bg_body.gif) repeat-x;
	background-color: #f7e5d4;
	font-size: 12px;
	height: 100%;
	text-align: left;
	}


div#page-function {
	margin-top: 60px;
	text-align: right;
	}

div#page-function p.to-page-top a {
	color:#97794c;
	font-size:10px;
	font-weight:bold;
	padding:0 0 10px 10px;
	}

#page-top {
	position:absolute;
	bottom:0;
	right:0;
	text-indent:-9999em;
	overflow:hidden;
	font-size:1px;
	}

/*-----------------------------------------------------
WRAPPER
-------------------------------------------------------*/
div#wrapper {
	width : 960px;
	margin: 0 auto;
	position: relative;
	}


/*-----------------------------------------------------
container
-------------------------------------------------------*/
div#container {

	}


/*-----------------------------------------------------
HEADER
-------------------------------------------------------*/
div#header{
	width: 960px;
	height: 50px;
	position:relative;
	}

h1 {
	text-align: left;
	}

	.language{
	position:absolute;
	right:0;
	top:10px;
}




/*-----------------------------------------------------
CONTENTS
-------------------------------------------------------*/
div#contents {
	background: url(../images/bg_contents.gif) repeat-y;
	width: 960px;
	height: 100%;
	position: relative;
	}


/*------CONTENTS_LEFT------*/
div#contents_left {
	float: left;
	width: 192px;
	}

div#contents_left div#title {
	margin: 8px 10px 15px;
	}

div#contents_left ul {
	margin: 0 10px;
	}

div#contents_left ul li {
	margin: 0 0 1px 0;
	}


div#contents_left #sub {
	font-size: 10px;
	margin: 15px 10px;
	}

div#contents_left #sub ul {
	margin: 0 0 20px 0;
	}

div#contents_left #sub ul li {
	display: block;
	line-height: 1.4;
	}

div#contents_left #sub ul li a {
	color: #e9e9e9;
	}


li.link-point {
	background: url(../images/icon_point.gif) no-repeat scroll 0 0;
	padding-left: 16px;
	margin-bottom: ;
	}

li.link-pdf {
	background:transparent url(../images/icon_pdf.gif) no-repeat scroll 0 0;
	padding-left: 18px;
	}

/*------CONTENTS_RIGHT------*/
div#contents_right {
	float: left;
	width: 768px;
	position: relative;
	}

div#top_infobox {
	background-color: #C50012;
	}

div#top_infobox img.information {
	margin: 0 0 15px 30px;
	}

div.contents_right_box {
	width: 706px;
	margin: 20px 26px 10px 36px;
	text-align:left;
	}

div.contents_right_box h2 {
	margin: 0 0 15px 0;
	}

/*-----------------------------------------------------
FOOTER
-------------------------------------------------------*/
div#footer {
	width: 960px;
	margin: 10px 0 0;
	padding-bottom: 15px;
	}

address {
	text-align: right;
	color: #424242;
	font-weight: bold;
	}


/*-----------------------------------------------------
2011.01.14 Menu
-------------------------------------------------------*/

.link-special {
	margin: 0 0 10px 0px;
}

/*-----------------------------------------------------
2014.01.24 Menu
-------------------------------------------------------*/
.side-txt{
	border:1px solid #666;
	color:#CCC;
	padding:6px 6px 6px;
}

.side-txt .side-title{
	font-size:12px;
	margin:8px 0 4px;
	vertical-align:middle;
}

.side-txt .side-title span{
	font-size:9px;
}

.side-txt p{
	margin:0 0 0;
	line-height:12px;
}

.side-txt p.hosoku{
	margin:5px 0;
}

/*-----------------------------------------------------
2019.01.29 Menu
-------------------------------------------------------*/

.bnr-movie{
  background-color: #FFF;
  padding: 10px;
  margin:10px;
}

.bnr-movie img{
  max-width: 100%;
}

.bnr-movie dd{
  margin-top: 8px;
}
