@charset "UTF-8";

body {
	background: #000000;
	background-attachment:fixed;
	/*margin:0px;*/
	text-align:center;
}

.show {display: block;}
.hidden {display: none;}

A 		{ color: #fff; text-decoration: none; border-bottom:1px dotted #fff;}
A:link	{ color: #fff; text-decoration: none; border-bottom:1px dotted #fff;}
A:visited{ color: #fff; text-decoration: none; border-bottom:1px dotted #fff;}
A:active{ color: #fff; text-decoration: none; border-bottom:1px dotted #fff;}
A:hover	{ color: #999; text-decoration: none; border-bottom:1px solid #999;}


h1, h2, h3, p, h4 {
	margin: 0px;
	padding:0px;
}

h1{
	color:#333;
	font-size:16px;
}
h2,h3{
	left-padding: 40px;
	color:#999;
	font-size:12px;
}
h3{
	color:#999;
	font-size:10px;
}
h4{
	color:#999;
	font-size:10px;
	margin-top:10px;
}
a img {
text-decoration: none;
border: none;
border-bottom:0px;
vertical-align: middle;
}

#container {
	width:900px;
	height:100%;
	background:#000;
	background-attachment:fixed;
	text-align:left;
	margin:0 auto 0 auto;
}
#content{
	font-family: 'MS P Gothic', 'Trebuchet MS', Verdana, sans-serif;
	color:#333;
	font-size:10px;
	font-weight:normal;
  	line-height:120%;
  	margin-bottom:3px;
  	width: 900px;
  	padding:0px;
}
#footer, #header{
	border-top:1px dotted #000;
	font-family: Verdana, Arial, sans-serif;
	text-align:left;
	width:900px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:15px;
	padding-bottom:5px;
	color:#999;
	font-size:12px;
	line-height:150%;
}
#header A, #header A:link, #header A:visited, #header A:active{
	color: #fff; text-decoration: none; border-bottom:1px dotted #fff;
}
#header A:hover{ color: #eee; text-decoration: none; border-bottom:1px solid #eee;}
#footer a img{ text-decoration: none; border: none;}
.title{
	font-family: 'MS P Gothic', 'Trebuchet MS', Verdana, sans-serif;
	font-size: 15px;
	color: #ffffff;
	padding:2px 1px 2px 5px;
	margin-bottom:5px;
}

p a{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px; 
	color: #999; 
	margin-left:0px;
	margin-bottom:10px;
	font-weight:nomal;
}

hr{
	margin-top:0px;
	margin-bottom:30px;
}

/* サイドメニュー */

.logo a{
	text-decoration: none;
	border-bottom:0px;
}
#header{
	position:relative;
}
#header #kurukuru-profile{
	float:left;
	position:absolute;
	bottom:10px;;
	left:105px;
}
#header h2{
	clear:both;
	float:left;	
	margin:0;
	padding:0;
}
#header ul{
	margin:0px;
	padding:0px;
	float:left;
}
#header li{
	list-style-type: none;
	display: inline;
	margin-left:5px;
}

#header ul li a{
	color:#ffffff;
	font-size:12px;
	font-family: 'MS P Gothic', 'Trebuchet MS', Verdana, sans-serif;
	display: inline;
}