@charset "UTF-8";

/*------------------------------------------------ */
/* Initialize
-------------------------------------------------- */
*{
	margin: 0px;
	padding: 0px;
	/*border:solid #FF0000 1px;*/
}

body {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-size: 75%;
}
html>/**/body,html>/**/form,html>/**/fieldset {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-size: 12px;
}
img {
	border-style:none;
}

a img {
	border-style:none;
}

fieldset {
    border:none;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd {
    margin: 0px;
	padding: 0px;
}

li {
    list-style: none;
}
input,textarea {
    font-size: 1em;
}

/* Util ---------------------------- */
.cbox { 
	zoom: 100%;
}

.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

span.color01 {
	color: #FF6600;
}
span.color02 {
	color: #275E6C;
}
span.color03 {
	color: #08276A;
}
span.color04 {
	background-color: #eaf8fe;
	color: #eaf8fe;
	border: #CCC dotted 1px;
}

p.text_right {
	text-align: right;
}

p.text_left {
	text-align: left;
}

p.text_center {
	text-align: center;
}

p.float_r {
	float: right;
}
p.float_l {
	float: left;
}


p.font_em {
	font-size: 110%;
	margin-bottom: 0px;
}

span.font_em2 {
	font-size: 110%;
	margin-bottom: 0px;
	color:#093476;
	font-weight: bold;
}

p.notes {
	font-size:80%;
	margin-top: 40px;
	line-height:150%;
}

.small {
	font-size:80%;
}

.big {
	font-size:120%;
}

/* //Util ---------------------------- */

/*------------------------------------------------ */
/* Common
-------------------------------------------------- */

a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #F90;
}


html {
    height: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000;
	color: #FFF;
}

#wrapper {
	width: 640px;
	margin: 0 auto;
}

#slide_show {
}
