@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-family: "Lucida Grande","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 100%;
	font-size: 16px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

/*　menu_start  */


body{  
    margin: 0;  
    padding: 100px 0 0px 0;  
} 
 
* html body{  
    overflow: hidden;  
}   

header#headerarea {  
    position: fixed !important;  
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
    height: 80px;  
    background-color: #fff;  
    color: #fff; 
	padding: 40px 0 0 0px;
}

#menu{
	height: 80px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	box-shadow: 3px 3px 3px #aaa;
}

#menu p {
	width: 312px;
	height: 49px;
	float: left;
	margin-left: 40px;
}

#menu li {
	display:inline-block;
	margin-left: 40px;
}

#menu li a{
	text-decoration: none;
	color: #000;
}

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

.content {
	margin-top: 10px;
}


/*　menu_end  */

/* link */

a:hover {
	opacity: 0.5 ;
}

a {
	transition: 0.6s ;
}

/* link_end */

/* contact お問い合わせページ*/

#wrapper {
	width: 1200px;
	margin: 70px 40px 60px 40px;
	background-color: #FFFFFF;
}

.moji-style {
	font-size: 14.5px;
	font-weight: normal;
	line-height: 26px;
	margin-top: 10px;
}

h2.banner {
	width: 960px;
	height: 80px;
	margin: 30px 0 10px 0;
}

.contact-box table {
    border-collapse: collapse;
    border-top: 1px solid #d3d3d3;
    width: 960px;
    margin-bottom: 40px;
}

.contact-box table th {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #d3d3d3;
	font-size: 13.5px;
    font-weight: bold;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    width: 20%;
}

.contact-box table td {
    border-bottom: 1px solid #d3d3d3;
    padding: 15px 0 15px 20px;
    vertical-align: middle;
    width: 80%;
}

.green {
	color: #639537;
	font-size: 11px;
	font-weight: bold;
}

.green02 {
	color: #639537;
	font-size: 14px;
	font-weight: bold;
}

.moji-style02 {
	font-size: 14px;
	font-weight: nomal;
	line-height: 25px;
	margin-top: 20px;
}

.transmission {
	width: 200px;
	height: 35px;
	margin: 20px 0 80px 0;
}

/* contact_end お問い合わせページ*/

/* footer */

footer#footerarea {
	width: 100%;
	height: 60px;
	border-top: 1px #639537 solid;
	bottom: 0;
	margin-bottom: 0;
	clear: both;
}

#footerarea img{
	width: 220px;
	height: 47px;
	padding: 25px 40px 5px 40px;
}

.copy {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 25px 40px;
}

/* footer_end */


/* about_start */

.aboutcopy {
	width: 531px;
	height: 46px;
	margin: 30px 0 10px 0;
}

.about-block {
	width: 960px;
	height: 350px;
	margin: 60px 0 80px 0;
}

.block {
	width: 91px;
	height: 91px;
	float: left;
	margin-right: 40px;
}

.block02 img{
	width: 825px;
	height: 70px;
	float: right;
}

.block02 h6{
	width: 825px;
	height: 15px;
	float: right;
	padding: 13px 0 15px 0;
	border-bottom: dotted 1px #639537;
	font-size: 12.5px;
	font-weight: normal;
}

.block02 p{
	width: 825px;
	height: 15px;
	float: right;
	padding: 20px 0 10px 0;
	font-weight: normal;
	font-size: 12.5px;
}

.block02 h1{
	width: 825px;
	height: 15px;
	float: right;
	padding: 5px 0;
	font-weight: normal;
	font-size: 12.5px;
}

.about-block02 {
	width: 960px;
	height: 390px;
	margin: 40px 0 60px 0;
}

.block03 {
	width: 829px;
	height: 260px;
	float: left;
	margin-bottom: 20px;
}

.block03 p{
	width: 825px;
	height: 10px;
	float: right;
	margin: 25px 0;
	font-weight: normal;
	line-height: 30px;
	font-size: 15px;
}

.block03 a{
	transition: 0.6s ;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.block03 a:hover {
	color: #639537;
}

.moji-style03 {
	font-size: 14px;
	font-weight: nomal;
	line-height: 28px;
	margin-top: 15px;
}

.green03 {
	color: #639537;
	font-size: 14px;
	font-weight: normal;
}

/* about_end */


/* works_start */

#past-home {
	width: 980px;
	height: 1400px;
	margin-top: 40px;
}

.work01 {
	width: 980px;
	height: 142px;
}

.work01 img{
	width: 225px;
	height: 142px;
}

.work01 li{
	float: left;
	list-style: none;
	margin-right: 20px;
}

.work02 {
	width: 980px;
	height: 70px;
}

.work02 li{
	width: 225px;
	height: 40px;
	float: left;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 20px 50px 0;
	line-height: 140%;
}

.work03 {
	width: 980px;
	height: 70px;
}

.work03 li{
	width: 225px;
	height: 40px;
	float: left;
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 20px 15px 0;
	line-height: 140%;
}

.sizedown {
	font-size: 13px;
	letter-spacing:-1.4px;
	line-height: 200%;
}

.work02 i{
	color: #639537;
}

.work02 a{
	color: #000;
}

.work03 i{
	color: #639537;
}

.work03 a{
	color: #000;
}

.link-font {
	font-size: 13px;
}

.link-font02 {
	font-size: 14px;
}

.home {
	color: #639537;
}

.key {
	font-size: 13.5px;
	font-weight: bold;
	line-height: 250%;
}

#photoby {
	width: 980px;
	height: 20px;
	margin: 30px 0 70px 0;
}

.moji-style04 {
	font-size: 14px;
	font-weight: bold;
	float: right;
	clear:both;
}

/* works_end */

.unt_mrg {
	margin: 0 auto 50px
}



