@charset "shift_jis";
/*
=========================================

定義

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

/* import
---------------------------------------------------------------------------- */
@import "default.css";


/* body
---------------------------------------------------------------------------- */
html {
	overflow-y: scroll;/*  */
}
body {
	text-align: center;
	/*background: url(../img/common/back.gif) repeat-x;*/
	color: #333333;
	font-size: 85%;
}

/* リンク色
---------------------------------------------------------------------------- */
a:link {
	color: #1f6cc3;
	text-decoration: underline;
}
a:visited {
	color: #1f6cc3;
	text-decoration: underline;
}
a:hover {
	color: #f2b425;
	text-decoration: underline;
}


/* clearfix
---------------------------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hidex from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.clear {
	clear: both; font-size: 0px; line-height: 0; zoom: 1; height: 0px;
}

