@charset "utf-8";


/* ブラウザスタイルの初期化 */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: transparent;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	font-family:Arial, Helvetica, Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-decoration: none;
}


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


h1,h2,h3,h4,h5,h6,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%;
}


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;
}


/* マージン設定 */
.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; }
.greeding {
	padding: 15px;
	line-height: 240%;
	letter-spacing: .1em;
}
.idea {
	padding: 15px;
	list-style-type: upper-roman;
}
.idea li {
	padding: 5px;
}

