@charset "utf-8";


/* ブラウザスタイルの初期化 */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 84%;
}


/* 基本のフォントサイズは【fontchanger.js】にて％で設定 */


p,span,ul,ol,dl,tr,blockquote,form,address {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
}

h1 {
	margin: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
}

h3 {
	font-weight: bolder;
	line-height: 120%;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: double;
	border-bottom-color: #006633;
	border-left-color: #006633;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #003333;
	color: #FFFFFF;
}

h4 {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
}


h5 {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
}


h6 {
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
}



a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}


ul li {	list-style-type: none; }


/* img */
img{
	border: none;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}


/* 左回り込み */
img.l{
	float: left;
	margin: 0px 10px 10px 0px;
}


/* 右回り込み */
img.r{
	float: right;
	margin: 0px 0px 10px 10px;
}



/* 非表示設定 */
.invisible {
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	text-indent: -9999px;
}

.hr_invisible {
	display: none;
	visibility: hidden;
}


/* float設定 */
.float_left { float: left; }
.float_right { float: right; }


/* float解除 */
.clearboth { clear: both; }
.cbblock { zoom: 100%; }
.cbblock:after {
	content: "";
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}

/* ブロックレベル要素変換 */
.block { display: block; }



/* ブロックレベル要素の高さ揃え */
/*
.heightline_parent { overflow: hidden; }
.heightline_children {
	padding-bottom: 32768px;
	margin-bottom: -32768px;
} 
*/




/* png画像の透過設定（IE6用） */
.png_trans { behavior: expression(IEPNGFIX.fix(this)); }

/* 大文字変換 */
.upperchara { text-transform: uppercase; }

/* 太字（700） */
.fw_bold { font-weight: bold; }

/* 下線 */
.underline { text-decoration: underline; }

/* テキスト左揃え */
.textleft {	text-align: left; }

/* テキストセンター揃え */
.textcenter { text-align: center; }

/* テキスト右揃え */
.textright { text-align: right;
			 padding-right:25px }

/* 上揃え */
.vertical_top { vertical-align: top; }

/* 中揃え */
.vertical_middle { vertical-align: middle; }

/* 下揃え */
.vertical_bottom { vertical-align: bottom; }

/*フロート解除*/
.thisclear{
	clear:both;
}


/* 文字色 */
.color_f00 { color: #ff0000; }
.color_0f0 { color: #00ff00; }
.color_00f { color: #0000ff; }
.color_fff { color: #ffffff; }
.color_ccc { color: #cccccc; }
.color_999 { color: #999999; }
.color_666 { color: #666666; }
.color_333 { color: #333333; }
.color_000 { color: #000000; }
.color_d73218 { color: #d73218; }
.color_25788b { color: #25788b; }



/* 文字中サイズ（0.875em = 14px） */
.fontlarge {
	font-size: 0.875em;
}

/* 文字大サイズ（1.0em = 16px = 12pt）、継承キャンセル */
.fontlarge2, .fontnoinherit {
	font-size: 1.0em;
}

.fontlarge3 {
	font-size: 1.167em;
	font-weight: bolder;
}


/* マージン設定 */
.mtb10 { margin-top: 10px;	margin-bottom:10px; }
.mlr15 { margin-left: 15px;	margin-right:15px; }


/* パディング設定 */
.pt05 { padding-top: 5px; }
.pb05 { padding-bottom: 5px; }
.pl05 { padding-left: 5px; }
.pr05 { padding-right: 5px; }

/* リストアイコン */

.arrow {
	padding: 3px 3px 3px 20px;
	background-image: url(../image/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
.arrow2 {
	padding: 3px 0 3px 15px;
	background: url(../image/icon_arrow_2.gif) 0.1em 0.1em no-repeat;
}
.arrow3 {
	padding: 3px 0 3px 15px;
	background: url(../image/p_arrow.gif) 0.1em 0.1em no-repeat;
}

.arrow4 {
	padding: 3px 0 3px 20px;
	background-image: url(../image/icon_arrow.gif);
	background-repeat: no-repeat;
}

.barrow {
	padding: 3px 0 3px 20px;
}

/* blankアイコン */
.blank {
	padding: 3px 0 3px 20px !important;
	background: url(/share/image/icon_blank.gif) 0.1em 0.1em no-repeat !important;
}
.blank2 {
	padding: 3px 20px 3px 0 !important;

}
a.blank2:after {
	padding: 3px !important;
	content:url(/share/image/icon_blank.gif)!important; 
}
/* pdfアイコン */
.pdf {
	padding: 3px 0 3px 20px !important;
	background: url(/share/image/icon_pdf.gif) 0.1em 0.1em no-repeat !important;
}
.pdf2 {
	padding: 3px 20px 3px 0 !important;

}
a.pdf2:after {
	padding: 3px !important;
	content:url(/share/image/icon_pdf.gif)!important; 
}

.pdf3 {
	padding: 3px 20px 3px 0 !important;
}

/* スクエアアイコン */
.square {
	padding: 3px 0 3px 20px;
	background: url(/share/image/icon_square.gif) 0.1em 0.1em no-repeat;
}
.square2 {
	padding: 3px 0 3px 20px;
	background: url(/share/image/icon_square2.gif) 0.1em 0.1em no-repeat;
}
.square3 {
	padding: 3px 0 3px 20px;
	background: url(/share/image/icon_square3.gif) 0.1em 0.1em no-repeat;
}

/* 特殊アイコン */
.doll {
	padding: 3px 0 3px 20px;
	background: url(/share/image/icon_doll.gif) 0.1em 0.1em no-repeat;
}
.uro {
	padding: 3px 0 3px 20px;
	background: url(/share/image/icon_uro.gif) 0.1em 0.1em no-repeat;
}
.yen {
	padding: 3px 0 3px 20px;
	background: url(/share/image/icon_yen.gif) 0.1em 0.1em no-repeat;
}
.comment p {
	margin-bottom: 15px;
}

.up {
	padding: 3px 0 3px 20px !important;
	background: url(/share/image/icon_up.gif) 0.1em 0.1em no-repeat !important;
}

