/***********************************************/
/* base.css                                    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka";
	padding: 0px;
	margin: 0px;
}

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

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

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

a:hover {
	color: #330000;
	text-decoration: underline;
}

/***********************************************/
/* style　　　                                 */
/***********************************************/ 

.style1 {
	line-height: 1.5;
	font-size: small;
}

.style2 {
	line-height: 1.2;
	font-size: small;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 4px;
}

.style3 {
	float:left;
	margin-bottom:0.3em;
	margin-right: 0.5em;
}

.style4 {
	line-height: 1.2;
	font-size: x-small;
	background-color: #CCCCCC;
}

.style5 {
	color: #FF3300;
}

