@charset"Shift_JIS";
/*文字エンコードの設定（削除不可）*/


/* 全体設定 */
*{
	font-family:"Osaka", "Verdana", "ＭＳPゴシック", "Chicago", "Sans-serif";
	scrollbar-arrow-color:#999;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-track-color:#fff;
	scrollbar-shadow-color:#999;
	scrollbar-darkshadow-color:#fff;
	color: #333333;
	line-height: 150%;






}
html{
	width:100%;
	height:100%;
	color:#333333;
	margin: 0px;
	padding: 0px;



}
body{
	background-color: #FFFFFF;
	color:#333333;
	font-size:13px;
	text-align:left;
	margin: 0px;
	padding: 0px;





}
* html body{
font-size:14px;
}


td{
font-size:10px;
}

/* リンクアンカー */
a{
text-decoration:none;
}
a:link{
color:#99c;
}
a:visited{
color:#99c;
}
a:hover{
color:#926899;
}
a:active{
color:#99c;
}



/* 見出し */
h1{
font-size:30px;
line-height:60px;
color:#669;
text-align:left;
}

h2{
color:#fff;
font-size:13px;
background:#668;
margin:5px -20px 20px;
padding:3px 5px 3px 15px;
text-align:left;
}

h3{
color:#666;
font-size:13px;
border-bottom:double 3px #666;
margin:10px -10px;
padding:0 5px;
text-align:left;
}



/* メニュー */
.menu{
	margin:0;
	padding:65 0 0 5;
	height: 100%;
	text-align: center;

}
#menu ul {
	height:auto;
	text-align:center;
	list-style-type:none;
	margin:20px 0;
	padding:0;
	clear: left;

}
#menu li {
	padding:5px 0;
	margin: 0px;

}
#menu li a{
font-size:18px;
font-weight:bold;
font-family:"Times New Roman";
text-decoration:none;
}
#menu li a:link,#menu li a:visited,#menu li a:active{
color:#999;
}
#menu li a:hover{
color:#99c;
}

/* メインページ余白指定 */
#main{
	padding:40px 60px 60px;
}


/*** イラスト展示ページ ***/
#menu2{
padding:20px 0px 20px 15px;
}
dl{
margin:20px 0 20px 20px;
text-align:left;
}
dt{
color:#336;
font-weight:bold;
text-decoration:underline;
margin-top:10px;
}
dd{
padding-left:20px;
}



/* テキストエリア */
textarea{
width:180px;
height:80px;
color:#333;
background:#fff;
font-size:12px;
line-height:15px;
border-style:dashed;
border-color:#999;
border-width:1px 0;
padding:5px;
}



/* 装飾box */
.box1{
color:#669;
background:#fff;
border:3px double #669;
margin:5px 10px;
padding:5px;
}
.box2{
color:#336;
background:#99c;
border:1px solid #336;
margin:5px 10px;
padding:5px;
}


/* 引用 */
blockquote{
color:#fff;
background:#666;
margin:5px 20px;
padding:5px;
}



/* リンクページ */
dl.link{
width:400px;
padding:5px;
}
dl.link dt{
float:left;
margin:-3px 5px 0 0;
}
dl.link2{
width:400px;
padding:5px;
}
dl.link2 dt{
float:left;
margin:0 5px 0 0;
}

/* トップ絵 */
.toppage {
	background-attachment: fixed;
	background-image: url(img/cover.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* index絵 */
.index {
	background-image: url(img/higan.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.pictbox {
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.comment {
	text-align: left;
	padding-left: 50px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 50px;
}

.maintext {
	text-align: left;
	margin: 10px;
}
.counter {
	padding-top: 150px;
}
