﻿/* "body", "p", "th", "td" */
body{
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	font-size: 12pt;
	color: #333333;
	line-height: 12pt;
}
p, th, td{ 
	padding: 0px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
	line-height: 12pt;
}

a {text-decoration:none;}

/* Printer Setting */
.printpage  	{color: #0000FF;}
.printpage a 	{cursor: pointer}
a.print 		{display: inline;}
a.print:link	{color: #0000FF}
a.print:visited	{color: #0000FF}
a.print:hover	{color: #0000FF}

/* Link Color */
a:link		    {text-decoration:underline; color: #333399}
a:visited	    {text-decoration:underline; color: #666699}
a:hover		    {text-decoration:underline; color: #EA6A6A}
a.navi:link	    {text-decoration:underline; color: #333399}
a.navi:visited	{text-decoration:underline; color: #666699}
a.navi:hover 	{text-decoration:underline; color: #EA6A6A}

/* Font Family */
.txt01,.txt01w,.txt02,.txt02g,.txt02r,.txt02w,.menu,.title,.item,phrase,h1,h2,h3,h4,input,select,textarea,p,td{
	font-family:"Times New Roman","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka, "MS UI Gothic", Arial, Gothic, sans-serif;
}

/* Txt Small */
.txt01{
    font-size: 75%; 
	line-height: 120%;
}
.txt01w{
	font-size: 75%; 
	line-height: 120%;
	color :#FFFFFF;
}

/* Txt Medium */
.txt02{
	font-size: 84%; 
	line-height: 130%;
} 
.txt02g{
	color: #000000;
}
.txt02r{
	color :#990000;
}
.txt02w{
	color :#FFFFFF;
}

.current{
	color: #555555;
}

.item{
	padding: 0px 3px 0px 3px;
	color: #333333;
	font-size: 14px;
}
.phrase{
	padding: 0px 0px 0px 0px;
	color: #333366;
	font-size: 14px;
	line-height: 150%;
}
.title{
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size: 16px;
	line-height: 120%;
}

/* Menu */
.menu{
	font-size: 12px; 
	line-height: 120%;
}
.sitepolicy{
		font-size: 10px; 
}
.copyright{
		font-size: 12px;
		line-height: 12px;
}

/* Title */
h1{
	font-size: 130%;
	color:#666666;
	line-height: 130%;
}
h2{
	font-size: 120%; 
	color:#666666;
	line-height: 120%;
}
h3{
	font-size: 110%;
	color:#666666;
	font-weight:bold;
	line-height: 130%;
} 
h4{
	font-size: 100%;
	color:#666666;
	line-height: 130%;
}

/* Txt Special */
input, select, textarea{
	font-size: 12px;
}

#navbar{
	width: 735;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	font-size: 12;
}
ul#navbar li{
	width: 147;
	float: left;
	text-align: center;
	boader: 1 solid #CCCCCC;
	background-color: #FFFFFF;
	color: #333333;
}
ul#navbar li a{
	display: block;
	width: 145;
	padding: 1;
	text-decoration: none;
	background-color: #000066;
	color: #FFFFFF;
}
ul#navbar li a:hover{
	background-color: #FF6666;
}