﻿@charset "utf-8";
/*  
Theme Name: Kumashiro Kensetsu Website Theme
Theme URI: http://www.kumashiro.co.jp/
Description: 神稲建設株式会社テーマ
Version: 1.0
Author: web design center
Author URI: http://web-dc.net/
*/

/* 堀越用CSS読み込み */
@import url(k_honsya_style02.css);

/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: Meiryo;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	}
	
h1, h2, h3, h4, p {
	font-family: Meiryo;
	margin: 0px;
	padding: 0px;
	}	
	
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	}

hr {
	display: none;
	}

/* 疑似クラス 基本 */

a:link {
	color: #000000;
	}
a:visited {
	color: #000000;
	}	
a:hover {
	color: #3366cc;
	}
