﻿@charset "utf-8";

/* Begin Typography & Colors */
body {
	margin:0 auto;
	padding:0;
	color:#333;
	font-size:95%;
	/* font-size:smaller; Resets 1em to 10px */
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	display: block;
	margin: 0;
	padding: 0;/* margin&padding reset */
	text-align: left;
	line-height: 150%;
}


table {margin : 0;empty-cells: show; }
hr,.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
}
li { list-style: none; }/* link do not want a dot */


#r_navi {
	margin:0px;
	padding:0;
	width:187px;
	height: auto;
	}

.parts {
	float:left;
	}

.clear {
	clear:both;
	}

.clear_l {
	clear:left;
	}

.clear_r {
	clear:right;
	}

/*ライトナビ*/

#report-area{
	margin:0;
	padding:0 0 10px 0;
	width:auto;
	height:auto;
}

#report-area #title{
	margin:0;
	background-image:url(img/r_navi/title.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	padding:4px 0 0 0;
	width:187px;
	height:29px;
	text-align:center;
	color:#fff;
	font-size:15px;
}

#report-area #imgage-area{
	margin:0 0 15px 0;
	background-color:#ccc;
	padding:5px 13px 10px 13px;
	width:auto;
	height:auto;
	text-align:center;
	font-size:15px;
}

#report-area #imgage-area .text{
	margin-top:10px;
	width:auto;
	height:auto;
	text-align:left;
	font-size:80%;
}

#report-area #imgage-area .text a:link,#report-area #imgage-area .text a:visited{
	text-decoration:underline;
	color:#0066cc;
}

#report-area #imgage-area .text a:hover{
	text-decoration:none;
	color:#0066cc;
}

#report-area li{
	margin:0 15px 10px 15px;
	line-height:140%;
	color:#0066cc;
	font-size:80%;
	list-style:none;
}

#report-area li a:link,#report-area li a:visited{
	text-decoration:underline;
	color:#0066cc;
}

#report-area li a:hover{
	text-decoration:none;
	color:#0066cc;
}

#mlmg-area{
	margin:0 0 8px 0;
	padding:0;
	width:187px;
	height:auto;
}

#mlmg-area .text{
	margin:0;
	background-image:url(img/r_navi/mlmg_text.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 15px 0 64px;
	width:auto;
	height:40px;
	line-height:100%;
	text-align:left;
	font-size:11px;
}

#mlmg-area .field{
	margin:0;
	background-image:url(img/r_navi/mlmg_field.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:3px 0 5px 0;
	width:auto;
	height:auto;
	text-align:center;
}

#mlmg-area .button{
	margin:0;
	background-image:url(img/r_navi/mlmg_btm.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 0 115px;
	width:auto;
	height:28px;
	text-align:center;
}

#r_navi #banner-area{
	margin:0;
	padding:0;
}

#r_navi #banner-area li{
	margin-bottom:8px;
	text-align:center;
	list-style:none;
}



#news-area{
	margin:0;
	padding:15px 15px 10px 15px;
	width:596px;
	height:113px;
	font-size:12px;
}

#news-area li{
	margin-bottom:3px;
	color:#666;
	list-style:noen;
	text-align:left;
}

#news-area li a:link,#news-area li a:visited{
	text-decoration:underline;
	color:#0066cc;
}

#news-area li a:hover{
	text-decoration:none;
		color:#0066cc;
}


/* フォントサイズ変更ボタン */
#menu p#size
    {
    padding:0.25em;
    margin:0 auto;
    font-weight:700;
    text-align:center;
    }


/* 文字サイズ変更ボタンの大中小の字 */
#size-small
    {
    font-size:100%;
	background-image:url(../img/common/fs.jpg);
	width:27px;
	height:27px;
    }
#size-medium
    {
    font-size:100%;
	background-image:url(../img/common/fm.jpg);
	width:27px;
	height:27px;
    }
#size-large
    {
    font-size:100%;
	background-image:url(../img/common/fl.jpg);
	width:27px;
	height:27px;
    }
