
/* base
===============================================================*/
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd,tr {
	font-size: 14px;
	line-height: 1.6;
}

textarea {
	font-style:normal;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

html {
	background-color:#000000;
}

body {
	color:#323232;
	background-color:#000000;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}

.sp {
	display:none !important;
}


/* font
===============================================================*/
a { 
	color:#323232;
	text-decoration:none;
}
 
a:visited {
	color:#323232;
	text-decoration:none;
}

a:hover {
	color:#323232;
	text-decoration: underline; 
}

a:active {
	color:#323232;
	text-decoration: underline; 
}


/* Contents
===============================================================*/
div#AllBox{
	min-width:1000px;
}


div#Contents {
	
}

div#Main {
	
}

div#SideBar {
		
}


/* HeaderBox
===============================================================*/
div#HeaderBox {
	background-color:#000000;
	min-width:1000px;
}


/* FooterBox
===============================================================*/
div#FooterBox {
	background-color:#000000;
	min-width:1000px;
	padding:20px 30px;
	position:relative;
}

div#FooterBox .footer_wrapper p {
	font-size:12px;
	color:#ffffff;
	padding:0 0 25px 0;
}

div#FooterBox .footer_wrapper p a {
	color:#ffffff;
}

div#FooterBox .ft_logo {
	padding:0 15px 0 0;
}

div#FooterBox address {
	font-style:normal;
	color:#ffffff;
	font-size:12px;
	line-height:1.7;
	padding:5px 0 0 0;
}

div#FooterBox address a {
	color:#ffffff;
}

div#FooterBox .copy {
	color:#ffffff;
	font-size:10px;
	position:absolute;
	bottom:20px;
	right:30px;
}




/* SideBar
===============================================================*/

