@charset "utf-8";
/* reset */
html {  
    /*overflow-y:scroll; */
} 

body, h1, h2, h3, h4, div, ul, li, dl, dd, dt, p, a, img, br, span, b, embed {
	margin:0;
	padding:0;
}

img { border:none; }

ul, dl {
	list-style-type:none;
	margin:0;
	padding:0;
}

h1, h2, h3, h4 {
	font-weight:normal;
}

h3, h4 {
	font-size:100%;
}

/* 大枠の設定 */
html {  
	height:100%; 
}

body{
	background-color:#FFFFFF;
	color:#000000;
	font-size:80%;
	line-height:1.6;
	height:100%;
}

body,td,th {
	font-family: メイリオ, ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
}

td,th {
	_font-size:80%;
}


#container {
	width: 100%;
    position: relative;
    height: 100%;
    min-height: 100%;
}

body > #container {
    height: auto;
}

#wrapper {
	margin:10px auto 0 auto;
	width:940px;
	padding-bottom: 100px;
}

#main {
	border-left:solid 10px #FFFFFF;
	width:701px;
	_width:710px;
	float:left;
	text-align:left;
}

#right_col {
	border-right:solid 10px #FFFFFF;
	width:200px;
	float:right;
	text-align:left;
}

/* 文字色設定 */
.red { color:#FF0000; }


/*--------------

 リンク色設定

---------------- */

/* デフォルト(グレー) */
a:link{ color:#666666; text-decoration:underline; }
a:visited{ color:#999999; text-decoration:underline; }
a:hover{ color:#666666; text-decoration:none; }
a:active{ color:#66CCCC; text-decoration:underline; }

/* 青 */
a.blue:link{ color:#0000FF; text-decoration:underline; }
a.blue:visited{ color:#663366; text-decoration:underline; }
a.blue:hover{ color:#0000FF; text-decoration:none; }
a.blue:active{ color:#66CCFF; text-decoration:underline; }

/* ブルーグリーン */
a.bgreen:link{ color:#339999; text-decoration:underline; }
a.bgreen:visited{ color:#339999; text-decoration:none; }
a.bgreen:hover{ color:#339999; text-decoration:none; }
a.bgreen:active{ color:#339999F; text-decoration:underline; }

/* サイトマップ・レコメンとは・お客様の声用(濃グレー×緑) */
a.ggreen:link{ color:#333333; text-decoration:underline; }
a.ggreen:visited{ color:#339999; text-decoration:none; }
a.ggreen:hover{ color:#333333; text-decoration:none; }
a.ggreen:active{ color:#333333; text-decoration:underline; }

/* 導入実績用(緑) */
a.green:link{ color:#009966; text-decoration:underline; }
a.green:visited{ color:#009966; text-decoration:none; }
a.green:hover{ color:#009966; text-decoration:none; }
a.green:active{ color:#009966; text-decoration:underline; }




/* フロートクリア用 */
.clear_fix {
	clear:both;
	font-size:0;
	height:1px;
}

.c_both { clear:both;}

