@charset "UTF-8";
/* 共通・リセット */
body {
	background-image: url(../img/body_bg.gif);
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	line-height: normal;
	color: #666666;
}
p, div, h1, h2, h3, ol, ul, li, table, tr, th, td, form    {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* レイアウト */
div#all {
	margin: 0px;
	padding: 0px;
}
div#upper {
	background-image: url(../img/upper_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 162px;
	width: 100%;
	background-position: bottom;
	background-color: #FFFFFF;
}
div#header {
	background-image: url(../img/head_bg2.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 150px;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#contents {
	background-image: url(../img/con_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
div#side {
	float: left;
	width: 260px;
	margin-left: 30px;
	text-align: center;
}
div#main {
	width: 510px;
	margin-left: 290px;
	padding-bottom: 80px;
}
div#footer {
	background-color: #eeeeee;
	margin: 0px;
	width: 100%;
	clear: both;
	height: 200px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #999999;
}

/* ヘッダー */
h1.keyword {
	font-size: 10px;
	font-weight: normal;
	color: #dddddd;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 12px;
	line-height: 12px;
	text-align: left;
}
h1.keyword strong {
	font-weight: normal;
	color: #CCCCCC;
}
img.logo {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
img.phone {
	margin-left: 340px;
}
div#header ul {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 50px;
}
div#header li {
	margin-right: 5px;
	float: left;
}

/* コンテンツメイン */
div#main h2 {
	background-image: url(../img/midasi_p.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 490px;
	font-size: 14px;
	color: #ff57ae;
	padding-left: 25px;
	padding-top: 8px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.1em;
}
div#main p {
	margin-top: 10px;
	margin-bottom: 40px;
	line-height: 1.6em;
	font-weight: normal;
	margin-left: 10px;
	width: 470px;
}
strong {
	font-weight: bold;
	color: #305aca;
}
#footer /* フッター */
 ul {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
	background-image: url(../img/minimark.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
	padding-left: 14px;
}
#footer   li   a:link {
	color: #999999;
	text-decoration: none;
}
#footer li a:visited {
	color: #999999;
	text-decoration: none;
}
#footer li a:hover {
	color: #999999;
	text-decoration: underline;
}
#footer li a:active {
	color: #999999;
	text-decoration: underline;
}
#footer address {
	font-style: normal;
	margin-top: 5px;
	font-size: 80%;
	line-height: 1.2em;
}

/* 画像 */
img.photo_r {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
img.photo_l {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 20px;
}
img.photo {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

/* 看板下スペース */
img.kanban {
	margin-bottom: 20px;
}

/* ページトップへのリンク */
p.pagetop {
	atext-align: right;
	margin-right: 10px;
	padding-top: 1px;
	width: 470px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 0px;
	text-align: right;
	position: relative;
	top: -20px;
}
