@charset "utf-8";

/*================================== reset
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, address,
abbr, code, pre, samp, blockquote, q, cite,
img, del, ins, dfn, var, strong, em, small, b, i, sub, sup,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, dialog, figcaption, figure, footer, header,
hgroup, menu, nav, section, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-style: normal; vertical-align: baseline; background: transparent;}

article, aside, details, dialog,
figcaption, figure, footer, header, hgroup, nav, section { display: block;}

blockquote, q { quotes: none;}

/*================================== common
*/

body {
	cursor: auto;
	color: #333;
	font: normal normal 12px/1.2 Verdana, Arial, Helvetica, Osaka, sans-serif;
	letter-spacing: 0;
	word-spacing: 0.1em;
/*	word-break: break-all;*/
}

h1 { padding: 0;}
h2,h3,h4,h5,h6 { font-weight: bold; padding: 15px 0 10px;}

hr { display: none;}

a img { border: none;}

a			{ color: #0097ec; text-decoration: underline; vertical-align: baseline; cursor: pointer;}
a:visited	{ color: #0a5ac8;}
a:hover		{ color: #84d3ff; text-decoration: none;}
a:active	{ color: #f90;}
a:focus		{ color: #f90;}

p { padding: 5px 0;}

dl,ul,ol { height: 1%; padding: 1.5em 0; margin: 0;}
ul { list-style: none;}
ol { list-style: decimal; padding-left: 2em;}
dt { font-weight: bold;}

strong { color: #f00000;}
ins { text-decoration: none;}
mark { background-color: #ff9; color: #000; font-style:italic; font-weight: bold;}
del { text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom: 1px dotted #333; cursor:help;}

embed, object, img { vertical-align: bottom;}
embed, object { outline: none;}
img { border: none; color: #333; background: transparent;}
hr { display: none;}

table { width: 100%; border-collapse: collapse; border-spacing: 0; margin: 10px auto;}
th, td { vertical-align: middle; text-align: left; border: 1px solid #b3b3b3; padding: 0;}
thead th,
thead td { text-align: center;}
th { font-weight: bold;}
td { padding: 2px;}
td ul, td dl { height: auto;}

form { padding: 0; margin: 0;}
fieldset { border: none; padding: 0; margin: 0;}
legend { padding: 0 0 10px; margin: 0;}
label { cursor: pointer;}
input, select, file, button, textarea { font-family: inherit;}
input, select { vertical-align: baseline;}
input { padding: 2px;}
input[type="text"],input[type="password"],textarea { border: 1px solid #ccc;}
input[type="button"] { padding: 0 2px;}
select { border: 1px solid #ccc; padding: 1px;}
select option { padding: 0 5px;}
textarea { font: normal normal 12px/1.2 Verdana, Arial, Helvetica, Osaka, sans-serif;}

/*---------------------------------- cleaarfix
*/

.section:after,
#header:after,
#footer:after,
#container:after,
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.section,
#header,
#footer,
#container,
.clearfix { display: inline-block;}
/* for IE7 */

/* Holly Hack Targets IE Win only \*/
* html .section,
* html #header,
* html #footer,
* html #container,
* html .clearfix, { height: 1%;}
.section,
#header,
#footer,
#container,
.clearfix { display: block;}
/* End Holly Hack */
