@charset "utf-8";
/* all */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
	letter-spacing: 0.1em;
	font-size: 13px; /* テキスト文字の大きさ */
	background:url(../images/wall.jpg);
	color:#145a63; /* テキストカラー */
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
img {
	border: none;
}
input, textarea, select {
	font-size: 1em;
}
.clearfix {
	overflow: hidden;
}
.clearfix:after {
	clear:both;
	overflow:hidden;
	content:"";
	display:block;
}
/* text */
h1 {
	font-size:16px;
	line-height:24px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	border-left:6px solid #ffb6c1; /* 左線の幅・線の種類・線のカラー */
	border-bottom:1px solid #ffb6c1; /* 下線の幅・線の種類・線のカラー */
	background-color:#fff; /* h1の背景カラー */
}
h2 {
	font-size:14px;
	line-height:22px;
	padding:4px 10px 4px 16px;
	margin-top:20px;
	background-color:#dcdcdc; /* h2の背景カラー */
	color:#FFFFFF;/* リストタイトルのテキストカラー */
}
a {
	color:#28b3c6; /* リンクテキスト文字の色 */
	text-decoration:underline;
}
a:hover {
	color:#1a737f; /* ロールオーバーさせた時のリンクテキスト文字の色 */
	text-decoration:none;
}
.text {
	letter-spacing: 0.2em;
	line-height: 24px;
	margin:20px;
}
.text_bb {
	letter-spacing: 0.2em;
	line-height: 24px;
	margin:20px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-width: 1px;
}
.text_bt {
	letter-spacing: 0.2em;
	line-height: 24px;
	margin:20px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	border-width: 1px;
}
.text_red {
	letter-spacing: 0.2em;
	line-height: 24px;
	margin:20px;
	color:#FF0000;
}
.text_blue {
	letter-spacing: 0.2em;
	line-height: 24px;
	margin:20px;
	color:#00F;
}
.text_bold {
	letter-spacing: 0.2em;
	line-height: 24px;
	margin:20px;
	font-weight:bold;
}
/* 余白 */
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.pt20 {
	padding-top:20px;
}
.pt30 {
	padding-top:30px;
}
.pb20 {
	padding-bottom:20px;
}
.pb30 {
	padding-bottom:30px;
}
/* header */
#headerarea {
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#333; /* ヘッダーエリアの背景カラー */
	height: 300px; /* ヘッダーエリアの高さ */
	background: url(../images/4bt.png) no-repeat; /* メインビジュアル画像の指定 */
}
.sitename {
	padding:100px 20px 20px 30px;
}
.sitename a {
	font-size: 30px; /* サイト名のテキスト文字の大きさ */
	text-decoration: none;
	color:#ffffff;
	font-weight:bold; /* サイト名のテキスト文字の太さ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ffc0cb), color-stop(0.00, #ffb6c1));/*グラデーション開始*/
	background: -webkit-linear-gradient(top, #ffb6c1 0%, #ffc0cb 88%);
	background: -moz-linear-gradient(top, #ffb6c1 0%, #ffc0cb 88%);
	background: -o-linear-gradient(top, #ffb6c1 0%, #ffc0cb 88%);
	background: -ms-linear-gradient(top, #ffb6c1 0%, #ffc0cb 88%);
	background: linear-gradient(to bottom, #ffb6c1 0%, #ffc0cb 88%);/*グラデーション終了*/
	padding:4px 12px;
	opacity: 0.5;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity =30);
	filter: alpha(opacity = 30);
	-moz-border-radius: 8px; /* 角丸の角度指定 */
	-webkit-border-radius: 8px; /* 角丸の角度指定 */
	border-radius: 8px; /* 角丸の角度指定 */
}
/* contents */
#contents {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color:#fff;  /* コンテンツの背景カラー */
	padding:20px;
	margin-bottom:20px;
}
.textarea {
	margin:20px 4px 24px 12px;
}
.imgarea {
	margin-top: 20px;
}
.text_r {
	float:right;
	margin-left: 20px;
	letter-spacing: 0.2em;
	line-height: 26px;
	text-align:left;
	width:630px;
}
.text_l {
	float: left;
	margin-right: 20px;
	letter-spacing: 0.2em;
	line-height: 26px;
	text-align:left;
	width:630px;
}
.area_r {
	float:right;
}
.area_l {
	float: left;
}
.img_b {
	border:#fff 6px solid;
	-webkit-box-shadow: 0px 0px 4px #ccc;
	box-shadow: 0px 0px 4px #ccc;
	margin:4px;
}
dl.samplelist {
	overflow: hidden;
	zoom: 1;
}
dl.samplelist dt {
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
}
dl.samplelist dd {
	padding: 0 0 5px 100px;
}
/* list */
.listname {
	font-size: 14px;/* リストタイトルの文字の大きさ */
	background: url(http://grad3.ecoloniq.jp/sample/img/icons_60.png) no-repeat 7% center, -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #ffc0cb), color-stop(0.00, #ffb6c1));/*グラデーション開始*/
	background: url(http://grad3.ecoloniq.jp/sample/img/icons_60.png) no-repeat 7% center, -webkit-linear-gradient(top, #ffb6c1 0%, #ffc0cb 88%);
	background: url(http://grad3.ecoloniq.jp/sample/img/icons_60.png) no-repeat 7% center, -moz-linear-gradient(top, #ffb6c1 0%, #ffc0cb 88%);
	background: url(http://grad3.ecoloniq.jp/sample/img/icons_60.png) no-repeat 7% center, -o-linear-gradient(top, #ffb6c1 0%, #ffc0cb 88%);
	background: url(http://grad3.ecoloniq.jp/sample/img/icons_60.png) no-repeat 7% center, -ms-linear-gradient(top, #ffb6c1 0%, #ffc0cb 88%);
	background: url(http://grad3.ecoloniq.jp/sample/img/icons_60.png) no-repeat 7% center, linear-gradient(to bottom, #ffb6c1 0%, #ffc0cb 88%);/*グラデーション終了*/
	color:#FFFFFF; /* リストタイトルのテキストカラー */
	padding:3px 6px 2px 10px;
	margin-bottom:8px;
	margin-left:2px;
	-moz-border-radius: 8px; /* 角丸の角度指定 */
	-webkit-border-radius: 8px; /* 角丸の角度指定 */
	border-radius: 8px; /* 角丸の角度指定 */
}
.list01 {
	margin:4px 20px 30px 20px;
}
.list01 li {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border-bottom:#333333 1px dotted;
}
.list01 li a {
	background-image: url(../images/arrow001_10.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left:15px;
}
.list01 li a:hover {
	background-image: url(../images/arrow001_08.gif);
}
.list02 {
	margin:4px 20px 30px 20px;
}
.list02 li {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	border-bottom:#333333 1px dotted;
}
/* footer */
#footerarea {
	background-color:#ffb6c1;  /* コンテンツの背景カラー */
	padding:20px 0 0 0;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color:#ff69b4; /* フッターのテキスト文字の色 */
	font-size:12px; /* フッターのテキスト文字の大きさ */
	padding-top: 15px;
}
#footer a {
	color:#669900; /* フッターのリンクテキスト文字の色 */
}
#footer a:hover {
	color:#f5a681; /* ロールオーバーさせた時のフッターのリンクテキスト文字の色 */
}
.fnavname {
	font-size: 13px;/* リストタイトルの文字の大きさ */
	border-bottom:1px solid #ff69b4; /* リストタイトルの背景カラー */
	color:#ff69b4; /* リストタイトルのテキストカラー */
	padding:3px 6px 2px 10px;
	margin-bottom:12px;
	margin-left:2px;
}
.fnav01 {
	margin-bottom:20px;
	margin-left:10px;
}
.fnav01 li {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.fnav01 li a {
	background-image: url(../images/arrow001_09.gif); /* list画像 */
	background-repeat: no-repeat;
	background-position: 0px 3px; /* list画像の位置 */
	padding-left:17px;
}
.fnav01 li a:hover {
	background-image: url(../images/arrow001_08.gif); /* ロールオーバーさせた時のlist画像 */
}
.fnav02 {
	margin-bottom:20px;
	margin-left:10px;
}
.fnav02 li {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 6px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.copyright {
	text-align: center;
	border-top:1px solid #fff;
	background-color:#ff69b4;
	color:#fff;
}
#footer ul {
	padding-bottom: 20px;
}
