﻿/*全体*/

* {
	margin:0px;
	padding:0px;
}

body {
	font-family: ＭＳ Ｐゴシック, Osaka;
	font-size: 12px;
	line-height: 17px;
	color: #DADAEF;
	background: #28294A;
}

body.moon{
	background-image : url(img/moon.jpg);
	background-repeat: no-repeat;
	background-position: 0pt 0pt;
}

img {
	vertical-align:text-bottom;
	border: 0px;
}

div.clear {
	clear:both;
}

.f-right{
	float:right;
}

.f-left{
	float:left;
}

abbr {
	text-decoration:none;
	border:none;
	font-style:normal;
}

ul {list-style:none;}


/*Header*/

div.head {
	clear: both;
	width: 800px;
}

div.header {
	padding-top:6px;
	padding-bottom:6px;
	padding-left:12px;
}

/*Footer*/

div.foot {
	clear: both;
	width: 800px;
}

.hdn {visibility:hidden;}
.mobile {display:none;}

/*リンク関連*/

a {
	font-size: 12px;
	padding:0px;
}

a:link {
	text-decoration: none;
	color: #9496CE;
}

a:visited {
	text-decoration: none;
	color: #6A6AB5;
}

a:hover {
	text-decoration: none;
	color: #FFFFCC;
}

a:active {
	text-decoration: none;
	color: #C8C8E3;
}

.link {
	font-size: 14px;
}

.title {
	font-size: 12px;
}

/*見出関連*/

h1 {
	font-size: 18px;
	margin-bottom: 0px;
	color: #DADAEF;
}

h2 {
	font-size: 16px;
	margin-bottom: 0px;
}

h3 {
	font-size: 14px;
	margin-bottom: 0px;
	display:inline;
}

h4 {
	font-size: 12px;
	display:inline;
	font-weight:normal;
}

h2.top {
	font-size: 10px;
	margin-bottom: 0px;
}

h2.sub {
	font-size: 12px;
	margin-bottom: 0px;
}

/*トップページ関連*/

#tbl {
	width: 800px;
	white-space:nowrap;
}

div.topimg {
	width: 400px;
	height: 700px;
	float: left;
	background-image:url(../../img/top.jpg);
	background-repeat:no-repeat;
}

div.menu {
	float: left;
	margin-left:20px;
}

div.bbs{
	width: 650px;
	border: dotted 1px;
	border-color:#FFFFCC;
	background-color:#555599;
	margin: 10px 0px 10px 5px;
	padding: 5px;
	clear: both;
}

div.new {
	font-size:10px;
	line-height:12px;
}

div.new a {
	font-size: 10px;
	padding:0px;
}


/*イラスト関連*/

div.illust {
	white-space: nowrap;
	margin-left: 50px;
	margin-top: 20px;
}

div.hd {
	margin-top:0px;
	margin-bottom:-20px;
	margin-left:50px;
}

div.pict {
  border: 1px dashed #ddffcc;
  background-color: #28294A;
  width: 160px;
  float: left;
	display: inline; /*IE対策*/
  margin: 5px;
	padding:5px;
}

p.image, p.caption {
  margin: 5px;
  text-align: center;
}

p.caption {
  font-size: 10px;
  color: #ddffcc;
}

/*イラスト個別ページ*/

div.hdsub {
	margin-top:0px;
	margin-left:20px;
}

div.pop1{
	margin-left: 20px;
	margin-top: 20px;
}

div.pop2{
	margin-left: 20px;
	margin-top: 20px;
	background-color:#28294A;
	width:60%;
}

/*Bookmark関連*/

div.bwrapper {
	margin-left: 10px;
}

div.book {
  border-bottom: 1px dashed #ddffcc;
	margin-bottom: 5px;
	padding: 10px;
  background-color: #28294A;
  width: 700px;
	height: 40px;
	clear: both;
}

div.banner {
	float:left;
	margin-right:15px;
}

div.sitename {
	float:left;
	margin-right:20px;
	font-weight:bold;
}

div.sitecomment {
	float:left;
}

/*Profile関連*/
#prof {
	margin-right:40px;
	width:240px;
}

#ptable dl {
	width:520px;
}

#ptable dt {
	float:left;
	width:120px;
	clear:both;
	}

#ptable dd {
	width:380px;
	margin-left:120px;
}

