@charset "UTF-8";
/*　メインレイアウト用　*/

html {
	height: 100%;
	text-align: center;
}

body{
	background:#e8ece9;
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	line-height: 140%;
}

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

img{
	border: none;
}

.bold{
	color: #336699;
	font-weight: bold;
}

/* h2 decoration */
/*　========================　*/
h2{
	clear: both;
	color: #CCCC66;
	width: 560px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	margin: 0px;
}

.t-info{
	background: url(/image/custom/title-info.jpg) no-repeat;
}

.t-navi{
	background: url(/image/custom/title-navi.jpg) no-repeat;
	margin-top: 10px;
}

.t-img-list{
	background: url(/image/custom/title-img.jpg) no-repeat;
	margin-top: 20px;
}

.t-new-entry{
	background: url(/image/custom/title-new.jpg) no-repeat;
}
/*　========================　*/

th {
	font-size: 12px;
}

td {
	font-size: 12px;
}

/* default link */
/*　========================　*/
/*
a{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #000000;
}

a:hover{
	color: #336699;
	text-decoration:underline;
}
*/
/*　========================　*/


#wrapper{
	background:url(/image/custom/back.jpg) repeat-y;
	margin: 0px auto;
	width: 820px;
}


/*　top-menu */
/*　========================　*/
#top-menu{
	text-align: right;
	height: 18px;
	font-size: 11px;
}

#top-menu ul{
	height: 18px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 1em;
}

#top-menu li{
	float: right;
	list-style: none;
	background:url(/image/custom/mark-gr.jpg) no-repeat;
	height: 18px;
	padding-right: 1em;
	padding-left: 20px;
}
/*　========================　*/


.header{
	margin: 0px 10px;
	text-align: right;
	width: 800px;
}


/*　search form */
/*　========================　*/
#search{
	width: 800px;
	white-space: nowrap;
	padding-top: 120px;
}

#search form{
	margin: 0px;
	padding: 10px 15px 10px 20px;
	background-color: #FFFFFF;
	width: 520px;
	float: right;
}
/*　========================　*/


/*　left column　 */
/*　========================　*/
#menu{
	float: left;
	width: 200px;
	margin: 0px 0px 0px 30px;
	_margin-left: 15px;
	text-align: center;
}

#menu .section{
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0.8em 0;
	padding: 5px 0 0.8em 0;
}

#menu .section td {
	font-size: 12px;
}

#menu .section th {
	font-size: 12px;
}

#menu .section ul {
	margin: 5px 10px 5px 40px;
	padding: 0;
}

#menu .section ul li {
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#menu .section p {
	margin: 0;
	padding: 0;
}


#menu .section p img {
	border: 0px none;
	margin: 0;
	padding: 0;
}

#side-menu ul{
	margin: 0px;
	padding-left: 10px;
	_padding-right: 10px;
	text-align: left;
	width: 180px;
}

#side-menu li{
	list-style: none;
	background:url(/image/custom/mark-bl.jpg) no-repeat left center;
	padding-left: 2em;
	padding-top: 6px;
	height: 24px;
	border-bottom: 1px dashed #cccccc;
}

#side-menu li.enquete{
	background:url(/image/custom/mark-bl2.jpg) no-repeat left center;
	height: 36px;
}

#side-menu li a{
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

#side-menu li.enquete a{
	color: #ff9900;
}

#side-menu li a:visited{
	color: #336699;
}

#side-menu li.enquete a:visited{
	color: #ff9900;
}

#side-menu li a:hover{
	color: #666666;
	text-decoration:underline;
}

#side-menu li.enquete a:hover{
	color: #666666;
	text-decoration:underline;
}

#menu img{
	margin-top: 8px;
}

#side-menu2 {
	text-align: center;
	width: 180px;
	margin: 0px auto;
}

.side-back{
/*	width: 180px;
	margin-left: 10px;
	_margin-left: 5px; */
	border: 1px solid #999999;
	text-align: center;
}

.side-back table{
	margin: auto;
}

.side-back caption{
	margin: auto;
	font-size: 12px;
}
/*　========================　*/


/*　right column　 */
/*　========================　*/
#contents{
	float: right;
	width: 560px;
	margin-right: 25px;
	_margin-right: 15px;
	text-align: left;
}

.to-list{
	clear: both;
	float: right;
	height: 20px;
	background:url(/image/custom/mark-gr.jpg) no-repeat left center;
	padding-left: 24px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.category{
	width: 550px;
	border-bottom: 1px dashed #CCCCCC;
	margin-left: 10px;
}

.category ul{
	margin: 10px 0px 4px 4px;
	padding: 0px;
}

.category li{
	display: inline;
	list-style: none;
	background: url(/image/custom/mark-gr.jpg) no-repeat;
	padding-left: 20px;
	padding-right: 6px;
}

.category a{
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

.category a:visited{
	color: #336699;
}

.category a:hover{
	color: #666666;
	text-decoration:underline;
}


#info {
	width: 550px;
	margin-left: 10px;
}

#info table{
	width: 550px;
	margin-top: 10px;
	text-align: right;
}

#info table th{
	text-align: left;
	background: url(/image/custom/mark-ye.jpg) no-repeat left center;
	padding-left: 2em;
	padding-top: 6px;
	font-size: 12px;
}

#info table td{
	white-space: nowrap;
	padding-left: 1em;
	padding-top: 6px;
	height: 20px;
	font-size: 12px;
}


#navi p, #navi table{
	width: 520px;
	margin: 10px auto;
	_margin-left:10px;
}

#navi img{
	margin: 0px 30px 0px 0px;
}

#navi table th {
	background: url(/image/custom/mark-ye.jpg) no-repeat left center;
	padding-left: 24px;
	padding-right: 1em;
	font-size: 12px;
}


#navi table td {
	text-align: right;
	font-size: 12px;
}

.image-unit{
	float: left;
	width: 110px;
	height: 120px;
	padding-top: 4px;
	margin: 20px 14px 30px;
	_margin: 20px 10px 30px;
	background: url(/image/custom/photo.jpg) no-repeat;
	text-align: center;
}

.image-unit img{
	border: 2px solid #FFFFFF;
}


#new-entry {
	width: 550px;
	margin-left: 10px;
	border-bottom: 1px dashed  #cccccc;
}

#new-entry dl {
	margin: 20px 0px 16px 0px;
}

#new-entry dt {
	float: left;
	background: url(/image/custom/mark-ye.jpg) no-repeat;
	padding-left: 2em;
}

#new-entry dd {
	margin-bottom: 8px;
	margin-left: 9em;
}

#new-entry a, #info a{
	color: #999933;
	text-decoration: none;
	font-weight: bold;
}

#new-entry a:visited, #info a:visited{
	color: #999933;
}

#new-entry a:hover, #info a:hover{
	color: #666666;
	text-decoration:underline;
}

/*　========================　*/


/*　footer　*/
/*　========================　*/
#footer{
	clear: both;
	margin: 0px 10px;
	width: 800px;
	font-size: 10px;
}

#footer ul {
	margin: 0px;
}

#footer li {
	display:inline;
	list-style-type:none;
	margin-right: 1em;
	padding-left: 1em;
	border-left:1px solid #999999;
}

#footer li.toplink {
	border-left:0;
	padding-left:0;
}

#footer li a{
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

#footer li a:visited{
	color: #000000;
}

#footer li a:hover{
	color: #336699;
	text-decoration:underline;
}

#copyright{
	height: 18px;
	background:url(/image/custom/footer.jpg) no-repeat;
	color: #FFFFFF;
}
/*　========================　*/


#category_list{
	background-color: #FFFFFF;
	border: 5px solid #E2E797;
	padding: 5px 0px 5px 5px;
	margin: 5px 0px;
	width: 545px;
}

#listup table {
	margin:auto;
	text-align:left;
	width:540px;
}

#listup th {
	height:80px;
	margin:auto;
	padding-top:5px;
	text-align:center;
	vertical-align:top;
	width:80px;
	font-size: 12px;
}

#listup td {
	padding:2px 2px 2px 10px;
	font-size: 12px;
}

#listup a {
	color:#336699;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding-bottom:3px;
	padding-left:0px;
	text-decoration:none;
}

#listup a:visited {
	color:#336699;
}

#listup a:hover {
	color:#FF6600;
	text-decoration:underline;
}

.list-category {
font-size:10px;
text-align:right;
}

#list-com {
	border-top: 2px dotted #999999;
	font-size: 10px;
	margin: auto auto 15px;
	text-align: right;
	width: 540px;
}

.blog_category {
	color: #336699;
}

#poewred {
	text-align: right;
	font-size:10px;
}

#poewred a {
	font-weight:normal;
	text-decoration: underline;
}

.clear{
	clear: both;
	font-size: 1px;
}


/*　問い合わせフォーム用　*/
.inq1 {
	width:560px;
	text-align:left;
	margin: 0px;
	float:right;
}

.inq1 h1 {
	color:         #000000;
	border-color: #6ABC58;
	border-style: solid;
	border-width: 5px 0px 5px 0px;
	margin:0px auto 10px auto;
  text-align: left;
	padding:10px;
	font-size:20px;
}

.inq1 h2 {
	color: #FF9933;
	border-color: #6ABC58;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
/*	border: 1px solid ; */
	text-align: center;
	margin-bottom:5px;
	padding:10px 0px;
	font-size:16px;
}

.inq1 h2 .komoji{
	font-size:12px;
	letter-spacing: 0px;
}

.inq1 table {
	width:560px;
	border:0px solid;
	background-color: #6699FF;
	border-collapse: collapse;
	font-size: 12px;
}

.inq1 table th{
	background-color: #6ABC58;
	color:            #FFFFFF;
	padding:5px 2px 5px 5px;
	border:2px solid #ffffff;
	width:170px;
  text-align: left;
}

.inq1 table td{
	background-color:#d9f4b1;
	padding:5px;
	border:2px solid #ffffff;
	width:420px;
}

.inq1 form{
	display: inline;
	text-align : left;
}

.inq2 h1 {
	border-color: #6CD0EA;
	font-size:16px;
}

.inq2 h2 {
	border-color: #6CD0EA;
}

.inq2 table th{
	background-color: #6CD0EA;
}

.inq2 table td{
	background-color:#E9F9FF;
}

#hissu_mark {
	color: #000000;
	font-weight: normal;
}

#hissu_mark2 {
	color: #0000ff;
	font-weight: bold;
}

.setumei {
	margin-top: 5px;
}

.kanryou{
	margin: 0px 0px 0px 95px;
}

.clear{
	clear: both;
}

.name{
	width: 300px;
}

.zipcode{
	width: 100px;
}

.add{
	width: 300px;
	height: 40px;
}

.mail{
	width: 250px;
}

.tel{
	width: 130px;
}

.naiyou{
	width: 375px;
	height: 200px;
}

.other{
	width: 200px;
}

.checkbox ul{
	margin: 5px 0px 0px;
	padding: 0px;
}

.checkbox ul{
	clear: right;
	float: left;
	width:415px;
}

.checkbox li{
	display: inline;
	float: left;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	white-space: nowrap;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.inq1 .frm_botan {
	text-align:center;
}

.inq1 .form_end_link{
	text-align: right;
	margin-bottom: 100px;
}

#portal_free {
	width: 550px;
	margin-left: 10px;
	margin-bottom: 15px;
}

.calender_title{
	margin-bottom:
	5px; font-weight: bold;
}