/***********************************************/
/* tags.css                                    */
/* Use with Takakura Hotel Fukuoka             */
/***********************************************/

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

/************** Initialization tag styles **************/

* {margin:0 ; padding:0;}
*{
	zoom:1;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li{
	margin: 0px;
	padding: 0px;
}

/*dl,dt{
	margin: 0px;
	padding: 0px;
}
*/

h1,h2,h3,h4,h5{
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}


filedset{
	border:none;
}

a img { 
        border: 0; 
}


strong{
	color: #402802;
}

sup {
	font-size: 100%;
}
div.sideMenuFoot {
	margin: 0px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #46266D;
	text-decoration: none;
}

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


img.bnrLeft{
	text-align: center;
	padding: 5px 5px 0px;
}
img.bnrRight{
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	float: right;
	position: relative;
}
img.marginBotom{
	padding-bottom: 5px;
}
img.margin2Botom{
	padding-bottom: 2px;
}

/*
.floatClr {
	clear: both;
	float: none;
}
*/


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
	margin-right: 0.5em;
	margin-left: 0.5em;
}
				
/*select{
	margin-right: 0.5em;
	margin-left: 0.5em;
	font-size: small;
}
*/

input:focus, textarea:focus, select:focus {
	background-color: #FFFFDD!important;
}

/*
input,textarea {
	color: #000000;
	background: #EBEEF2;
	font-size: 1em;
}
*/

input,textarea
   {
	font-size:1em;
	background: #EFEFEF;
}

