﻿/*** furuya style.css ***/

@charset 'UTF-8';

/********** ボディ部 **********/

body
{
	color: #666666;
	font-size: 16px;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka','Arial',sans-serif;
	line-height: 1.4;
　　background-color: #ffffff;
	margin: 5px 10px 5px 10px;
	padding: 5px 10px 5px 10px;
}

/********** リンク **********/

A {text-decoration: none;}

A:link {color: #6688CC;}
A:visited {color: #6688AA;}
A:hover {color: #FF4488;}
A:active {color: #FF4444;}

/********** 罫線 **********/

hr.line_1
{
	height: 1px;
	color: #ccddee;
    background-color: #ccddee;
    border: 0 none; 
}

/********** テーブル **********/

table.body_1
{
	width: 60%;
	border: 0px #ffffff solid;
	margin: 5px 0px;
}

td.title_1
{
	white-space: nowrap;
	margin: 2px 0px;
	padding: 4px 0px 0px;
	vertical-align: middle;
	text-align: center;
}

/********** 共通フォント **********/

h1
{
	color: #000000;
	font-weight: normal;
	font-size: 13pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	display: inline;
	line-height: 1.4;
}

h2
{
	color: #000000;
	font-weight: normal;
	font-size: 12pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
	line-height: 1.4;
}

.small_font_1
{
	color: #666666;
	font-size: 10pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka','Arial',sans-serif;
	line-height: 1.4;
}

.small_font_2
{
	color: #666666;
	font-size: 8pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka','Arial',sans-serif;
	line-height: 1.4;
}

