@charset "shift-jis";

body {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #5B5B5B;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/h1.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 4px;
	padding: 11px 0px 15px 25px;
	text-align:left;
}

img.pict {
	margin: 2px 10px 8px 10px;
	float: left;
}

p {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	margin: 5px 13px 15px 8px;
}

p.border {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
	margin: 10px 13px 5px 8px;
	padding-bottom:10px;
	border-bottom:#666666 1px solid;
}

#footer {
	margin: 7px auto 0px;
	padding: 0px;
	clear: both;
    position: relative;
}

.text_margin{
    display:inline;
	width: 200px;
	margin-left: 50px;
	}	

/* ▼ディスクリプション */
div.description {
	_height: 1%;
	padding: 0px;
}
div.description2 {
	_height: 1%;
	padding-left: 200px;
}

div.description:after,
div.description2:after{
	content: "";
	display: block;
	clear: both;
	border-bottom: 1px transparent solid;
}	

/* link */
a {
	text-decoration: none;
	font-weight:bold;
}
a:link {
	color: #3D8FFF;
}
a:visited {
	color: #3D8FFF;
}
a:hover {
	color: #F87C03;
}
a:active {
	color: #F87C03;
}