/* =========================================================
Base style
========================================================= */
body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #076ab6;
	line-height: 160%;
	text-align: center;
	margin:0;
	padding:0;
	min-width: 600px;
}

/* for IE */
* html body {
    font-size: 12px;
}

*:first-child+html body {
    font-size: 12px;
}
/* for IE end */

a {
    text-decoration: none;
} 

a:link,
a:active {
    color: #076ab6;
} 

a:visited {
    color: #076ab6;
} 

a:hover {
    color: #275070;
}

img,object,embed {
    vertical-align: bottom;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,textarea,blockquote {
    margin:0;
    padding:0;
}

fieldset,img {
    border: 0;
}

ul,ol,li {
    list-style: none;
}

caption,th {
    text-align: left;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color:#000;
    border: 0;
}

div.clearfix:after {
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0;  
	clear: both;
}

h1,h2 {
		display:none;
}

#page {
		background-color: #ffffff;
}

p.text {
		text-align: left;
		margin: 12px 80px 12px 80px;
}

p.dtl_text {
		text-align: left;
		margin: 12px 160px 12px 160px;
		min-width: 400px;
}

div#right_btn {
		text-align: right;
		padding: 30px 80px 30px 0;
}

p#footer {
		line-height: 250%;
		color: #ffffff;
		background-repeat: repeat-x;
		padding: 10px 15px 30px 15px;
}

p#footer a {
		color:#ffffff;
		font-weight: bold;
		font-size: 110%
}
