/* リンク関連 */
a:link	{
	color : #000000;
	text-decoration : underline;
}

a:visited	{
	color : #999999;
	text-decoration : underline;
}

a:hover	{
	color : #CC0033;
	text-decoration : underline;
}

a:active	{
	color : #CCCCCC;
	text-decoration : underline;
}

/* ボディのデザイン */
body	{
	color : #000000;
	font-family :'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size : 12pt;
	line-height : 1.5em;
	margin-top:2%;
	margin-left:8%;
	margin-bottom:2%;
	margin-right:8%;
	background-image: url("image/background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
}

/* 右寄せとかそう言うの */
p.left {
	text-align: left;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

/* poem */
.message {
	font-size: 90%;
	color: gray;
	text-align: right;
}

/* 画像リンクの装飾設定*/
a:link img {
	border: 0pt;
}

a:visited img {
	border: 0pt;
}

a:hover img {
	border: 0pt;
}

a:focus img {
	border: 0pt;
}

a:active {
	border: 0pt;
}

/* ホライゾンタグの設定 */
/*
hr {
	width: 100%;
	border-top: 1pt gray solid;
	background-color:gray;
}
*/

/*　h1〜h3タグの設定　*/
h1{	
	font-size: 200%;
}

h2{
	font-size: 150%;
	font-weight: bold;
	border-style: solid none none solid;
	border-top: 0px; 
	border-bottom: 1px solid #000000;
	border-left: 5px solid #000000;
	margin: 20px 0px;
	padding: 5px;
	text-align: left;
}

h3{
	font-size: 130%;
	font-weight: bold;
	border-style: solid none none solid;
	border-top: 0px; 
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	margin: 20px 0px;
	padding: 5px;
	text-align: left;
}

/* テーブル関連 */
table{
	border-color: black;
	border-collapse: collapse; 
}

td{
	text-align: center;
	border-color:black;
}

th{
	border-color: black;
}

tr{
	border-color: black;
}

/* dtタグ関連 */
.class{
	font-size: 130%;
	font-weight: bold;
	border-style: solid none none solid;
	border-top: 0px; 
	border-bottom: 0px dotted #000000;
	border-left: 5px solid #000000;
	margin: 20px 0px;
	padding: 5px;
	text-align: left;
}

.title{
	font-weight: bold;
	font-size: 110%;
}

.gtitle
{
	font-size: 15pt;
	font-weight: bold;	
}

.ghost
{
	font-size: 13pt;
	font-weight: bold;	
}