@charset "utf-8";


/*基本設定*/
/*--------------------------------------------------*/
body{
	margin:0;
	padding:0;
	background:#000;
}
p{
line-height:1.6;
}
a img{
	border:0;
}

/*---ForFireFox---*/
a:focus{outline:none;}

#all{
	background:#000 url(../../img/bg.gif) repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka ,Thahoma,"ヒラギノ角ゴ Pro W3";
	font-size:12px;
	color:#FFF;
	line-height:1.6;
	text-align:center;
	height:100%;
}
#main{
	width:775px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
a{
	text-decoration:underline;
	color:#FFF;
}
a:hover{
	text-decoration: none;
	color:#FFF;
}
.topWrap{
	width:210px;
	margin:0 auto;
	padding:140px 0 0 0;
	text-align:center;
}
.topWrap img{
	padding:0 0 20px 0;
}

/*ヘッダー*/
/*------------------------------------------------------*/
.header{
	width:775px;
	padding:53px 0 10px 0;
	height:37px;
}
h1{
	width:202px;
	height:39px;
	text-indent:-9999px;
	background:url(../../img/logo.gif) no-repeat;
	float:left;
	cursor:pointer;
	font-size:2px;
}
h1 a{
	width:202px;
	height:39px;
	display:block;
}
.header ul{
	list-style:none;
	margin:0;
	float:right;
}
.header li{
	padding:0;
	margin:0 0 0 30px;
	text-indent:-9999px;
	float:left;
	font-size:2px;
}
.header li a{
	height:33px;
	display:block;
}
.header li a:hover{
background-position:0 -34px;
}
li.news a{
	background:url(../../img/news.gif) no-repeat;
	width:46px;
}
li.works a{
	background:url(../../img/works.gif) no-repeat;
	width:53px;
}
li.diary a{
	background:url(../../img/diary.gif) no-repeat;
	width:44px;
}
li.mail a{
	background:url(../../img/mail.gif) no-repeat;
	width:39px;
}
li.profile a{
	background:url(../../img/profile.gif) no-repeat;
	width:54px;
}
li.news a.on,
li.works a.on,
li.diary a.on,
li.mail a.on,
li.profile a.on{
background-position:0 -34px;
}


/*フッター*/
/*--------------------------------------------------*/
.footer{
	clear:both;
	height:20px;
	width:775px;
	padding:70px 0 10px 0;
}
.copy{
	float:left;
}
.totop{
	float:right;
}

/*メインページ*/
/*--------------------------------------------------*/
.main{
	clear:both;
	margin:35px 0 0 0;
	
}

.topImg{
	float:left;
	width:240px;
}
.topImg img{
	width:240px;
}
.topTxt{
	float:right;
	width:505px;
	padding-bottom:50px;
}
.topTxt p{
	width:485px;
	padding:0;
	margin:0;
}
.topTxt strong{
	padding:0 0 5px 0;
	display:block;
}
.topTxt ul{
	padding:0;
	margin:0;
	list-style:none;
}
.topTxt li{
	padding:0;
	margin:0 0 0 10px;
}



/*ニュース*/
/*--------------------------------------------------*/
.newsWrap{
	min-height:1px;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:#262620 solid 1px;
}

.newsWrap:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.newsWrap{ display:inline-table; }
* html .newsWrap { height:1px; }
.newsWrap { display:block; }

.newsDate{
	color:#FF6633;
	margin:0 0 10px 0;
	display:block;
}