@charset "UTF-8";

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

article, aside, dialog, figure, footer, header, hgroup, menu, nav, address, section { display: block; }

::-moz-selection{
	background:#9f1d34;
	color: #ffffff;
}

::selection{
	background:#9f1d34;
	color: #ffffff;
}

img {
	border: none;
}

body{
	padding: 0px;
	font-family: Georgia, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height: 100%;
	text-align: center;
	margin: 0px auto;
}

div#wrapper {
	width: 900px;
	margin: 60px auto 0px auto;
}

h1 {
	float: left;
	width: 180px;
	text-align: left;
	margin-top: 15px;
}

article#textArea {
	float: left;
	width: 560px;
	text-align: left;
	margin-top: 10px;
}

article#subArea {
	float: left;
	width: 160px;
	text-align: right;
	margin-top: 10px;
}

p.txt1 {
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
}

p.txt3 {
	margin-top: 1em;
	font-size: 12px;
	line-height: 1.4;
	color: #000000;
}

p.txt3 span {
	color: #888888;
}


footer {
	margin-top: 2em;
	font-size: 12px;
	line-height: 1.4;
	color: #cccccc;
}

address.txt2 {
	font-size: 12px;
	line-height: 1.4;
	color: #888888;
	font-style: normal;
}


a:link,
a:visited {
	color: #000000;
	background:url("../image/mark2.gif") no-repeat left center;
	padding-left: 13px;
}

a:hover,
a:focus {
	color: #9f1d34;
	background:url("../image/mark.gif") no-repeat left center;
	padding-left: 13px;
	text-decoration: none;
}

