@charset "UTF-8";

/*--------------------------------------------------------------
 共通
--------------------------------------------------------------*/

/* スタイルの初期化 */
*{
	margin:0;
	padding:0;
}
img,a img{
	border:none;
	background:transparent;
}
ul ul,ul dl,dl ul,table p,table ul,table table{
	font-size:1em;
}

/*--------------------------------------------------------------
 全体
--------------------------------------------------------------*/
body{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	color:#333;
	font-size: 100%;
	_overflow:hidden;
	background-color:#fff;
}

/*--------------------------------------------------------------
 main
--------------------------------------------------------------*/
/* メインエリア */
#mainArea {
	width: 691px;
	margin:60px auto 20px;
	padding:0;
	position:relative;
}
#mainArea h1{
	text-align:center;
}
#mainArea ul{
	list-style:none;
}
#mainArea ul img{
	vertical-align:bottom;
}
#mainArea ul#menuL{
	position:absolute;
	top:127px;
}
#mainArea ul#menuL li,
#mainArea ul#menuR li{
	margin-bottom:13px;
}
#mainArea ul#menuR{
	position:absolute;
	top:127px;
	left:345px; /* base +95px +10px */
}
#mainArea div#noteArea{
	width:356px; /* base +106px +10px */
	position:absolute;
	top:310px;
}
#mainArea div#noteArea .note{
	color:#e60012;
	font-size:74%;
	line-height:150%;
	margin:5px 0;
}
.key{
	margin:0 3px;
	padding:0px 3px;
	border:1px solid #dc0a0a;
}

#goAdobe{
	margin-bottom:10px;
	background:url('../img/get_adobe_reader.png') left top no-repeat;
}
#goAdobe a{
	font-size:70%;
	line-height:130%;
	color:#333;
	text-decoration:none;
	padding-top:2px;
	padding-left:120px;
	display:inline-block;
	*display: inline;/* forIE6,7 */
	*zoom: 1;/* forIE6,7 */
	min-height:33px;
	_height:33px; /* forIE6 */

}
#goAdobe a:hover{
	color:#08c;
}

/*--------------------------------------------------------------
 PDF表示エリア
--------------------------------------------------------------*/
#left_frame {
    background-color: #565656;
	height:100%;
	left:0;
	margin:0;
	position:fixed;
	_position:absolute;
	top:0;
	width: 251px; /* base +1px +10px */
}

#middle_space_frme {
    width: 20px;
    height: 100%;
    margin:0 0 0 253px;  /* base +3px +10px */
    padding:0;
    position:fixed;
    background-color: #E6E6E6;
    background-image: url(../pdfviewer/images/texture.png);
}

#right_frame {
	height:100%;
	margin:0 0 0 271px; /* base +21px +10px */
	_overflow:auto;
	padding:0;
}

#left_frame h1{
	margin: 0
}
#left_frame ul{
	list-style:none;
}
#left_frame img{
	vertical-align:bottom;
}

#menu_area {
    width: 251px;  /* base +1px +10px */
    background: #565656;
    height: 100%;
}
#menu_top {
    width: 253px; /* base +10px+3px */
    height: 1px;
    background-color: #00b0ec;
}
#menu_bottom {
    width: 251px; /* base +10px +1px */
    height: 100%;
    background-color: #fff;
}
#logo_area {
    /*padding: 10px 0 10px 10px;*/
    /*border-bottom: 1px solid #333; */ /* 枠線なし */
}
#logo_area img {
    width: 253px; /* base +10px+3px */
}

#menu_scroll_panel {
    padding-top: 5px;
    padding-left: 5px;
    background-color: #fff;
}

#sMenu_area {
    /*border-right: 1px solid #000;*/
}
#sMenu{
	margin:0
}
.subMenu {
    /*margin:10px 10px*/
    background-color: #FFF;
}

.mainMenuItem {
    /*border-top: 1px solid #222;*/
}
.mainMenuItem img {
    width: 240px;  /* base */
}
.mainMenuLastItem {
    /*border-bottom: 1px solid #222;*/
}
.subMenuItem {
    line-height: 0;
}
#downlaod_area {
    /*border-right: 1px solid #3D3D3D;*/ /* 枠線なし */
    background-color: #fff;
}

iframe#pdfArea{
	border:none;
	overflow:hidden;
	width:100%;
	height:100%;
	background-color:#000;
}

/*--------------------------------------------------------------
 common
--------------------------------------------------------------*/

/* 記号表示（●■を正常サイズで表示） */
.kigou{
	font-family: "Osaka-等幅","ＭＳ ゴシック","MS Gothic";
	font-weight:normal;
}

.note{
	text-indent:-1em;
	padding-left:1em;
	line-height:140%;
	margin-bottom:5px;
}

.mainMenuItem a {
    text-decoration: none;
    font-weight: bold;
}
.mainMenuItem a:link,
.mainMenuItem a:visited {
    color: #3D3D3D;
}
.mainMenuItem a:hover {
    color: #FFFFFF;
    font-weight: bold;
}

.menu_face {
    display: block;
    width: 151px;
    height: 26px;
    background: #E9F1FA;
    padding-left: 14px;
    padding-top: 7px;
    border-bottom : 1px solid #808080;
}
.menu_face:hover {
    background: #5A79B9;
}
.menu_face.current_main:hover {
    background: #3D62AD; /* 61, 98, 173 */
}

.menu_face_row2 {
    height: 44px;

}

.menu_label {
    font-size: 12px;
}
.menu_label_1 {
    letter-spacing : -0.05em;
}
.menu_label_2 {
    width: 200px;

    -moz-transform-origin:    left top; /* Firefox */
    -webkit-transform-origin: left top; /* Chrome,Safari */
    -o-transform-origin:      left top; /* Opera */
    -ms-transform-origin:     left top; /* IE */
    transform-origin:         left top; /* CSS3 */

    -moz-transform:    scale(0.8, 1);  /* Firefox */
    -webkit-transform: scale(0.8, 1);  /* Chrome,Safari */
    -o-transform:      scale(0.8, 1);  /* Opera */
    -ms-transform:     scale(0.8, 1);  /* IE */
    transform:         scale(0.8, 1);  /* CSS3 */

    padding-left: 18px;
}
.menu_label_3 {
    width: 207px;

    -moz-transform-origin:    left top; /* Firefox */
    -webkit-transform-origin: left top; /* Chrome,Safari */
    -o-transform-origin:      left top; /* Opera */
    -ms-transform-origin:     left top; /* IE */
    transform-origin:         left top; /* CSS3 */

    -moz-transform:    scale(0.78, 1);  /* Firefox */
    -webkit-transform: scale(0.78, 1);  /* Chrome,Safari */
    -o-transform:      scale(0.78, 1);  /* Opera */
    -ms-transform:     scale(0.78, 1);  /* IE */
    transform:         scale(0.78, 1);  /* CSS3 */

    padding-left: 18px;
}
.menu_label img {
    /*border-bottom: 1px solid #333;*/ /* 枠線なし */
    margin-top: 6px;
}

.display_main {
    background: #5A79B9;
    color: #FFFFFF;
    font-weight: bold;
}
.current_main {
    background: #3D62AD;
    color: #FFFFFF;
    font-weight: bold;
}


.subMenuItem a {
    text-decoration: none;
    font-weight: normal;
}
.subMenuItem a:link,
.subMenuItem a:visited {
    color: #3D3D3D;
}
.subMenuItem a:hover {
    color: #E50000;
    font-weight: normal;
}

.submenu_face {
    display: block;
    width: 269px; /* base +19px +10px */
    margin-left: 14px;
    padding: 3px 0;
    border-bottom : 1px dashed #808080;
    border-right: 1px solid #808080;
}

.submenu_face.submenu_face_multiline {
    width: 247px; /* base -3px +10px */
}

.subMenu li:last-child span:last-child {
    border-bottom: none;
}
.subMenu li:last-child {
    /*border-bottom : 1px solid #808080;*/ /* 枠線なし */
}
.subMenu li:last-child img {
    border-bottom : none;
}
.submenu_face:hover {
}

.submenu_label {
    font-size: 12px;
}
.submenu_label img {
    /*border-bottom : 1px dashed #808080;*/ /* 枠線なし */
    /*border-right: 1px solid #808080;   */ /* 枠線なし */
}

.submenu_face_none_line {
    border-bottom : none;
}

.submenu_label_indent_1 {
    padding-left: 40px;
}
.submenu_label_indent_icon {
    padding-left: 16px;
}

.current_sub {
    color: #E50000;
    font-weight: normal;
}

.start_mark:hover,
.start_text:hover {
    color: #00479A;
}


#downlaod_area {
    padding: 30px 18px 20px 18px;
    font-size: 12px;
    margin-right: 8px;
}
#download_button {
    display: block;
    /* ズルい グラデーション */
    background: #4b72a9;
    /* ズルい 角丸 */
    -webkit-border-radius:4px;
    -moz-border-radius: 4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    /* ズルい box-shadow */
    border: 1px solid rgba(0, 0, 0, .1);

    color: rgba(255,255,255,.9);
    padding: 8px 5px 13px 5px;
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;

    width: 140px;
    height: 26px;

    margin: 0 auto;
}
#download_button:hover {
    background: #6c9bcf;
}


.scroll-arrow-area {
    cursor: pointer;
}
.scroll-arrow-top:hover::before,
.scroll-arrow-bottom:hover::before {
    background: #b2b2b2;
    opacity: 1.0;
}

.scroll-arrow-bottom {
    margin-top: -20px;
}
@-moz-document url-prefix() {
    .scroll-arrow-bottom {
        margin-top: 0;
    }
}


a:-webkit-any-link {
    text-decoration: none;
}
a:-moz-any-link {
    text-decoration: none;
}
a:-webkit-any-link {
    text-decoration: none;
}
a:-ms-any-link {
    text-decoration: none;
}
a {
    text-decoration: none;
}

@media all and (max-width: 510px) {
    #left_frame {
        display: none;
    }
}
