@charset 'utf-8';
@import url("decoration.css");
@import url("syaken.css");
@import url("service.css");
@import url("staff.css");
@import url("campaign.css");
@import url("guide.css");
@import url("blog.css");
@import url("yoyaku.css");
@import url("ryoukin.css");

* {
	margin		: 0;
	padding		: 0;
}


body {
	font:13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	color:#333;
	margin:0;
	padding:0;
	text-align:center;
}


a { outline:0; color:#1573B8; text-decoration:none; }
a:hover { color: #0C44AB; text-decoration:none; }

a img {
	border		: none;
}
/* ==firefoxŃNGA[܂őIĂ܂ۂ̂܂Ȃ== */

/*\*/ a { overflow: hidden;}/**/
/* ========== base layout ========== */

#wrap {
	width		: 900px;
	text-align	: left;
	margin		: 0 auto;
}

#header {
	margin-bottom	: 2px;
}


#sign {
	width		: 400px;
	float		: right;
}

#navi {
	clear		: both;
	margin-bottom	: 5px;
}

#main {
	height		: 1%;
	margin-top	: 10px;
	margin-bottom	: 10px;
}

#main:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

#leftcol {
	width		: 180px;
	float		: left;
	margin-right	: 10px;
}

#localnavi {
	margin-bottom	: 10px;
}

#maincol {
	width		: 710px;
	float		: left;
}

/* footer
======================================== */
#footer {
	text-align:center;
	margin-top:5px;
	clear:both;
	text-align	: center;
	padding-bottom	: 2px;
	border-top	: 2px solid #1830c8;
}


/* footer menu
------------------------------------------------------------------------------- */
#ftnav {
	margin:10px auto;
	text-align:center;
}
#ftnav li {
	background: url(../img/ui.gif) left no-repeat;
	padding-left:15px;
	margin-right:25px;
	display:inline;
 }

/* ========== common decoration ========== */

.red {
	color		: #F00;
}

.orange {
	color		: #F60;
}

.yellow {
	color		: #FF0;
}

.green {
	color		: #0F0;
}

.blue {
	color		: #00F;
}

.black {
	color		: #000;
}

.white {
	color		: #FFF;
}

.bold {
	font-weight	: bold;
}

.italic {
	font-style	: italic;
}

.xx-small {
	font-size	: 40%;
}

.x-small {
	font-size	: 60%;
}

.small {
	font-size	: 80%;
}

.large {
	font-size	: 120%;
}

.x-large {
	font-size	: 140%;
}

.xx-large {
	font-size	: 160%;
}


