/* CSS Document */

@import "layout.css";
@import "home.css";
@import "works.css";
@import "mediabox.css";

body {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}
body div {
	text-align: left;
	margin: 0 auto;
}

* {
	margin: 0px;
	padding: 0px;
}
img {
	border:none;
}


/* txt */
a {
	text-decoration: none;
	}

a:link,img {
	color: #8A713E;
	border:none;
	}

a:visited,img {
	color: #8A713E;
	border:none;
	}

a:active,img {
	color: #8A713E;
	border:none;
	}

a:hover {
	color: #846645;
	text-decoration: underline;
	}
.fs10 {
	font-size: 65%;
	line-height: 140%;
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
}
.fsdown {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
}
.normal {
	font-weight: normal;
}


/* common */
h1 {
	font-size: 120%;
	line-height: 140%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	list-style-type: none;
}

hr {
	color: #CCCCCC;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}


/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
