@charset "utf-8";

html, body, div, span, applet, object, iframe, strong,
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td,
/*form, input, textarea,*/
header, footer, nav, section, article, figure, aside{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	font-weight:normal;
	vertical-align:baseline;
	list-style:none;
	line-height:1.3em;
}


/********************************
		body
********************************/
body{
	margin:0 auto;
	font-size:16px;
	font-family:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif, Arial;
	text-align:left;
	background:#f9f9f9;
}
img{
	line-height:0;
	vertical-align:bottom;
}
blockquote{
	margin-left:30px;
}
strong{
	font-weight:bold;
}
blockquote{
	margin-left:30px;
}
a:link,
a:active,
a:visited{
	color:#00a0eb;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
	line-height:0;
}
.fc-red{
	color:#F00 !important;
}
.min-small{
	font-size:11px; /*69%*/
}
.small{
	font-size:14px; /*87%*/
}
.big{
	font-size:20px; /*125%*/
}
.max-big{
	font-size:24px; /*150%*/
}
.last{
	margin-left:0 !important;
	margin-right:0 !important;
}
.bold{
	font-weight:bold;
}
.br{
	margin-bottom:1em;
}
.underline{
	text-decoration:underline;
}
.indent{
	padding-left:1em;
	text-indent:-1em;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}
.t-left{
	text-align:left;
}
.t-right{
	text-align:right;
}
.center{
	margin:0 auto;
	text-align:center;
}
.li-circle,
.li-disc,
.li-number{
}
.li-circle li{
	margin-left:30px;
	list-style-type:circle;
}
.li-disc li{
	margin-left:30px;
	list-style-type:disc;
}
.li-number li{
	margin-left:30px;
	list-style-type:decimal;
}
h1{
}
h2{
}
h3{
}
h4{
}
h5{
}


/********************************
		wrapper
********************************/
#wrapper{
	width:50%;
	margin:10% auto 0;
	padding:7%;
	background:#fff;
	border:1px solid #ddd;
	text-align:center;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;

	box-shadow:0 0 3px #CCC;
	-moz-box-shadow:0 0 3px #CCC;
	-webkit-box-shadow:0 0 3px #CCC;

	color:#888;
}
a{
	color:#00a0eb;
}
h1{
	font-size:34px;
	font-weight:bold;
	color:#00a0eb;
}
.bd-b{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
}
.link{
	padding-bottom:5px;
}
.link a{
	color:#888;
}
.link2{
	font-size:12px;
}
.link2 a{
	color:#888;
}

