/*
=============================================================================
reset.css
============================================================================= */

/*
-----------------------------------------------------------------------------
[Reset]
=============================================================================
Reset Stylesheet
Based on work by Eric Meyer
http://meyerweb.com/eric/tools/css/reset/index.html
*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
/*
	vertical-align: baseline;
*/
}
body {
	background: url(../images/bg_body.gif) repeat 0 0;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a { color: #3787CB; }
a:link {}
a:visited { color: #9854b5; }
a:hover, a:active { outline: none; color: #e56a1f; text-decoration: none; }
small { font-size: 90%; }
a img {
	border: none;
}
hr {
	display: none;
	height: 0;
	border: none;
	line-height: 0;
	overflow: hidden;
}

/**/

/* Font
----------------------------------------------------------------------------- */
body { font: 100%/1.4 "Helvetica Neue", "Droid Sans", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; }
select, input, textarea, button { font-size: 99%/1.4 "Helvetica Neue", "Droid Sans", "Arial", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; }
pre, code, kbd, samp {}

/**/


/* Non-semantic helper classes
----------------------------------------------------------------------------- */

/* Hide for both screenreaders and browsers */
.hidden { display: none; height: 0; visibility: hidden; } 

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; height: 0; }

/* Clearfix */
.clearfix:before, .clearfix:after { display: block; visibility: hidden; height: 0; content: "\0020"; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; zoom: 1; }

/* 位置調整 */
.float_l { float: left; }
.float_r { float: right; }
img.float_l { display: inline !important; margin: 0 20px 15px 0; }
img.float_r { display: inline !important; margin: 0 0 15px 20px; }
.top { margin-top: 0 !important; padding-top: 0 !important; }
.right { text-align: right; }
.left { margin-left: 0 !important; padding-left: 0 !important; text-align: left; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.indent { margin-left: 20px; }

/* 文字調整 */
body.fontsize_small { font-size: 85%; }
body.fontsize_default { font-size: 100%; }
body.fontsize_large { font-size: 115%; }

.bold { font-weight: bold; }
.large { font-size: larger; }
.small { font-size: 85%; }
.red { padding-left: 2px; padding-right: 2px; color: #D3161A; }
.strong { padding: 1px 5px; color: #fff; background-color: #629cdc; }
.underline { text-decoration: underline; }

/* form の入力モードを強制設定 */
.imekill { ime-mode: disabled; }
.imeon { ime-mode: active; }
.imeoff { ime-mode: inactive; }

/**/

/* A message for users with JavaScript turned off */
noscript strong {display: block; font-size: 120%; padding: 5px 0; background-color: #ccc; color: #a00; text-align: center; }

/* Text meant only for screen readers */
.screen_reader_text { position: absolute; left: -9000px; }
