@charset "shift_jis";

/*--------------------------------------------

Name: txt002
Version: 1.0
Date: 2008-10-16
Author: アメ
Site: {neut}
URL: http://neut.xtr.jp/

--------------------------------------------*/

/*	　目次
----------------------------------------------
1.全体
2.見出し
3.リンク
4.リスト
5.他
6.テキスト装飾
--------------------------------------------*/

/*	　1.全体
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 2; /* 全体の行の高さ */
	font-style: normal;
	font-weight: normal;
	font-size: 120%;
}
html,
body {
	scrollbar-3dlight-color: #edf2eb;
	scrollbar-arrow-color: #474000;
	scrollbar-base-color: #edf2eb;
	scrollbar-darkshadow-color: #edf2eb;
	scrollbar-face-color: #edf2eb;
	scrollbar-highlight-color: #edf2eb;
	scrollbar-shadow-color: #edf2eb;
	scrollbar-track-color: #fff;
}
html {
	overflow-y: scroll;
}
body {
	color: #474000; /* 全体の文字色 */
	background: #ffffff; /* 全体の背景色 */
	font-family: "Century Gothic", Futura, "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 100%; /* 全体の文字サイズ */
}
p {
	margin-bottom: 2em;
}
br {
	letter-spacing: normal;
}
/* 記号の文字化け対策 */
span.mark {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
/*	　2.見出し
--------------------------------------------*/
h1 {
	margin: 0 0 50px;
	padding: 25px 30px 0;
	height: 100px;
	line-height: 100px;
	background: url('img/h1.gif') no-repeat scroll left top;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 0.5em;
}
h2 {
	margin: 0 0 30px;
	line-height: 1.4;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}
h3 {
	margin-bottom: 16px;
	padding-left: 1em;
	border-left: 4px #ffd3d7 solid;
	line-height: 1;
	font-weight: bold;
}
/*	　3.リンク
--------------------------------------------*/
a {
	color: #fa0;
	text-decoration: none;
}
a:hover,
a:active {
	color: #ff8fb6;
	text-decoration: underline;
}
/*	　4.リスト
--------------------------------------------*/ 
ul,
ol,
dl {
	margin: 0 0 1em;
}
ul li {
	list-style: circle inside;
}
ol li {
	list-style: decimal inside;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
/*	　5.他
--------------------------------------------*/
div#wrapper {
	margin: 0 auto;
	padding-bottom: 30px;
	width: 800px; /* 横幅 */
	min-width: 640px; /* 横幅最小サイズ（IE6未対応) */
	text-align: left;
}
/* あとがき */
p.postscript {
	margin: 100px 0 50px;
	font-size: 85%;
	text-align: right;
}
/* ナビゲーション */
ul#navi {
	margin-bottom: 30px;
	text-align: center;
}
ul#navi li {
	margin: 0 0.5em;
	display: inline;
	font-size: 85%;
}
/* アドレス */
address {
	margin-bottom: 1em;
	text-align: center;
	font-style: normal;
	font-size: 80%;
}
/*	　6.テキスト装飾
--------------------------------------------*/
/* 強調 */
em {
	font-weight: bold;
}
/* より強い強調 */
strong {
	color: #ff8fb6;
}
/* 追加 */
ins {
	text-decoration: underline;
}
/* 削除 */
del {
	color: #888;
	text-decoration: line-through;
}