/*-----------------------------------------
本間印鋪：CSS
2008.12.21 update

SOLU MEDIAGE inc. /// Tawarayama
-----------------------------------------*/

@import url("default.css");

/*@charset "Shift-jis";

/*charsetが後なのは、Safariでimportを読まないバグを回避させるため*/

/*
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	|
*/


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

	基本レイアウト

=============================================*/
html {
	overflow:auto;
}

body {
	background: #000;
	margin: 0;
	padding: 0;
	color: #ccc;
}
object, embed {
	margin:0;
}
.clearing {
	width: 100%;
	height: 0;
	clear: both;
}
a:link, a:visited {
	color: #444444;
	text-decoration: underline;
}
a:hover, a:active {
	color: #999999;
	text-decoration: none;
}
img {
	border: 0;
}
h1 {
	font-family: serif;
}
h2 {
}
h3 {
}
h4 {
}
p {
	font-size: 93%;
}

/*--------------------------------
contact
---------------------------------*/

#cont_contact {
	background: #000 url(../img/bg_contact.gif) no-repeat left top;
	padding: 105px 0 0 105px;
}


