/*基本*/
body {
	text-align: center;
	word-break: normal;
	word-wrap: break-word;
}
body div {
	text-align: left;
	margin: 0 auto;
}
html {
	/*overflow-y:scroll;*/
	height:100%;
	margin-bottom:1px;
}
a:link, a:visited { color:#06C; }
a:hover, a:active {
	color:#F30;
	text-decoration:none;
}
.center { text-align: center; }
.break { page-break-after: always; }
.bold { font-weight: bold; }

/* マウスホバー時の画像を半透明 */
a img { background:none!important; }
a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
}

/*視覚整形モデル*/
.noDisplay { display:none; }
.block { display:block; }
.inline { display:inline; }
.static { position:static; }
.relative { position:relative; }
.absolute { position:absolute; }
.nofloat { float:none; }
.left { text-align: left!important; }
.right { text-align: right!important; }
.flleft {
	float: left;
	text-align: justify;
	width: auto;
}
.flright {
	float: right;
	text-align: justify;
	width: auto;
}

/* 文字の大きさ */
.f10px { font-size: 77%; }
.f11px { font-size: 85%; }
.f12px { font-size: 93%; }
.f13px { font-size: 100%; }
.f14px { font-size: 108%; }
.f15px { font-size: 116%; }
.f16px { font-size: 123.1%; }
.f17px { font-size: 131%; }
.f18px { font-size: 138.5%; }
.f19px { font-size: 146.5%; }
.f20px { font-size: 153.9%; }
.f21px { font-size: 161.6%; }
.f22px { font-size: 167%; }
.f23px { font-size: 174%; }
.f24px { font-size: 182%; }
.f25px { font-size: 189%; }
.f26px { font-size: 197%; }
strong { font-weight: bold; }

/* フロート画像(右) */
.imgright {
	display: block;
	line-height: normal;
	float: right;
	margin: 0 0 5px 10px;
}

/* フロート画像(左) */
.imgleft {
	display: block;
	line-height: normal;
	float: left;
	margin: 0 10px 5px 0;
}

/* フロートクリア */
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}

/* よく使う文字色 */
.fc_FCC { color: #FCC; }
.fc_F99 { color: #F99; }
.fc_F66 { color: #F66; }
.fc_F33 { color: #F33; }
.fc_F00 { color: #F00; }
.fc_96F { color: #96F; }
.fc_F60 { color: #F60; }
.fc_3C9 { color: #3C9; }
.fc_C00 { color: #C00; }
.fc_00C { color: #00C; }

/* 行間 */
.txtheight12 { line-height: 1.2; }
.txtheight14 { line-height: 1.4; }
.txtheight16 { line-height: 1.6; }
.txtheight18 { line-height: 1.8; }

/* 水平線 */
.solidline {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-bottom: solid 1px #C9C9C9;
}
.dashedline {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-bottom: dashed 1px #C9C9C9;
}
.dottedline {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-bottom: dotted 1px #C9C9C9;
}

/* リスト */
.disc li {
	margin-left: 2em;
	list-style:disc;
}
.circle li {
	margin-left: 2em;
	list-style:circle;
}
.decimal li {
	margin-left: 2em;
	list-style:decimal;
}
.inlineList dt, .inlineList dd, .inlineList li {
	display:inline;
	padding-right:5px;
}
.inlineBlockList dt, .inlineBlockList dd, .inlineBlockList li {
	display:inline-block;
 /display:inline;
	padding-right:5px;
	zoom:1;
}
.dlLine { zoom:1; }
* html body dlLine dd div { display:inline-block; }
.dlLine dt {
	float:left;
	margin-right:10px;
	padding:4px 0;
}
.dlLine dd {
	padding:4px 0;
	border-bottom:1px #CCC solid;
}
.dlLine dd:after {
	display:block;
	clear:both;
	content:"";
}

/* ページャースタイル */
.pager {
	clear:both;
	margin:2em 0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
}
.pager li { display:inline; }
.pager li a {
	padding:5px 8px;
	border:1px solid #DDD;
	text-decoration:none;
}
.pager li a:hover {
	border:1px solid #DBECFF;
	background: #DBECFF;
}
.pager li strong {
	padding:5px 8px;
	border:1px solid #DDD;
	background: #E7E7E7;
	color: #777;
	font-weight:bold;
}

/* マージン */
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb130 { margin-bottom: 130px !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb160 { padding-bottom: 160px !important; }
.pl5 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl64 { padding-left: 64px !important; }
.pl100 { padding-left: 100px !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr100 { padding-right: 100px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt100 { padding-top: 100px !important; }

/* 幅 */
.width005 { width: 5px; }
.width010 { width: 10px; }
.width015 { width: 15px; }
.width020 { width: 20px; }
.width025 { width: 25px; }
.width030 { width: 30px; }
.width035 { width: 35px; }
.width040 { width: 40px; }
.width045 { width: 45px; }
.width050 { width: 50px; }
.width055 { width: 55px; }
.width060 { width: 60px; }
.width065 { width: 65px; }
.width070 { width: 70px; }
.width075 { width: 75px; }
.width080 { width: 80px; }
.width085 { width: 85px; }
.width090 { width: 90px; }
.width095 { width: 95px; }
.width100 { width: 100px; }
.width110 { width: 110px; }
.width120 { width: 120px; }
.width130 { width: 130px; }
.width140 { width: 140px; }
.width150 { width: 150px; }
.width160 { width: 160px; }
.width170 { width: 170px; }
.width180 { width: 180px; }
.width190 { width: 190px; }
.width200 { width: 200px; }
.width210 { width: 210px; }
.width220 { width: 220px; }
.width230 { width: 230px; }
.width240 { width: 240px; }
.width250 { width: 250px; }
.width260 { width: 260px; }
.width270 { width: 270px; }
.width280 { width: 280px; }
.width290 { width: 290px; }
.width300 { width: 300px; }
.width310 { width: 310px; }
.width320 { width: 320px; }
.width330 { width: 330px; }
.width340 { width: 340px; }
.width350 { width: 350px; }
.width360 { width: 360px; }
.width370 { width: 370px; }
.width380 { width: 380px; }
.width390 { width: 390px; }
.width400 { width: 400px; }
.width410 { width: 410px; }
.width420 { width: 420px; }
.width430 { width: 430px; }
.width440 { width: 440px; }
.width450 { width: 450px; }
.width460 { width: 460px; }
.width470 { width: 470px; }
.width480 { width: 480px; }
.width490 { width: 490px; }
.width500 { width: 500px; }

/* 03：Clear Fix Hack (Float Clear Hack) (Float Clear Hack)
 http://www.kuroduction.com/doc/translation/position_is_everything/easyclearing.html
=============================================== */

.clearfix:after { /* for New Browser */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; /* for IE */ }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clearfix { overflow:hidden; }

/* ======================================
	print [ IE用印刷設定 ]
====================================== */
/* 649(印刷での表示幅) ÷ (スクリーンでの表示幅) x 100 = （端数切り捨て）
------------------------------------------------------------------- */
/*body { _zoom:67%; }*/

/* ======================================
	 huck [ ハック ]
====================================== */
/* IE6 
* html div#{
}
*/

/* IE7 
*:first-child+html div#{
}
*/

/* Firefox 
html>body  div#{
}
*/

/* Safari & Opera
html:first-child  div#{
}
*/

/* Safari 
html:\66irst-child  div#{
}
*/
