@charset "UTF-8";

/* リンク設定 */
a:hover {
	color:#36F;
	text-decoration:underline;
}

/* ボディー */
body {
	background-image: url(../images/common/bg03_00.gif);
}

/* コンテナ */
#container {
	background-image:url(../images/common/footer03_01.gif);
}

/* ヘッダー部分 */
#header .ttl {
	background-image: url(../images/common/title_03.gif);
}

#header .ttl dl dd {
	background-image: url(../images/common/arrow_03.gif);
}

.ttl ul li strong {
	background-image:url(../images/common/note_s03_act.gif);
}

.ttl ul li a {
	background-image:url(../images/common/note_s03_lnk.gif);
}

#header .cat-03 a {
	color:#333333;
	background-image:url(../images/common/note_s03_act.gif);
}
#header .cat-03 a:hover {
	background-image:url(../images/common/note_s03_act.gif);
}


/* メイン設定 */

#main .caption {
	background-image: url(../images/common/caption_03.gif);
}

#main .pad {
	margin-bottom:20px;
	float:left;
}

#main .pad h4 {
	font-size: 14px;
	font-weight: bold;
	color: #48aee0;
}

#main .pad dl {
	width:670px;
	margin-left:10px;
	clear: both;
}

#main .pad dl dt {
	width:150px;
	float:left;
}

#main .pad dl dd {
	width:520px;
	line-height:160%;
	float:right;
}

#main .pad ul {
	font-size:13px;
	color:#666666;
	list-style:none;
	padding-left:15px;
}

#main .pad ul li {
	list-style-image:url(../images/common/arrow_03.gif);
	list-style-position:outside;
	line-height:150%;
	padding-bottom:7px;
}

#main .pad dl dt ul li {
	font-size:12px;
	list-style-image:url(../images/common/arrow_03.gif);
	list-style-position:outside;
	line-height:150%;
	padding-bottom:7px;
}


#main .pad dl dd ul li p {
	font-size:13px;
	list-style-image:url(../images/common/arrow_03.gif);
	list-style-position:outside;
	line-height:150%;
	padding:7px;
}

#main .pad dl dd ul li a {
	font-size:14px;
	font-weight:bold;
}

#main .pad dl dd h3 {
	font-size:16px;
	font-weight:bolder;
	color:#333333;
	text-decoration:none;
	background-image:url(../images/common/note_03.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:22px;
	margin-bottom:15px;
}

#main .pad dl dd p {
	margin-bottom:12px;
	clear:both;
}

#main .img-left {
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

#main .img-right {
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}
#main .img-right img {
	margin-bottom:5px;
	margin-top: 5px;
}
#main .img-right span {
	font-size: 12px;
	color: #999;
	line-height: 130%;
}

#main .img-center {
	margin-left:auto;
	margin-bottom:auto;
	margin-bottom:5px;
}
#main .img-center img {
	margin-bottom:5px;
	margin-top: 5px;
}
#main .img-center span {
	font-size: 12px;
	color: #999;
	line-height: 130%;
}


#main .pad dl dd a img {
	background-color:#E6E6E6;
}
#main .pad dl dd a:hover img {
	background-color: #48AEE0;
}

#main .scroll-up dl dd {
	background-image: url(../images/common/arrow_top_03.gif);
}


/* 下部ナビゲーション */

#footer {
	background-image: url(../images/common/footer03_00.gif);
}
