@charset "UTF-8";

/*-----------------------------------------------------------------

リセット

-----------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}

/*-----------------------------------------------------------------

全体

-----------------------------------------------------------------*/
body {
    font:13px Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",helvetica,arial,sans-serif;
    *font-size:small;
    *font:x-small;
	background: url(../images/bg.gif) repeat;
}
table {
    font-size:inherit;
    font:100%;
}
a {
	color: #000;
}
a:hover {
	color: #029ce0;
}
a img {
	border: none;
}
/*-----------------------------------------------------------------

本文

-----------------------------------------------------------------*/
#content {
	background: #fff;
	width: 840px;
	margin: 30px auto;
}
h1 {
	padding: 10px;
}
#main {
	padding: 30px 50px;
}
/*クリアフィックス*/
#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#main {
	display: inline-table;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html #main { height:1%; }
#main { display: block; }
/* End hide from IE-mac */
/*---end---*/

.image {
	float: right;
}
#main h2 {
	margin-bottom: 15px;
}
p.read {
	font-size: 93%;
	line-height: 1.5;
	width: 495px;
}
.brand {
	font-size: 93%;
	padding: 1.2em 0;
	width: 495px;
	border-bottom: 1px solid #e1e5ec;
}
.brand dt {
	font-weight: bold;
	float: left;
}
.karimoku {
	border: 3px solid #e1e5ec;
	width: 489px;
	margin-top: 15px;
}
.cap {
	width: 495px;
	padding: 10px 0px 0px;
	list-style: disc;
}
.cap li {
	color: #555965;
	font-size: 77%;
	margin-left: 20px;
	line-height: 1.5;
}


#footer {
	position: relative;
	margin: 15px 50px;
	border-top: 1px solid #e1e5ec;
	padding-top: 15px;
}

#footer dl {
	float: left;
	margin-right: 30px;
}
#footer dt {
	margin-bottom: 10px;
}
#footer dd {
	color: #555965;
	font-size: 77%;
	line-height: 1.4;
}
#footer .top {
	position: absolute;
	top: 15px;
	right: 0px;
}
.top a {
	display: block;
	width: 110px;
	height: 26px;
	background: url(../images/top_on.gif) no-repeat left top;
	visibility: visible;
}
.top a:hover {
	border-color: #000;
}
.top a:hover img {
	visibility: hidden;
}
#footer .credit {
	clear: both;
	color: #555965;
	font-size: 77%;
	padding: 15px 0px 30px;
}
