@charset "utf-8";

/*html*/
html{	overflow-y:scroll; }

/*body*/
body{
	height: 100%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size:14px;
	color: #333333;
	line-height: 1.5em;
	-webkit-text-size-adjust: 100%;
}
a {	text-decoration:none;}
a:hover {	text-decoration:underline;}

/* Container */
#Container{
	padding:0;
	margin:0;
	overflow:hidden;
}
.wrapper {
	width:1000px;
	margin:0 auto;
}

/*header*/
#Header{
	border-top:4px solid #58af44;
	height:82px;
	background:url(/tolstatic/images/front/common/bg_header.png) repeat-x 0 0;
}
#Header .header_inner {
	position:relative;
	width:1000px;
	margin:0 auto;
}

#Header #Logo {
	position:absolute;
	top:20px;
}
#Header .header_illust{
	position:absolute;
	top:17px;
	right:130px;
}
#Header .header_contact{
	position:absolute;
	top:0;
	right:0;
}

/*Contents*/
#Content .wrapper {
	padding-top:15px;
}

#Breadcrumbs ul {
	font-size: 80%;
	font-weight: bold;
}
#Breadcrumbs ul li{
	display: inline;
}
#Breadcrumbs ul li a:visited{
	color: #6a3819;
}
#Breadcrumbs ul li a:link {
	color: #e46e26;
}
#Breadcrumbs ul li a:hover {
	color: #cd3135;
	text-decoration:underline;
}

/*Contents*/
#Content .wrapper {
	padding-top:22px;
}

#Breadcrumbs ul {
	font-size: 80%;
	font-weight: bold;
}
#Breadcrumbs ul li{
	display: inline;
	margin-right: 4px;
}
#Breadcrumbs ul li a:visited{
	color: #6a3819;
}
#Breadcrumbs ul li a:link {
	color: #e46e26;
}
#Breadcrumbs ul li a:hover {
	color: #cd3135;
	text-decoration:underline;
}

#Main {
	width:720px;
	float:left;
}

/* Side */
#Side {
	width:260px;
	float:right;
}
#reqlist{
	width:260px;
	height:60px;
	background: url(/tolstatic/images/front/common/bg_reqlist.png) no-repeat;
	overflow: hidden;
/*	text-indent: 100%;*/
/*	white-space: nowrap;*/
	position:fixed;
}
#reqlist .reqlist-inner{
	position:relative;
}

#reqlist a{
	width:260px;
	height:60px;
	display:block;
}
#reqlist span{
	position:absolute;
	top:21px;
	right:43px;
	font-size:18px;
	font-weight:bold;
	color:#ec6c00;
}

.side-contact{
	margin:65px 0 0 0;
	position:fixed;
}
#side-osusume{
	width:260px;
	margin:190px 0 0 0;
}
#side-osusume h2{
	width:260px;
	height:35px;
}
.osusume-article{
	width:250px;
	margin:10px auto 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #999999;
}
.img-sideosusume img{
	float:left;
	width:100px;
	height:85px;
}
.osusume-textarea{
	float:left;
	width:140px;
	height:85px;
	margin:0 0 0 10px;
}
.osusume-textarea h3{
	margin:0;
	font-size:14px;
	color:#58af44;
	line-height:1.5em;
}
.osusume-textarea h3 a{
	font-weight:bold;
	color:#58af44;
}
.osusume-textarea p{
	margin:5px 0 0 0;
	font-size:95%;
	color:#333333;
	line-height:1.3em;
}
.osusume-article .btnarea{
	margin:10px 0 0 0;
	padding:0 3px;
}
.osusume-article .btnarea .side_detailbtn{
	float:left;
	margin:0 8px 0 0;
}
.osusume-article .btnarea .side_listbtn{
	float:left;
	margin:0;
}

#column{
	width:260px;
	margin:30px 0 0 0;
}
#column h2{
	width:260px;
	height:35px;
}
#column .colum_inner{
	margin:10px 0 0 0;
	width:235px;
	height:163px;
	padding:10px;
	background: url(/tolstatic/images/front/common/bg_column.png) no-repeat;
}
#column ul.list-bg{
	margin: 10px 0 0 0;
	padding: 0;
}
#column ul.list-bg li {
	margin: 0;
	padding: 0;
	color:#6c5116;
	font-weight:bold;
}
#column ul.list-bg li a{
	color:#6c5116;
}
#column ul.list-bg { margin-left: 10px; }
#column ul.list-bg li {
	font-size:15px;
	list-style-type: none;
	padding: 4px 10px 4px 14px;
	background-image: url(/tolstatic/images/front/common/column_mark.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#banner ul{
	margin:20px 0 0;
}
#banner ul li{
	margin:5px 0 0;
}
/* ---- side end ---- */

/* Footer */
/*#Footer {
	margin:80px auto 0;
	width:1000px;
}
#Footer .footer-left{
	float:left;
	width:165px;
	margin:0 20px 0 0;
}
#Footer .footer-right{
	float:left;
	width:815px;
}
#Footer-nav {
	margin:5px 0 0 0;
}
#Footer-nav li {
	display:inline-block;
	text-align:left;
	color:#333333;
	padding:0;
	font-size:85%;
}
#Footer-nav a {
	margin-right:2px;
	text-align:left;
	color:#333333;
	text-decoration:none;
}
#Footer-nav a:hover {
	text-decoration:underline;
}
#Copyright {
	margin:10px 0 0 0;
	padding:5px 0;
	text-align:center;
	font-size:85%;
	color:#ffffff;
	background-color:#58af44;
}*/
#footer_menu{
	width:1000px;
	margin:40px auto 0;
}
#footer_menu ul{
	text-align:center;
}
#footer_menu ul li {
	margin: 0;
	padding: 0;
	color:#333333;
	display:inline-block;
	font-size:13px;
}
#footer_menu ul li a{
	color:#333333;
}
#footer_menu ul li a:visited{
	color:#333333;
}
#footer_menu ul li a:active{
	color:#333333;
}
#footer_menu ul {
	margin-left: 12px;
}
#footer_menu ul li {
	list-style-type: none;
	padding: 4px 10px 4px 14px;
	background-image: url(/tolstatic/images/front/lp/index/footer_dot.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#Copyright {
	margin:10px 0 0 0;
	padding:5px 0;
	text-align:center;
	font-size:85%;
	color:#ffffff;
	background-color:#06a32e;
}

/*PAGE-TOP*/
#Page-top{
	position:fixed;
	right:50px;
	bottom:40px;
}
#Page-top a {
	width:88px;
	height:0;
	padding:115px 0 0;
	overflow:hidden;
	background:url(/tolstatic/images/front/common/page_top.png) top center no-repeat;
	display:block ;
}

/* ページナビ */
#Btn-link{
		position:fixed;
		right:0;
		top:62%;
}

div.page {
	padding:3px;
	margin:40px 0 40px 0;
	text-align:center;
}

div.page a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #c1bfbf;

	text-decoration: none;
	color: #68b013;
}
div.page a:hover, div.pagination a:active {
	border:1px solid #85BD1E;
	color: #638425;
	background-color: #F1FFD6;
}
div.page span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 7px;
	border: 1px solid #68b013;
	font-weight: bold;
	background-color: #68b013;
	color: #FFF;
}
div.page span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #c1bfbf;
	color: #85BD1E;
}

/*header*/

#top{
	background-color:#06a32e;
}

#logoarea{
	margin:0 auto;
	padding:5px 0;
	width:1000px;
	height:65px;
	background-color:#06a32e;
}
#logoarea p{
	float:left;
	padding:18px 0 0 5px;
}
#logoarea h1{
	font-size:0.9em;
	font-weight:bold;
	color:#fff;
	float:right;
	margin:7px 5px 0 0;
}
#logoarea h1 span{
	display:block;
	font-size:1em;
	padding:5px 0 3px;;
	background-color:#db2828;
	text-align:center;
	border-radius:30px;
}
#logoarea h1 span a{
	color:#fff;
}
