@charset "utf-8";

/*************************************************************
		Base
**************************************************************/
html {
	overflow-y: scroll;
}
* {
	font-size: 100%;
}
body {
	color: #444444;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	font-size: 75%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:   url(../images/common/head_background_a.gif) repeat-x center top;
	text-align: left;
	/*\*/
	letter-spacing: 0.03em;
	/**/
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, span {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: bottom;
}
/*-- ClearFix --*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*************************************************************
		CONTENT
**************************************************************/
body#temporary #content {
	width: 750px;
	min-height: 410px;
	height auto !important;
	height: 410px;
	margin: 50px auto 0 auto;
	padding: 0;
	background: url(../images/contact/image_temporary.jpg) no-repeat right top;
}

body#temporary #content h1 {
	margin: 0;
	padding: 120px 0 5px 0;
	font-size: 125%;
	line-height: 1.4;
	font-weight: bold;
}

body#temporary #content p {
	margin: 0 0 40px 0;
	padding: 0;
	font-size: 125%;
}
body#temporary #content ul li {
	list-style: none;
	font-size: 110%;
	font-weight: bold;
	color: #505050;
	line-height: 1.5;
}

body#temporary #content ul li a:link    { color: #505050; text-decoration: underline; }
body#temporary #content ul li a:visited { color: #505050; text-decoration: underline; }
body#temporary #content ul li a:hover   { color: #0066cc; text-decoration: none; }
body#temporary #content ul li a:active  { color: #0066cc; text-decoration: none; }








