@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

a{color:#006633;text-decoration: underline;}
a:hover{text-decoration:underline;color:#FF7F00}

#footer a {color:#006633;text-decoration:none}
#footer a:hover{text-decoration:underline;color:#FF7F00}

body {
	font-size: 12px;
	font-weight:normal;
	background-repeat: repeat-x;
	color: #333333;
	background-image: url(images/re_bg.gif);
}


table,th,td{
	font-size: 100%;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 6px;
}

#w_wrap {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	margin-top: 20px;
	border: 3px solid #eee;
	padding: 15px;
	margin-bottom: 15px;
}

#w_wrap li {
	margin-left: 20px;
	margin-bottom: 10px;
}

#w_wrap ul li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-position: outside;
	margin-top: 10px;
}

div#header {
	margin-bottom: 10px;
}

/* トップ */

div.jq_pic {
	border: none;
	width: 1000px;
	height: 225px;
	padding: 0px;
	margin: 0px;
}

div.jq_pic li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


.tpinfoCol {
	overflow: hidden;
	font-size: 13px;
	color: #4c4c4c;
	border: 1px solid #bfbfbf;
	padding: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}

.tpinfoCol .ttl {
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 10px;
}

.tpinfoCol .bnr {
	margin: 10px 0;
}

.tpinfoCol img {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.tpinfoCol a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
}


/* パン屑リスト */

#breadcrumbs {
	padding-bottom: 10px;
}

/* コンテンツ */

#contents {
	width: 1000px;
}

.contents li {
	margin-left: 20px;
	margin-bottom: 10px;
}

.contents ul li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-position: outside;
	margin-top: 10px;
}


/* コンテンツ */

div.tab {
	background-image: url(images/tab_bg.gif);
}

div.tab_box {
	padding-top: 30px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 34px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7f7f7f;
}


/* フッター
******************************
 */

div#pagetop {
	width: 960px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 15px;
	background-image: url(images/arrow_top.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 15px;
	margin-top: 15px;
}


div#footer {
	margin-right: auto;
	margin-left: auto;
	background-color: #e6e6e6;
	padding: 10px;
}

div#footer_txt {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}


/* コピーライト */


div#copy_box {
	left: 0px;
	right: 0px;
	background-color: #CCC;
}

div#copy_txt {
	width: 1000px;
	font-size: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}
