#wrapper {
	background-color:#FFFFFF;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	font-size:10pt;
	}


.box_rogo {
	width: 400px;
	height:50px;
	border:none;
	margin-top:20px;
}	

.box_head {
	width: 400px;
	border:none;
	clear: both;
	float: left;
	height: 27px;
	margin-bottom: 10px;
}	


ul{
	list-style : none outside none;
	display: inline;
}

ul li {
	width:px;
	height:27px;
	margin:0;
	text-align:center;
	line-height: 0px;
	float: left;
}

ul li#news a {
	background-image: url(img/news.png);
	display:block;
	width:55px;
	height:27px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}

ul li#news a:hover {
	background-position:0 -27px;
}

ul li#about a {
	background-image: url(img/about.png);
	display:block;
	width:56px;
	height:27px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}

ul li#about a:hover {
	background-position:0 -27px;
}

ul li#pictures a {
	background-image: url(img/pictures.png);
	display:block;
	width:76px;
	height:27px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}

ul li#pictures a:hover {
	background-position:0 -27px;
}

ul li#blog a {
	background-image: url(img/blog.png);
	display:block;
	width:44px;
	height:27px;
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}

ul li#blog a:hover {
	background-position:0 -27px;
}

.box_top {
	width: 380px;
	border:none;
	margin-top:40px;
	text-align:left;
	margin-left: 20px;
	float: left;
}

.box_contena {
	width: 380px;
	border:none;
	margin-top:40px;
	text-align:left;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.box_contena h3{
	font-size: 14px;
	font-weight: bold;
}

.naiyou{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 380px;
}

.gallery_box {
	width: 360px;
	margin-left: 15px;
	margin-top: 10px;
	clear: both;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.pic_box {
	width:50px;
	height: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.com_box {
	width:50px;
	height: 50px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

img.noimage{
display: none;
}

.news_logo {
	width: 50px;
}

.about_logo {
	width: 50px;
}

.pictures_logo {
	width: 68px;
	clear: both;
}

.comics_logo {
	width: 60px;
	clear: both;
}

a{/*リンクされた文字*/
	color:#666666;
	font-style:normal;
	text-decoration:none;
}
a:link {/*未訪問のリンク*/
	color:#666;
	font-style:normal;
	text-decoration:none;
}
a:visited {/*訪問後のリンク*/
	color:#CC00FF;
	text-decoration:none;
}


.foot {
	width: 400px;
	margin-top: 20px;
	height: 50px;
	clear: both;
}
