/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}
body {font-family:Arial, Helvetica, sans-serif;font-size:100%;color:#000;background:#f8f8f8}
.ic {border:0;float:right;background:#fff;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}

#page3 {/*min-width:1034px;*/}

.main {
	font-size:13px;
	line-height:25px;
} 

a {color:#f00058; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:18px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px !important;}
.p3 {margin-bottom:30px !important;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.it {font-style:italic;}

.color-1 {color:#f00058;}
.color-2 {color:#7c7c7c;}

.img-border1 {
	float:left;
	padding:3px;
	background:#fff;
	border:1px solid #e5e5e5;
}

/*********************************boxes**********************************/
.indent {padding:0 15px;}
.indent-top {padding-top:5px;}
.indent-left {padding-left:45px;}
.indent-right {padding-right:50px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:18px;}
.indent-bot3 {margin-bottom:45px;}

.prev-indent-bot {margin-bottom:10px;}
.img-indent-bot {margin-bottom:25px !important;}
.margin-bot {margin-bottom:35px;}

.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 30px 0px 0;}	
.img-indent3 {float:left; margin:0 10px 0px 0;}	
.img-indent-r {float:right; margin:0 0px 0px 20px;}	

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	background:#fff;
	position:relative; 
	z-index:2;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
	padding-top: 20px;

}
	h1 a {
	
	}
	
/***** menu *****/
.menu-row {
	width:100%;
	padding:1px 0 5px;
	background:url(../images/menu-row-tail.png) center top repeat-x;
}
.menu {width:100%; background:url(../images/menu-spacer.gif) left top no-repeat; overflow:hidden;}
.menu li {
	float:left; 
	position:relative;
	background:url(../images/menu-spacer.gif) right top no-repeat;
}
.menu li a {
	display: inline-block;
	height: 60px;
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	font-weight: 400;
	line-height: 59px;
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
}

.menu li a.active,
.menu > li > a:hover {background:url(../images/menu-active-tail.gif) 0 0 repeat-x #f00058;}


/*********************************content*************************************/
#content {
	width:100%; 
	padding:35px 0 53px;
	background:#fff;
	position:relative;
	z-index:1;
}

h2 {
	font-family: 'PT Sans', sans-serif;
	font-size:37px; 
	font-weight:700;
	line-height:1.2em; 
	color:#000;
	margin-bottom:15px;
	letter-spacing:-1px;
}
h3 {
	font-family: 'PT Sans', sans-serif;
	font-size:23px; 
	font-weight:700;
	line-height:2em; 
	color:#000;
	margin-bottom:7px;
}


		
/****************************footer************************/
footer {
	width:100%; 
	padding:38px 0 50px;
	background:url(../images/footer-tail.gif) center top repeat-x;
}
.copyright {
	text-align: center;
}
