/*====================================================
	base
====================================================*/

body {
	text-align: center;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
	background-color: #666;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat;
}
a:link{
	color: #333;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #F90;
	text-decoration: underline;
}
a:active{
	color: #F90;
}

p, div, ul, li ,dt, dd, dl, th, td, h1, h2, h3, h4, img{
	font-size: 1em;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	color: #333;
	text-align: left;
	font-weight: normal;
	
}
h1,h2{
	clear: both;

}
h2{
	font-size: 1.5em;
	margin-bottom: 7px;
}
h3{
	color: #F90;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left{
	float:left;
	margin-right:10px;
}

.clear {
	zoom: 100%;
}

.clear:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#wrap {
	width: 800px;
	margin: 0px auto;
	background-color: #FFF;
	border-top: 20px solid #333;
	border-right: 2px solid #666;
	border-left: 2px solid #666;
}

/*====================================================
	header
====================================================*/

#head {
	height: 94px;
	background-image: url(../img/head_bg.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
	width: 800px;
}
#head .logo {
	float: left;
	margin-top: 22px;
	margin-left: 30px;
	display: inline;
}
}
#head .menu {
	float: right;
	width: 415px;
	height: 90px;
}
#head .menu ul {
	float: right;
	list-style: none;
	margin-top: 29px;
	margin-right: 10px;
}
#head .menu ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 5px 16px;
}
#head .menu ul .last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#head .menu ul li .thisPage {
	color: #F90;
}


#caption {
	height: 273px;
	background-image: url(../img/gnavi_bg.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
}
#Home #caption {
	background: url(../img/top_bg_main.jpg) no-repeat;
		background-position: 10px top;
		height: 273px;
}
#About #caption {
	background: url(../img/about_bg_main.jpg) no-repeat;
		background-position: 10px top;
		height: 273px;
}
#Contact #caption {
	background: url(../img/contact_bg_main.jpg) no-repeat;
		background-position: 10px top;
		height: 273px;
}
#Service #caption {
	background: url(../img/service_bg_main.jpg) no-repeat;
		background-position: 10px top;
		height: 273px;
}
#caption .gnavi {
	width: 210px;
	height: 250px;
	float: left;
}
#caption .gnavi ul {
	margin-top: 15px;
	margin-left: 13px;
}
#caption .gnavi ul li {
	list-style: none;
}
#caption .gnavi ul li a {
	height: 51px;
	width: 186px;
	display: block;
	font-weight: bold;
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 3.8em;
	text-align: left;
	padding-left: 50px;
}
#caption .gnavi ul li a:hover {
	text-decoration: none;
	background-image: url(../img/navi_ov.jpg);
}
#caption .gnavi ul li .thisPage {
	text-decoration: none;
	background-image: url(../img/navi_ov.jpg);
	color: #F90;
}




#content {
	width: 800px;
	padding-top: 20px;
	margin-bottom: 0px;
}

/*====================================================
	main home
====================================================*/

#main {
	width: 500px;
	float: left;
}
#main .home {
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#main .home h2 {
}

#main .home .box01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#main .home .box01 img  {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
}

#main .home .box01 h3 {
	margin-bottom: 3px;
}

#main .home .box01 h3 a {
	font-size: 1.2em;
	color: #F90;
}
#main .home .box01 h3 a:hover {
	color: #F90;
}
#main .home .box02 {
	width: 220px;
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
}
#main .home .box02 a img {
	border: 1px solid #CCC;
}
#main .home .box02 a:hover img {
	border: 1px solid #A4D201;
}


#main .home .box02.last {
	margin-right: 0px;
}
#main .home .box02 h3 {
	margin-top: 8px;
}

#main .home .box02 h3 a{
	font-size: 1.2em;
	color: #F90;
}
#main .home .box02 h3 a:hover {
	color: #F90;
}
#main .home p.service {
	clear: both;
	border-style: none;
	margin: 10px 0px 25px;
	padding: 0px;
}
#main .home img.photo {
	margin-right: 12px;
}



/*====================================================
	main service
====================================================*/

#main .service {
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

#main .service p.catch {
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.5;
	font-size: 1.2em;
}

#main .service .box01 h2,#main .about h2, #main .contact h2 {
	background-image: url(../img/title_bg.jpg);
	background-repeat: repeat-x;
	height: auto;
	color: #FFF;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 3px;
	background-position: left center;
	padding-bottom: 3px;
	margin-bottom: 20px;
	font-size: 1.4em;
	border-top: 1px solid #F90;
	border-right: 1px solid #F90;
	border-bottom: 1px solid #F90;
	border-left: 5px solid #FC0;
}
#main .service .box02 {
	width: 459px;
	margin-bottom: 20px;
	float: right;
}
#main .service .box02 img {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
#main .service .box02 h3 {
	font-size: 1.4em;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FC0;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 12px;
}
#main .service .box02 p {
	font-size: 1.1em;
	color: #333;
	margin-left: 12px;
}
#main .service .box01 h2 {
	margin-bottom: 15px;
}

/*====================================================
	main about
====================================================*/

#main .about {
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#main .about h2 {
	margin-bottom: 15px;
}
#main .about .box01 p {
	line-height: 170%;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
#main .about .box01 p .right {
	text-align: right;
}
#main table{
	font-size:1em;
}
#main .about .Aboutus {
	width: 459px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F90;
	border-collapse:collapse;
	margin-bottom: 25px;
}
#main .about .Aboutus th {
	text-align: left;
	padding: 5px 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
	width: 100px;
}
#main .about .Aboutus td{
	padding: 5px 15px;
	border-bottom: 1px dotted #F90;
}
#main tr.odd  {
	background-color: #FFF9DD;
}

/*====================================================
	main contact
====================================================*/

#main .contact {
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#main .contact dl {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}


#main .contact dl dt {
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
}
#main .contact dl dd {
	margin-bottom: 10px;
	line-height: 1.5;
}
#main .contact table {
	border-collapse:collapse;
	width: 459px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F90;
}
#main .contact table th {
	width: 130px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
	color: #333;
	padding: 5px 15px 5px 10px;
	text-align: left;
}
#main .contact table th strong {
	font-size: 0.9em;
	color: #F60;
}
#main .contact table td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
}
#main .contact .Submit {
	text-align: center;
	margin-bottom: 20px;
}

/*====================================================
	main side
====================================================*/

#side {
	float: right;
	width: 300px;
}
#side .news {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
#side .news .box01 .left {
	border: 1px solid #CCC;
}

#side .news .box01 dl dt {
	font-weight: bold;
	color: #F90;
}

#side .news .box01 {
	width: 260px;
	float: left;
	margin-bottom: 20px;
}
#side .news .box01.end {
	margin-bottom: 0px;
}

#side .box02 {
	clear: left;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-right: 20px;
	margin-left: 20px;
}
#side .box02 h3 {
	margin-bottom: 3px;
	color: #F90;
}
#side .box02 address {
	font-style: normal;
}

/*====================================================
	main footer
====================================================*/

#footer {
	clear: both;
	width: 800px;
}
#footer .wrap {
	background: #333;
}

#footer .navi {
	width: 500px;
	background-color: #F90;
	float: left;
	padding-bottom: 20px;
}
#footer .navi ul {
	margin-left: 60px;
}
#footer .navi ul li {
	list-style: none;
	float: left;
	margin-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 30px;
	margin-top: 17px;
}
#footer .navi ul .last {
	border-right-style: none;
	margin: 17px 0px 0px;
	padding: 0px;
}

#footer .navi ul li a {
	color: #FFF;
}
#footer .right {
	float: right;
	width: 300px;
}

#footer .right p {
	color: #FFF;
	margin-top: 10px;
	margin-left: 50px;
}
#footer .right p a {
	color: #FFF;
	text-decoration: underline;
}
#footer .right p a:hover {
	text-decoration: none;
}
#footer p.copy {
	color: #FFF;
	background: #666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: none;
}


a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}

.button {
	text-align: center;
}
.button input {
	text-align: center;
}
p.messe {
	text-align: center;
	margin-bottom: 10px;

}

.formphp {
	margin-top: 30px;
	text-align: center;
}
.formphp p.messe01 {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
}
.formphp .messe02 {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.formphp .link a {
	text-decoration: underline;
	text-align: center;
	display: block;
}
.formphp .link a:hover {
	text-decoration: none;
}
.error {
	text-align: center;
}
.error p {
	font-size: 1.2em;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.error span {
	color: #C00;
	margin-bottom: 5px;
}
.error input {
	text-align: center;
}
#feed {
	padding-bottom: 10px;
}

#feed .feedEntry {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
#feed h3 {
	font-size: 1.1em;
	font-weight: bold;
}
#feed h3 a:link {
	text-decoration: underline;
}
#feed h3 a:visited {
	text-decoration: underline;
}
#feed h3 a:hover {
}
#feed h3 a:active {
}
#feed .feedDate {
	margin-bottom: 5px;
	font-size: 0.9em;
}
#feed .feedImage {
	width:70px;
	height:70px;
	overflow:hidden;
	display: block;
	float: left;
}
#feed .feedImage a {

}
#feed .feedImage img {
	height:70px;
	z-index:70;
	top:-80px;
	left:-80px;
}
#feed .feedText {
	display: block;
	padding-left: 10px;
	float: right;
	width: 180px;
}

#feed .feedContent {
	

}
