﻿@charset 'UTF-8';

/*** oohara style.css ***/

/********** ボディ部 **********/

body
{
	color: #777777;
	font-size: 12pt;
	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: #445599;}
A:visited {color: #445599;}
A:hover {color: #FF0080;}
A:active {color: #FF0080;}

/********** 罫線 **********/

hr.line_1
{
	height: 1px;
	color: #667788;
    background-color: #667788;
    border: 0 none; 
}

/********** テーブル **********/

table.title_1
{
	width: 100%;
	border: 1px #667788 solid;
	background-color: #ffffff;
	margin: 5px 0px;
	vertical-align: middle;
}

td.title_1
{
	white-space: nowrap;
	margin: 5px 0px;
	padding: 5px 10px;
	text-align: center;
	vertical-align: top;
}

table.headline_1
{
	width: 100%;
	border: 1px #ccbbaa solid;
	background-color: #ffffcc;
	margin: 5px 0px;
	vertical-align: middle;
}

/********** 共通フォント **********/

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;
}

.title_font_1
{
	color: #000000;
	font-size: 13pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka','Arial',sans-serif;
	line-height: 1.4;
}

.title_font_2
{
	color: #000000;
	font-size: 13pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka','Arial',sans-serif;
	line-height: 1.4;
}

.midashi_font_1
{
	color: #000000;
	font-size: 32pt;
	font-family: 'ＭＳ Ｐ明朝','平成明朝','Times New Roman','Times',serif;
	line-height: 1.4;
}

.small_font_1
{
	color: #999999;
	font-size: 10pt;
	font-family: 'MS UI Gothic','ヒラギノ角ゴ Pro W3','Osaka','Arial',sans-serif;
	line-height: 1.4;
}

