@charset "UTF-8";

* {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
}

body {
	font-size: 80%;
	line-height: 150%;
	color: #999999;
}

img {
	border: 0px none #FFFFFF;
}
p {
}
ul {
	list-style-position: outside;
	margin-left: 1.5em;
}
ol {
	list-style-position: outside;
	margin-left: 1.5em;
}
h4 {
	font-size: 130%;
/*	border-left-width: 5px;
	border-left-style: solid;	*/
	line-height: 100%;
	margin-bottom: 0.5em;
	padding-left: 10px;
}
li {
}
dl {
}
dt {
	float: left;
	clear: left;
}
dd {
	float: left;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear:both;
}

.none {display:none;}

a:link,
a:visited{
	color:#999;
	text-decoration:none;
}
a:hover,
a:active{
	color:#999;
	text-decoration:underline;
}


#main-block {
	width: 100%;
	clear: both;
}
#main-image {
	height: 287px;
	width: 100%;
	position:relative;
	position:relative;
}
#main-lead {
    clear:left;
	height: 249px;
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 5px;
}
.main-lead p {
	font-size: 90%;
	margin-top: 0.5em;
}
.main-lead img {
	margin-bottom: 15px;
}

/*────────────────────────*/
/*メインコンテンツ*/
/*────────────────────────*/

#main-contents {
	background-image: url(../images/header/info-image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 100%;
	clear: both;
	padding-bottom: 20px;
}
.main-contents {
	font-size: 85%;
	line-height: 150%;
}
.main-contents-text {
	margin-top: 1.4em;
	margin-left: 30px;
	margin-right: 30px;
}

/*────────────────────────*/
/*メインコンテンツテキスト部分マージン調整*/
/*────────────────────────*/

.main-contents-text p {
	margin-left: 15px;
}
.main-contents-text li {
	margin-left: 15px;
}

/*────────────────────────*/
/*インフォメーション等ブロック*/
/*────────────────────────*/

.block-master {
	margin-bottom: 30px;
}