@charset "UTF-8";


/* 基本
------------------------------------------------------------ */
body {
	font-size: 62.5%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #666;
}

h1 {
	margin:0px;
	padding: 20px 0px 30px 20px;
}
h1 img {
	vertical-align:bottom;
	border:none;
}
h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top:0;
	margin-bottom:0;
}
h2 {
	font-size:200%;
}
h3 {
	font-size:160%;
}
h4 {
	font-size:140%;
}
h5 {
	font-size:120%;
}
h6 {
	font-size:120%;
}
p,ul,ol,dl {
	font-size:120%;
}
p {
	letter-spacing:1px;
	line-height:1.5;
}
img {
	border:none;
}
hr {
  display: none;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#footer p {
	font-size:100%;
}
ul {
	margin-left:20px;
}
li {
	margin-bottom:5px;
	line-height:1.5;
}


/* CSSハック
------------------------------------------------------------ */
.cfix {
	display:inline-block;
}
.cfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}
* html .cfix {zoom: 1;} /* IE6 */
*:first-child+html .cfix {zoom: 1;} /* IE7 */

/*
------------------------------------------------------------ */
.title {
	border-left:7px solid #ff9900;
	margin-top:30px;
	margin-bottom:30px;
	padding-left:7px;
}
.title-ca {
	border-left:7px solid #99cc99;
	margin-top:30px;
	margin-bottom:30px;
	padding-left:7px;
}
.title-ga {
	border-left:7px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding-left:7px;
}
div.cf_element {
	width: 790px;
	height: 200px;
}
.introduction {
	width: 270px;
	text-align:left;
	margin-top:10px;
	padding-bottom: 20px;
}
.introduction p {
	font-size:100%;
}
div.bnr {
	margin:0px 0px 5px 0px;
	padding:0px
}
div.bnr a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

div.infoTop {
	width:360px
	margin: 0px;
	padding: 270px 0px 0px 0px;
	background: url(../images/colbg_top.jpg) no-repeat left top;
}
div.infoBottom {
	margin: 0px;
	padding: 0px 20px 30px 20px;
	background: url(../images/colbg_bottom.jpg) no-repeat left bottom;
}