@charset "Shift_JIS";


/*--------------------------------------------

Name: n004 calm
Version: 1.0
Date: 2007-08-01
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

--------------------------------------------*/


/*	　目次
----------------------------------------------
1.全体
2.リンク
3.リスト
4.フォーム
5.コンテナー
6.ヘッダー
7.メイン
8.イラスト展示ページ
--------------------------------------------*/

/*	　1.全体
--------------------------------------------*/
* {	
	margin: 0;
	padding: 0;
	line-height: 1.4; /* 全体の行の高さ */
	font-style: normal;	
	font-weight: normal;	
	font-size: 10px;
	min-height: 0;
	word-break: break-all; 
}
html,
body {
	height: 100%;
	scrollbar-3dlight-color: #1549b2; /* 上、左 bian yuan */
	scrollbar-arrow-color: #eee; /* △▽ */
	scrollbar-base-color: #1549b2; /*  */
	scrollbar-darkshadow-color: #1549b2; /* 下、右 bian yuan */
	scrollbar-face-color: #1549b2; /* 表面 */
	scrollbar-highlight-color: #1549b2; /* 斜、左 */
	scrollbar-shadow-color: #1549b2; /* 斜、右 */
	scrollbar-track-color: #1549b2; /* 底面 */
}
body {
	color: #000; /* 全体のフォントカラー */
    background:#fff url('p/bg.jpg') repeat-x fixed 0% 0%; /* 背景画像 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; /* 全体のフォントサイズ */
}
img {
	border: 0;
}
br {
	letter-spacing: normal;
}
a,
form {
	position: relative;
}
/* 記号の文字化け対策 */
.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.リンク
--------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #3366cc;/* 鏈接的顏色 */
}
/*	　3.リスト
--------------------------------------------*/
ol,
ul,
dl {
	margin-bottom: 1em;
}
ol li {
	list-style: decimal inside;
}
ul li {
	list-style: circle inside;
}
/* 画像リスト（BKMで使用） */
ul.imglink li {
	list-style: none outside;	
}
ul.imglink li img {
	margin: 0 0 4px 0;
}
/* 画像とテキストリスト（ILLUSTで使用） */
ul.imgbox {
	clear: both;
	width:200px;
}
ul.imgbox li {
	margin-bottom: 4px;
	list-style: none outside;
}
ul.imgbox a {
	padding: 3px 5px 3px 3px;
	display: block;
	width:187px;
	height: 24px;
	line-height: 24px;
	color: #000;
	background-color: #eee;
	text-decoration: none;
}
ul.imgbox a:hover {
	color: #3366CC;
	background-color: #ddd;
}
ul.imgbox a img {
	margin-right: 5px;
	float: left;
}
/*	　4.フォーム
--------------------------------------------*/
fieldset {
	border: 0;
}
legend {
	display: none;
}
textarea {
	border: 1px solid #eee;
	width: 198px;	
	line-height: 1.3;
	vertical-align: bottom;	
	color: #000;
	background-color: #eee;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	scrollbar-3dlight-color: #eee;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #eee;
	scrollbar-darkshadow-color: #eee;
	scrollbar-face-color: #eee;
	scrollbar-highlight-color: #eee;
	scrollbar-shadow-color: #eee;
	scrollbar-track-color: #eee;
}
textarea:hover,
textarea:focus {
	background-color: #fff;
}
input {
    padding: 0.1em;
	border: none;
	line-height: 1.3;
	vertical-align: bottom;
	color: #fff;
	background-color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	cursor: pointer;
}
input:hover,
input:focus {
	color: #3366CC;
}
/*	　5.コンテナー
--------------------------------------------*/
div#container {
	margin-left: 30px;
	padding: 30px 0;
	width: 230px;
	height: auto;
	min-height: 100%;
	background: transparent url('p/alpha.png') repeat scroll left top;
}
	/* IE6以下用 */
	* html div#container {
		height: 100%;
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="p/alpha.png", sizingMethod="scale");
	}
/*	　6.ヘッダー
--------------------------------------------*/
div#header {
	margin: 0 15px 0;
	padding: 0;
	width: 200px;
}
/* サイト名 */
h1 {
	line-height: 1;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
h1 a {
	line-height: 1;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
}
h1 a:hover {
	color: #999; /* 站名標題的顏色 */
}
/* サイト名下のurl */
p#url {
	margin: 0;
	line-height: 1.2;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* メニュー */
ul#menu {
	margin-top: 10px;
}
ul#menu li {
	margin-right: 5px;
	display: inline;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
ul#menu li a {
	color: #000;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #999; /* 菜單鏈接顏色 */
}
ul#menu li.on a {
	color: #000;
}
ul#menu li.on a:hover {
	color: #999; /* 菜單鏈接ON顏色 */
}
/*	　7.メイン
--------------------------------------------*/
div#main {
	margin: 0 15px;
	padding: 0;
	width: 200px;
}
/* 見出し */
h2 {		
	margin: 1em 0 1em 0;
    border-bottom: 1px dotted #000;
  	line-height: 10px;
  	font-family: Georgia, "Times New Roman", Times, serif;
    font-style: oblique;
    font-weight: bold;
    font-size: 12px;
}
h3 {
	margin: 0 0 10px 0;
	color: #808080;
	font-weight: bold;
    font-size: 10px;
}
/* 段落 */
p {
	margin: 0 0 2em;
	line-height: 11px;
}
p#copy {
	margin: 0 10px 0 0;
	line-height: 1;	
	font-family: "Times New Roman", Times, serif;
    font-size: 10px;
	color: #000;
}
p#copy a {
	color: #000;
	text-decoration: none;
}
p#copy a:hover {
	color: #b5111a;
	text-decoration: underline;
}
p#enter a {
	color: #fff;
	background-color: #000;
	text-decoration: none;	
}
p#enter a:hover {
	color: #b5111a;
}
/* 強調 */
em {
	font-weight: bold;
}
/* より強い強調 */
strong {
	font-weight: bold;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 取り消し線 */
del{
	color: #666;
	text-decoration: line-through;
}
/* コード */
code {
	font-family: "Osaka−等幅", monospace;
}
/* 装飾ボックス */
div.deco {
	margin-bottom: 1em;
	padding: 0.5em;
	border: 1px #b5111a dotted;
}
/*	　8.イラスト展示ページ
--------------------------------------------*/
div#navi {
	margin-left: 30px;
	padding: 30px 0;
	display: inline;
	float: left;
	width: 230px;
	background: transparent url('p/alpha.png') repeat scroll left top;
}
	/* IE6以下用 */
	* html div#navi {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="p/alpha.png", sizingMethod="scale");
	}
div#exhibit {
	margin-left: 290px;
	padding: 30px 15px;
	min-height: 100%;
	background: transparent url('p/alpha.png') repeat scroll left top;
}
	/* IE6以下用 */
	* html div#exhibit {
		height: 100%;
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="p/alpha.png", sizingMethod="scale");
	}
div#exhibit p {
	margin: 0;
	padding: 0;
}
div#exhibit p img {
	margin-bottom: 10px;
}