@charset "UTF-8";

/*------------------------------
 embed font
--------------------------------*/
@font-face {
	font-family: "TypoSlabserif";
	src: url(/shared/fonts/TypoSlabserif-Light.ttf) format("truetype");
}
@font-face {
	font-family: "TypoSlabserif";
	src: url(/shared/fonts/TypoSlabserif-Light.ttf) format("truetype");
	font-style: italic;
}
@font-face {
	font-family: "TypoSlabserif";
	src: url(/shared/fonts/TypoSlabserif-Light.ttf) format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: "TypoSlabserif";
	src: url(/shared/fonts/TypoSlabserif-Light.ttf) format("truetype");
	font-weight: bold;
	font-style: italic;
}


@font-face {
	font-family: "Quicksand";
	src: url(/shared/fonts/Quicksand_Bold.otf) format("opentype");
}
@font-face {
	font-family: "Quicksand";
	src: url(/shared/fonts/Quicksand_Bold.otf) format("opentype");
	font-style: italic;
}
@font-face {
	font-family: "Quicksand";
	src: url(/shared/fonts/Quicksand_Bold.otf) format("opentype");
	font-weight: bold;
}
@font-face {
	font-family: "Quicksand";
	src: url(/shared/fonts/Quicksand_Bold.otf) format("opentype");
	font-weight: bold;
	font-style: italic;
}
 




/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-selif;
	font-size:1em;
}

body
{
	background-color:#121212;
	color:#FFFFFF;
}

h1, h2
{
	font-weight:normal;
	font-family: "Quicksand","TypoSlabserif", serif;
}

h1
{
	font-size:2em;
}





/*---------------------------------------
	class
*/

.small
{
	font-size:.75em;
	color:#CCCCCC;
}

.ueaki
{
	margin-top:75px;
}

.uesukoshi
{
	margin-top:25px;
}

.uesuchotto
{
	margin-top:10px;
}

.shitachotto
{
	margin-bottom:10px;
}

.yutori
{
	letter-spacing:.1em;
	line-height:1.5em;
}

.naname
{
	font-style:italic;
}


.hicolor{
	color:#FF0066;
}


/*---------------------------------------
	org
*/


#wrapper
{
	margin:0px;
	padding:0px;
	width:100%;
	text-align:center;
}

#base
{
	margin:50px auto 50px auto;
	text-align:left;
	width:480px;
}



#banner_area
{
	width:480px;
	border:solid 1px #333333;
	background-color:#000000;
	padding: 20px 0px 20px 0px;
	margin: 0px	;
	text-align:center;
}

#banner_area img
{
	border:solid 1px #121212;
}

