/* CSS Document */
/*---------------------------------------------

default CSS
for all pages
coded by Yu Murata at 2013-2-1
imported to "lower.css", "top.css"

-----------------------------------------------*/

*{
	margin:0;
	padding:0;
}
body{
	color: #333333;
	*font-size:small;
	*font:x-small;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif, Verdana, Arial;
	font-size: 13px;
	line-height: 1.6;
}
input,button,textarea{
	font:99% "ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul,ol,dl {
    list-style:none;
}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
ins {
    background-color:#ff9;
    color:#000;
    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;
    cursor:help;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
}
input, select {
	vertical-align:middle;
}
h1{
	font-size: 188%;
}
h2{
	font-size: 150%;
}
h5,h6{
	border-bottom:none;
	font-weight:bold;
}
h3{
	font-size:116%;
}
h4{
	font-size:116%;
	font-weight:normal;
}
h5{
	font-size:100%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clr{
	clear:both;
}
.clearfix {
	zoom:1;
	position:relative;
	overflow: hidden;
}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
	height: 0;
}
.fs10{
	font-size:83%;
}
.red{
	color: #cc0000;
}
.bold{
	font-weight:bold;
}
img{
	border:0;
	vertical-align:top;
}
a{
	cursor:hand;
    vertical-align:baseline;
    background:transparent;
}
a:link{
	color:#0033ff;
	text-decoration:underline;
}
a:visited{
	color:#0033ff;
	text-decoration:underline;
}
a:hover{
	color:#ff0000;
	text-decoration:underline;
}
