@charset "utf-8";

/*========================================================================================================
* @name: cyclist　デフォルト
* @file: default.css
* @date: 2012.05.25
* @author: y.koyama
* @comment: サイト全体のベース値を格納
* @attention: リセットファイルとペアで使用すること。elementのレベルの設定のみをいれること。
*========================================================================================================*/

/*=== 1. 文字系　サイズ・色・フォント */
body {
	font-size: 14px;
	color: #000000;
	font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
	position: relative;
}

/*=== 2. アンカー系　色 */

a {color: #007d99;}
a:link {color: #007d99;}
a:visited {color: #007d99;}
a:hover {color: #007d99; text-decoration: underline;}
a:active {color: #007d99;}

/*=== 3. 共通制御スタイル */

/* clearfix */
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	visibility: hidden;
}


/* off left */
.speech{
	position: absolute;
	top: -99999px;	/*--- マイナスで飛ばさない場合、IEでtableのtr内の文字が残る */
	left: -99999px;	/*--- マイナスで飛ばさない場合、IEでtableのtr内の文字が残る */
	overflow: hidden;
	font-size: 0;
	height: 0;
	width: 0;
	padding:0;
	margin:0;
}

/*=== 4. タグ別の基本値 */

ul,ol {
	line-height: 1.4;
}