@charset "shift_jis";

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

 File name:      default.css
 Author:         Your Name
 Style info:     デフォルトスタイルのリセット・基本設定
 
 ================================================*/ 

/* ==================== クロスブラウザ設定 ==================== */

body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

.clearfix:after { content: ""; display: block; clear: both; }

.clearfix { display: inline-table; }

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
----------------------------------------------------
	Reset
----------------------------------------------------
*/

html {
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

input, textarea {
	font-size: 100%;

}

img,abbr,acronym,fieldset {
	border: 0;
	margin: 0;
	padding: 0;

}

li {
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
}

p {
	line-height: 1.5;
}

a img {
    border-style:none;
}

.R {
	float: right;
}


/*----------------------------------------------------
	Font
----------------------------------------------------*/

body {
 font-size: 12px;
}

/* for IE6 */
* html body {
 font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
 font-size: 75%;
 
}


strong {
	font-size: 114%;
	color: #000000;
}
small {
 font-size: 92%;
}

.red {
	color: #FF3366;
}

.required {
	color: #FF3366;
}

/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #3485AE;
}

a:visited {
	text-decoration: none;
	color: #3485AE;
}

a:hover {
	text-decoration: none;
	color: #86B6CF;
}

a:active {
	text-decoration: none;
	color: #86B6CF;
}


/*----------------------------------------------------
	Link  フッター　FSサービス紹介
----------------------------------------------------*/

#fsService a:link {
	text-decoration: none;
	color: #454545;
}

#fsService a:visited {
	text-decoration: none;
	color: #454545;
}

#fsService a:hover {
	text-decoration: none;
	color: #999;
}

#fsService a:active {
	text-decoration: none;
	color: #999;
}
