@charset "UTF-8";


/* box-sizing
------------------------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}



/* 設定クリア
---------------------------------------------------- */
body,img,p,ul,ol,dl,li,h1,h2,h3,h4,h5,dl,dt,dd,form,iframe {
	margin: 0px;
	padding: 0px;
}



/* 全体構造
---------------------------------------------------- */
body {
	color: #444;
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../image_parts/back/top.gif);
	background-repeat: repeat-x;
	background-position: top;
}



/* フォントのサイズ
---------------------------------------------------- */
body {
	font-size: 14px;
	line-height: 1.9em;
	font-family: "メイリオ", "Meiryo", "Osaka", "MS Pゴシック", "MSゴシック", "ヒラギノ角ゴ Pro W6", Helvetica, verdana, arial
}

p {
	font-size: 1em;
	line-height: 1.7em;
	clear: both;
	padding: 0px;
	margin-bottom: 1.7em;
}


table td , table th , table td p , table th p , table.layout td , table.layout th {
	font-size: 1em;
	line-height: 1.7em;
}


strong {
	color: #BF1310;
	}
	

/* 通常リンク
---------------------------------------------------- */

a:link {
	color: #2DA7DF;
	text-decoration: none;
}

a:visited {
	color: #1E5BD6;
}

a.underline {  text-decoration: underline}

a:hover {
	color: #2DA7DF;
	text-decoration: underline;
}



.text {
	font-size: 0.6em;
	line-height: 1.5em;
	font-weight: lighter;
}


.text2 {
	font-size: 0.8em;
	line-height: 1.6em;
	font-weight: lighter;
}


.text3 {
	font-size: 1em;
	line-height: 1.6em;
	font-weight: lighter;
}

.text4 {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: lighter;
}


.red {
	color: #CC0000 !important;
}

.black {
	color: #000000 !important;
}

.white {
	color: #FFFFFF !important;
}

.white02 {
	color: #dedede !important;
}



p a {
	text-decoration: underline;
}

p.last {
	margin: 5px 0px 0px;
	padding: 0px;
}

p.yohaku0 {
	margin: 0px;
	padding: 0px;
}




/* パンくずリスト
---------------------------------------------------- */
.nowPosition {
	margin-bottom: 0px;
	overflow: hidden;
}

.nowPosition ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	width: 100%;
}

.nowPosition ul li {
	display: inline;
}

.nowPosition ul li a {
	color: #47BB12;
}

.nowPosition ul li.np_a {
	background-image: url(../image_parts/yajirushi/gray.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
	padding-right: 15px;
	margin-right: 5px;
}




/* 寄せ設定
---------------------------------------------------- */
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;

}

.right_text {
	text-align: right;
}

.left_text {
	text-align: left;
}



/* フロート
---------------------------------------------------- */
.clear-both {
	clear: both;
}


.clear-both_not {
	clear: none !important;
}


.float_left{
	float: left !important;
}

.float_right{
	float: right !important;
}

.text_right{
	text-align: right !important;
}



/* インデント
---------------------------------------------------- */
.indent {
	text-indent: 1em;
}

.kome {
	padding-left: 1em;
	text-indent: -1em;
}

.kome-2 {
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	padding-left: 3em;
}





/* 角を丸める
---------------------------------------------------- */
.kadomaru {
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.hide_text{
	display: none;
}




/* フロートクリア
---------------------------------------------------- */
.clear-both {
	clear: both;
}


/* 文字太さ標準
---------------------------------------------------- */
.normal_text {
	font-weight: normal;
}


/* 微妙に詰める
---------------------------------------------------- */
.tsume{
	letter-spacing: -0.1em;
}




/* アラート
---------------------------------------------------- */
.alart {
	line-height: 1.5em;
	background-image: url(../image_parts/alart.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 1.7em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}



/* アルファ設定
---------------------------------------------------- */
.alpha50 {
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}





/* 画像の下の隙間を削除
---------------------------------------------------- */

img {
	vertical-align: bottom;
	border-style: none;
}



/* 点線
---------------------------------------------------- */

.dot_left {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
}



/* 画像縁取り
---------------------------------------------------- */
.img_frame {
	border: 1px solid #ddd;
	padding: 10px !important;
}

.kakomi {
	border: 1px solid #d8d8d8;
}





/* 寄せ画像（キャプションなし）
---------------------------------------------------- */
.img_right {
	float: right;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
}

.img_left {
	float: left;
	padding: 0px;
	margin-bottom: 10px;
	margin-right: 50px;
}


/* 別ウィンドウ、ダウンロード
---------------------------------------------------- */
.another_window {
	background-image: url(../image_parts/yajirushi/window.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 20px;
}

.another_window_white {
	background-image: url(../image_parts/yajirushi/window_white.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 23px;
}

.download {
	background-image: url(../image_parts/yajirushi/download.png);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 23px;
}

.pdf-after {
	background-image: url(../image_parts/icon/PDF_mini.png);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 25px;
}



/* テーブルの中のリスト
---------------------------------------------------- */
ul.list_in_table {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 40px;
}

ul.list_in_table li {
	line-height: 1.2em;
}



/* 特殊リンク
---------------------------------------------------- */
.link_tokubetsu {
	float: left;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(../image_parts/yajirushi/blue.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}

.link_tokubetsu a {
	padding-left: 1.4em;
}



.link_box {
	padding-left: 1.4em;
	background-image: url(../image_parts/yajirushi/blue.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}


.link_circle {
	float: left;
	padding-left: 0px;
	padding-bottom: 0px;
	background-image: url(../image_parts/yajirushi/circle.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
}

.link_circle a {
	padding-left: 20px;
	color: #000;
}



a.pdf_mini {
	padding-right: 27px;
	background-image: url(../image_parts/icon/PDF_mini.png);
	background-repeat: no-repeat;
	background-position: right 2px;
}






/* 文字装飾
---------------------------------------------------- */
span.txt-u {
	text-decoration: underline;
}

span.txt-b {
	font-weight: bold;
}

span.txt-lt {
	text-decoration: line-through;
}

span.gray {
	color: #999999;
}

span.txt-s {
	font-size: 75% !important;
}


sub {
	font-size: 90%; //お好きなサイズに
	vertical-align: sub;
	position: relative;
	bottom: 0.05em; //お好きな位置に
}



/* 404用
---------------------------------------------------- */
.h1-err{
	margin-top: 0;
	padding-bottom: 15px;
	color: #aaaaaa;
	font-size: 1.4em;
	font-weight: light;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
}




/* 画像の下に隙間作る
---------------------------------------------------- */

img.blk {
	display: block;
	margin-bottom: 10px;
}



/* Clesrfix
---------------------------------------------------- */
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
}

.clearfix:after { /*floatの解除、ここがポイント*/
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    content:".";
}

.clearfix {
    min-height: 1px; /*IE6、7対策*/
}

* html .clearfix {
    height: 1px;
    /*¥*//*/ /*MAC IE5.x対策*/
    height: auto;
    overflow: hidden;
    /**/
}
