@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      default.css
 Author:         Your Name (admin)
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
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 , marquee {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:baseline;
	background: transparent;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/*border はIEで表示になります。*/
img,abbr,acronym,fieldset{
	border:0;
}
q:before,q:after{
	content:'';
}
code,pre{
	white-space:pre;
}
dfn{
	font-style:italic;
	font-weight:bold;
}
del{
	text-decoration:line-through;
}
ins{
	text-decoration:none;
}
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
li{
	list-style-type:none;
}

/* default */
/*以下の設定は，サイトによって値を若干変える場合もあります。*/
html{
	overflow-y:scroll;
}
body{
	background:#FFF;
	color:#303030;
	font-family: "ＭＳ Ｐゴシック",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"MS PGothic",Sans-Serif;
	*font-size:small;
	*font:x-small;
	font-size: 14px;/*デフォールトは13px*/
}
table{
	font-size:inherit;
	font:100%;
}
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}
h1{
	font-size:146.5%;
}
h2{
	font-size:138.5%;
}
h3{
	font-size:131%;
}
h4{
	font-size:123.1%;
}
h5{
	font-size:116%;
}
h6{
	font-size:108%;
}
hr,legend{
	display:none;
}
img{
	vertical-align:bottom;
}
fieldset{
	display:inline;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clr{
    clear:both;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1%; }
.clearfix { display:block; }
/* end MacIE5 */
#main .content div {
}
#main .content div {
}
